/* Custom Fonts */
@font-face {
  font-family: 'Afacad-Regular';
  src: url('/assets/dist/fonts/Afacad-Regular.woff2') format('woff2'),
       url('/assets/dist/fonts/Afacad-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Afacad-SemiBold';
  src: url('/assets/dist/fonts/Afacad-SemiBold.woff2') format('woff2'),
       url('/assets/dist/fonts/Afacad-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Regular';
  src: url('/assets/dist/fonts/Inter_18pt-Regular.woff2') format('woff2'),
       url('/assets/dist/fonts/Inter_18pt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('/assets/dist/fonts/Inter_18pt-Medium.woff2') format('woff2'),
       url('/assets/dist/fonts/Inter_18pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('/assets/dist/fonts/Inter_18pt-SemiBold.woff2') format('woff2'),
       url('/assets/dist/fonts/Inter_18pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LeagueSpartan-SemiBold';
  src: url('/assets/dist/fonts/LeagueSpartan-SemiBold.woff2') format('woff2'),
       url('/assets/dist/fonts/LeagueSpartan-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppinsregular';
  src: url('/assets/dist/fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('/assets/dist/fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url('/assets/dist/fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('/assets/dist/fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RethinkSans-SemiBold';
  src: url('/assets/dist/fonts/RethinkSans-SemiBold.woff2') format('woff2'),
       url('/assets/dist/fonts/RethinkSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/assets/dist/fonts/Roboto-Regular.woff2') format('woff2'),
       url('/assets/dist/fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-SemiBold';
  src: url('/assets/dist/fonts/Roboto-SemiBold.woff2') format('woff2'),
       url('/assets/dist/fonts/Roboto-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*!
   * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --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: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  -ms-flex-negative: 0;
  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 {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.row-cols-auto > * {
  width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-1 > * {
  width: 100%;
}
.row-cols-2 > * {
  width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-3 > * {
  width: 33.33333%;
}
.row-cols-4 > * {
  width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-5 > * {
  width: 20%;
}
.row-cols-6 > * {
  width: 16.66667%;
}
.col-auto,
.row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 8.33333%;
}
.col-1,
.col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-3,
.col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-5,
.col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-7,
.col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-9,
.col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-11,
.col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.66667%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-1,
  .col-sm-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3,
  .col-sm-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-5,
  .col-sm-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-7,
  .col-sm-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9,
  .col-sm-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-11,
  .col-sm-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.66667%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-1,
  .col-md-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-5,
  .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-7,
  .col-md-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9,
  .col-md-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-11,
  .col-md-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.66667%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-5,
  .col-lg-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-7,
  .col-lg-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9,
  .col-lg-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-11,
  .col-lg-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.66667%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-1,
  .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-7,
  .col-xl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9,
  .col-xl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-11,
  .col-xl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1,
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .col-xxl-2,
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-4,
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-6,
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-8,
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-10,
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body,
html {
  display: block;
  position: relative;
  font-family: Inter-Regular;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
  font-display: swap;
}
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
input:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.fixed {
  display: block;
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 12;
}
.pos-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
* {
  box-sizing: border-box;
}
.title-h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: RethinkSans-SemiBold;
  color: #020310;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .title-h2 {
    font-size: 44px;
    font-size: 2.25rem;
  }
  .break-mobile-br {
    display: none;
  }
}
.btn-custom {
  --mouse-x: 50%;
  --mouse-y: 50%;

  border-radius: 9999px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 240px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Inter-SemiBold;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  /* Base background - white/light */
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);

  /* Subtle shadow */
  box-shadow:
          0 1px 3px rgba(0, 0, 0, 0.1),
          0 0 20px rgba(255, 255, 255, 0.1);

  transition: all 0.3s ease;
}
.btn-custom.reverse {
  background:
          linear-gradient(transparent, transparent) padding-box,
          linear-gradient(90deg, #000000, #354040) border-box;
  color: #fff;
}
.btn-custom.reverse .btn-custom--text:after {
  background-image: url(../images/right-arrow-2.png);
}
.btn-custom.reverse:hover {
  color: #000;
}
.btn-custom.reverse:hover .btn-custom--text:after {
  background-image: url(../images/right-arrow.png);
}
.btn-custom.reverse:after {
  background:
          linear-gradient(transparent, transparent) padding-box,
          linear-gradient(90deg, #fafafa, #fafafa) border-box;
}
.btn-custom--text {
  z-index: 11;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn-custom--text:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
}
/* Mouse-tracking spotlight effect */
.btn-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: radial-gradient(
          circle 80px at var(--mouse-x) var(--mouse-y),
          rgba(255, 255, 255, 0.8) 0%,
          rgba(255, 255, 255, 0.3) 30%,
          transparent 70%
  );
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Ambient glow layer */
.btn-custom:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 9999px;
  background: radial-gradient(
          circle at 50% 50%,
          rgba(255, 255, 255, 0.4) 0%,
          rgba(255, 255, 255, 0.2) 40%,
          transparent 70%
  );
  opacity: 0;
  z-index: -1;
  filter: blur(10px);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.btn-custom:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow:
          0 2px 8px rgba(0, 0, 0, 0.15),
          0 0 30px rgba(255, 255, 255, 0.3),
          0 0 60px rgba(255, 255, 255, 0.2);
}

/* Activate spotlight on hover */
.btn-custom:hover:before {
  opacity: 1;
}

/* Show ambient glow on hover */
.btn-custom:hover:after {
  opacity: 1;
}

/* Arrow animation on hover */
.btn-custom:hover .btn-custom--text:after {
  transform: translateX(3px);
}

/* Active/click state */
.btn-custom:active {
  transform: translateY(0) scale(0.98);
}
.btn-custom-reverse {
  border-radius: 9999px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 240px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Inter-SemiBold;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fafafa;
  color: #000;
  z-index: 0;
  position: relative;
  transition: color 0.15s ease-in-out;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.btn-custom-reverse--text {
  z-index: 11;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn-custom-reverse--text:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  z-index: 10;
  transition: right 0.3s ease-in-out;
}
.btn-custom-reverse:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background:
          linear-gradient(transparent, transparent) padding-box,
          linear-gradient(90deg, #3828dc, #16d0d0) border-box;
  z-index: -1;
  transition: width 0.3s ease-in-out;
  border-radius: 9999px;
}
.btn-custom-reverse:hover {
  color: #fff;
}
.btn-custom-reverse:hover .btn-custom--text:after {
  background-image: url(../images/right-arrow-2.png);
}
.btn-custom-reverse:hover:after {
  width: 100%;
}
.slick-slide,
.slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-group {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .form-group--firstname {
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  .form-group--lastname {
    padding-left: 7px;
  }
}
.form-group .form-control {
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto-Regular;
  letter-spacing: 0.075px;
  border-radius: 5px;
  color: hsla(0, 0%, 100%, 0.6);
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-left: 15px;
  background-color: hsla(0, 0%, 100%, 0.05);
}
.form-group .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.form-group .form-control:-moz-placeholder,
.form-group .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: hsla(0, 0%, 100%, 0.2);
}
.form-group .form-control:-internal-autofill-selected,
.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:hover {
  color: hsla(0, 0%, 100%, 0.6) !important;
  -webkit-text-fill-color: hsla(0, 0%, 100%, 0.6);
  background: hsla(0, 0%, 100%, 0.05);
}
.form-group .form-control:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group select.form-control {
  cursor: pointer;
  padding-right: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group select.form-control option {
  background-color: #1a1a1a;
  color: hsla(0, 0%, 100%, 0.9);
}
.form-group textarea.form-control {
  min-height: 109px;
  resize: vertical;
  padding: 15px;
}
.form-group {
  position: relative;
}
.btn-submit {
  height: 42px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  background-color: #fafafa;
  width: 100%;
  font-family: Inter-Medium;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.btn-submit:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background:
          linear-gradient(transparent, transparent) padding-box,
          linear-gradient(90deg, #3828dc, #16d0d0) border-box;
  z-index: -1;
  transition: width 0.3s ease-in-out;
  border-radius: 9999px;
}
.btn-submit:hover {
  color: #fff;
}
.btn-submit:hover:after {
  width: 100%;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: a 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide.is-focus-in .splide__pagination__page:focus,
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide.is-focus-in .splide__toggle:focus,
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
header {
  height: 88px;
  background-color: #01020f;
  width: 100%;
}
.home header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  transition: background-color 0.2s ease-in;
  z-index: 11;
}
.home header.sticky {
  background-color: #000000;
}
.header-wrapper {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-wrapper {
    -ms-flex-pack: inherit;
    justify-content: inherit;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .header-wrapper {
    max-width: 1300px;
  }
}
.header-logo {
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .header-logo {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .header-logo {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .header-logo {
    padding-left: 0;
  }
}
.header-menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-menu {
    top: 88px;
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    transform: scaleY(0);
    transition:
            height 0.3s,
            transform 0.3s;
    transform-origin: top;
    z-index: 99;
    background-color: #01020f;
    left: 0;
    overflow-y: auto;
    width: 100vw;
  }
  .header-menu.show-menu {
    height: calc(100vh - 88px);
    transform: scaleY(1);
  }
}
.header-btn {
  min-width: 160px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Inter-Medium;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid transparent;
  background:
          linear-gradient(#01020f, #01020f) padding-box,
          linear-gradient(90deg, #3828dc, #16d0d0) border-box;
}
@media (min-width: 992px) {
  .header-btn {
    padding: 12px 32px;
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background:
            linear-gradient(#01020f, #01020f) padding-box,
            linear-gradient(90deg, #3828dc, #16d0d0) border-box;
  }
}
.menu-principal {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .menu-principal {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    gap: 2px;
  }
}
.menu-principal li {
  display: block;
  height: inherit;
  width: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu-principal li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.75);
  }
}
.menu-principal li a {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: Inter-Regular;
  color: #fff;
  letter-spacing: 0.075px;
  transition: color 0.3s ease;
}
.menu-principal li a:hover {
  color: rgb(86 131 218);
}
@media (min-width: 768px) {
  .menu-principal li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: auto;
  }
}
.burger-menu {
  display: block;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .burger-menu {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .burger-menu {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .burger-menu {
    padding-right: 0;
    display: none;
  }
}
.burger-menu--btn {
  display: inline-block;
}
.home-hero {
  display: block;
  position: relative;
  height: 420px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-hero {
    height: 724px;
  }
}
.home-hero--video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -308px;
}
@media (min-width: 992px) {
  .home-hero--video-bg {
    top: 0;
  }
}
.home-hero--video-bg video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-hero .container,
.home-hero .container .row {
  position: relative;
  height: 100%;
}
.home-hero .container .row .home-hero--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .home-hero .container .row .home-hero--text {
    padding-left: 0;
    padding-top: 0;
  }
}
.home-hero .container .row .home-hero--text-inner {
  position: relative;
  margin-left: 2%;
}
.home-hero .container .row .home-hero--text h1 {
  font-size: 2.5rem;
  font-family: LeagueSpartan-SemiBold;
  line-height: 0.9;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
  padding: 5px 0;
  overflow: visible;
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 30%, #d5d8f6 80%, #fdf7fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 768px) {
  .home-hero .container .row .home-hero--text h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .home-hero .container .row .home-hero--text h1 {
    font-size: 72px;
    font-size: 4.5rem;
    margin-bottom: 30px;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .home-hero .container .row .home-hero--text h1 {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.home-hero .container .row .home-hero--text p {
  font-family: Inter-Regular;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.375;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 12px;
  margin-bottom: 39px;
  max-width: 248px;
}
@media (min-width: 768px) {
  .home-hero .container .row .home-hero--text p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 14px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home-hero .container .row .home-hero--text p {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .home-hero .container .row .home-hero--text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 16px;
    max-width: 448px;
  }
}
@media (min-width: 1200px) {
  .home-hero .container .row .home-hero--text p {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-hero .container .row .home-hero--text .btn-custom {
    position: absolute;
  }
}
.home-hero--infos {
  display: none;
  position: absolute;
  bottom: 50px;
}
@media (min-width: 992px) {
  .home-hero--infos {
    bottom: 100px;
    right: 0;
    display: block;
  }
}
.home-hero--infos-inner {
  display: block;
  position: relative;
}
.home-hero--infos-item {
  width: 356px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 10px;
}
.home-hero--infos-item:last-child {
  margin-bottom: 0;
}
.home-hero--infos-item.activity {
  background-image: url(../images/dev-offshore.png);
}
.home-hero--infos-item.localisation {
  background-image: url(../images/agence.png);
}
.home-hero--infos-item span {
  display: inline-block;
  font-family: Inter-Regular;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.375;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .home-hero--infos-item span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .home-hero--infos-item span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.solution-designers {
  display: block;
  position: relative;
  padding: 40px 0;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .solution-designers {
    padding: 50px 0 5px;
    margin-bottom: -27px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .solution-designers {
    margin-bottom: -50px;
  }
}
.solution-designers--text {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .solution-designers--text {
    margin-bottom: 50px;
  }
}
.solution-designers--text .title-h2 {
  text-align: center;
  margin-bottom: 8px;
}
.solution-designers--text p {
  font-size: 16px;
  font-size: 1rem;
  font-family: Roboto-Regular;
  color: #020310;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .solution-designers--text p {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .solution-designers--text p {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
  }
}
.solution-designers--title {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: RethinkSans-SemiBold;
  color: #020310;
  margin-bottom: 30px;
}
.solution-designers--bloc-item {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .solution-designers--bloc-item-1 .solution-designers--col-2 img {
    object-position: 50%;
  }
}
.solution-designers--bloc-item-2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .solution-designers--bloc-item-2 .solution-designers--col-1 img {
    object-position: 85%;
  }
}
.solution-designers--col-1 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .solution-designers--col-1 {
    margin-bottom: 0;
  }
}
.solution-designers--item {
  display: block;
  position: relative;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  min-height: auto;
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .solution-designers--item {
    width: 85%;
    max-width: none;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-designers--item {
    width: 351px;
    max-width: 100%;
    min-height: 351px;
  }
}
@media (min-width: 992px) {
  .solution-designers--item {
    width: 100%;
  }
}
.solution-designers--item-txt {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .solution-designers--item-txt {
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .solution-designers--item-txt {
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

.solution-designers--item-txt h3 {
  font-family: Roboto-Regular;
  font-size: 22px;
  font-size: 1.475rem;
  margin-bottom: 15px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 3px 0;
  overflow: visible;

  /* Gradient text effect like hero title */
  background: linear-gradient(to bottom right, #fff 0%, #fff 30%, #a0a2b9 80%, #979397 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 992px) {
  .solution-designers--item-txt h3 {
    font-size: 30px;
    font-size: 1.675rem;
    margin-bottom: 10px;
    padding: 5px 0;
  }
}
.solution-designers--item-txt p {
  font-family: Inter-Regular;
  color: hsla(0, 0%, 100%, 0.72);
  line-height: 20px;
}

@media (max-width: 992px) {
  .solution-designers--item-txt p {
    font-size: 0.95rem;
    line-height: 23px;
  }
}

@media (min-width: 992px) {
  .solution-designers--item-txt p {
    font-size: 1.11rem;
    line-height: 23px;
  }
}
.solution-designers--item-txt p br {
  display: none;
}
@media (min-width: 992px) {
  .solution-designers--item-txt p br {
    display: block;
  }
}
.solution-designers--item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .solution-designers--item img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .solution-designers--item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: inherit;
  }
}
.digital-talent {
  padding: 40px 15px 40px 15px;
  display: block;
  position: relative;
  width: 100%;
  background: #f5f5f5;
}

@media (max-width: 600px) {
  .digital-talent {
    padding: 10px 15px 40px 15px;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  .digital-talent {
    padding: 0 calc((100vw - 720px) / 2);
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .digital-talent {
    padding-left: 0;
    padding-right: 0;
    overflow-y: hidden;
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .digital-talent {
    height: 990px;
  }
}
.digital-talent--video-mobile {
  display: block;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
@media (min-width: 768px) {
  .digital-talent--video-mobile {
    display: none;
  }
}
.digital-talent--video-mobile .video-mobile--wrapper {
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.digital-talent--video-bg {
  height: 444px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .digital-talent--video-bg {
    display: block;
  }
}
@media (min-width: 992px) {
  .digital-talent--video-bg {
    height: 900px;
  }
}
@media (min-width: 1200px) {
  .digital-talent--video-bg {
    height: 1185px;
  }
}
.digital-talent--video-bg.mobile {
  height: 260px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .digital-talent--video-bg.mobile {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .digital-talent--video-bg.mobile {
    height: 470px;
  }
}
.digital-talent--video-bg.mobile video {
  top: 80%;
  left: 70%;
  transform: scale(1.5) translate(-50%, -50%);
}
.digital-talent--video-bg video {
  position: absolute;
  top: 45%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  .digital-talent--video-bg video {
    border-radius: 12px;
  }
}
.digital-talent--video-bg.mobile {
  display: block;
}
@media (min-width: 768px) {
  .digital-talent--video-bg.mobile {
    display: none;
  }
}
.digital-talent--content {
  display: block;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .digital-talent--content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
}
@media (min-width: 992px) {
  .digital-talent--content {
    top: 74px;
  }
}
@media (min-width: 1200px) {
  .digital-talent--content {
    top: 116px;
  }
}
.digital-talent--txt .title-h2 {
  text-align: center;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}
.digital-talent--txt p {
  font-size: 16px;
  font-size: 1rem;
  font-family: Roboto-Regular;
  line-height: 18px;
  color: #020310;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .digital-talent--txt p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .digital-talent--txt p {
    margin-bottom: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .digital-talent--txt p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}
.digital-talent--txt p br {
  display: none;
}
@media (min-width: 992px) {
  .digital-talent--txt p br {
    display: block;
  }
}
@media (min-width: 768px) {
  .digital-talent .video {
    width: 308px;
    height: 168px;
    top: calc(50% - 4px);
    left: calc(50% + 28px);
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
@media (min-width: 992px) {
  .digital-talent .video {
    width: 640px;
    height: 354px;
    top: calc(50% + 40px);
    left: calc(50% + 58px);
  }
}
@media (min-width: 1200px) {
  .digital-talent .video {
    width: 860px;
    height: 478px;
    top: calc(44% + 85px);
    left: calc(50% + 74px);
  }
}
.digital-talent .video.video-desktop {
  display: none;
}
@media (min-width: 768px) {
  .digital-talent .video.video-desktop {
    display: block;
  }
}
.digital-talent .video.video-mobile {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .digital-talent .video.video-mobile {
    display: none;
  }
}
.digital-talent--bottom {
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .digital-talent--bottom {
    bottom: 50px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .digital-talent--bottom {
    bottom: 73px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .digital-talent--bottom {
    bottom: 46px;
  }
}
.digital-talent--bottom p {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(2, 3, 16, 0.77);
  text-align: justify;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  .digital-talent--bottom p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .digital-talent--bottom p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.home-idea {
  display: block;
  position: relative;
  padding: 0 0 25px;
  overflow-x: hidden;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .home-idea {
    padding-bottom: 50px;
    margin-top: -164px;
  }
}
.home-idea .title-h2 {
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .home-idea .title-h2 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.home-idea .splide {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-idea .splide {
    margin-bottom: 45px;
    transform: translateX(35px);
  }
}
.home-idea .splide__slide {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
}
.home-idea .splide__slide img {
  box-shadow: -5px -5px 10px 0 rgba(0, 0, 0, 0.5);
}
.home-idea--cta .btn-custom {
  margin-left: auto;
  margin-right: auto;
}

.home-idea--subtitle {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .home-idea--subtitle {
    padding: 0;
  }
}

.home-idea p {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  color: #000;
  margin-bottom: 50px;
  text-align: justify;
}
@media (min-width: 992px) {
  .home-idea p {
    font-size: 21px;
    font-size: 1.25rem;
    line-height: 25px;
    text-align: center;
  }
}
.home-idea p br {
  display: none;
}
@media (min-width: 992px) {
  .home-idea p br {
    display: block;
  }
}
.our-prices {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 35px;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #f5f5f5;
}
.our-prices--title {
  font-family: Roboto-Regular;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 13px;
  background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.7) 0,
          #000 50%,
          rgba(0, 0, 0, 0.53)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .our-prices--title {
    font-size: 69px;
    font-size: 4.3125rem;
  }
}
.our-prices p {
  font-family: Roboto-Regular;
  letter-spacing: 0.075px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .our-prices p {
    font-size: 18px;
    font-size: 1.355rem;
    line-height: 30px;
  }
}
.our-prices p br {
  display: none;
}
@media (min-width: 992px) {
  .our-prices p br {
    display: block;
  }
}
.our-prices--menu {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 8px 12px;
  height: 51px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: linear-gradient(180deg, #10151d, #000);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  gap: 2px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .our-prices--menu {
    gap: 10px;
    margin-bottom: 85px;
  }
}
.our-prices--menu:after {
  content: "";
  width: 105px;
  height: 100px;
  position: absolute;
  display: none;
  background: url(../images/selector.svg) no-repeat 50%;
  right: -20px;
  top: -12px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .our-prices--menu:after {
    display: block;
    pointer-events: none;
  }
}
.our-prices--menu li {
  list-style-type: none;
}
.our-prices--menu li a {
  font-family: Inter-Medium;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  display: inline-block;
}
@media (min-width: 992px) {
  .our-prices--menu li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.our-prices--menu li a.active {
  background:
          linear-gradient(90deg, #0d64ff 13%, #033eab 83%) padding-box,
          linear-gradient(90deg, #719ff9 0, #1e50a8) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.forfaits-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .forfaits-list {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.forfaits-item {
  width: 95%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  padding: 40px 25px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
}

@media (min-width: 768px) {
  .forfaits-item {
    width: 380px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .forfaits-item {
    width: 100%;
    max-width: 100%;
  }
}
.forfaits-item.siteweb {
  background-image: url(../images/bg-siteweb.webp);
}
.forfaits-item.appmobile {
  background-image: url(../images/bg-appmobile.webp);
}
.forfaits-item.surmesure {
  background-image: url(../images/bg-surmesure.webp);
}
.forfaits-item--title {
  font-family: Afacad-Regular;
  font-size: 26px;
  font-size: 1.625rem;
  color: hsla(0, 0%, 100%, 0.95);
  margin-bottom: 9px;
}
.forfaits-item--price {
  font-family: Afacad-SemiBold;
  font-size: 30px;
  font-size: 1.875rem;
  color: hsla(0, 0%, 100%, 0.95);
  margin-bottom: 11px;
}
.forfaits-item--price span {
  font-weight: 400;
}
.forfaits-item--description,
.forfaits-item--price span {
  font-size: 17px;
  font-size: 1.1rem;
  color: hsla(0, 0%, 100%, 0.8);
}
.forfaits-item--description {
  margin-bottom: 16px;
  line-height: 20px;
  font-family: Afacad-Regular;
  text-align: justify;
}
@media (min-width: 992px) {
  .forfaits-item--description {
    word-spacing: -1px;
  }
}
.forfaits-item--devis {
  margin-bottom: 0px;
}
.forfaits-item--devis .btn-custom {
  width: 100%;
  margin-bottom: 12px;
  background:
          linear-gradient(transparent, transparent) padding-box,
          linear-gradient(90deg, #3e2b25, #805345) border-box;
  color: #fff;
}
.forfaits-item--devis .btn-custom:after {
  background: #fafafafa;
}
.forfaits-item--devis .btn-custom:hover {
  color: #000;
}
.forfaits-item--devis .btn-custom:hover .btn-custom--text:after {
  background-image: url(../images/right-arrow.png);
}
.forfaits-item--devis .btn-custom .btn-custom--text:after {
  background-image: url(../images/right-arrow-2.png);
}
.forfaits-item--duration {
  font-family: Afacad-Regular;
  font-size: 17px;
  font-size: 1.0625rem;
  color: hsla(0, 0%, 100%, 0.7);
  display: block;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 5px;
}
.forfaits-item--included-head {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.forfaits-item--included-head:before {
  content: "";
  width: calc(100% );
  height: 1px;
  background: hsla(0, 0%, 100%, 0.3);
  position: absolute;
  top: 50%;

}
.forfaits-item--included-head span {
  display: inline-block;
  padding-right: 12px;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: Afacad-Regular;
  font-size: 17px;
  font-size: 1.0625rem;
}
.forfaits-item--included-list li {
  font-size: 16px;
  font-size: 1.1rem;
  font-family: Afacad-Regular;
  color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.forfaits-item--included-list li:before {
  content: "";
  width: 13px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/list-style-type.svg) no-repeat 50%;
}
.home-partner {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .home-partner {
    padding-bottom: 53px;
  }
}
.home-partner p {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home-partner p {
    margin-bottom: 35px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.partner-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767.98px) {
  .home-partner {
    overflow-x: hidden;
  }

  .partner-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px;
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .partner-list::-webkit-scrollbar {
    display: none;
  }

  .partner-list--item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: auto;
    min-width: 120px;
    padding: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .partner-list--item:active {
    transform: scale(0.95);
  }
}

@media (min-width: 768px) {
  .partner-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 35px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .partner-list {
    gap: 90px;
  }
}
.partner-list--item img {
  max-height: 50px;
  filter: grayscale(1);
  display: block;
  margin: auto;
  transition: filter 0.3s ease;
}

@media (max-width: 767.98px) {
  .partner-list--item:hover img,
  .partner-list--item:active img {
    filter: grayscale(0);
  }

  /* Gradient indicators for scrolling */
  .home-partner::before,
  .home-partner::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 80px;
    pointer-events: none;
    z-index: 2;
  }

  .home-partner::before {
    left: 0;
    background: linear-gradient(to right, rgba(250, 250, 250, 1), transparent);
  }

  .home-partner::after {
    right: 0;
    background: linear-gradient(to left, rgba(250, 250, 250, 1), transparent);
  }
}

@media (min-width: 768px) {
  .partner-list--item img:hover {
    filter: grayscale(0);
  }
}
.home-numbers {
  display: block;
  position: relative;
  padding: 50px 0 0;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.inNumbersBg {
  background-color: #000;
}
@media (min-width: 992px) {
  .home-numbers {
    height: 940px;
    padding: 53px 0 88px;
  }
}
@media (min-width: 1200px) {
  .home-numbers {
    height: 960px;
  }
}
@media (min-width: 1400px) {
  .home-numbers {
    height: 945px;
  }
}
@media screen and (min-width: 1600px) {
  .home-numbers {
    height: 1010px;
  }
}
@media screen and (min-width: 1800px) {
  .home-numbers {
    /*height: 1100px;*/
  }
}
.home-numbers--title {
  font-family: poppinssemibold;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .home-numbers--title {
    font-size: 2.6rem;
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .home-numbers--title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.numbers--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .numbers--list {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.numbers--list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: poppinsregular;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  .numbers--list-item {
    border-right: 1px solid #fff;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width: inherit;
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .numbers--list-item {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991.98px) {
  .numbers--list-item {
    width: 33.33%;
    padding: 10px 5px;
    margin-bottom: 0;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .numbers--list-item:last-child {
    display: none;
  }
}
.numbers--list-item .number {
  display: block;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .numbers--list-item .number {
    font-size: 48px;
    font-size: 3rem;
  }
}
.numbers--list-item .number-text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  .numbers--list-item .number-text {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
.numbers--list-item .number-text br {
  display: none;
}
@media (min-width: 992px) {
  .numbers--list-item .number-text br {
    display: block;
  }
}
.numbers--list-item:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .numbers--list-item:nth-child(1)::after,
  .numbers--list-item:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #fff;
  }
}
.asked-questions-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .asked-questions-row {
    padding-top: 150px;
  }
}

/* Custom styles for updated sections */
.home-numbers--custom {
  background-color: #000000;
  padding: 30px 0;
  height: auto !important;
}
@media (min-width: 768px) {
  .home-numbers--custom {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .home-numbers--custom {
    padding: 40px 0;
  }
}

.home-faq {
  background-color: #f5f5f5;
  padding: 30px 0 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-faq {
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .home-faq {
    padding: 85px 0 40px 0;
  }
}

.asked-questions-row--custom {
  padding-top: 0 !important;
  margin-left: 10px;
  margin-right: 10px;
}

.asked-questions--left {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.asked-questions--left::after {
  content: '';
  position: absolute;
  background-image: url('../images/shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 5em;
  height: 5em;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .asked-questions--left::after {
    width: 150px;
    height: 150px;
    left: auto;
    transform: none;
    right: 20px;
    top: 40px;
  }
}

@media (min-width: 992px) {
  .asked-questions--left::after {
    width: 800px;
    height: 800px;
    right: 200px;
    top: -20px;
  }
}

.asked-questions--left .asked-questions--title {
  margin-top: 16px;
  margin-left: 25px;
  position: relative;
  font-size: 1.75rem !important;
  font-family: RethinkSans-SemiBold, serif !important;
  color: #020310 !important;
  z-index: 1;
}

@media (max-width: 991px) {
  .asked-questions--left .asked-questions--title {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    font-size: 1.75rem !important;
    font-family: RethinkSans-SemiBold, serif !important;
    color: #020310 !important;
    letter-spacing: -1px !important;
  }

  .asked-questions--title .desktop-text {
    display: none;
  }

  .asked-questions--title .mobile-text {
    display: inline;
  }
}

@media (min-width: 992px) {
  .asked-questions--title .desktop-text {
    display: inline;
  }

  .asked-questions--title .mobile-text {
    display: none;
  }
}

.faq-item {
  display: block;
  position: relative;
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  background-color: hsla(0, 0%, 0%, 0.92);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-bottom: 18px;
  padding: 20px;
}
@media (min-width: 992px) {
  .faq-item {
    padding: 26px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item-question {
  display: block;
  position: relative;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  padding-right: 30px;
  cursor: pointer;

  line-height: normal;
}
@media (min-width: 992px) {
  .faq-item-question {
    font-size: 22px;
    font-size: 1.22rem;
  }
}
.faq-item-question:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/chevron-down.png) no-repeat 50%;
  right: 0;
  top: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.faq-item.active .faq-item-question:after {
  transform: rotate(-180deg);
}
.faq-item.active .faq-item-answer {
  max-height: 800px;
}
.faq-item-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease-out;
}
.faq-item p {
  padding-top: 15px;
  font-family: Roboto-Regular;
  letter-spacing: 0.075px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .faq-item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}

.faq-item p strong,
.faq-item p b {
  font-family: Roboto-Bold, Roboto, sans-serif !important;
  font-weight: 700 !important;
}
.contact-wrapper {
  display: block;
  position: relative;
  padding: 30px 0;
  background-color: #f5f5f5;
  background-image:
          radial-gradient(
                  circle at 20% 20%,
                  rgba(134, 130, 142, 0.15) 0,
                  transparent 50%
          ),
          radial-gradient(
                  circle at 80% 30%,
                  rgba(176, 175, 177, 0.12) 0,
                  transparent 50%
          ),
          radial-gradient(
                  circle at 20% 80%,
                  rgba(187, 179, 204, 0.12) 0,
                  transparent 50%
          );
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contact-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  left: -100px;
  top: 35%;
  transform: translateY(-50%);
  opacity: 0.6;
  z-index: 0;
}
.contact-wrapper::after {
  content: '';
  position: absolute;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  right: -100px;
  top: 35%;
  transform: translateY(-50%);
  opacity: 0.6;
  z-index: 0;
}
@media (min-width: 992px) {
  .contact-wrapper {
    padding: 78px 0 50px;
  }
  .contact-wrapper::before {
    width: 600px;
    height: 600px;
    left: -150px;
  }
  .contact-wrapper::after {
    width: 600px;
    height: 600px;
    right: -150px;
  }
}
.contact-title {
  font-family: RethinkSans-SemiBold;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: -1.25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-title {
    font-size: 81px;
    font-size: 4.0625rem;
  }
}
.contact-subtitle {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.contact-form {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.95);
  margin-top: 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-form {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
    padding: 20px;
    gap: 22px;
  }
}
@media (min-width: 992px) {
  .contact-form--left {
    padding-left: 40px;
    padding-top: 40px;
  }
}
.contact-form--left h2 {
  font-size: 2rem;
  font-family: LeagueSpartan-SemiBold;
  line-height: 0.9;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
  padding: 5px 0;
  overflow: visible;
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 30%, #d5d8f6 80%, #fdf7fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 992px) {
  .contact-form--left h2 {
    font-size: 32px;
    font-size: 2.53rem;
  }
}
.contact-form--left p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.contact-form--left p br {
  display: none;
}
@media (min-width: 992px) {
  .contact-form--left p br {
    display: block;
  }
}
.contact-form--wrapper {
  margin-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-form--wrapper {
    padding-right: 49px;
    padding-bottom: 40px;
  }
}
.contact-form--citation {
  display: block;
  position: relative;
  margin-top: 0;
}
@media (min-width: 992px) {
  .contact-form--citation {
    margin-top: 62px;
  }
}
.contact-form--citation img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
@media (min-width: 992px) {
  .contact-form--citation img {
    min-width: 516px;
  }
}
.contact-form--citation-text {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.contact-form--citation-text p {
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter-Regular;
  letter-spacing: 0.075px;
  font-size: 16px;
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 21px;
}
.contact-form--citation-text p span {
  color: #fff;
  font-family: Inter-Medium;
  letter-spacing: normal;
  display: block;
  margin-top: 5px;
}

/* Calendly Section */
.calendly-wrapper {
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.calendly-title {
  text-align: center;
  font-family: RethinkSans-SemiBold;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  line-height: 48px;
  margin-bottom: 18px;
  letter-spacing: -1.25px;
}
@media (min-width: 992px) {
  .calendly-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 54px;
  }
}
.calendly-subtitle {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .calendly-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: -30px;
  }
}
.calendly-inline-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  min-height: 700px;
}
@media (min-width: 768px) {
  .calendly-inline-widget {
    height: 800px !important;
  }
}
@media (max-width: 767px) {
  .calendly-inline-widget {
    height: 700px !important;
  }
}

/* Surcharge des styles internes de Calendly pour supprimer tous les fonds */
.calendly-inline-widget iframe {
  background: transparent !important;
}

.calendly-inline-widget * {
  background: transparent !important;
}

.calendly-inline-widget iframe html,
.calendly-inline-widget iframe body {
  background: transparent !important;
}

footer {
  display: block;
  position: relative;
  background-color: #040202;
}
.footer-content {
  -ms-flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .footer-content {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 160px;
    padding-top: 146px;
    padding-bottom: 105px;
  }
}
@media (max-width: 767.98px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 35px;
    margin-right: 25px;
  }
}
.footer-logo img {
  max-width: 139px;
}
@media (min-width: 992px) {
  .footer-logo img {
    max-width: 100%;
  }
}
.footer-text p {
  font-family: Inter-Regular;
  font-size: 0.8rem;
  line-height: 1.375;
  color: rgba(255, 255, 255, 0.8);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer-text p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 14px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer-text p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .footer-text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 16px;
    max-width: 448px;
  }
}
@media (min-width: 1200px) {
  .footer-text p {
    margin-top: 20px;
  }
}
.footer-text p br {
  display: none;
}
@media (min-width: 992px) {
  .footer-text p br {
    display: block;
  }
}
.footer-text--title {
  font-family: LeagueSpartan-SemiBold;
  font-size: 32px;
  font-size: 2.8rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 0;
  overflow: visible;

  /* Gradient text effect like hero title */
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 30%, #d5d8f6 80%, #fdf7fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 768px) {
  .footer-text--title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .footer-text--title {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 0;
    text-align: left;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .footer-text--title {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.footer-bottom {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 50px 0;
  }
}
.footer-bottom-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .footer-bottom-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: inherit;
    gap: 25px;
  }
}
.footer-copy-right {
  font-size: 14px;
  font-size: 0.875rem;
  color: #bfbfca;
  font-family: Inter-Regular;
  letter-spacing: -0.015em;
}
@media (min-width: 992px) {
  .footer-copy-right {
    font-size: 18px;
    font-size: 1rem;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu ul li {
  margin-left: 30px;
  margin-right: 10px;
}
.footer-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #bfbfca;
  font-family: Inter-Regular;
  letter-spacing: -0.015em;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .footer-menu ul li a {
    font-size: 1rem;
  }
}
.footer-menu ul li a:hover {
  text-decoration: none;
  color: rgb(86 131 218);
}
.footer-social {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .footer-social {
    margin-top: 0;
  }
}
.footer-social .social {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social .social li {
  margin-left: 22px;
  margin-right: 22px;
}
.footer-social .social li a {
  text-decoration: none;
}
.footer-cta {
  margin-top: 40px;
  display: -ms-flexbox;
  gap: 25px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .footer-cta {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: flex;
  }
}
.btn-channel-slack {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  gap: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  min-width: 200px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background:
          linear-gradient(#040202, #040202) padding-box,
          linear-gradient(90deg, #99e2fb, #999) border-box;
}
@media (min-width: 992px) {
  .btn-channel-slack {
    min-width: 220px;
  }
}
.btn-channel-slack--text {
  font-family: Inter-SemiBold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
}

/* RDV Page Styles */
.rdv-wrapper {
  display: block;
  position: relative;
  padding: 30px 0;
  background-color: #f5f5f5;
  min-height: 100vh;
}
.rdv-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  left: -100px;
  top: 20%;
  opacity: 0.6;
  z-index: 0;
}
.rdv-wrapper::after {
  content: '';
  position: absolute;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  right: -100px;
  top: 20%;
  opacity: 0.6;
  z-index: 0;
}
@media (min-width: 992px) {
  .rdv-wrapper {
    padding: 78px 0 50px;
  }
  .rdv-wrapper::before {
    width: 600px;
    height: 600px;
    left: -150px;
  }
  .rdv-wrapper::after {
    width: 600px;
    height: 600px;
    right: -150px;
  }
}
.rdv-title {
  font-family: RethinkSans-SemiBold;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: -1.25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .rdv-title {
    font-size: 81px;
    font-size: 4.0625rem;
  }
}
.rdv-subtitle {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .rdv-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: -10px;
  }
}
.calendly-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
