/* Variables */
/* Colors */
/* Color palette */
/* Grid and Spacing */
/* Mixins */
/* Display-flex mixins */
/* Font mixins */
/* Functions */
/* Bootstrap */
@import '../../node_modules/normalize.css/normalize.css';
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 420px) {
  .container-xs, .container {
    max-width: 100%;
  }
}
@media (min-width: 560px) {
  .container-sm, .container-xs, .container {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1780px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-xs: 420px;
  --bs-breakpoint-sm: 560px;
  --bs-breakpoint-md: 767px;
  --bs-breakpoint-lg: 1200px;
  --bs-breakpoint-xl: 1440px;
  --bs-breakpoint-xxl: 1921px;
  --bs-breakpoint-3xl: 2560px;
  --bs-breakpoint-4xl: 2960px;
  --bs-breakpoint-5xl: 3440px;
  --bs-breakpoint-6xl: 3840px;
}

.row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  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.33333333%;
}

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

.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-8,
.gx-8 {
  --bs-gutter-x: 8px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16px;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 32px;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 32px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 70px;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 70px;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 80px;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 80px;
}

.g-88,
.gx-88 {
  --bs-gutter-x: 88px;
}

.g-88,
.gy-88 {
  --bs-gutter-y: 88px;
}

@media (min-width: 420px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 8px;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 8px;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 10px;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 10px;
  }
  .g-xs-16,
  .gx-xs-16 {
    --bs-gutter-x: 16px;
  }
  .g-xs-16,
  .gy-xs-16 {
    --bs-gutter-y: 16px;
  }
  .g-xs-20,
  .gx-xs-20 {
    --bs-gutter-x: 20px;
  }
  .g-xs-20,
  .gy-xs-20 {
    --bs-gutter-y: 20px;
  }
  .g-xs-32,
  .gx-xs-32 {
    --bs-gutter-x: 32px;
  }
  .g-xs-32,
  .gy-xs-32 {
    --bs-gutter-y: 32px;
  }
  .g-xs-40,
  .gx-xs-40 {
    --bs-gutter-x: 40px;
  }
  .g-xs-40,
  .gy-xs-40 {
    --bs-gutter-y: 40px;
  }
  .g-xs-50,
  .gx-xs-50 {
    --bs-gutter-x: 50px;
  }
  .g-xs-50,
  .gy-xs-50 {
    --bs-gutter-y: 50px;
  }
  .g-xs-60,
  .gx-xs-60 {
    --bs-gutter-x: 60px;
  }
  .g-xs-60,
  .gy-xs-60 {
    --bs-gutter-y: 60px;
  }
  .g-xs-70,
  .gx-xs-70 {
    --bs-gutter-x: 70px;
  }
  .g-xs-70,
  .gy-xs-70 {
    --bs-gutter-y: 70px;
  }
  .g-xs-80,
  .gx-xs-80 {
    --bs-gutter-x: 80px;
  }
  .g-xs-80,
  .gy-xs-80 {
    --bs-gutter-y: 80px;
  }
  .g-xs-88,
  .gx-xs-88 {
    --bs-gutter-x: 88px;
  }
  .g-xs-88,
  .gy-xs-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 560px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-8,
  .gx-sm-8 {
    --bs-gutter-x: 8px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16px;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16px;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20px;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20px;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 32px;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 32px;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 40px;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 40px;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 50px;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 50px;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 60px;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 60px;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 70px;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 70px;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 80px;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 80px;
  }
  .g-sm-88,
  .gx-sm-88 {
    --bs-gutter-x: 88px;
  }
  .g-sm-88,
  .gy-sm-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 767px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-8,
  .gx-md-8 {
    --bs-gutter-x: 8px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16px;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 32px;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 32px;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 60px;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 60px;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 70px;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 70px;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 80px;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 80px;
  }
  .g-md-88,
  .gx-md-88 {
    --bs-gutter-x: 88px;
  }
  .g-md-88,
  .gy-md-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .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.66666667%;
  }
  .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-8,
  .gx-lg-8 {
    --bs-gutter-x: 8px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16px;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16px;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 32px;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 32px;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 60px;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 60px;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 70px;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 70px;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 80px;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 80px;
  }
  .g-lg-88,
  .gx-lg-88 {
    --bs-gutter-x: 88px;
  }
  .g-lg-88,
  .gy-lg-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 1440px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-8,
  .gx-xl-8 {
    --bs-gutter-x: 8px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16px;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16px;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 32px;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 32px;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-xl-88,
  .gx-xl-88 {
    --bs-gutter-x: 88px;
  }
  .g-xl-88,
  .gy-xl-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 1921px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16px;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16px;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 32px;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 70px;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 70px;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 80px;
  }
  .g-xxl-88,
  .gx-xxl-88 {
    --bs-gutter-x: 88px;
  }
  .g-xxl-88,
  .gy-xxl-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 2560px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-8,
  .gx-3xl-8 {
    --bs-gutter-x: 8px;
  }
  .g-3xl-8,
  .gy-3xl-8 {
    --bs-gutter-y: 8px;
  }
  .g-3xl-10,
  .gx-3xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-3xl-10,
  .gy-3xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-3xl-16,
  .gx-3xl-16 {
    --bs-gutter-x: 16px;
  }
  .g-3xl-16,
  .gy-3xl-16 {
    --bs-gutter-y: 16px;
  }
  .g-3xl-20,
  .gx-3xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-3xl-20,
  .gy-3xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-3xl-32,
  .gx-3xl-32 {
    --bs-gutter-x: 32px;
  }
  .g-3xl-32,
  .gy-3xl-32 {
    --bs-gutter-y: 32px;
  }
  .g-3xl-40,
  .gx-3xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-3xl-40,
  .gy-3xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-3xl-50,
  .gx-3xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-3xl-50,
  .gy-3xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-3xl-60,
  .gx-3xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-3xl-60,
  .gy-3xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-3xl-70,
  .gx-3xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-3xl-70,
  .gy-3xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-3xl-80,
  .gx-3xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-3xl-80,
  .gy-3xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-3xl-88,
  .gx-3xl-88 {
    --bs-gutter-x: 88px;
  }
  .g-3xl-88,
  .gy-3xl-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 2960px) {
  .col-4xl {
    flex: 1 0 0%;
  }
  .row-cols-4xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-4xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-4xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-4xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-4xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-4xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-4xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-4xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-4xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-4xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-4xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-4xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.66666667%;
  }
  .g-4xl-0,
  .gx-4xl-0 {
    --bs-gutter-x: 0;
  }
  .g-4xl-0,
  .gy-4xl-0 {
    --bs-gutter-y: 0;
  }
  .g-4xl-8,
  .gx-4xl-8 {
    --bs-gutter-x: 8px;
  }
  .g-4xl-8,
  .gy-4xl-8 {
    --bs-gutter-y: 8px;
  }
  .g-4xl-10,
  .gx-4xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-4xl-10,
  .gy-4xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-4xl-16,
  .gx-4xl-16 {
    --bs-gutter-x: 16px;
  }
  .g-4xl-16,
  .gy-4xl-16 {
    --bs-gutter-y: 16px;
  }
  .g-4xl-20,
  .gx-4xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-4xl-20,
  .gy-4xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-4xl-32,
  .gx-4xl-32 {
    --bs-gutter-x: 32px;
  }
  .g-4xl-32,
  .gy-4xl-32 {
    --bs-gutter-y: 32px;
  }
  .g-4xl-40,
  .gx-4xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-4xl-40,
  .gy-4xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-4xl-50,
  .gx-4xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-4xl-50,
  .gy-4xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-4xl-60,
  .gx-4xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-4xl-60,
  .gy-4xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-4xl-70,
  .gx-4xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-4xl-70,
  .gy-4xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-4xl-80,
  .gx-4xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-4xl-80,
  .gy-4xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-4xl-88,
  .gx-4xl-88 {
    --bs-gutter-x: 88px;
  }
  .g-4xl-88,
  .gy-4xl-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 3440px) {
  .col-5xl {
    flex: 1 0 0%;
  }
  .row-cols-5xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-5xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-5xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-5xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-5xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-5xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-5xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-5xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-5xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-5xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-5xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-5xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-5xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-5xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-5xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-5xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-5xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-5xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-5xl-0 {
    margin-left: 0;
  }
  .offset-5xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-5xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-5xl-3 {
    margin-left: 25%;
  }
  .offset-5xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-5xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-5xl-6 {
    margin-left: 50%;
  }
  .offset-5xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-5xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-5xl-9 {
    margin-left: 75%;
  }
  .offset-5xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-5xl-11 {
    margin-left: 91.66666667%;
  }
  .g-5xl-0,
  .gx-5xl-0 {
    --bs-gutter-x: 0;
  }
  .g-5xl-0,
  .gy-5xl-0 {
    --bs-gutter-y: 0;
  }
  .g-5xl-8,
  .gx-5xl-8 {
    --bs-gutter-x: 8px;
  }
  .g-5xl-8,
  .gy-5xl-8 {
    --bs-gutter-y: 8px;
  }
  .g-5xl-10,
  .gx-5xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-5xl-10,
  .gy-5xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-5xl-16,
  .gx-5xl-16 {
    --bs-gutter-x: 16px;
  }
  .g-5xl-16,
  .gy-5xl-16 {
    --bs-gutter-y: 16px;
  }
  .g-5xl-20,
  .gx-5xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-5xl-20,
  .gy-5xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-5xl-32,
  .gx-5xl-32 {
    --bs-gutter-x: 32px;
  }
  .g-5xl-32,
  .gy-5xl-32 {
    --bs-gutter-y: 32px;
  }
  .g-5xl-40,
  .gx-5xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-5xl-40,
  .gy-5xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-5xl-50,
  .gx-5xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-5xl-50,
  .gy-5xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-5xl-60,
  .gx-5xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-5xl-60,
  .gy-5xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-5xl-70,
  .gx-5xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-5xl-70,
  .gy-5xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-5xl-80,
  .gx-5xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-5xl-80,
  .gy-5xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-5xl-88,
  .gx-5xl-88 {
    --bs-gutter-x: 88px;
  }
  .g-5xl-88,
  .gy-5xl-88 {
    --bs-gutter-y: 88px;
  }
}
@media (min-width: 3840px) {
  .col-6xl {
    flex: 1 0 0%;
  }
  .row-cols-6xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-6xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-6xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-6xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-6xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-6xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-6xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-6xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-6xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-6xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-6xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-6xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-6xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-6xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-6xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-6xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-6xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-6xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-6xl-0 {
    margin-left: 0;
  }
  .offset-6xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-6xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-6xl-3 {
    margin-left: 25%;
  }
  .offset-6xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-6xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-6xl-6 {
    margin-left: 50%;
  }
  .offset-6xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-6xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-6xl-9 {
    margin-left: 75%;
  }
  .offset-6xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-6xl-11 {
    margin-left: 91.66666667%;
  }
  .g-6xl-0,
  .gx-6xl-0 {
    --bs-gutter-x: 0;
  }
  .g-6xl-0,
  .gy-6xl-0 {
    --bs-gutter-y: 0;
  }
  .g-6xl-8,
  .gx-6xl-8 {
    --bs-gutter-x: 8px;
  }
  .g-6xl-8,
  .gy-6xl-8 {
    --bs-gutter-y: 8px;
  }
  .g-6xl-10,
  .gx-6xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-6xl-10,
  .gy-6xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-6xl-16,
  .gx-6xl-16 {
    --bs-gutter-x: 16px;
  }
  .g-6xl-16,
  .gy-6xl-16 {
    --bs-gutter-y: 16px;
  }
  .g-6xl-20,
  .gx-6xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-6xl-20,
  .gy-6xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-6xl-32,
  .gx-6xl-32 {
    --bs-gutter-x: 32px;
  }
  .g-6xl-32,
  .gy-6xl-32 {
    --bs-gutter-y: 32px;
  }
  .g-6xl-40,
  .gx-6xl-40 {
    --bs-gutter-x: 40px;
  }
  .g-6xl-40,
  .gy-6xl-40 {
    --bs-gutter-y: 40px;
  }
  .g-6xl-50,
  .gx-6xl-50 {
    --bs-gutter-x: 50px;
  }
  .g-6xl-50,
  .gy-6xl-50 {
    --bs-gutter-y: 50px;
  }
  .g-6xl-60,
  .gx-6xl-60 {
    --bs-gutter-x: 60px;
  }
  .g-6xl-60,
  .gy-6xl-60 {
    --bs-gutter-y: 60px;
  }
  .g-6xl-70,
  .gx-6xl-70 {
    --bs-gutter-x: 70px;
  }
  .g-6xl-70,
  .gy-6xl-70 {
    --bs-gutter-y: 70px;
  }
  .g-6xl-80,
  .gx-6xl-80 {
    --bs-gutter-x: 80px;
  }
  .g-6xl-80,
  .gy-6xl-80 {
    --bs-gutter-y: 80px;
  }
  .g-6xl-88,
  .gx-6xl-88 {
    --bs-gutter-x: 88px;
  }
  .g-6xl-88,
  .gy-6xl-88 {
    --bs-gutter-y: 88px;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !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;
}

@media (min-width: 420px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
}
@media (min-width: 560px) {
  .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-inline-grid {
    display: inline-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;
  }
}
@media (min-width: 767px) {
  .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-inline-grid {
    display: inline-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;
  }
}
@media (min-width: 1200px) {
  .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-inline-grid {
    display: inline-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;
  }
}
@media (min-width: 1440px) {
  .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-inline-grid {
    display: inline-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;
  }
}
@media (min-width: 1921px) {
  .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-inline-grid {
    display: inline-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;
  }
}
@media (min-width: 2560px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-inline-grid {
    display: inline-grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media (min-width: 2960px) {
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-grid {
    display: grid !important;
  }
  .d-4xl-inline-grid {
    display: inline-grid !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
  .d-4xl-none {
    display: none !important;
  }
  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-4xl-row {
    flex-direction: row !important;
  }
  .flex-4xl-column {
    flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    justify-content: center !important;
  }
  .justify-content-4xl-between {
    justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    justify-content: space-around !important;
  }
  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-4xl-start {
    align-items: flex-start !important;
  }
  .align-items-4xl-end {
    align-items: flex-end !important;
  }
  .align-items-4xl-center {
    align-items: center !important;
  }
  .align-items-4xl-baseline {
    align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    align-items: stretch !important;
  }
  .align-content-4xl-start {
    align-content: flex-start !important;
  }
  .align-content-4xl-end {
    align-content: flex-end !important;
  }
  .align-content-4xl-center {
    align-content: center !important;
  }
  .align-content-4xl-between {
    align-content: space-between !important;
  }
  .align-content-4xl-around {
    align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    align-content: stretch !important;
  }
  .align-self-4xl-auto {
    align-self: auto !important;
  }
  .align-self-4xl-start {
    align-self: flex-start !important;
  }
  .align-self-4xl-end {
    align-self: flex-end !important;
  }
  .align-self-4xl-center {
    align-self: center !important;
  }
  .align-self-4xl-baseline {
    align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    align-self: stretch !important;
  }
  .order-4xl-first {
    order: -1 !important;
  }
  .order-4xl-0 {
    order: 0 !important;
  }
  .order-4xl-1 {
    order: 1 !important;
  }
  .order-4xl-2 {
    order: 2 !important;
  }
  .order-4xl-3 {
    order: 3 !important;
  }
  .order-4xl-4 {
    order: 4 !important;
  }
  .order-4xl-5 {
    order: 5 !important;
  }
  .order-4xl-last {
    order: 6 !important;
  }
}
@media (min-width: 3440px) {
  .d-5xl-inline {
    display: inline !important;
  }
  .d-5xl-inline-block {
    display: inline-block !important;
  }
  .d-5xl-block {
    display: block !important;
  }
  .d-5xl-grid {
    display: grid !important;
  }
  .d-5xl-inline-grid {
    display: inline-grid !important;
  }
  .d-5xl-table {
    display: table !important;
  }
  .d-5xl-table-row {
    display: table-row !important;
  }
  .d-5xl-table-cell {
    display: table-cell !important;
  }
  .d-5xl-flex {
    display: flex !important;
  }
  .d-5xl-inline-flex {
    display: inline-flex !important;
  }
  .d-5xl-none {
    display: none !important;
  }
  .flex-5xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-5xl-row {
    flex-direction: row !important;
  }
  .flex-5xl-column {
    flex-direction: column !important;
  }
  .flex-5xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-5xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-5xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-5xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-5xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-5xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-5xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-5xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-5xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-5xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-5xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-5xl-center {
    justify-content: center !important;
  }
  .justify-content-5xl-between {
    justify-content: space-between !important;
  }
  .justify-content-5xl-around {
    justify-content: space-around !important;
  }
  .justify-content-5xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-5xl-start {
    align-items: flex-start !important;
  }
  .align-items-5xl-end {
    align-items: flex-end !important;
  }
  .align-items-5xl-center {
    align-items: center !important;
  }
  .align-items-5xl-baseline {
    align-items: baseline !important;
  }
  .align-items-5xl-stretch {
    align-items: stretch !important;
  }
  .align-content-5xl-start {
    align-content: flex-start !important;
  }
  .align-content-5xl-end {
    align-content: flex-end !important;
  }
  .align-content-5xl-center {
    align-content: center !important;
  }
  .align-content-5xl-between {
    align-content: space-between !important;
  }
  .align-content-5xl-around {
    align-content: space-around !important;
  }
  .align-content-5xl-stretch {
    align-content: stretch !important;
  }
  .align-self-5xl-auto {
    align-self: auto !important;
  }
  .align-self-5xl-start {
    align-self: flex-start !important;
  }
  .align-self-5xl-end {
    align-self: flex-end !important;
  }
  .align-self-5xl-center {
    align-self: center !important;
  }
  .align-self-5xl-baseline {
    align-self: baseline !important;
  }
  .align-self-5xl-stretch {
    align-self: stretch !important;
  }
  .order-5xl-first {
    order: -1 !important;
  }
  .order-5xl-0 {
    order: 0 !important;
  }
  .order-5xl-1 {
    order: 1 !important;
  }
  .order-5xl-2 {
    order: 2 !important;
  }
  .order-5xl-3 {
    order: 3 !important;
  }
  .order-5xl-4 {
    order: 4 !important;
  }
  .order-5xl-5 {
    order: 5 !important;
  }
  .order-5xl-last {
    order: 6 !important;
  }
}
@media (min-width: 3840px) {
  .d-6xl-inline {
    display: inline !important;
  }
  .d-6xl-inline-block {
    display: inline-block !important;
  }
  .d-6xl-block {
    display: block !important;
  }
  .d-6xl-grid {
    display: grid !important;
  }
  .d-6xl-inline-grid {
    display: inline-grid !important;
  }
  .d-6xl-table {
    display: table !important;
  }
  .d-6xl-table-row {
    display: table-row !important;
  }
  .d-6xl-table-cell {
    display: table-cell !important;
  }
  .d-6xl-flex {
    display: flex !important;
  }
  .d-6xl-inline-flex {
    display: inline-flex !important;
  }
  .d-6xl-none {
    display: none !important;
  }
  .flex-6xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-6xl-row {
    flex-direction: row !important;
  }
  .flex-6xl-column {
    flex-direction: column !important;
  }
  .flex-6xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-6xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-6xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-6xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-6xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-6xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-6xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-6xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-6xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-6xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-6xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-6xl-center {
    justify-content: center !important;
  }
  .justify-content-6xl-between {
    justify-content: space-between !important;
  }
  .justify-content-6xl-around {
    justify-content: space-around !important;
  }
  .justify-content-6xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-6xl-start {
    align-items: flex-start !important;
  }
  .align-items-6xl-end {
    align-items: flex-end !important;
  }
  .align-items-6xl-center {
    align-items: center !important;
  }
  .align-items-6xl-baseline {
    align-items: baseline !important;
  }
  .align-items-6xl-stretch {
    align-items: stretch !important;
  }
  .align-content-6xl-start {
    align-content: flex-start !important;
  }
  .align-content-6xl-end {
    align-content: flex-end !important;
  }
  .align-content-6xl-center {
    align-content: center !important;
  }
  .align-content-6xl-between {
    align-content: space-between !important;
  }
  .align-content-6xl-around {
    align-content: space-around !important;
  }
  .align-content-6xl-stretch {
    align-content: stretch !important;
  }
  .align-self-6xl-auto {
    align-self: auto !important;
  }
  .align-self-6xl-start {
    align-self: flex-start !important;
  }
  .align-self-6xl-end {
    align-self: flex-end !important;
  }
  .align-self-6xl-center {
    align-self: center !important;
  }
  .align-self-6xl-baseline {
    align-self: baseline !important;
  }
  .align-self-6xl-stretch {
    align-self: stretch !important;
  }
  .order-6xl-first {
    order: -1 !important;
  }
  .order-6xl-0 {
    order: 0 !important;
  }
  .order-6xl-1 {
    order: 1 !important;
  }
  .order-6xl-2 {
    order: 2 !important;
  }
  .order-6xl-3 {
    order: 3 !important;
  }
  .order-6xl-4 {
    order: 4 !important;
  }
  .order-6xl-5 {
    order: 5 !important;
  }
  .order-6xl-last {
    order: 6 !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-inline-grid {
    display: inline-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;
  }
}
/* Global */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html.header_smooth_scrolling {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  background: rgb(13, 12, 17);
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  cursor: pointer;
}

.social-icon {
  transition: all 0.3s ease-in-out;
}
.social-icon:hover {
  opacity: 0.8;
}

.rotate-180 {
  transform: rotate(180deg);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  background: #666;
}

::-webkit-scrollbar-track {
  background: #999;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: rgb(244, 212, 31);
  border-radius: 3px;
}

::-webkit-scrollbar-corner {
  background: #999;
}

::-webkit-resizer {
  background: #666;
}

/* Columns */
@media (width >= 1440px) {
  .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (width >= 1680px) {
  .col-xl-5col {
    flex: 0 0 16.67%;
    max-width: 16.67%;
  }
}
/* Global styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea {
  padding: 10px 15px;
  margin: 0;
  resize: none;
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
  border-radius: 10px;
  outline: none;
  transition: 0.2s;
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.4);
  font-size: 16px;
  line-height: 140%;
  font-style: normal;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(241, 241, 241, 0.4);
  transition: 0.2s;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
select:hover,
textarea:hover {
  cursor: pointer;
  border-color: rgba(241, 241, 241, 0.4);
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=date]:focus,
input[type=date]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  color: rgba(241, 241, 241, 0.95);
  border-color: rgba(241, 241, 241, 0.4);
}
input[type=text]:not(:placeholder-shown):focus,
input[type=password]:not(:placeholder-shown):focus,
input[type=email]:not(:placeholder-shown):focus,
input[type=url]:not(:placeholder-shown):focus,
input[type=tel]:not(:placeholder-shown):focus,
input[type=number]:not(:placeholder-shown):focus,
input[type=date]:not(:placeholder-shown):focus,
select:not(:placeholder-shown):focus,
textarea:not(:placeholder-shown):focus {
  border-color: rgba(241, 241, 241, 0.2);
}

button,
input[type=button],
input[type=submit] {
  all: unset;
  display: inline;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

.nc-error {
  border: 2px solid rgb(229, 51, 89) !important;
}

/* Images */
img {
  display: block;
  transition: 0.2s;
}

/* Site */
.site {
  position: relative;
  flex: 1 0 auto;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in.show {
  opacity: 1;
}

.nc-websites-preloader {
  display: inline-block;
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 4px solid rgba(241, 241, 241, 0.8);
  border-top-color: rgb(229, 51, 89);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.nc-websites-preloader.active {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Components */
/* Header -> Navbar */
body.mobile-menu-open {
  background: #1d1923;
}

.nc-header {
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .nc-header {
    position: relative;
  }
}
.nc-header .nc-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .nc-header .nc-navbar {
    display: none;
  }
}
.nc-header .nc-logo-search {
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 0;
}
.nc-header .nc-logo {
  max-width: 534px;
  width: 100%;
  height: 120px;
  margin: 0 20px 0 0;
}
@media (max-width: 1439.98px) {
  .nc-header .nc-logo {
    max-width: 400px;
    height: 90px;
  }
}
@media (max-width: 766.98px) {
  .nc-header .nc-logo {
    max-width: 294px;
  }
}
.nc-header .nc-logo .nc-logo-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.nc-header .nc-logo .nc-logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo/nc-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.nc-header .nc-logo .nc-logo-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo/nc-logo-hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.nc-header .nc-logo .nc-logo-link:hover::after {
  opacity: 1;
}
.nc-header .nc-logo .nc-logo-link:hover::before {
  opacity: 0;
}
.nc-header .nc-search-bar {
  position: relative;
  flex-grow: 1;
  min-width: 200px;
  max-width: 454px;
  height: 50px;
  margin: 0 20px 0 0;
}
.nc-header .nc-search-bar .search-form {
  position: relative;
  display: flex;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.nc-header .nc-search-bar .search-form:hover {
  cursor: default;
  border-color: rgba(241, 241, 241, 0.4);
}
.nc-header .nc-search-bar .search-form:focus-within {
  border-color: rgba(241, 241, 241, 0.4);
}
.nc-header .nc-search-bar .search-form .search-field {
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 10px 15px;
  background: transparent;
  border: none;
  outline: none;
}
.nc-header .nc-search-bar .search-form .search-field:focus {
  outline: none;
}
.nc-header .nc-search-bar .search-form .search-field:hover {
  border-color: transparent;
}
.nc-header .nc-search-bar .search-form img {
  margin-left: 15px;
  cursor: pointer;
}
.nc-header .nc-search-bar .search-results-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
  max-height: 400px;
  margin: 20px 0 0;
  overflow-y: auto;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.nc-header .nc-search-bar .search-results-dropdown::-webkit-scrollbar {
  display: none;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content {
  padding: 20px;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content h3 {
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content p {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 16px;
  line-height: 160%;
  font-style: normal;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul .website-url-link {
  display: block;
  margin: 0 -20px;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul .website-url-link li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul .website-url-link li:hover {
  background: rgba(241, 241, 241, 0.04);
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul .website-url-link li .website-title {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  font-style: normal;
  margin: 0 0 0 20px;
  text-decoration: none;
}
.nc-header .nc-search-bar .search-results-dropdown .search-results-content ul .website-url-link li span {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 12px;
  line-height: 140%;
  font-style: normal;
  margin: 0 20px 0 0;
}
.nc-header .nc-nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.nc-header .nc-header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.nc-header .nc-header-right .nc-filters {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 40px 0 0;
}
@media (max-width: 1439.98px) {
  .nc-header .nc-header-right .nc-filters {
    gap: 15px;
    margin: 0 5px 0 0;
  }
}
.nc-header .nc-menu {
  position: relative;
  display: inline-block;
  height: 50px;
}
.nc-header .nc-menu .nc-menu-toggle {
  margin: 0 8px 0 0;
  cursor: pointer;
}
.nc-header .nc-menu .nc-menu-toggle:hover circle {
  fill: rgba(241, 241, 241, 0.8);
  transition: fill-opacity 0.3s ease, fill 0.3s ease;
}
.nc-header .nc-menu .dropdown-content {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 100;
  display: none;
  min-width: 190px;
  padding: 12px 0;
  margin: 0;
  overflow: hidden;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.nc-header .nc-menu .dropdown-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nc-header .nc-menu .dropdown-content ul li a {
  display: flex;
  align-items: center;
  width: auto;
  height: 34px;
  padding: 0 20px;
  font-size: 16px;
  color: rgba(241, 241, 241, 0.95);
  text-decoration: none;
  transition: background 0.3s ease;
}
.nc-header .nc-menu .dropdown-content ul li a:hover {
  background: rgba(241, 241, 241, 0.04);
}
.nc-header .nc-button-submit {
  margin: 0 10px 0 0;
  line-height: 120%;
}
@media (max-width: 1199.98px) {
  .nc-header .nc-button-submit {
    margin: 0;
  }
}
.nc-header .nc-button-submit img {
  width: auto;
  height: 22.5px;
  margin: 0 10px 0 0;
}
.nc-header .nc-header-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 0 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.nc-header .nc-header-icon.message-button {
  transition: background 0.3s ease;
}
.nc-header .nc-header-icon.message-button img {
  width: auto;
  height: 22.5px;
}

.nc-navbar.nc-navbar-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .nc-navbar.nc-navbar-mobile {
    display: flex;
  }
}
@media (max-width: 766.98px) {
  .nc-navbar.nc-navbar-mobile .nc-logo {
    max-width: 390px;
    margin: 0;
  }
}
@media (max-width: 559.98px) {
  .nc-navbar.nc-navbar-mobile .nc-logo {
    max-width: 60vw;
    height: auto;
  }
}
.nc-navbar.nc-navbar-mobile .nc-logo .nc-logo-link-mobile {
  display: block;
}
.nc-navbar.nc-navbar-mobile .nc-logo .nc-logo-link-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nc-navbar.nc-navbar-mobile .nc-mobile-toggle {
  padding: 0 0 0 7px;
  cursor: pointer;
  background: none;
  border: none;
}
.nc-navbar.nc-navbar-mobile .nc-mobile-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nc-navbar.nc-navbar-mobile .nc-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nc-navbar.nc-navbar-mobile .nc-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.nc-navbar.nc-navbar-mobile .nc-mobile-toggle span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 5px 0;
  background: rgba(241, 241, 241, 0.6);
  transition: all 0.3s ease;
}
.nc-navbar.nc-navbar-mobile .nc-search-mobile-button {
  padding: 0 7px 0 0;
}

.nc-mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: rgb(13, 12, 17);
  opacity: 0;
  transition: all 1s ease-in-out;
  transition: transform 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
  transform: translateY(-100%);
}
.nc-mobile-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.nc-mobile-menu .nc-navbar-mobile {
  padding: 15px 0 0;
}
.nc-mobile-menu .nc-navbar-mobile .nc-mobile-toggle {
  padding: 0 0 0 22px;
}
.nc-mobile-menu .nc-navbar-mobile .nc-search-mobile-button {
  padding: 0 22px 0 0;
}
.nc-mobile-menu .nc-mobile-menu-content {
  max-width: 240px;
  margin: 40px auto;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px 0 95px;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons .nc-button-secondary,
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons .nc-button-ghost {
  width: 100%;
  line-height: 120%;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons .nc-button-submit img {
  width: 30px;
  height: 30px;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons .nc-button-contact img {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-buttons .language-button {
  margin: 0;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links ul {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links ul {
    margin: 0 0 30px;
  }
}
@media (max-width: 766.98px) {
  .nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
  }
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links a {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-style: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-content-links a:hover {
  color: rgba(241, 241, 241, 0.95);
}
.nc-mobile-menu .nc-mobile-menu-content .nc-mobile-menu-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 95px 0 0;
}

.nc-search-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 16px;
  visibility: hidden;
  background: rgb(13, 12, 17);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transform: translateY(-100%);
}
.nc-search-menu.active {
  position: absolute;
  z-index: 101;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.nc-search-menu .nc-search-menu-content {
  position: relative;
  height: 100%;
}
.nc-search-menu .nc-search-menu-content .nc-search-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nc-search-menu .nc-search-menu-content .nc-search-bar-mobile {
  max-width: 100%;
  margin: 0;
}

.nc-lang-dropdown {
  position: relative;
  display: inline-block;
}
.nc-lang-dropdown .dropdown-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 0 15px;
  cursor: pointer;
  background: rgb(22, 21, 26);
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .nc-lang-dropdown .dropdown-toggle {
    margin: 0;
  }
}
.nc-lang-dropdown .dropdown-toggle img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.nc-lang-dropdown .dropdown-content {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 100;
  display: none;
  min-width: 190px;
  padding: 12px 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 766.98px) {
  .nc-lang-dropdown .dropdown-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
.nc-lang-dropdown .dropdown-content a {
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto;
  height: 34px;
  padding: 0 20px;
  color: rgba(241, 241, 241, 0.95);
  text-decoration: none;
  transition: background 0.3s ease;
}
.nc-lang-dropdown .dropdown-content a:hover {
  background: rgba(241, 241, 241, 0.04);
}
.nc-lang-dropdown .dropdown-content a .check-icon {
  width: 16px;
  height: 16px;
  margin: 0 0 0 auto;
}
.nc-lang-dropdown .dropdown-content a.active .check-icon {
  display: inline-block;
}
.nc-lang-dropdown .dropdown-content a img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.nc-lang-dropdown.open .dropdown-menu {
  display: block;
}

/* Footer Styles */
.nc-footer {
  padding: 80px 0;
  color: rgba(241, 241, 241, 0.95);
}
@media (max-width: 766.98px) {
  .nc-footer {
    padding: 60px 0;
  }
}
.nc-footer .nc-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nc-footer .nc-footer-logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
@media (max-width: 1199.98px) {
  .nc-footer .nc-footer-logo {
    align-items: center;
  }
}
.nc-footer .nc-footer-logo a {
  display: block;
  max-width: 390px;
  transition: all 0.3s ease;
}
.nc-footer .nc-footer-logo a:hover {
  filter: brightness(1.5);
}
.nc-footer .nc-footer-logo a img {
  width: auto;
  max-height: 34px;
}
@media (max-width: 766.98px) {
  .nc-footer .nc-footer-logo a img {
    max-height: 38px;
  }
}
.nc-footer .nc-footer-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  color: rgba(241, 241, 241, 0.2);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}
@media (max-width: 1199.98px) {
  .nc-footer .nc-footer-info {
    justify-content: center;
    margin: 0 0 30px;
  }
}
.nc-footer .menu-footer-menu-container ul {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .nc-footer .menu-footer-menu-container ul {
    margin: 0 0 30px;
  }
}
@media (max-width: 766.98px) {
  .nc-footer .menu-footer-menu-container ul {
    flex-direction: column;
    gap: 12px;
  }
}
.nc-footer .menu-footer-menu-container a {
  font-family: "Montserrat", sans-serif;
  color: rgba(241, 241, 241, 0.4);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  font-style: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nc-footer .menu-footer-menu-container a:hover {
  color: rgba(241, 241, 241, 0.95);
}
.nc-footer .nc-footer-social {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .nc-footer .nc-footer-social {
    justify-content: center;
  }
}
@media (max-width: 766.98px) {
  .nc-footer .nc-footer-social {
    flex-direction: column;
  }
}
.nc-footer .nc-footer-social .nc-footer-social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.nc-footer .nc-footer-social .nc-footer-social-links .social-icon {
  color: rgba(241, 241, 241, 0.4);
  transition: color 0.3s ease;
}
.nc-footer .nc-footer-social .nc-footer-social-links .social-icon:hover {
  opacity: 0.8;
}
.nc-footer .nc-footer-social .nc-button-contact {
  line-height: 120%;
}
@media (max-width: 766.98px) {
  .nc-footer .nc-footer-social .nc-button-contact {
    width: 320px;
  }
}
@media (max-width: 559.98px) {
  .nc-footer .nc-footer-social .nc-button-contact {
    width: 100%;
  }
}
.nc-footer .nc-footer-social .nc-button-contact img {
  width: auto;
  height: 21px;
  margin: 0 10px 0 0;
}

@media (max-width: 1439.98px) {
  .sort-filter,
  .sort-filter-tags {
    max-width: 115px;
  }
}
.sort-filter .sort-filter-by,
.sort-filter-tags .sort-filter-by {
  display: flex;
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.4);
  font-size: 12px;
  line-height: 140%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .sort-filter .sort-filter-by,
  .sort-filter-tags .sort-filter-by {
    display: none;
  }
}
.sort-filter .dropdown,
.sort-filter-tags .dropdown {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 766.98px) {
  .sort-filter .dropdown,
  .sort-filter-tags .dropdown {
    justify-content: flex-end;
    font-size: 12px;
  }
}
.sort-filter .dropdown::after,
.sort-filter-tags .dropdown::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 20px;
  content: "";
  background: transparent;
}
.sort-filter .dropbtn,
.sort-filter-tags .dropbtn {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  color: rgba(241, 241, 241, 0.4);
  text-align: right;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
}
.sort-filter .dropbtn:hover .dropbtn-text, .sort-filter .dropbtn:focus .dropbtn-text,
.sort-filter-tags .dropbtn:hover .dropbtn-text,
.sort-filter-tags .dropbtn:focus .dropbtn-text {
  color: rgba(241, 241, 241, 0.8);
}
.sort-filter .dropbtn:hover .dropbtn-arrow svg path, .sort-filter .dropbtn:focus .dropbtn-arrow svg path,
.sort-filter-tags .dropbtn:hover .dropbtn-arrow svg path,
.sort-filter-tags .dropbtn:focus .dropbtn-arrow svg path {
  fill: rgba(241, 241, 241, 0.8);
}
.sort-filter .dropbtn .dropbtn-text,
.sort-filter-tags .dropbtn .dropbtn-text {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  order: 1;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  .sort-filter .dropbtn .dropbtn-text,
  .sort-filter-tags .dropbtn .dropbtn-text {
    max-width: 90px;
  }
}
.sort-filter .dropbtn .dropbtn-arrow,
.sort-filter-tags .dropbtn .dropbtn-arrow {
  display: flex;
  align-items: center;
  order: 2;
}
.sort-filter .dropbtn .dropbtn-arrow svg,
.sort-filter-tags .dropbtn .dropbtn-arrow svg {
  transition: all 0.3s ease-in-out;
}
.sort-filter .dropbtn .dropbtn-arrow svg path,
.sort-filter-tags .dropbtn .dropbtn-arrow svg path {
  transition: all 0.3s ease-in-out;
}
.sort-filter .dropdown-content,
.sort-filter-tags .dropdown-content {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  min-width: 190px;
  max-height: 260px;
  padding: 12px 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 766.98px) {
  .sort-filter .dropdown-content,
  .sort-filter-tags .dropdown-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
.sort-filter .dropdown-content a,
.sort-filter-tags .dropdown-content a {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  height: 34px;
  padding: 0 20px;
  color: rgba(241, 241, 241, 0.95);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease;
}
.sort-filter .dropdown-content a span,
.sort-filter-tags .dropdown-content a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 559.98px) {
  .sort-filter .dropdown-content a,
  .sort-filter-tags .dropdown-content a {
    padding: 0 10px;
  }
}
.sort-filter .dropdown-content a:hover,
.sort-filter-tags .dropdown-content a:hover {
  background: rgba(241, 241, 241, 0.04);
}
.sort-filter .dropdown-content a .check-icon,
.sort-filter-tags .dropdown-content a .check-icon {
  display: none;
  width: 16px;
  height: 16px;
}
.sort-filter .dropdown-content a.active .check-icon,
.sort-filter-tags .dropdown-content a.active .check-icon {
  display: inline-block;
}

.nc-mobile-filters {
  display: none;
  margin: 0 0 20px;
}
@media (max-width: 766.98px) {
  .nc-mobile-filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 559.98px) {
  .nc-mobile-filters {
    gap: 16px;
    justify-content: center;
  }
}
.nc-mobile-filters .dropdown-content {
  min-width: 135px;
}
.nc-mobile-filters .dropdown-content a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nc-popup {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  color: rgba(241, 241, 241, 0.95);
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 20px;
}
@media (max-width: 766.98px) {
  .nc-popup {
    max-width: 100%;
  }
}
.nc-popup .mfp-close {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.6);
  font-size: 35px;
  font-weight: 100;
  line-height: 100%;
  font-style: normal;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: rgba(241, 241, 241, 0.6) !important;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 766.98px) {
  .nc-popup .mfp-close {
    right: 10px;
  }
}
.nc-popup .mfp-close:hover {
  color: rgba(241, 241, 241, 0.95);
}
.nc-popup .nc-popup-image {
  max-width: 89px;
}
.nc-popup .nc-popup-content {
  position: relative;
  padding: 32px;
}
@media (max-width: 766.98px) {
  .nc-popup .nc-popup-content {
    padding: 32px 16px;
  }
}
.nc-popup .nc-popup-content .nc-popup-title {
  margin: 10px 0 8px;
  color: rgba(241, 241, 241, 0.95);
}
.nc-popup .nc-popup-content .nc-popup-subtitle {
  color: rgba(241, 241, 241, 0.6);
}
.nc-popup .nc-popup-content .nc-popup-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0;
}
.nc-popup .nc-popup-content .nc-popup-social a {
  color: rgba(241, 241, 241, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.nc-popup .nc-popup-content .nc-popup-social a:hover {
  opacity: 0.8;
}
.nc-popup .nc-popup-content .nc-popup-social a img {
  width: 40px;
  height: 40px;
}
.nc-popup .nc-popup-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.nc-popup .nc-popup-content form input,
.nc-popup .nc-popup-content form textarea {
  width: 100%;
}
.nc-popup .nc-popup-content form .nc-form-error-massage {
  margin: 5px 0 0;
  color: rgb(229, 51, 89);
}
.nc-popup .nc-popup-content form .nc-select {
  position: relative;
}
.nc-popup .nc-popup-content form .nc-select:hover .nc-select-arrow path {
  fill: rgba(241, 241, 241, 0.8);
}
.nc-popup .nc-popup-content form .nc-select .nc-select-arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.nc-popup .nc-popup-content form .nc-select .nc-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-height: 0;
  padding: 12px 0;
  overflow: hidden;
  background: rgb(22, 21, 26);
  border: 4px solid rgba(241, 241, 241, 0.04);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nc-popup .nc-popup-content form .nc-select .nc-select-options .nc-select-option {
  padding: 6px 20px;
  color: rgba(241, 241, 241, 0.95);
  transition: all 0.3s ease-in-out;
}
.nc-popup .nc-popup-content form .nc-select .nc-select-options .nc-select-option:hover {
  cursor: pointer;
  background: rgba(241, 241, 241, 0.04);
}
.nc-popup .nc-popup-content form .nc-select .nc-select-options.show {
  display: flex;
  max-height: 230px;
  overflow-y: auto;
  opacity: 1;
}
.nc-popup .nc-popup-content form .nc-popup-submit-button,
.nc-popup .nc-popup-content form .nc-popup-contact-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.nc-popup .nc-popup-content form .nc-popup-submit-button path,
.nc-popup .nc-popup-content form .nc-popup-contact-button path {
  fill: rgb(244, 212, 31);
}

.nc-features-popup {
  max-width: 1246px;
  padding: 64px 100px;
}
.nc-features-popup .mfp-close {
  top: 10px;
  width: 50px;
  height: 50px;
  font-size: 50px;
}
@media (max-width: 766.98px) {
  .nc-features-popup .mfp-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .nc-features-popup {
    padding: 40px 22px;
  }
}
@media (max-width: 766.98px) {
  .nc-features-popup {
    padding: 32px 16px;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-features-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-features-image-desktop {
    display: none;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-features-image-mobile {
  display: none;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-features-image-mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper {
  display: flex;
  gap: 70px;
  margin: 44px auto;
}
@media (max-width: 1439.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper {
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper {
    gap: 20px;
    margin: 32px auto;
  }
}
@media (max-width: 419.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper {
    gap: 8px;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card {
  display: flex;
  flex: 0 1 calc(33.333% - 70px);
  flex-direction: column;
}
@media (max-width: 1439.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card {
    flex: 0 1 calc(33.333% - 40px);
  }
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 419.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card {
    flex: 0 1 calc(50% - 8px);
  }
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-image-desktop {
    display: none;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-image-mobile {
  display: none;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-image-mobile {
    display: block;
    width: 100%;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
  margin: 16px 0 0;
  text-align: center;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-title {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 559.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card .nc-popup-card-title {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-card-wrapper .nc-popup-card:nth-child(3) {
    display: none;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-features-buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-features-buttons {
    flex-direction: column;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-features-buttons .nc-popup-button {
  gap: 10px;
  min-width: 220px;
  max-width: 220px;
  font-size: 16px;
  line-height: 120%;
  cursor: pointer;
}
@media (max-width: 766.98px) {
  .nc-features-popup .nc-popup-features-content .nc-popup-features-buttons .nc-popup-button {
    width: 100%;
    max-width: none;
  }
}
.nc-features-popup .nc-popup-features-content .nc-popup-features-buttons .nc-popup-features-button {
  height: 50px;
  color: rgb(13, 12, 17);
}

.nc-review-popup.nc-popup {
  max-width: 670px;
}
@media (max-width: 766.98px) {
  .nc-review-popup.nc-popup {
    max-width: 100%;
  }
}
.nc-review-popup .nc-popup-stars {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.nc-review-popup .nc-popup-stars .nc-popup-stars-item svg {
  transition: fill 0.3s ease;
}
.nc-review-popup .nc-popup-stars .nc-popup-stars-item.active svg path {
  fill: rgba(241, 241, 241, 0.6);
  fill-opacity: 1;
}
.nc-review-popup .nc-popup-stars .nc-popup-stars-item.selected svg path {
  fill: rgb(244, 212, 31);
  fill-opacity: 1;
}
.nc-review-popup .nc-popup-stars-text {
  margin: 5px 0 0;
  color: rgba(241, 241, 241, 0.4);
}
.nc-review-popup .nc-popup-content {
  text-align: center;
}
.nc-review-popup .nc-popup-content .nc-popup-subtitle {
  width: 258px;
  margin: 0 auto;
}
.nc-review-popup .nc-popup-content form .nc-form-popup-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 559.98px) {
  .nc-review-popup .nc-popup-content form .nc-form-popup-box {
    margin: 0 0 -4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
  }
}
.nc-review-popup .nc-popup-content form .nc-form-popup-box .nc-form-group {
  width: 100%;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box {
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box:hover {
  cursor: pointer;
  background: transparent;
  border-color: rgba(241, 241, 241, 0.4);
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box textarea {
  background: transparent;
  border: none;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box textarea:focus, .nc-review-popup .nc-popup-content form .nc-review-massage-box textarea:active {
  border: none;
  outline: none;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box textarea:not(:placeholder-shown):focus {
  border-color: rgba(241, 241, 241, 0.4);
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box .nc-review-button-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 16px;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box .nc-review-button-box:not(:placeholder-shown):focus {
  border-color: rgba(241, 241, 241, 0.04);
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box .nc-review-button-box .nc-review-emoji-block {
  position: absolute;
  right: 16px;
  bottom: 100%;
  left: 16px;
  z-index: 100;
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  max-width: 326px;
  max-height: 200px;
  padding: 10px;
  overflow-y: auto;
  cursor: default;
  background: rgb(13, 12, 17);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box .nc-review-button-box .nc-review-emoji-block.active {
  display: flex;
  opacity: 1;
}
.nc-review-popup .nc-popup-content form .nc-review-massage-box .nc-review-button-box .nc-review-emoji-block .nc-review-emoji-item {
  font-size: 24px;
}
.nc-review-popup .nc-popup-content form .nc-form-popup-button-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 766.98px) {
  .nc-review-popup .nc-popup-content form .nc-form-popup-button-box {
    flex-flow: column-reverse wrap;
  }
}
.nc-review-popup .nc-popup-content form .nc-form-popup-button-box .nc-form-group {
  width: 100%;
}
.nc-review-popup .nc-popup-content form .nc-form-popup-button-box .nc-button-cancel {
  width: 100%;
  transition: all 0.3s ease;
}
.nc-review-popup .nc-popup-content form .nc-form-popup-button-box .nc-button-submit {
  width: 100%;
}
.nc-review-popup .nc-popup-content .nc-review-popup-error {
  margin: 10px 0 0;
  color: rgb(229, 51, 89);
}

.nc-successfull-popup {
  max-width: 670px;
}
.nc-successfull-popup .nc-popup-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.nc-successfull-popup .nc-popup-content .nc-successfull-popup-heading {
  color: rgba(241, 241, 241, 0.95);
}
.nc-successfull-popup .nc-popup-content .nc-successfull-popup-text {
  margin: 0 0 10px;
  color: rgba(241, 241, 241, 0.6);
}
.nc-successfull-popup .nc-popup-content .nc-successfull-popup-button {
  width: 280px;
  font-size: 16px;
  font-weight: 600;
}

.sidebar-card {
  width: 100%;
  min-width: 340px;
  min-height: 736px;
  padding: 30px 26px 30px 30px;
  margin: 0 0 32px;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 20px;
}
@media (max-width: 1439.98px) {
  .sidebar-card {
    display: none;
  }
}
.sidebar-card .category-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar-card .category-list .category-list-item {
  width: 100%;
  min-height: 50px;
}
.sidebar-card .category-list .category-list-item .category-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 19px;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper {
  max-width: 100%;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .sidebar-category-name {
  max-width: 245px;
  overflow: hidden;
  font-weight: 500;
  color: rgba(241, 241, 241, 0.8);
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .sidebar-category-name:hover {
  color: rgb(244, 212, 31);
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .sidebar-category-name:active {
  color: rgba(241, 241, 241, 0.8);
}
@media (max-width: 766.98px) {
  .sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .sidebar-category-name {
    font-size: 16px;
    line-height: 120%;
  }
}
.sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .category-count {
  font-weight: 600;
  line-height: 120%;
  color: rgba(241, 241, 241, 0.2);
}
@media (max-width: 766.98px) {
  .sidebar-card .category-list .category-list-item .category-wrapper .sidebar-card-link .sidebar-card-link-wrapper .category-info .sidebar-category .category-count {
    font-size: 16px;
  }
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons {
  display: flex;
  flex-direction: row;
  gap: 3px;
  flex-wrap: wrap;
  transition: background 0.3s ease;
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a {
  position: relative;
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a:hover .tooltiptext-category {
  display: block;
}
@media (max-width: 766.98px) {
  .sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a:hover .tooltiptext-category {
    opacity: 0;
  }
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a:hover .category-favicons-circle {
  background: rgb(244, 212, 31);
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a:active .category-favicons-circle {
  background: rgba(241, 241, 241, 0.04);
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a .category-favicons-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 32px;
  height: 32px;
  background: rgba(241, 241, 241, 0.04);
  border-radius: 50%;
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-favicons a .category-favicons-circle img {
  width: 26px;
  height: 26px;
  margin: inherit;
  border-radius: 50%;
}
.sidebar-card .category-list .category-list-item .category-wrapper .category-link {
  text-decoration: none;
}
.sidebar-card .sidebar-card-button {
  margin: 30px 0 0;
}
.sidebar-card .sidebar-card-button.sidebar-card-button-ajax {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sidebar-card .sidebar-card-button.sidebar-card-button-ajax.visible {
  visibility: visible;
  opacity: 1;
}
.sidebar-card .sidebar-card-button.sidebar-card-button-ajax .nc-button-sidebar {
  width: 100%;
  max-width: 284px;
  height: 36px;
  padding: 0;
  transition: all 0.3s ease;
}

.mobile-sidebar {
  display: none;
  padding: 20px 16px 0;
}
@media (max-width: 766.98px) {
  .mobile-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 766.98px) {
  .mobile-sidebar .sidebar-card {
    display: block;
    min-width: 100%;
    padding: 30px 26px 30px 30px;
  }
}
@media (max-width: 766.98px) {
  .mobile-sidebar .sidebar-card .category-list .category-info {
    justify-content: center;
  }
}

.tooltip {
  --bs-tooltip-border-radius: 16px;
  --bs-tooltip-max-width: 320px;
  --bs-tooltip-padding-y: 0;
  --bs-tooltip-padding-x: 0;
  --bs-tooltip-bg: rgb(13, 12, 17);
  --bs-tooltip-opacity: 1;
}

.custom-website-tooltip .website-tooltip, .header-tooltip .tooltipheader {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 320px;
  padding: 12px;
  text-align: center;
  background: rgb(13, 12, 17);
  border: 1px solid rgb(229, 51, 89);
  border-radius: 16px;
}
.custom-website-tooltip .website-tooltip .tooltip-arrow-border, .header-tooltip .tooltipheader .tooltip-arrow-border {
  position: absolute;
  top: 0;
}

.custom-website-tooltip .tooltip-arrow::before, .header-tooltip .tooltip-arrow::before {
  pointer-events: none;
  border-width: 10px !important;
}

@media (max-width: 766.98px) {
  .header-tooltip .tooltipheader {
    font-size: 12px;
  }
}
.header-tooltip .tooltipheader .tooltip-arrow-border {
  top: -2px;
  left: 2px;
  transform: rotate(180deg);
}
.header-tooltip .tooltipheader .nc-header-decription-title {
  line-height: 140%;
  text-transform: uppercase;
}
.header-tooltip .tooltipheader .nc-header-decription {
  color: rgba(241, 241, 241, 0.8);
}
.header-tooltip[data-popper-placement=bottom] .tooltip-arrow-border {
  top: -3px;
  transform: rotate(0);
}

.header-tooltip-mobile .header-tooltip-arrow {
  left: -8px !important;
}

.custom-website-tooltip.website-tooltip-sidebar .website-tooltip-arrow {
  left: -12px !important;
}
.custom-website-tooltip .website-tooltip {
  border-color: rgb(229, 51, 89);
}
@media (max-width: 766.98px) {
  .custom-website-tooltip .website-tooltip {
    font-size: 12px;
  }
}
.custom-website-tooltip .website-tooltip .tooltip-arrow-border {
  top: 0;
  left: 2.5px;
  border-radius: 0 4px 0 0;
}
.custom-website-tooltip .website-tooltip .tooltip-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-website-tooltip .website-tooltip .tooltip-header .tooltip-logo {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.custom-website-tooltip .website-tooltip .tooltip-header .tooltip-title {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 140%;
  color: rgba(241, 241, 241, 0.95);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-website-tooltip .website-tooltip .tooltip-description {
  color: rgba(241, 241, 241, 0.8);
}
.custom-website-tooltip .website-tooltip .tooltip-metric-wrapper {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-website-tooltip .website-tooltip .tooltip-metric-wrapper span {
  color: rgba(241, 241, 241, 0.6);
}
.custom-website-tooltip .website-tooltip .tooltip-help {
  font-style: italic;
  color: rgba(241, 241, 241, 0.4);
}
.custom-website-tooltip .website-tooltip .nc-header-decription-title {
  line-height: 120%;
  text-transform: uppercase;
}
.custom-website-tooltip[data-popper-placement=bottom] .tooltip-arrow-border {
  top: -2.5px;
  left: 1px;
  transform: rotate(180deg);
}

/* Preloader Animation Styles */
.preloader {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
}
.preloader .preloader-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.preloader .preloader-container .animated-preloader {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #303037;
  border-radius: 50%;
}
.preloader .preloader-container .animated-preloader::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background: black;
  border-radius: 50%;
  animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background: #303037;
  border-radius: 50%;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

@keyframes preloader-inside-white {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.site-preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

#sidebar-categories-loader {
  height: 40px;
}
#sidebar-categories-loader .preloader-container .animated-preloader {
  top: 25px;
  width: 25px;
  height: 25px;
}
#sidebar-categories-loader .preloader-container .animated-preloader::after {
  width: 25px;
  height: 25px;
}
#sidebar-categories-loader .preloader-container .animated-preloader::before {
  width: 25px;
  height: 25px;
}

.nc-heading-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .nc-heading-h1 {
    font-size: 40px;
  }
}

.nc-heading-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .nc-heading-h2 {
    font-size: 26px;
  }
}

.nc-heading-h3 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .nc-heading-h3 {
    font-size: 16px;
  }
}

.nc-heading-h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .nc-heading-h4 {
    font-size: 14px;
  }
}

.nc-heading-h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 766.98px) {
  .nc-heading-h5 {
    font-size: 12px;
  }
}

/* Button */
.nc-button-review, .nc-button-ghost, .nc-button-tertiary, .nc-button-secondary, .nc-button-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  font-style: normal;
  width: auto;
  height: 50px;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nc-button-primary {
  color: rgb(22, 21, 26);
  background: rgb(244, 212, 31);
}
.nc-button-primary:hover {
  cursor: pointer;
  background: rgb(255, 246, 0);
}
.nc-button-primary:active {
  background: rgb(244, 212, 31);
  border-color: rgb(248, 229, 121);
}

.nc-button-secondary {
  color: rgb(244, 212, 31);
  border: 1px solid rgb(244, 212, 31);
}
.nc-button-secondary:hover {
  background: rgba(244, 212, 31, 0.1);
}
.nc-button-secondary:active {
  background: rgba(244, 212, 31, 0.05);
  border-color: rgb(248, 229, 121);
}

.nc-button-tertiary {
  font-size: 14px;
  color: rgb(229, 51, 89);
  background: rgb(22, 21, 26);
  border: 1px solid rgb(229, 51, 89);
}
.nc-button-tertiary:hover {
  background: rgba(229, 51, 89, 0.1);
}
.nc-button-tertiary:active {
  background: rgba(229, 51, 89, 0.05);
  border-color: rgb(234, 92, 122);
}

.nc-button-ghost {
  color: rgba(241, 241, 241, 0.4);
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
}
.nc-button-ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.nc-button-ghost:active {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(241, 241, 241, 0.4) !important;
}

.nc-button-review {
  gap: 5px;
  min-width: 118px;
  height: 36px;
  font-size: 14px;
  color: rgba(241, 241, 241, 0.95);
  background: rgb(229, 51, 89);
}
@media (max-width: 1199.98px) {
  .nc-button-review {
    font-size: 12px;
  }
}
@media (max-width: 766.98px) {
  .nc-button-review {
    font-size: 14px;
  }
}
.nc-button-review:hover {
  background: rgb(255, 12, 64);
}
.nc-button-review:active {
  border-color: rgba(255, 255, 255, 0.4);
}

.nc-text-large {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-style: normal;
}

.nc-text-large-bold {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: normal;
}

.nc-text-medium {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}

.nc-text-medium-bold {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  font-style: normal;
}

.nc-text-small {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}

.nc-text-small-bold {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  font-style: normal;
}

.simplebar-scrollbar {
  top: 40px;
  border-radius: 40px;
}

.simplebar-scrollbar.simplebar-visible::before {
  background-color: rgb(244, 212, 31) !important;
  opacity: 1 !important;
}

.simplebar-scrollbar::before {
  bottom: 40px !important;
  width: 4px;
  background-color: rgb(244, 212, 31) !important;
  border-radius: 40px;
  box-shadow: none !important;
  opacity: 1 !important;
}

.simplebar-scrollbar:not(.simplebar-visible)::before {
  background-color: rgb(244, 212, 31) !important;
  opacity: 0 !important;
}

.nc-homepage-filters {
  display: none;
}
@media (max-width: 766.98px) {
  .nc-homepage-filters {
    display: block;
  }
}
.nc-homepage-filters .nc-select {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background: rgb(22, 21, 26);
  border-radius: 10px;
}
.nc-homepage-filters .nc-select input {
  width: 100%;
  text-align: center;
  background: rgb(22, 21, 26);
  opacity: 0.4;
  transition: all 0.3s ease;
}
@media (max-width: 419.98px) {
  .nc-homepage-filters .nc-select input {
    text-align: left;
  }
}
@media (width <= 350px) {
  .nc-homepage-filters .nc-select input {
    padding: 4px 6px;
  }
}
.nc-homepage-filters .nc-select input:focus {
  border-color: rgba(241, 241, 241, 0.04);
  opacity: 1;
}
.nc-homepage-filters .nc-select input:hover {
  background: rgba(241, 241, 241, 0.04);
  opacity: 1;
}
.nc-homepage-filters .nc-select:hover .nc-select-arrow path {
  fill-opacity: 1;
}
.nc-homepage-filters .nc-select .nc-select-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (width <= 350px) {
  .nc-homepage-filters .nc-select .nc-select-arrow {
    top: 14px;
    right: 10px;
  }
}
.nc-homepage-filters .nc-select .nc-select-arrow path {
  transition: all 0.3s ease;
}
.nc-homepage-filters .nc-select .nc-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 12px 0;
  overflow: hidden;
  background: rgb(22, 21, 26);
  border: 4px solid rgba(237, 233, 242, 0.05);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nc-homepage-filters .nc-select .nc-select-options .nc-select-option {
  padding: 6px 20px;
  color: rgba(241, 241, 241, 0.95);
  transition: all 0.3s ease-in-out;
}
.nc-homepage-filters .nc-select .nc-select-options .nc-select-option:hover {
  cursor: pointer;
  background: rgba(241, 241, 241, 0.04);
}
@media (max-width: 766.98px) {
  .nc-homepage-filters .nc-select .nc-select-options .nc-select-option-tag {
    display: block;
  }
}
.nc-homepage-filters .nc-select .nc-select-options.show {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-wrap: nowrap;
  max-height: 230px;
  overflow-y: auto;
  opacity: 1;
}
.nc-homepage-filters .nc-select .nc-select-options.show .nc-select-option-sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nc-homepage-filters .nc-select .nc-select-options.show .nc-select-option-sort .check-icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nc-homepage-filters .nc-select .nc-select-options.show .nc-select-option-sort.active .check-icon {
  opacity: 1;
}

/* Pages */
/* Page - Homepage */
#homepage-container {
  position: relative;
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#homepage-container .category-card-wrapper {
  position: absolute;
}
#homepage-container .category-card-wrapper .category-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
  padding: 5px 6px 0 0;
  overflow: hidden;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
}
#homepage-container .category-card-wrapper .category-card.show {
  opacity: 1;
  transform: translateY(0);
}
#homepage-container .category-card-wrapper .category-card.double-line .card-header {
  align-items: flex-start;
}
#homepage-container .category-card-wrapper .category-card.double-line .card-header .card-title {
  color: rgba(241, 241, 241, 0.95);
  text-align: center;
}
#homepage-container .category-card-wrapper .category-card.double-line .card-header .card-title .category-name {
  max-width: 178px;
}
#homepage-container .category-card-wrapper .category-card.double-line .card-header .category-description-box .card-title-icon {
  margin: 1px 0 0;
}
#homepage-container .category-card-wrapper .category-card.double-line .websites-list-wrapper::before {
  height: 60px;
  background: linear-gradient(to bottom, rgb(22, 21, 26) 55%, rgba(22, 21, 26, 0.8) 60%, rgba(22, 21, 26, 0) 85%);
}
#homepage-container .category-card-wrapper .category-card.double-line .websites-list-wrapper .websites-list {
  padding: 54px 0 0;
}
#homepage-container .category-card-wrapper .category-card.triple-line .card-header {
  align-items: flex-start;
}
#homepage-container .category-card-wrapper .category-card.triple-line .card-header .card-title {
  text-align: center;
}
#homepage-container .category-card-wrapper .category-card.triple-line .card-header .card-title .category-name {
  max-width: 178px;
}
#homepage-container .category-card-wrapper .category-card.triple-line .card-header .category-description-box .card-title-icon {
  margin: 1px 0 0;
}
#homepage-container .category-card-wrapper .category-card.triple-line .websites-list-wrapper::before {
  height: 70px;
  background: linear-gradient(to bottom, rgb(22, 21, 26) 55%, rgba(22, 21, 26, 0.8) 75%, rgba(22, 21, 26, 0) 85%);
}
#homepage-container .category-card-wrapper .category-card.triple-line .websites-list-wrapper .websites-list {
  padding: 74px 0 0;
}
#homepage-container .category-card-wrapper .category-card .card-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15px 18px 0;
}
#homepage-container .category-card-wrapper .category-card .card-header .card-title {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: auto;
  transition: 0s;
}
#homepage-container .category-card-wrapper .category-card .card-header .card-title:hover .category-name {
  color: rgb(244, 212, 31);
}
#homepage-container .category-card-wrapper .category-card .card-header .card-title:active {
  color: rgba(241, 241, 241, 0.95);
}
#homepage-container .category-card-wrapper .category-card .card-header .card-title .category-emoji {
  font-size: 20px;
  line-height: 100%;
  pointer-events: none;
}
#homepage-container .category-card-wrapper .category-card .card-header .card-title .category-name {
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
#homepage-container .category-card-wrapper .category-card .card-header .category-info {
  display: none;
  width: 16px;
  height: 16px;
  opacity: 0.4;
}
#homepage-container .category-card-wrapper .category-card .card-header .category-info svg path {
  transition: fill 0.3s ease;
}
#homepage-container .category-card-wrapper .category-card .card-header .category-info.active-category svg path {
  fill: rgb(229, 51, 89);
}
@media (max-width: 766.98px) {
  #homepage-container .category-card-wrapper .category-card .card-header .category-info {
    display: block;
  }
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper {
  position: relative;
  z-index: 1;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgba(22, 21, 26, 0) 50%, rgba(22, 21, 26, 0.8) 100%);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 50px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgb(22, 21, 26) 37%, rgba(22, 21, 26, 0.8) 55%, rgba(22, 21, 26, 0) 100%);
  border-radius: 20px;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper.show-scroll::after, #homepage-container .category-card-wrapper .category-card .websites-list-wrapper.show-scroll::before {
  display: block;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper.show-scroll .websites-list {
  margin: 1px 0 0;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list {
  position: relative;
  z-index: -1;
  flex-grow: 1;
  max-height: 250px;
  padding: 40px 10px 6px 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 22px;
  padding: 0 10px 0 22px;
  transition: background 0s ease-in-out;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover {
  background: rgba(241, 241, 241, 0.04);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta-link {
  display: inline-flex;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:active {
  background: transparent;
}
@media (min-width: 1921px) {
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover:hover .website-link {
    color: rgb(244, 212, 31);
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link {
    display: inline-flex;
    color: rgba(241, 241, 241, 0.8);
    opacity: 1;
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link .info-icon {
    opacity: 1;
  }
}
@media (max-width: 1920.98px) {
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover:hover .website-link {
    color: rgb(244, 212, 31);
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-metric {
    display: none;
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link {
    display: inline-flex;
    opacity: 1;
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link .info-icon {
    opacity: 1;
  }
}
@media (max-width: 766.98px) {
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-metric {
    display: block;
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link {
    display: none;
  }
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item:hover .website-meta .website-meta-link .info-icon {
    opacity: 0;
  }
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .rank-change.up {
  color: rgb(12, 194, 67);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .rank-change.down {
  color: rgb(229, 51, 89);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-rank {
  min-width: 20px;
  margin: 0 3px 0 0;
  font-size: 12px;
  color: rgba(241, 241, 241, 0.4);
  text-align: center;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-rank.top-1 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(244, 212, 31);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-rank.top-2 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(166, 184, 197);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-rank.top-3 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(205, 100, 67);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .web-logo {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-link {
  overflow: hidden;
  color: rgba(241, 241, 241, 0.8);
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 0 0 0 auto;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-metric {
  margin: 0 0 0 10px;
  font-size: 12px;
  color: rgba(241, 241, 241, 0.4);
}
@media (min-width: 1921px) {
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-metric {
    width: 50px;
    text-align: end;
  }
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-meta-link {
  position: relative;
  display: none;
  align-items: center;
  margin: 0 0 0 5px;
}
@media (min-width: 1921px) {
  #homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-meta-link {
    display: inline-flex;
    margin: 0;
  }
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-meta-link .info-icon {
  display: block;
  width: 13px;
  height: 14px;
  margin: 0;
  pointer-events: all;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item .website-meta .website-meta-link .info-icon:hover path {
  fill: rgb(244, 212, 31);
}
#homepage-container .category-card-wrapper .category-card .websites-list-wrapper .websites-list .website-item.glass-hovered .website-link {
  color: rgba(241, 241, 241, 0.8) !important;
}
#homepage-container .category-card-wrapper .category-card .card-footer {
  padding: 0 18px;
}
#homepage-container .category-card-wrapper .category-card .card-footer .nc-button-card {
  position: relative;
  height: 36px;
  margin: 0 0 16px;
  font-size: 14px;
  transition: background 0.3s ease;
}

/* Go To Top Button */
#go-to-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#go-to-top .go-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid rgb(244, 212, 31);
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(224, 21, 111, 0.3);
}
#go-to-top .go-to-top:hover {
  background: rgba(244, 212, 31, 0.1);
}
#go-to-top .go-to-top:active {
  background: rgba(244, 212, 31, 0.05);
  border-color: rgb(248, 229, 121);
}

#go-to-top.visible {
  visibility: visible;
  opacity: 1;
}

.content-card-category {
  min-height: 736px;
  padding: 40px;
  margin: 0 20px 0 0;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 20px;
}
@media (max-width: 1439.98px) {
  .content-card-category {
    margin: 0;
  }
}
@media (max-width: 766.98px) {
  .content-card-category {
    padding: 20px 30px;
    background: rgb(13, 12, 17);
    border: none;
  }
}
.content-card-category .category-header .category-title {
  text-transform: capitalize;
}
@media (max-width: 766.98px) {
  .content-card-category .category-header .category-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.content-card-category .category-header .category-info-filter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6px 0 30px;
}
@media (max-width: 766.98px) {
  .content-card-category .category-header .category-info-filter {
    flex-direction: column;
    align-items: center;
  }
}
.content-card-category .category-header .category-info-filter .category-description {
  color: rgba(241, 241, 241, 0.4);
}
@media (max-width: 766.98px) {
  .content-card-category .category-header .category-info-filter .category-description {
    margin: 8px 0 0;
  }
}
.content-card-category .category-header .category-info-filter .category-description .category-description-content {
  max-width: 820px;
  max-height: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.content-card-category .category-header .category-info-filter .category-description .category-description-content .category-discription-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-card-category .category-header .category-info-filter .category-description .category-description-content .category-discription-block h5 {
  margin: 10px 0 0;
  color: rgba(241, 241, 241, 0.95);
}
.content-card-category .category-header .category-info-filter .category-description .show-more-link {
  margin: 0 0 0 5px;
  font-size: 14px;
  line-height: 160%;
  color: rgba(241, 241, 241, 0.4);
  text-decoration: underline;
  transition: all 0.3s ease;
}
.content-card-category .category-header .category-info-filter .category-description .show-more-link:hover {
  color: rgba(241, 241, 241, 0.6);
}
.content-card-category .category-header .category-info-filter .sort-filter-category .dropdown-content {
  right: 0;
  left: auto;
}
@media (max-width: 766.98px) {
  .content-card-category .category-header .category-info-filter .sort-filter-category .dropdown-content {
    left: 50%;
    transform: translateX(-50%);
  }
}

.content-card-websites-box {
  margin: 0 20px 0 0;
}
@media (max-width: 1439.98px) {
  .content-card-websites-box {
    margin: 0;
  }
}
@media (max-width: 766.98px) {
  .content-card-websites-box {
    padding: 0;
  }
}
.content-card-websites-box .content-card-websites {
  min-height: 736px;
  margin: 0 0 20px;
}
.content-card-websites-box .website-info-card {
  overflow: hidden;
}
.content-card-websites-box .website-info-card .website-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .content-card-websites-box .website-info-card .website-info-wrapper {
    flex-direction: column;
  }
}
.content-card-websites-box .website-info-card .website-column {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .content-card-websites-box .website-info-card .website-column {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.content-card-websites {
  padding: 40px;
  background: rgb(22, 21, 26);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 20px;
}
@media (max-width: 766.98px) {
  .content-card-websites.related-card-websites {
    padding: 0 30px 16px;
  }
}
@media (max-width: 766.98px) {
  .content-card-websites {
    padding: 0 0 30px;
    background: rgb(13, 12, 17);
    border: none;
  }
}

.related-websites-title {
  margin: 0 0 30px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}
@media (max-width: 766.98px) {
  .related-websites-title {
    margin: 0 0 16px;
    font-size: 26px;
    text-align: center;
  }
}

.related-website-button {
  margin: 30px 0 0;
}
.related-website-button a {
  height: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 419.98px) {
  .related-website-button a {
    height: 36px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 766.98px) {
  .website-screenshot-column {
    padding: 0;
  }
}
.website-screenshot-column .website-screenshot-container {
  position: relative;
  overflow: hidden;
}
.website-screenshot-column .website-screenshot-container .website-screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 16px;
}
.website-screenshot-column .visit-website-container {
  margin: 16px 0 0;
}
@media (max-width: 766.98px) {
  .website-screenshot-column .visit-website-container {
    margin: 10px 0 0;
  }
}
.website-screenshot-column .visit-website-container .button-icon {
  margin: 0 0 0 5px;
}
.website-screenshot-column .website-switch-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  margin: 10px 0 0;
}
@media (max-width: 419.98px) {
  .website-screenshot-column .website-switch-buttons {
    flex-direction: column;
  }
}
.website-screenshot-column .website-switch-buttons .website-switch-button {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  height: 50px;
  padding: 12px 0;
  color: rgba(241, 241, 241, 0.6);
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 766.98px) {
  .website-screenshot-column .website-switch-buttons .website-switch-button {
    padding: 12px 10px;
  }
}
@media (max-width: 419.98px) {
  .website-screenshot-column .website-switch-buttons .website-switch-button {
    width: 100%;
  }
}
.website-screenshot-column .website-switch-buttons .website-switch-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.website-screenshot-column .website-switch-buttons .website-switch-button:active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(241, 241, 241, 0.4);
}
.website-screenshot-column .website-switch-buttons .website-switch-button:hover .website-switch-button-arrow {
  fill: rgba(255, 255, 255, 0.1);
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-count {
  font-size: 16px;
  color: rgba(241, 241, 241, 0.4);
  text-align: center;
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-count.top-1 {
  color: rgb(244, 212, 31);
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-count.top-2 {
  color: rgb(166, 184, 197);
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-count.top-3 {
  color: rgb(205, 100, 67);
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 20px;
  height: 20px;
  background: rgba(241, 241, 241, 0.04);
  border-radius: 50%;
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-icon .website-switch-buttons-content-icon-favicon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-name {
  overflow: hidden;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 766.98px) {
  .website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-name {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
  }
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-name-left {
  max-width: calc(100% - 87px);
}
.website-screenshot-column .website-switch-buttons .website-switch-button .website-switch-buttons-content-name-right {
  max-width: calc(100% - 95px);
  padding: 0 4px 0 0;
}
.website-screenshot-column .website-switch-buttons .website-switch-button-left,
.website-screenshot-column .website-switch-buttons .website-switch-button-right {
  position: relative;
  z-index: 1;
}
.website-screenshot-column .website-switch-buttons .website-switch-button-left .website-switch-button-arrow,
.website-screenshot-column .website-switch-buttons .website-switch-button-right .website-switch-button-arrow {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 11px;
  transform: translateY(-50%);
}
.website-screenshot-column .website-switch-buttons .website-switch-button-left .website-switch-button-arrow {
  left: 20px;
}
.website-screenshot-column .website-switch-buttons .website-switch-button-right .website-switch-button-arrow {
  right: 20px;
}
.website-screenshot-column .website-screenshot-bottom {
  margin: 10px auto 0;
}
.website-screenshot-column .website-screenshot-bottom .website-screenshot-bottom-link {
  gap: 8px;
  height: 50px;
  font-size: 16px;
  line-height: 100%;
  color: rgba(241, 241, 241, 0.6);
  background: transparent;
  border: 1px solid rgba(241, 241, 241, 0.2);
}
.website-screenshot-column .website-screenshot-bottom .website-screenshot-bottom-report {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px auto 0;
  font-family: "Poppins";
  line-height: 100%;
  color: rgba(241, 241, 241, 0.4);
}
.website-screenshot-column .website-screenshot-bottom .website-screenshot-bottom-report:hover {
  color: rgba(241, 241, 241, 0.8);
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 766.98px) {
  .website-screenshot-column .website-screenshot-bottom .website-screenshot-bottom-report {
    display: none;
  }
}

.website-info-column {
  padding: 0 0 0 30px;
}
@media (max-width: 766.98px) {
  .website-info-column {
    padding: 0;
  }
}
.website-info-column .website-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: normal;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media (max-width: 766.98px) {
  .website-info-column .website-header {
    flex-direction: inherit;
    justify-content: flex-start;
    margin: 10px 0 30px;
  }
}
.website-info-column .website-header .website-title {
  font-family: "Poppins";
}
.website-info-column .website-header .website-header-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 0;
}
.website-info-column .website-header .website-header-wrapper .website-title-box {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 766.98px) {
  .website-info-column .website-header .website-header-wrapper .website-title-box {
    align-items: center;
  }
}
.website-info-column .website-header .website-header-wrapper .website-title-box .website-title-rank {
  text-shadow: rgb(229, 51, 89) -2px 0 0;
}
@media (max-width: 766.98px) {
  .website-info-column .website-header .website-header-wrapper .website-title-box .website-title-rank {
    font-size: 40px;
  }
}
.website-info-column .website-header .website-header-wrapper .website-title-box .website-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  flex-shrink: 1;
  padding: 0 40px 0 0;
}
.website-info-column .website-header .website-header-wrapper .website-title-box .website-title-wrapper .website-title {
  display: -webkit-box;
  flex-grow: 1;
  min-width: 100%;
  overflow: hidden;
  color: rgba(241, 241, 241, 0.95);
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.website-info-column .website-header .website-header-wrapper .website-title-box .website-title-wrapper .website-title-image {
  position: absolute;
  top: 10px;
  right: -4px;
}
@media (max-width: 766.98px) {
  .website-info-column .website-header .website-header-wrapper .website-title-box .website-title-wrapper .website-title-image {
    top: 5px;
  }
}
.website-info-column .website-header .website-header-wrapper .website-title-link .nc-title-link {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.6;
}
.website-info-column .website-header .website-header-wrapper .website-title-link .nc-title-link:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.website-info-column .website-header .website-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-flow: column wrap;
  color: rgba(241, 241, 241, 0.4);
}
.website-info-column .website-header .website-rating .website-rating-text {
  margin: 0 0 4px;
}
.website-info-column .website-header .website-rating .website-rating-stars {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 4px 0 0;
}
.website-info-column .website-header .website-rating-end {
  align-items: flex-end;
}
.website-info-column .website-header .website-rating-start {
  align-items: flex-start;
}
.website-info-column .website-subhead {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  padding: 10px 16px 10px 10px;
  background: transparent;
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 30px;
}
.website-info-column .website-subhead img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1439.98px) {
  .website-info-column .website-subhead .website-subhead-text {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .website-info-column .website-subhead .website-subhead-text {
    font-size: 12px;
  }
}
@media (max-width: 766.98px) {
  .website-info-column .website-subhead .website-subhead-text {
    font-size: 16px;
  }
}
.website-info-column .website-description {
  margin: 20px 0 0;
  line-height: 160%;
  color: rgba(241, 241, 241, 0.6);
}
.website-info-column .website-description .truncated-content {
  max-width: 560px;
  height: 107px;
  overflow: hidden;
}
@media (max-width: 766.98px) {
  .website-info-column .website-description .truncated-content {
    max-width: 100%;
    margin: 30px 0;
  }
}
.website-info-column .website-description .show-more-link {
  overflow: hidden;
  font-size: 14px;
  line-height: 140%;
  color: rgb(229, 51, 89);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.website-info-column .website-description .show-more-link:hover {
  color: rgb(234, 92, 122);
}
.website-info-column .website-description .show-more-link.visible {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.website-info-column .mobile-report {
  display: none;
  margin: 20px auto 0;
  opacity: 0.6;
}
@media (max-width: 766.98px) {
  .website-info-column .mobile-report {
    display: flex;
    gap: 10px;
    margin: 30px auto 0;
  }
}
.website-info-column .website-user-review {
  margin: 40px 0 0;
}
.website-info-column .website-user-review .website-user-review-separator {
  width: 100%;
  height: 2px;
  background: rgba(241, 241, 241, 0.04);
}
.website-info-column .website-user-review .website-user-review-box {
  margin: 8px 0 0;
}
@media (max-width: 766.98px) {
  .website-info-column .website-user-review .website-user-review-box {
    margin: 22px 0 0;
  }
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .website-info-column .website-user-review .website-user-review-box .website-user-review-header .website-user-review-title {
    font-size: 16px;
  }
}
@media (max-width: 766.98px) {
  .website-info-column .website-user-review .website-user-review-box .website-user-review-header .website-user-review-title {
    font-size: 26px;
  }
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-header .website-user-review-title span {
  margin: 0 8px;
  color: rgba(241, 241, 241, 0.4);
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 16px 0 0;
  margin: 20px 0 0;
  overflow: hidden auto;
}
@media (max-width: 766.98px) {
  .website-info-column .website-user-review .website-user-review-box .website-user-review-content {
    margin: 30px 0 0;
  }
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content .website-user-review-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content .website-user-review-item .website-user-review-heading {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content .website-user-review-item .website-user-review-heading .website-user-review-rating {
  height: 20px;
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content .website-user-review-item .website-user-review-heading .website-user-review-date {
  color: rgba(241, 241, 241, 0.4);
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-content .website-user-review-item .website-user-review-text {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(241, 241, 241, 0.6);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-button .website-user-review-button-link {
  font-size: 14px;
  line-height: 140%;
  color: rgb(229, 51, 89);
  transition: all 0.3s ease;
}
.website-info-column .website-user-review .website-user-review-box .website-user-review-button .website-user-review-button-link:hover {
  color: rgb(234, 92, 122);
}

.website-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1439.98px) {
  .website-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 766.98px) {
  .website-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 559.98px) {
  .website-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.website-card-grid .website-card .website-screenshot-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.website-card-grid .website-card .website-screenshot-container .website-screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.website-card-grid .website-card .website-screenshot-container .website-screenshot:hover {
  transform: scale(1.05);
}
.website-card-grid .website-card .website-screenshot-container .website-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.9);
  border: 1px solid rgba(229, 51, 89, 0.2);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.website-card-grid .website-card .website-screenshot-container .website-overlay:hover {
  opacity: 1;
}
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button,
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button-2 {
  width: 80%;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button img,
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button-2 img {
  margin: 0 0 0 8px;
}
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button {
  transition: background 0.3s ease-in-out;
}
.website-card-grid .website-card .website-screenshot-container .website-overlay .website-button-2 {
  transition: background 0.3s ease-in-out;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(241, 241, 241, 0.8);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title .website-rank {
  font-size: 16px;
  color: rgba(241, 241, 241, 0.4);
  text-align: center;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title .website-rank.top-1 {
  color: rgb(244, 212, 31);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title .website-rank.top-2 {
  color: rgb(166, 184, 197);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title .website-rank.top-3 {
  color: rgb(205, 100, 67);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title-favicons-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 20px;
  height: 20px;
  background: rgba(241, 241, 241, 0.04);
  border-radius: 50%;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-title-favicons-circle .website-title-favicon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-card-body-heading-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-card-body-heading-info .website-position {
  display: flex;
  align-items: center;
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-card-body-heading-info .website-position .position-up {
  color: rgb(12, 194, 67);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-card-body-heading-info .website-position .position-down {
  color: rgb(229, 51, 89);
}
.website-card-grid .website-card .website-card-body .website-card-body-heading .website-card-body-heading-info .website-view-count {
  color: rgba(241, 241, 241, 0.4);
}
.website-card-grid .website-card .website-card-body .website-description {
  margin: 2px 0 0;
  color: rgba(241, 241, 241, 0.4);
}

.website-card-grid.related-websites-grid {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 1921px) {
  .website-card-grid.related-websites-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1439.98px) {
  .website-card-grid.related-websites-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 766.98px) {
  .website-card-grid.related-websites-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 559.98px) {
  .website-card-grid.related-websites-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 404 */
.nc-page-404 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: calc(100vh - 200px);
  padding: 120px 27px;
}
@media (max-width: 766.98px) {
  .nc-page-404 {
    padding: 100px 27px;
  }
}
.nc-page-404 .nc-button-404 {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 766.98px) {
  .nc-page-404 .nc-button-404 {
    width: 100%;
  }
}
.nc-page-404 .nc-404-content {
  width: 100%;
  max-width: 620px;
  text-align: center;
}
.nc-page-404 .nc-404-image {
  max-width: 100%;
  height: auto;
  margin: 0 0 32px;
}
.nc-page-404 .nc-404-text {
  margin: 0 0 32px;
}
@media (max-width: 766.98px) {
  .nc-page-404 .nc-404-text {
    font-size: 30px;
  }
}

.service-content {
  width: 100%;
  max-width: 560px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 559.98px) {
  .service-content {
    padding: 0 20px;
  }
}
.service-content h1 {
  padding: 0 0 20px;
  font-size: 40px;
}
.service-content h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
.service-content h4 {
  padding: 0 0 10px;
  font-size: 16px;
}
.service-content p {
  font-size: 16px;
  color: rgba(241, 241, 241, 0.8);
}

.sitemap-content {
  margin: 32px 0 40px;
}
@media (max-width: 559.98px) {
  .sitemap-content {
    margin: 20px 0;
  }
}
.sitemap-content .sitemap-header {
  margin: 0 0 40px;
}
.sitemap-content .sitemap-category-wrapper {
  column-count: 7;
  column-gap: 40px;
  max-width: 100%;
}
@media (min-width: 1921px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 7;
  }
}
@media (max-width: 1920.98px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 6;
  }
}
@media (max-width: 1439.98px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 5;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 4;
    column-gap: 20px;
  }
}
@media (max-width: 766.98px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 3;
  }
}
@media (max-width: 559.98px) {
  .sitemap-content .sitemap-category-wrapper {
    column-count: 2;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper {
    max-width: 181px;
  }
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-category .sitemap-category-title {
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.95);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  display: block;
  width: fit-content;
  margin: 25px 0;
  text-transform: capitalize;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-category .sitemap-category-title:hover {
  color: rgb(244, 212, 31);
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper:first-child .sitemap-category-title {
  margin: 0 0 25px;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-website-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-website-list .sitemap-website-item {
  margin: 0 0 10px;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-website-list .sitemap-website-item.sitemap-website-item:last-child {
  margin: 0;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-website-list .sitemap-website-item .sitemap-website-name {
  font-family: "Roboto", sans-serif;
  color: rgba(241, 241, 241, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-style: normal;
  display: block;
  width: fit-content;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.sitemap-content .sitemap-category-wrapper .sitemap-list-wrapper .sitemap-website-list .sitemap-website-item .sitemap-website-name:hover {
  color: rgb(244, 212, 31);
}

.sitemap-pagination {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 0 0 32px;
}
@media (max-width: 559.98px) {
  .sitemap-pagination {
    padding: 30px 0 0;
    margin: 0 0 20px;
  }
}
.sitemap-pagination .page-numbers {
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.2);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  font-style: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(241, 241, 241, 0.2);
  border-radius: 10px;
}
.sitemap-pagination .page-numbers.current {
  color: rgb(13, 12, 17);
  background: rgb(244, 212, 31);
}
.sitemap-pagination .page-numbers:hover:not(.current) {
  color: rgba(241, 241, 241, 0.6);
  background: rgba(241, 241, 241, 0.2);
}