@tailwind base;

@tailwind components;

@tailwind utilities;

@tailwind base;

@tailwind components;

@tailwind utilities;

:root {
  --table-color: #0072BA;
  --table-cell-height: 44px;
  --table-height: 512px;
}

.table-aubergine {
  --table-color: #434457;
}

.table-compact {
  --table-cell-height: 32px;
  --table-height: 380px;
}

.tabulator-tw .table-even-odd .tabulator-row-even:not([class*="bg-"]) {
  background-color: #F4F4F4 !important;
}

.tabulator-tw .tabulator-row:not([class*="bg-"]) {
  background-color: #FFFFFF !important;
}

.tabulator-tw {
  height: var(--table-height);
  *{
    --tw-text-opacity: 1;
    color: rgb(67 68 87 / var(--tw-text-opacity, 1));
  }
  padding: 0.25rem;
  .tabulator{
    border-style: none;
  }
  .tabulator{
    background-color: transparent;
  }
  .tabulator {
    .tabulator-header{
      border-bottom-width: 2px;
    }
    .tabulator-header{
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    }
    .tabulator-header {
      .tabulator-col{
        border-style: none;
      }
      .tabulator-col{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .tabulator-col {
        .tabulator-col-title-holder {
          font-family: var(--GreycliffCF-Bold), sans-serif;
        }
        .tabulator-col-title-holder{
          display: flex;
        }
        .tabulator-col-title-holder{
          align-items: center;
        }
        .tabulator-col-title-holder{
          justify-content: center;
        }
        .tabulator-col-title-holder{
          padding-top: 0.25rem;
        }
        .tabulator-col-title-holder {
          height: var(--table-cell-height)!important;
          .tabulator-col-title {
            font-family: var(--GreycliffCF-Bold), sans-serif;
          }
          .tabulator-col-title{
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .tabulator-col-title{
            --tw-text-opacity: 1 !important;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
          }
        }
        .tabulator-col-content {
          background-color: var(--table-color) !important;
        }
        .tabulator-sortable[aria-sort="none"] .tabulator-col-sorter .tabulator-arrow{
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
        }
        .tabulator-sortable[aria-sort="descending"] .tabulator-col-sorter .tabulator-arrow,
                .tabulator-sortable[aria-sort="ascending"] .tabulator-col-sorter .tabulator-arrow{
          --tw-border-opacity: 1;
          border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
        }
      }
    }
    .tabulator-tableholder{
      border-top-width: 0px;
    }
    .tabulator-tableholder{
      --tw-bg-opacity: 1 !important;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    }
    .tabulator-row:has([data-is-open="true"]){
      z-index: 20;
    }
    .tabulator-row:has([data-is-open="true"]){
      overflow-y: visible;
    }
    .tabulator-row:has([data-is-open="false"]){
      z-index: auto;
    }
    .tabulator-headers, .tabulator-row{
      display: flex;
    }
    .tabulator-headers, .tabulator-row{
      border-bottom-width: 1px;
    }
    .tabulator-footer{
      border-style: none;
    }
    .tabulator-footer{
      background-color: transparent;
    }
    .tabulator-cell {
      font-family: var(--GreycliffCF-Regular), sans-serif;
    }
    .tabulator-cell{
      z-index: 0;
    }
    .tabulator-cell{
      overflow: visible;
    }
    .tabulator-cell{
      border-color: transparent;
    }
    .tabulator-cell {
      min-height: var(--table-cell-height) !important;
    }
    .tabulator-cell:has(.data-actions-wrapper){
      z-index: 10;
    }
  }
}

.bg-tryba-gris .tabulator-pagination-custom {
  .tabulator-page:disabled{
    cursor: not-allowed;
  }
  .tabulator-page:disabled{
    color: rgb(67 68 87 / 0.5);
  }
}

.tabulator-pagination-custom{
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(67 68 87 / var(--tw-text-opacity, 1));
  .tabulator-page-counter{
    position: absolute;
  }
  .tabulator-page-counter{
    top: 0px;
  }
  .tabulator-page-counter{
    left: 0.25rem;
  }
  .tabulator-page-counter{
    display: flex;
  }
  .tabulator-page-counter{
    height: 2.25rem;
  }
  .tabulator-page-counter{
    align-items: center;
  }
  .tabulator-page-size{
    position: absolute;
  }
  .tabulator-page-size{
    top: 0px;
  }
  .tabulator-page-size{
    right: 0.125rem;
  }
  .tabulator-page-size{
    order: 4;
  }
  .tabulator-page-size{
    margin-top: 0.125rem;
  }
  .tabulator-page-size{
    height: 2.25rem;
  }
  .tabulator-page-size{
    border-radius: 0.25rem;
  }
  .tabulator-page-size{
    --tw-bg-opacity: 1;
    background-color: rgb(67 68 87 / var(--tw-bg-opacity, 1));
  }
  .tabulator-page-size{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tabulator-page-size{
    padding-bottom: 0px;
  }
  .tabulator-page-size{
    padding-top: 0.25rem;
  }
  .tabulator-page-size{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .tabulator-page:disabled{
    cursor: not-allowed;
  }
  .tabulator-page:disabled{
    --tw-text-opacity: 1;
    color: rgb(246 239 236 / var(--tw-text-opacity, 1));
  }
  .tabulator-page:not(:disabled){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .tabulator-page:not(:disabled){
    --tw-text-opacity: 1;
    color: rgb(67 68 87 / var(--tw-text-opacity, 1));
  }
  .tabulator-page {
    font-family: var(--GreycliffCF-DemiBold), sans-serif;
  }
  .tabulator-page{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .tabulator-page{
    height: 2.25rem;
  }
  .tabulator-page{
    width: -moz-fit-content;
    width: fit-content;
  }
  .tabulator-page{
    border-radius: 0.25rem;
  }
  .tabulator-page{
    border-width: 1px;
  }
  .tabulator-page{
    --tw-border-opacity: 1;
    border-color: rgb(246 239 236 / var(--tw-border-opacity, 1));
  }
  .tabulator-page{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tabulator-page{
    padding-bottom: 0.25rem;
  }
  .tabulator-page{
    padding-top: 0.375rem;
  }
  .tabulator-page[data-page="first"], .tabulator-page[data-page="prev"]{
    order: 1;
  }
  .tabulator-page[data-page="first"], .tabulator-page[data-page="prev"]{
    margin-top: 0.125rem;
  }
  .tabulator-pages{
    order: 2;
  }
  .tabulator-pages{
    margin-left: 0px;
    margin-right: 0px;
  }
  .tabulator-pages{
    display: none;
  }
  @media (min-width: 40rem){
    .tabulator-pages{
      display: block;
    }
  }
  .tabulator-pages {
    .tabulator-page {
      font-family: var(--GreycliffCF-DemiBold), sans-serif;
    }
    .tabulator-page{
      height: 2.25rem;
    }
    .tabulator-page{
      width: 2.25rem;
    }
    .tabulator-page{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .tabulator-page{
      padding: 0px;
    }
    .tabulator-page{
      padding-top: 0.25rem;
    }
    .tabulator-page{
      --tw-text-opacity: 1;
      color: rgb(67 68 87 / var(--tw-text-opacity, 1));
    }
    .tabulator-page {
      &.active{
        height: 2.5rem;
      }
      &.active{
        width: 2.5rem;
      }
      &.active{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      &.active {
        background-color: var(--table-color) !important;
        border-color: var(--table-color) !important;
      }
    }
  }
  .tabulator-page[data-page="last"], .tabulator-page[data-page="next"]{
    order: 3;
  }
  .tabulator-page[data-page="last"], .tabulator-page[data-page="next"]{
    margin-top: 0.125rem;
  }
}

.table-compact .tabulator-pagination-custom{
  padding-top: 0px;
  .tabulator-page-counter{
    display: none;
  }
  .tabulator-page-size{
    display: none;
  }
  .tabulator-pages{
    display: none;
  }
}

@media (max-width: 640px) {
  .table-compact .tabulator-pagination-custom{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@tailwind base;

@tailwind components;

@tailwind utilities;

:root {
  --wb-font-stack: var(--LinotypeUnivers-430Regular);
}

#shopTaxonomies.wunderbaum span {
  font-family: var(--GreycliffCF-Regular), sans-serif;
  --tw-text-opacity: 1;
  color: rgb(67 68 87 / var(--tw-text-opacity, 1));
}

#shopTaxonomies.wunderbaum {
  font-family: var(--GreycliffCF-Regular), sans-serif;
  overflow-y: hidden;
  border-style: none;
  .wb-list-container {
    .wb-node-list {
      .wb-row{
        margin-top: 0.25rem;
      }
      .wb-row {
        .wb-node{
          display: flex;
        }
        .wb-node{
          flex-direction: row;
        }
        .wb-node {
          .wb-icon{
            display: none;
          }
        }
        &.wb-active {
          .wb-node {
            > .wb-title {
              font-family: var(--GreycliffCF-DemiBold), sans-serif;
            }
          }
        }
      }
    }
  }
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.form-textarea{
  height: 6rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 239 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1));
}

.form-textarea:focus{
  outline-color: #0072BA;
}

.accordion-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

/* Rotate when expanded */

.accordion-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.tabs{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs-vertical{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.tab{
  cursor: pointer;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(67 68 87 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(67 68 87 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

.tab-vertical{
  cursor: pointer;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 114 186 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tab.active {
  font-family: var(--GreycliffCF-Bold), sans-serif;
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 114 186 / var(--tw-border-opacity, 1));
}

.tab-vertical.active{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1));
}

.tab-indicator{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
  width: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-link{
  text-wrap: nowrap;
  text-transform: uppercase;
}

.panels{
  min-height: 20rem;
}

.button-navigation{
  position: absolute;
  right: 0px;
  top: 1rem;
  padding-inline-end: 0.5rem;
}

.alert{
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
}

.alert-transition{
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-header{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.alert-icon-title{
  display: flex;
  align-items: center;
}

.alert-icon-title > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.alert-title{
  justify-self: end;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.alert-close{
  top: 0.375rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.alert-close:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.alert-close:active{
  background-color: rgb(255 255 255 / 0.2);
}

.double-handle-range {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  .slider-range-text {
    display: flex;
    margin-top: 10px;
    font-size: 0.8em;
    color: #132D52;
  }
  input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
  }
  .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
  }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
  }
  input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    background-color: #3984BE;
    border: 1px solid #132D52;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
  }
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #132D52;
    background-color: #3984BE;
    pointer-events: auto;
  }
  input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3984BE;
    border: 1px solid #132D52;
    pointer-events: auto;
  }
  input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #3984BE;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'GreycliffCF-Light';

  src: url("../fonts/Greycliff/GreycliffCF-Light-RkNHdIt.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-Regular';

  src: url("../fonts/Greycliff/GreycliffCF-Regular-yxRxXpe.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-Medium';

  src: url("../fonts/Greycliff/GreycliffCF-Medium--4EDOio.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-DemiBold';

  src: url("../fonts/Greycliff/GreycliffCF-DemiBold-zrrsaVn.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-Bold';

  src: url("../fonts/Greycliff/GreycliffCF-Bold-Az8hOjR.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-ExtraBold';

  src: url("../fonts/Greycliff/GreycliffCF-ExtraBold-vQusMEG.otf") format("truetype");
}

@font-face {
  font-family: 'GreycliffCF-Heavy';

  src: url("../fonts/Greycliff/GreycliffCF-Heavy-NoplKX7.otf") format("truetype");
}

@font-face {
  font-family: 'KaushanScript-Regular';

  src: url("../fonts/KaushanScript/KaushanScript-Regular-saRp99z.ttf") format("truetype");
}

:root {
  /**
         * Main - Greycliff CF
         */
  --GreycliffCF-Light: 'GreycliffCF-Light';
  --GreycliffCF-Regular: 'GreycliffCF-Regular';
  --GreycliffCF-Medium: 'GreycliffCF-Medium';
  --GreycliffCF-DemiBold: 'GreycliffCF-DemiBold';
  --GreycliffCF-Bold: 'GreycliffCF-Bold';
  --GreycliffCF-ExtraBold: 'GreycliffCF-ExtraBold';
  --GreycliffCF-Heavy: 'GreycliffCF-Heavy';
  /**
         * Secondary - Kaushan Script
         */
  --KaushanScript-Regular: 'KaushanScript-Regular';
}

html {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.font-main-300 {
  font-family: var(--GreycliffCF-Light), sans-serif;
}

.font-main-400 {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.font-main-500 {
  font-family: var(--GreycliffCF-Medium), sans-serif;
}

.font-main-600 {
  font-family: var(--GreycliffCF-DemiBold), sans-serif;
}

.font-main-700 {
  font-family: var(--GreycliffCF-Bold), sans-serif;
}

.font-secondary-400 {
  font-family: var(--KaushanScript-Regular), sans-serif;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icons/chevron-down-white-ZbZrDrg.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 1.65rem auto;
  &.arrow-aubergine {
    background-image: url("../images/icons/chevron-down-aubergine-bBY0IUX.svg");
  }
}

select.btn-secondary-outline{
  background-image: url("../images/icons/chevron-down-blue-xdEWl-n.svg");
}

.container{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 32rem){
  .container{
    width: 26rem;
  }
}

#btnprevSlide, #btnnextSlide, #btnprevProduct, #btnnextProduct {
  color: transparent;
  background-color: transparent;
  img {
    width: 80px;
  }
}

.swiper-pagination {
  span{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.ts-wrapper .ts-control{
  border-radius: 0.375rem !important;
}

.ts-wrapper .ts-control > input{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1)) !important;
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.ts-dropdown .active {
  background-color: #3585c6 !important;
  color: #FFFFFF !important;
}

.ts-control {
  background-image: none !important;
  --tw-border-opacity: 1;
  border-color: rgb(246 239 236 / var(--tw-border-opacity, 1));
}

.container{
  width: 100%;
}

@media (min-width: 32rem){
  .container{
    max-width: 32rem;
  }
}

@media (min-width: 40rem){
  .container{
    max-width: 40rem;
  }
}

@media (min-width: 48rem){
  .container{
    max-width: 48rem;
  }
}

@media (min-width: 64rem){
  .container{
    max-width: 64rem;
  }
}

@media (min-width: 80rem){
  .container{
    max-width: 80rem;
  }
}

@media (min-width: 96rem){
  .container{
    max-width: 96rem;
  }
}

.input-icon--search {
  background: url("../images/icons/search-4KVKVGI.svg") 0.5em center / 1.5em 1.5em no-repeat;
}

.btn {
  font-family: var(--GreycliffCF-Regular), sans-serif;
  font-family: var(--GreycliffCF-Bold), sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-width: 2px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.security .btn {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.btn:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  font-family: var(--GreycliffCF-Regular), sans-serif;
  font-family: var(--GreycliffCF-Bold), sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-width: 2px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.security .btn-primary {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.btn-primary:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  font-family: var(--GreycliffCF-Regular), sans-serif;
  font-family: var(--GreycliffCF-Bold), sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-width: 2px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.security .btn-secondary {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

.btn-secondary:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

.btn-secondary{
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
}

.btn-secondary:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

.btn-secondary-outline{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 114 186 / var(--tw-text-opacity, 1));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 114 186 / var(--tw-border-opacity, 1));
  border-radius: 0.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.btn-small{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-smaller{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.badge {
  font-family: var(--GreycliffCF-Medium), sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.both {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* space-x-4 */
  flex-direction: column;
  /* Styles appliqués à partir du breakpoint SM (640px) */
  @media (min-width: 40rem) {
    flex-direction: row;

    /* xl:flex-row */

    gap: 1rem 1rem;

    /* xl:space-x-4 xl:space-y-0 */
  }
}

.btn-quiz-answer{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
}

.btn-quiz-answer > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.btn-quiz-answer{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-quiz-answer:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 236 253 / var(--tw-bg-opacity, 1));
}

@media (min-width: 48rem){
  .btn-quiz-answer{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.peer:checked ~ .btn-quiz-answer{
  --tw-bg-opacity: 1;
  background-color: rgb(209 236 253 / var(--tw-bg-opacity, 1));
}

.btn-quiz-answer:disabled{
  cursor: not-allowed;
}

.btn-quiz-answer{
  border-width: 4px;
  border-color: transparent;
}

.btn-quiz-answer.good-answer{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 167 166 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-quiz-answer.good-answer:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-quiz-answer.wrong-answer{
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(234 86 90 / var(--tw-border-opacity, 1));
}

.btn-quiz-answer.wrong-answer:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-quiz-answer.wrong-answer .answer-letter{
  --tw-bg-opacity: 1;
  background-color: rgb(234 86 90 / var(--tw-bg-opacity, 1));
}

.btn-quiz-submit {
  font-family: var(--GreycliffCF-DemiBold), sans-serif;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(214 169 0 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-quiz-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
}

.btn-quiz-submit:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

@media (min-width: 48rem){
  .btn-quiz-submit{
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.icon{
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #878787;
  transition: background-color 0.3s;
}

.icon-slide-arrow-left {
  -webkit-mask-image: url("../images/icons/arrow-slide-left-O2DdJdC.svg");
          mask-image: url("../images/icons/arrow-slide-left-O2DdJdC.svg");
}

.icon-slide-arrow-right {
  -webkit-mask-image: url("../images/icons/arrow-slide-right-RWI7Hfx.svg");
          mask-image: url("../images/icons/arrow-slide-right-RWI7Hfx.svg");
}

.icon-burger-menu {
  -webkit-mask-image: url("../images/icons/burger-xVGJOC5.svg");
          mask-image: url("../images/icons/burger-xVGJOC5.svg");
}

.icon-user {
  -webkit-mask-image: url("../images/icons/user-X0dlSOm.svg");
          mask-image: url("../images/icons/user-X0dlSOm.svg");
}

.icon-close {
  -webkit-mask-image: url("../images/icons/close-UGOTjyJ.svg");
          mask-image: url("../images/icons/close-UGOTjyJ.svg");
}

.icon-profile {
  -webkit-mask-image: url("../images/icons/profile-o5aZlXw.svg");
          mask-image: url("../images/icons/profile-o5aZlXw.svg");
}

.icon-badge {
  -webkit-mask-image: url("../images/icons/badge-p8h0ICP.svg");
          mask-image: url("../images/icons/badge-p8h0ICP.svg");
}

.icon-bar-chart {
  -webkit-mask-image: url("../images/icons/bar-chart-ljhKZa_.svg");
          mask-image: url("../images/icons/bar-chart-ljhKZa_.svg");
}

.icon-dice {
  -webkit-mask-image: url("../images/icons/dice-TaygF-n.svg");
          mask-image: url("../images/icons/dice-TaygF-n.svg");
}

.icon-quiz {
  -webkit-mask-image: url("../images/icons/quiz-CGBRbpB.svg");
          mask-image: url("../images/icons/quiz-CGBRbpB.svg");
}

.icon-trophy {
  -webkit-mask-image: url("../images/icons/trophy-HEvsltj.svg");
          mask-image: url("../images/icons/trophy-HEvsltj.svg");
}

.icon-home {
  -webkit-mask-image: url("../images/icons/home-aAqH2nN.svg");
          mask-image: url("../images/icons/home-aAqH2nN.svg");
}

.icon-contact {
  -webkit-mask-image: url("../images/icons/contact-y3ieyQh.svg");
          mask-image: url("../images/icons/contact-y3ieyQh.svg");
}

.icon-shop {
  -webkit-mask-image: url("../images/icons/shop-B_C1fdt.svg");
          mask-image: url("../images/icons/shop-B_C1fdt.svg");
}

.icon-filter {
  -webkit-mask-image: url("../images/icons/filter-Jm7z9b5.svg");
          mask-image: url("../images/icons/filter-Jm7z9b5.svg");
}

.icon-indicator {
  -webkit-mask-image: url("../images/icons/indicator-3O0UdES.svg");
          mask-image: url("../images/icons/indicator-3O0UdES.svg");
}

.icon-logout {
  -webkit-mask-image: url("../images/icons/logout-8OL-HUQ.svg");
          mask-image: url("../images/icons/logout-8OL-HUQ.svg");
}

.icon-ranking {
  -webkit-mask-image: url("../images/icons/ranking-8hoJUKM.svg");
          mask-image: url("../images/icons/ranking-8hoJUKM.svg");
}

.icon-ressources {
  -webkit-mask-image: url("../images/icons/ressources-ju1EBXf.svg");
          mask-image: url("../images/icons/ressources-ju1EBXf.svg");
}

.icon-user {
  -webkit-mask-image: url("../images/icons/profile-o5aZlXw.svg");
          mask-image: url("../images/icons/profile-o5aZlXw.svg");
}

.icon-eye-open {
  -webkit-mask-image: url("../images/icons/eye-open-2Z65_Ly.svg");
          mask-image: url("../images/icons/eye-open-2Z65_Ly.svg");
}

.icon-shopping-cart {
  -webkit-mask-image: url("../images/icons/shop-cart-zAAH_Id.svg");
          mask-image: url("../images/icons/shop-cart-zAAH_Id.svg");
}

.icon-chevron-left {
  -webkit-mask-image: url("../images/icons/chevron-left-co2jSIs.svg");
          mask-image: url("../images/icons/chevron-left-co2jSIs.svg");
}

.icon-chevron-right {
  -webkit-mask-image: url("../images/icons/chevron-right-zhxevDB.svg");
          mask-image: url("../images/icons/chevron-right-zhxevDB.svg");
}

.icon-chevron-down {
  -webkit-mask-image: url("../images/icons/chevron-down-bBY0IUX.svg");
          mask-image: url("../images/icons/chevron-down-bBY0IUX.svg");
}

.icon-chevron-up {
  -webkit-mask-image: url("../images/icons/chevron-up-lyZoNoG.svg");
          mask-image: url("../images/icons/chevron-up-lyZoNoG.svg");
}

.icon-trash {
  -webkit-mask-image: url("../images/icons/delete-lhOxcLb.svg");
          mask-image: url("../images/icons/delete-lhOxcLb.svg");
}

.icon-check {
  -webkit-mask-image: url("../images/icons/check-A3KkZl9.svg");
          mask-image: url("../images/icons/check-A3KkZl9.svg");
}

.icon-info {
  -webkit-mask-image: url("../images/icons/info-ihhBvlE.svg");
          mask-image: url("../images/icons/info-ihhBvlE.svg");
}

.icon-download {
  -webkit-mask-image:url("../images/icons/download-1sJ6atC.svg");
          mask-image:url("../images/icons/download-1sJ6atC.svg");
}

.icon-arrow-right {
  -webkit-mask-image: url("../images/icons/arrow-right-iGeokdg.svg");
          mask-image: url("../images/icons/arrow-right-iGeokdg.svg");
}

.icon-admin {
  -webkit-mask-image: url("../images/icons/admin-qsHadOj.svg");
          mask-image: url("../images/icons/admin-qsHadOj.svg");
}

.icon-exchange {
  -webkit-mask-image: url("../images/icons/exchange-xwg4n2f.svg");
          mask-image: url("../images/icons/exchange-xwg4n2f.svg");
}

.icon-edit {
  -webkit-mask-image: url("../images/icons/edit-rS71aUd.svg");
          mask-image: url("../images/icons/edit-rS71aUd.svg");
}

.icon-money {
  -webkit-mask-image: url("../images/icons/money-AMG6UxS.svg");
          mask-image: url("../images/icons/money-AMG6UxS.svg");
}

.icon-password {
  -webkit-mask-image: url("../images/icons/password-RDvh0Kd.svg");
          mask-image: url("../images/icons/password-RDvh0Kd.svg");
}

.icon-user-activate {
  -webkit-mask-image: url("../images/icons/user-activate-Bh99qZh.svg");
          mask-image: url("../images/icons/user-activate-Bh99qZh.svg");
}

.icon-user-deactivate {
  -webkit-mask-image: url("../images/icons/user-deactivate-S4B02Xs.svg");
          mask-image: url("../images/icons/user-deactivate-S4B02Xs.svg");
}

.icon-settings {
  -webkit-mask-image: url("../images/icons/settings-Lgf9Kgy.svg");
          mask-image: url("../images/icons/settings-Lgf9Kgy.svg");
}

.icon-dots-horizontal {
  -webkit-mask-image: url("../images/icons/dots-horizontal-jrE6MGP.svg");
          mask-image: url("../images/icons/dots-horizontal-jrE6MGP.svg");
}

.icon-circle-plus {
  -webkit-mask-image: url("../images/icons/circle-plus-7wyggk_.svg");
          mask-image: url("../images/icons/circle-plus-7wyggk_.svg");
}

.icon-send {
  -webkit-mask-image: url("../images/icons/send-jg9B1LH.svg");
          mask-image: url("../images/icons/send-jg9B1LH.svg");
}

.icon-syringue {
  -webkit-mask-image: url("../images/icons/syringue-QiZrXYc.svg");
          mask-image: url("../images/icons/syringue-QiZrXYc.svg");
}

.icon-lock {
  -webkit-mask-image: url("../images/icons/lock-TqewcH5.svg");
          mask-image: url("../images/icons/lock-TqewcH5.svg");
}

.icon-arrow-left {
  -webkit-mask-image: url("../images/icons/arrow-left-_hYx4FC.svg");
          mask-image: url("../images/icons/arrow-left-_hYx4FC.svg");
}

.icon-money-box {
  -webkit-mask-image: url("../images/icons/money-box-8ReMHXf.svg");
          mask-image: url("../images/icons/money-box-8ReMHXf.svg");
}

.icon-search {
  -webkit-mask-image: url("../images/icons/search-4KVKVGI.svg");
          mask-image: url("../images/icons/search-4KVKVGI.svg");
}

@media screen and (min-width: 1024px) {
  .scale-splide-slide {
    .splide__slide.is-active {
      > div {
        transform: scale(1);
      }
    }
    .splide__slide.is-prev, .splide__slide.is-next {
      > div {
        transform: scale(0.9);
      }
    }
    .splide__slide > div {
      transform: scale(0.8);
    }
    .splide__list {
      align-items: stretch;
      /* default is center */
    }
    .splide__slide:has(+ .splide__slide + .splide__slide.is-active) {
      > div {
        transform: scale(0.8);
        transform-origin: right;
        margin-right: 5px;
      }
    }
    .splide__slide.is-active + .splide__slide + .splide__slide {
      > div {
        transform: scale(0.8);
        transform-origin: left;
        margin-left: 5px;
      }
    }
  }
}

@media screen and (min-width: 768px) {
  .scale-splide-slide {
    .splide__slide.is-active {
      > div {
        transform: scale(1);
      }
    }
    .splide__slide.is-prev, .splide__slide.is-next {
      > div {
        transform: scale(0.9);
      }
    }
    .splide__slide > div {
      transform: scale(0.8);
    }
    .splide__list {
      align-items: stretch;
      /* default is center */
    }
  }
}

.scale-splide-slide {
  .splide__track {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .splide__pagination.splide__pagination--ltr {
    bottom: -1.5rem;
  }
  .splide__pagination.splide__pagination--ltr button.is-active {
    background-color: #3585c6 !important;
    opacity: 1;
  }
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: .9;
  background: none;
  svg {
    filter: invert(1);
    width: 24px;
    height: 24px;
  }
}

.splide__arrow.splide__arrow--prev {
  left: -35px;
}

.splide__arrow.splide__arrow--next {
  right: -35px;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-3\.5{
  top: 0.875rem;
  bottom: 0.875rem;
}

.-left-16{
  left: -4rem;
}

.-left-64{
  left: -16rem;
}

.-right-16{
  right: -4rem;
}

.-right-3{
  right: -0.75rem;
}

.-right-6{
  right: -1.5rem;
}

.-top-1{
  top: -0.25rem;
}

.-top-3{
  top: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-full{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-10{
  left: 2.5rem;
}

.left-\[55\%\]{
  left: 55%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-1\/4{
  top: 25%;
}

.top-16{
  top: 4rem;
}

.top-5{
  top: 1.25rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[101\]{
  z-index: 101;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[999\]{
  z-index: 999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-start-1{
  grid-column-start: 1;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.m-auto{
  margin: auto;
}

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

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.-ml-4{
  margin-left: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

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

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.me-1{
  margin-inline-end: 0.25rem;
}

.me-3{
  margin-inline-end: 0.75rem;
}

.me-4{
  margin-inline-end: 1rem;
}

.me-6{
  margin-inline-end: 1.5rem;
}

.me-8{
  margin-inline-end: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-\[34px\]{
  margin-left: 34px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-64{
  margin-right: 16rem;
}

.mr-auto{
  margin-right: auto;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-auto{
  margin-inline-start: auto;
}

.mt-0{
  margin-top: 0px;
}

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

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

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

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-60{
  width: 15rem;
  height: 15rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[31rem\]{
  height: 31rem;
}

.h-\[60vh\]{
  height: 60vh;
}

.h-\[75vh\]{
  height: 75vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-input{
  height: 50px;
}

.h-screen{
  height: 100vh;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-32{
  max-height: 8rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-10{
  min-height: 2.5rem;
}

.min-h-20{
  min-height: 5rem;
}

.min-h-24{
  min-height: 6rem;
}

.min-h-32{
  min-height: 8rem;
}

.min-h-6{
  min-height: 1.5rem;
}

.min-h-60{
  min-height: 15rem;
}

.min-h-64{
  min-height: 16rem;
}

.min-h-\[1rem\]{
  min-height: 1rem;
}

.min-h-\[3rem\]{
  min-height: 3rem;
}

.min-h-\[60px\]{
  min-height: 60px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\/2{
  width: 50%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-86{
  width: 21.5rem;
}

.w-\[110\%\]{
  width: 110%;
}

.w-\[150\%\]{
  width: 150%;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-24{
  min-width: 6rem;
}

.min-w-32{
  min-width: 8rem;
}

.min-w-6{
  min-width: 1.5rem;
}

.min-w-9{
  min-width: 2.25rem;
}

.min-w-full{
  min-width: 100%;
}

.max-w-64{
  max-width: 16rem;
}

.max-w-\[150\%\]{
  max-width: 150%;
}

.max-w-\[36rem\]{
  max-width: 36rem;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[750px\]{
  max-width: 750px;
}

.max-w-\[85\%\]{
  max-width: 85%;
}

.max-w-\[calc\(100vw-2rem\)\]{
  max-width: calc(100vw - 2rem);
}

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

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

.shrink{
  flex-shrink: 1;
}

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

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

.grow{
  flex-grow: 1;
}

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

.table-auto{
  table-layout: auto;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-top{
  transform-origin: top;
}

.origin-top-left{
  transform-origin: top left;
}

.origin-top-right{
  transform-origin: top right;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-20{
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20{
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-4{
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2\/4{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-40px\]{
  --tw-translate-y: -40px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[40px\]{
  --tw-translate-y: 40px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[94px\]{
  --tw-translate-y: 94px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-3{
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6{
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[30deg\]{
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[6deg\]{
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-5deg\]{
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin-slow{
  animation: spin 6s linear infinite;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.auto-cols-max{
  grid-auto-columns: max-content;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[1fr\]{
  grid-template-columns: 1fr;
}

.grid-cols-\[auto\2c 1fr\2c 3rem\2c 2rem\]{
  grid-template-columns: auto 1fr 3rem 2rem;
}

.grid-cols-\[auto_auto\]{
  grid-template-columns: auto auto;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}

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

.flex-col{
  flex-direction: column;
}

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

.place-content-center{
  place-content: center;
}

.place-content-end{
  place-content: end;
}

.place-items-start{
  place-items: start;
}

.place-items-center{
  place-items: center;
}

.place-items-stretch{
  place-items: stretch;
}

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

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

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

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

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

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

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

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

.justify-items-end{
  justify-items: end;
}

.justify-items-center{
  justify-items: center;
}

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-tryba-aubergine\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(67 68 87 / 0.5);
}

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

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

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-\[5px\]{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-admin-gray{
  --tw-border-opacity: 1;
  border-color: rgb(245 246 250 / var(--tw-border-opacity, 1));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-tryba-aubergine{
  --tw-border-opacity: 1;
  border-color: rgb(67 68 87 / var(--tw-border-opacity, 1));
}

.border-tryba-bleu{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 186 / var(--tw-border-opacity, 1));
}

.border-tryba-grenadine{
  --tw-border-opacity: 1;
  border-color: rgb(234 86 90 / var(--tw-border-opacity, 1));
}

.border-tryba-gris{
  --tw-border-opacity: 1;
  border-color: rgb(246 239 236 / var(--tw-border-opacity, 1));
}

.border-tryba-gris-badge{
  --tw-border-opacity: 1;
  border-color: rgb(210 210 214 / var(--tw-border-opacity, 1));
}

.border-tryba-gris-table{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-tryba-sarcelle{
  --tw-border-opacity: 1;
  border-color: rgb(55 167 166 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-tryba-gris-table{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-t-tryba-gris-table{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.\!bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-aubergine{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 68 87 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-aubergine\/0{
  background-color: rgb(67 68 87 / 0) !important;
}

.\!bg-tryba-aubergine\/10{
  background-color: rgb(67 68 87 / 0.1) !important;
}

.\!bg-tryba-aubergine\/100{
  background-color: rgb(67 68 87 / 1) !important;
}

.\!bg-tryba-aubergine\/15{
  background-color: rgb(67 68 87 / 0.15) !important;
}

.\!bg-tryba-aubergine\/20{
  background-color: rgb(67 68 87 / 0.2) !important;
}

.\!bg-tryba-aubergine\/25{
  background-color: rgb(67 68 87 / 0.25) !important;
}

.\!bg-tryba-aubergine\/30{
  background-color: rgb(67 68 87 / 0.3) !important;
}

.\!bg-tryba-aubergine\/35{
  background-color: rgb(67 68 87 / 0.35) !important;
}

.\!bg-tryba-aubergine\/40{
  background-color: rgb(67 68 87 / 0.4) !important;
}

.\!bg-tryba-aubergine\/45{
  background-color: rgb(67 68 87 / 0.45) !important;
}

.\!bg-tryba-aubergine\/5{
  background-color: rgb(67 68 87 / 0.05) !important;
}

.\!bg-tryba-aubergine\/50{
  background-color: rgb(67 68 87 / 0.5) !important;
}

.\!bg-tryba-aubergine\/55{
  background-color: rgb(67 68 87 / 0.55) !important;
}

.\!bg-tryba-aubergine\/60{
  background-color: rgb(67 68 87 / 0.6) !important;
}

.\!bg-tryba-aubergine\/65{
  background-color: rgb(67 68 87 / 0.65) !important;
}

.\!bg-tryba-aubergine\/70{
  background-color: rgb(67 68 87 / 0.7) !important;
}

.\!bg-tryba-aubergine\/75{
  background-color: rgb(67 68 87 / 0.75) !important;
}

.\!bg-tryba-aubergine\/80{
  background-color: rgb(67 68 87 / 0.8) !important;
}

.\!bg-tryba-aubergine\/85{
  background-color: rgb(67 68 87 / 0.85) !important;
}

.\!bg-tryba-aubergine\/90{
  background-color: rgb(67 68 87 / 0.9) !important;
}

.\!bg-tryba-aubergine\/95{
  background-color: rgb(67 68 87 / 0.95) !important;
}

.\!bg-tryba-bleu{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-bleu-clair{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 236 253 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-bleu-clair\/0{
  background-color: rgb(209 236 253 / 0) !important;
}

.\!bg-tryba-bleu-clair\/10{
  background-color: rgb(209 236 253 / 0.1) !important;
}

.\!bg-tryba-bleu-clair\/100{
  background-color: rgb(209 236 253 / 1) !important;
}

.\!bg-tryba-bleu-clair\/15{
  background-color: rgb(209 236 253 / 0.15) !important;
}

.\!bg-tryba-bleu-clair\/20{
  background-color: rgb(209 236 253 / 0.2) !important;
}

.\!bg-tryba-bleu-clair\/25{
  background-color: rgb(209 236 253 / 0.25) !important;
}

.\!bg-tryba-bleu-clair\/30{
  background-color: rgb(209 236 253 / 0.3) !important;
}

.\!bg-tryba-bleu-clair\/35{
  background-color: rgb(209 236 253 / 0.35) !important;
}

.\!bg-tryba-bleu-clair\/40{
  background-color: rgb(209 236 253 / 0.4) !important;
}

.\!bg-tryba-bleu-clair\/45{
  background-color: rgb(209 236 253 / 0.45) !important;
}

.\!bg-tryba-bleu-clair\/5{
  background-color: rgb(209 236 253 / 0.05) !important;
}

.\!bg-tryba-bleu-clair\/50{
  background-color: rgb(209 236 253 / 0.5) !important;
}

.\!bg-tryba-bleu-clair\/55{
  background-color: rgb(209 236 253 / 0.55) !important;
}

.\!bg-tryba-bleu-clair\/60{
  background-color: rgb(209 236 253 / 0.6) !important;
}

.\!bg-tryba-bleu-clair\/65{
  background-color: rgb(209 236 253 / 0.65) !important;
}

.\!bg-tryba-bleu-clair\/70{
  background-color: rgb(209 236 253 / 0.7) !important;
}

.\!bg-tryba-bleu-clair\/75{
  background-color: rgb(209 236 253 / 0.75) !important;
}

.\!bg-tryba-bleu-clair\/80{
  background-color: rgb(209 236 253 / 0.8) !important;
}

.\!bg-tryba-bleu-clair\/85{
  background-color: rgb(209 236 253 / 0.85) !important;
}

.\!bg-tryba-bleu-clair\/90{
  background-color: rgb(209 236 253 / 0.9) !important;
}

.\!bg-tryba-bleu-clair\/95{
  background-color: rgb(209 236 253 / 0.95) !important;
}

.\!bg-tryba-bleu-fonce{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-bleu-fonce\/0{
  background-color: rgb(0 114 186 / 0) !important;
}

.\!bg-tryba-bleu-fonce\/10{
  background-color: rgb(0 114 186 / 0.1) !important;
}

.\!bg-tryba-bleu-fonce\/100{
  background-color: rgb(0 114 186 / 1) !important;
}

.\!bg-tryba-bleu-fonce\/15{
  background-color: rgb(0 114 186 / 0.15) !important;
}

.\!bg-tryba-bleu-fonce\/20{
  background-color: rgb(0 114 186 / 0.2) !important;
}

.\!bg-tryba-bleu-fonce\/25{
  background-color: rgb(0 114 186 / 0.25) !important;
}

.\!bg-tryba-bleu-fonce\/30{
  background-color: rgb(0 114 186 / 0.3) !important;
}

.\!bg-tryba-bleu-fonce\/35{
  background-color: rgb(0 114 186 / 0.35) !important;
}

.\!bg-tryba-bleu-fonce\/40{
  background-color: rgb(0 114 186 / 0.4) !important;
}

.\!bg-tryba-bleu-fonce\/45{
  background-color: rgb(0 114 186 / 0.45) !important;
}

.\!bg-tryba-bleu-fonce\/5{
  background-color: rgb(0 114 186 / 0.05) !important;
}

.\!bg-tryba-bleu-fonce\/50{
  background-color: rgb(0 114 186 / 0.5) !important;
}

.\!bg-tryba-bleu-fonce\/55{
  background-color: rgb(0 114 186 / 0.55) !important;
}

.\!bg-tryba-bleu-fonce\/60{
  background-color: rgb(0 114 186 / 0.6) !important;
}

.\!bg-tryba-bleu-fonce\/65{
  background-color: rgb(0 114 186 / 0.65) !important;
}

.\!bg-tryba-bleu-fonce\/70{
  background-color: rgb(0 114 186 / 0.7) !important;
}

.\!bg-tryba-bleu-fonce\/75{
  background-color: rgb(0 114 186 / 0.75) !important;
}

.\!bg-tryba-bleu-fonce\/80{
  background-color: rgb(0 114 186 / 0.8) !important;
}

.\!bg-tryba-bleu-fonce\/85{
  background-color: rgb(0 114 186 / 0.85) !important;
}

.\!bg-tryba-bleu-fonce\/90{
  background-color: rgb(0 114 186 / 0.9) !important;
}

.\!bg-tryba-bleu-fonce\/95{
  background-color: rgb(0 114 186 / 0.95) !important;
}

.\!bg-tryba-bleu\/0{
  background-color: rgb(0 114 186 / 0) !important;
}

.\!bg-tryba-bleu\/10{
  background-color: rgb(0 114 186 / 0.1) !important;
}

.\!bg-tryba-bleu\/100{
  background-color: rgb(0 114 186 / 1) !important;
}

.\!bg-tryba-bleu\/15{
  background-color: rgb(0 114 186 / 0.15) !important;
}

.\!bg-tryba-bleu\/20{
  background-color: rgb(0 114 186 / 0.2) !important;
}

.\!bg-tryba-bleu\/25{
  background-color: rgb(0 114 186 / 0.25) !important;
}

.\!bg-tryba-bleu\/30{
  background-color: rgb(0 114 186 / 0.3) !important;
}

.\!bg-tryba-bleu\/35{
  background-color: rgb(0 114 186 / 0.35) !important;
}

.\!bg-tryba-bleu\/40{
  background-color: rgb(0 114 186 / 0.4) !important;
}

.\!bg-tryba-bleu\/45{
  background-color: rgb(0 114 186 / 0.45) !important;
}

.\!bg-tryba-bleu\/5{
  background-color: rgb(0 114 186 / 0.05) !important;
}

.\!bg-tryba-bleu\/50{
  background-color: rgb(0 114 186 / 0.5) !important;
}

.\!bg-tryba-bleu\/55{
  background-color: rgb(0 114 186 / 0.55) !important;
}

.\!bg-tryba-bleu\/60{
  background-color: rgb(0 114 186 / 0.6) !important;
}

.\!bg-tryba-bleu\/65{
  background-color: rgb(0 114 186 / 0.65) !important;
}

.\!bg-tryba-bleu\/70{
  background-color: rgb(0 114 186 / 0.7) !important;
}

.\!bg-tryba-bleu\/75{
  background-color: rgb(0 114 186 / 0.75) !important;
}

.\!bg-tryba-bleu\/80{
  background-color: rgb(0 114 186 / 0.8) !important;
}

.\!bg-tryba-bleu\/85{
  background-color: rgb(0 114 186 / 0.85) !important;
}

.\!bg-tryba-bleu\/90{
  background-color: rgb(0 114 186 / 0.9) !important;
}

.\!bg-tryba-bleu\/95{
  background-color: rgb(0 114 186 / 0.95) !important;
}

.\!bg-tryba-bronze{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 115 76 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-bronze\/0{
  background-color: rgb(184 115 76 / 0) !important;
}

.\!bg-tryba-bronze\/10{
  background-color: rgb(184 115 76 / 0.1) !important;
}

.\!bg-tryba-bronze\/100{
  background-color: rgb(184 115 76 / 1) !important;
}

.\!bg-tryba-bronze\/15{
  background-color: rgb(184 115 76 / 0.15) !important;
}

.\!bg-tryba-bronze\/20{
  background-color: rgb(184 115 76 / 0.2) !important;
}

.\!bg-tryba-bronze\/25{
  background-color: rgb(184 115 76 / 0.25) !important;
}

.\!bg-tryba-bronze\/30{
  background-color: rgb(184 115 76 / 0.3) !important;
}

.\!bg-tryba-bronze\/35{
  background-color: rgb(184 115 76 / 0.35) !important;
}

.\!bg-tryba-bronze\/40{
  background-color: rgb(184 115 76 / 0.4) !important;
}

.\!bg-tryba-bronze\/45{
  background-color: rgb(184 115 76 / 0.45) !important;
}

.\!bg-tryba-bronze\/5{
  background-color: rgb(184 115 76 / 0.05) !important;
}

.\!bg-tryba-bronze\/50{
  background-color: rgb(184 115 76 / 0.5) !important;
}

.\!bg-tryba-bronze\/55{
  background-color: rgb(184 115 76 / 0.55) !important;
}

.\!bg-tryba-bronze\/60{
  background-color: rgb(184 115 76 / 0.6) !important;
}

.\!bg-tryba-bronze\/65{
  background-color: rgb(184 115 76 / 0.65) !important;
}

.\!bg-tryba-bronze\/70{
  background-color: rgb(184 115 76 / 0.7) !important;
}

.\!bg-tryba-bronze\/75{
  background-color: rgb(184 115 76 / 0.75) !important;
}

.\!bg-tryba-bronze\/80{
  background-color: rgb(184 115 76 / 0.8) !important;
}

.\!bg-tryba-bronze\/85{
  background-color: rgb(184 115 76 / 0.85) !important;
}

.\!bg-tryba-bronze\/90{
  background-color: rgb(184 115 76 / 0.9) !important;
}

.\!bg-tryba-bronze\/95{
  background-color: rgb(184 115 76 / 0.95) !important;
}

.\!bg-tryba-grenadine{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 86 90 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-grenadine\/0{
  background-color: rgb(234 86 90 / 0) !important;
}

.\!bg-tryba-grenadine\/10{
  background-color: rgb(234 86 90 / 0.1) !important;
}

.\!bg-tryba-grenadine\/100{
  background-color: rgb(234 86 90 / 1) !important;
}

.\!bg-tryba-grenadine\/15{
  background-color: rgb(234 86 90 / 0.15) !important;
}

.\!bg-tryba-grenadine\/20{
  background-color: rgb(234 86 90 / 0.2) !important;
}

.\!bg-tryba-grenadine\/25{
  background-color: rgb(234 86 90 / 0.25) !important;
}

.\!bg-tryba-grenadine\/30{
  background-color: rgb(234 86 90 / 0.3) !important;
}

.\!bg-tryba-grenadine\/35{
  background-color: rgb(234 86 90 / 0.35) !important;
}

.\!bg-tryba-grenadine\/40{
  background-color: rgb(234 86 90 / 0.4) !important;
}

.\!bg-tryba-grenadine\/45{
  background-color: rgb(234 86 90 / 0.45) !important;
}

.\!bg-tryba-grenadine\/5{
  background-color: rgb(234 86 90 / 0.05) !important;
}

.\!bg-tryba-grenadine\/50{
  background-color: rgb(234 86 90 / 0.5) !important;
}

.\!bg-tryba-grenadine\/55{
  background-color: rgb(234 86 90 / 0.55) !important;
}

.\!bg-tryba-grenadine\/60{
  background-color: rgb(234 86 90 / 0.6) !important;
}

.\!bg-tryba-grenadine\/65{
  background-color: rgb(234 86 90 / 0.65) !important;
}

.\!bg-tryba-grenadine\/70{
  background-color: rgb(234 86 90 / 0.7) !important;
}

.\!bg-tryba-grenadine\/75{
  background-color: rgb(234 86 90 / 0.75) !important;
}

.\!bg-tryba-grenadine\/80{
  background-color: rgb(234 86 90 / 0.8) !important;
}

.\!bg-tryba-grenadine\/85{
  background-color: rgb(234 86 90 / 0.85) !important;
}

.\!bg-tryba-grenadine\/90{
  background-color: rgb(234 86 90 / 0.9) !important;
}

.\!bg-tryba-grenadine\/95{
  background-color: rgb(234 86 90 / 0.95) !important;
}

.\!bg-tryba-gris{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 239 236 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-gris-badge{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 210 214 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-gris-badge\/0{
  background-color: rgb(210 210 214 / 0) !important;
}

.\!bg-tryba-gris-badge\/10{
  background-color: rgb(210 210 214 / 0.1) !important;
}

.\!bg-tryba-gris-badge\/100{
  background-color: rgb(210 210 214 / 1) !important;
}

.\!bg-tryba-gris-badge\/15{
  background-color: rgb(210 210 214 / 0.15) !important;
}

.\!bg-tryba-gris-badge\/20{
  background-color: rgb(210 210 214 / 0.2) !important;
}

.\!bg-tryba-gris-badge\/25{
  background-color: rgb(210 210 214 / 0.25) !important;
}

.\!bg-tryba-gris-badge\/30{
  background-color: rgb(210 210 214 / 0.3) !important;
}

.\!bg-tryba-gris-badge\/35{
  background-color: rgb(210 210 214 / 0.35) !important;
}

.\!bg-tryba-gris-badge\/40{
  background-color: rgb(210 210 214 / 0.4) !important;
}

.\!bg-tryba-gris-badge\/45{
  background-color: rgb(210 210 214 / 0.45) !important;
}

.\!bg-tryba-gris-badge\/5{
  background-color: rgb(210 210 214 / 0.05) !important;
}

.\!bg-tryba-gris-badge\/50{
  background-color: rgb(210 210 214 / 0.5) !important;
}

.\!bg-tryba-gris-badge\/55{
  background-color: rgb(210 210 214 / 0.55) !important;
}

.\!bg-tryba-gris-badge\/60{
  background-color: rgb(210 210 214 / 0.6) !important;
}

.\!bg-tryba-gris-badge\/65{
  background-color: rgb(210 210 214 / 0.65) !important;
}

.\!bg-tryba-gris-badge\/70{
  background-color: rgb(210 210 214 / 0.7) !important;
}

.\!bg-tryba-gris-badge\/75{
  background-color: rgb(210 210 214 / 0.75) !important;
}

.\!bg-tryba-gris-badge\/80{
  background-color: rgb(210 210 214 / 0.8) !important;
}

.\!bg-tryba-gris-badge\/85{
  background-color: rgb(210 210 214 / 0.85) !important;
}

.\!bg-tryba-gris-badge\/90{
  background-color: rgb(210 210 214 / 0.9) !important;
}

.\!bg-tryba-gris-badge\/95{
  background-color: rgb(210 210 214 / 0.95) !important;
}

.\!bg-tryba-gris-table{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-gris-table\/0{
  background-color: rgb(148 163 184 / 0) !important;
}

.\!bg-tryba-gris-table\/10{
  background-color: rgb(148 163 184 / 0.1) !important;
}

.\!bg-tryba-gris-table\/100{
  background-color: rgb(148 163 184 / 1) !important;
}

.\!bg-tryba-gris-table\/15{
  background-color: rgb(148 163 184 / 0.15) !important;
}

.\!bg-tryba-gris-table\/20{
  background-color: rgb(148 163 184 / 0.2) !important;
}

.\!bg-tryba-gris-table\/25{
  background-color: rgb(148 163 184 / 0.25) !important;
}

.\!bg-tryba-gris-table\/30{
  background-color: rgb(148 163 184 / 0.3) !important;
}

.\!bg-tryba-gris-table\/35{
  background-color: rgb(148 163 184 / 0.35) !important;
}

.\!bg-tryba-gris-table\/40{
  background-color: rgb(148 163 184 / 0.4) !important;
}

.\!bg-tryba-gris-table\/45{
  background-color: rgb(148 163 184 / 0.45) !important;
}

.\!bg-tryba-gris-table\/5{
  background-color: rgb(148 163 184 / 0.05) !important;
}

.\!bg-tryba-gris-table\/50{
  background-color: rgb(148 163 184 / 0.5) !important;
}

.\!bg-tryba-gris-table\/55{
  background-color: rgb(148 163 184 / 0.55) !important;
}

.\!bg-tryba-gris-table\/60{
  background-color: rgb(148 163 184 / 0.6) !important;
}

.\!bg-tryba-gris-table\/65{
  background-color: rgb(148 163 184 / 0.65) !important;
}

.\!bg-tryba-gris-table\/70{
  background-color: rgb(148 163 184 / 0.7) !important;
}

.\!bg-tryba-gris-table\/75{
  background-color: rgb(148 163 184 / 0.75) !important;
}

.\!bg-tryba-gris-table\/80{
  background-color: rgb(148 163 184 / 0.8) !important;
}

.\!bg-tryba-gris-table\/85{
  background-color: rgb(148 163 184 / 0.85) !important;
}

.\!bg-tryba-gris-table\/90{
  background-color: rgb(148 163 184 / 0.9) !important;
}

.\!bg-tryba-gris-table\/95{
  background-color: rgb(148 163 184 / 0.95) !important;
}

.\!bg-tryba-gris\/0{
  background-color: rgb(246 239 236 / 0) !important;
}

.\!bg-tryba-gris\/10{
  background-color: rgb(246 239 236 / 0.1) !important;
}

.\!bg-tryba-gris\/100{
  background-color: rgb(246 239 236 / 1) !important;
}

.\!bg-tryba-gris\/15{
  background-color: rgb(246 239 236 / 0.15) !important;
}

.\!bg-tryba-gris\/20{
  background-color: rgb(246 239 236 / 0.2) !important;
}

.\!bg-tryba-gris\/25{
  background-color: rgb(246 239 236 / 0.25) !important;
}

.\!bg-tryba-gris\/30{
  background-color: rgb(246 239 236 / 0.3) !important;
}

.\!bg-tryba-gris\/35{
  background-color: rgb(246 239 236 / 0.35) !important;
}

.\!bg-tryba-gris\/40{
  background-color: rgb(246 239 236 / 0.4) !important;
}

.\!bg-tryba-gris\/45{
  background-color: rgb(246 239 236 / 0.45) !important;
}

.\!bg-tryba-gris\/5{
  background-color: rgb(246 239 236 / 0.05) !important;
}

.\!bg-tryba-gris\/50{
  background-color: rgb(246 239 236 / 0.5) !important;
}

.\!bg-tryba-gris\/55{
  background-color: rgb(246 239 236 / 0.55) !important;
}

.\!bg-tryba-gris\/60{
  background-color: rgb(246 239 236 / 0.6) !important;
}

.\!bg-tryba-gris\/65{
  background-color: rgb(246 239 236 / 0.65) !important;
}

.\!bg-tryba-gris\/70{
  background-color: rgb(246 239 236 / 0.7) !important;
}

.\!bg-tryba-gris\/75{
  background-color: rgb(246 239 236 / 0.75) !important;
}

.\!bg-tryba-gris\/80{
  background-color: rgb(246 239 236 / 0.8) !important;
}

.\!bg-tryba-gris\/85{
  background-color: rgb(246 239 236 / 0.85) !important;
}

.\!bg-tryba-gris\/90{
  background-color: rgb(246 239 236 / 0.9) !important;
}

.\!bg-tryba-gris\/95{
  background-color: rgb(246 239 236 / 0.95) !important;
}

.\!bg-tryba-ocre-dore{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 169 0 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-ocre-dore\/0{
  background-color: rgb(214 169 0 / 0) !important;
}

.\!bg-tryba-ocre-dore\/10{
  background-color: rgb(214 169 0 / 0.1) !important;
}

.\!bg-tryba-ocre-dore\/100{
  background-color: rgb(214 169 0 / 1) !important;
}

.\!bg-tryba-ocre-dore\/15{
  background-color: rgb(214 169 0 / 0.15) !important;
}

.\!bg-tryba-ocre-dore\/20{
  background-color: rgb(214 169 0 / 0.2) !important;
}

.\!bg-tryba-ocre-dore\/25{
  background-color: rgb(214 169 0 / 0.25) !important;
}

.\!bg-tryba-ocre-dore\/30{
  background-color: rgb(214 169 0 / 0.3) !important;
}

.\!bg-tryba-ocre-dore\/35{
  background-color: rgb(214 169 0 / 0.35) !important;
}

.\!bg-tryba-ocre-dore\/40{
  background-color: rgb(214 169 0 / 0.4) !important;
}

.\!bg-tryba-ocre-dore\/45{
  background-color: rgb(214 169 0 / 0.45) !important;
}

.\!bg-tryba-ocre-dore\/5{
  background-color: rgb(214 169 0 / 0.05) !important;
}

.\!bg-tryba-ocre-dore\/50{
  background-color: rgb(214 169 0 / 0.5) !important;
}

.\!bg-tryba-ocre-dore\/55{
  background-color: rgb(214 169 0 / 0.55) !important;
}

.\!bg-tryba-ocre-dore\/60{
  background-color: rgb(214 169 0 / 0.6) !important;
}

.\!bg-tryba-ocre-dore\/65{
  background-color: rgb(214 169 0 / 0.65) !important;
}

.\!bg-tryba-ocre-dore\/70{
  background-color: rgb(214 169 0 / 0.7) !important;
}

.\!bg-tryba-ocre-dore\/75{
  background-color: rgb(214 169 0 / 0.75) !important;
}

.\!bg-tryba-ocre-dore\/80{
  background-color: rgb(214 169 0 / 0.8) !important;
}

.\!bg-tryba-ocre-dore\/85{
  background-color: rgb(214 169 0 / 0.85) !important;
}

.\!bg-tryba-ocre-dore\/90{
  background-color: rgb(214 169 0 / 0.9) !important;
}

.\!bg-tryba-ocre-dore\/95{
  background-color: rgb(214 169 0 / 0.95) !important;
}

.\!bg-tryba-or-badge{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 0 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-or-badge\/0{
  background-color: rgb(255 201 0 / 0) !important;
}

.\!bg-tryba-or-badge\/10{
  background-color: rgb(255 201 0 / 0.1) !important;
}

.\!bg-tryba-or-badge\/100{
  background-color: rgb(255 201 0 / 1) !important;
}

.\!bg-tryba-or-badge\/15{
  background-color: rgb(255 201 0 / 0.15) !important;
}

.\!bg-tryba-or-badge\/20{
  background-color: rgb(255 201 0 / 0.2) !important;
}

.\!bg-tryba-or-badge\/25{
  background-color: rgb(255 201 0 / 0.25) !important;
}

.\!bg-tryba-or-badge\/30{
  background-color: rgb(255 201 0 / 0.3) !important;
}

.\!bg-tryba-or-badge\/35{
  background-color: rgb(255 201 0 / 0.35) !important;
}

.\!bg-tryba-or-badge\/40{
  background-color: rgb(255 201 0 / 0.4) !important;
}

.\!bg-tryba-or-badge\/45{
  background-color: rgb(255 201 0 / 0.45) !important;
}

.\!bg-tryba-or-badge\/5{
  background-color: rgb(255 201 0 / 0.05) !important;
}

.\!bg-tryba-or-badge\/50{
  background-color: rgb(255 201 0 / 0.5) !important;
}

.\!bg-tryba-or-badge\/55{
  background-color: rgb(255 201 0 / 0.55) !important;
}

.\!bg-tryba-or-badge\/60{
  background-color: rgb(255 201 0 / 0.6) !important;
}

.\!bg-tryba-or-badge\/65{
  background-color: rgb(255 201 0 / 0.65) !important;
}

.\!bg-tryba-or-badge\/70{
  background-color: rgb(255 201 0 / 0.7) !important;
}

.\!bg-tryba-or-badge\/75{
  background-color: rgb(255 201 0 / 0.75) !important;
}

.\!bg-tryba-or-badge\/80{
  background-color: rgb(255 201 0 / 0.8) !important;
}

.\!bg-tryba-or-badge\/85{
  background-color: rgb(255 201 0 / 0.85) !important;
}

.\!bg-tryba-or-badge\/90{
  background-color: rgb(255 201 0 / 0.9) !important;
}

.\!bg-tryba-or-badge\/95{
  background-color: rgb(255 201 0 / 0.95) !important;
}

.\!bg-tryba-sarcelle{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 167 166 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-sarcelle\/0{
  background-color: rgb(55 167 166 / 0) !important;
}

.\!bg-tryba-sarcelle\/10{
  background-color: rgb(55 167 166 / 0.1) !important;
}

.\!bg-tryba-sarcelle\/100{
  background-color: rgb(55 167 166 / 1) !important;
}

.\!bg-tryba-sarcelle\/15{
  background-color: rgb(55 167 166 / 0.15) !important;
}

.\!bg-tryba-sarcelle\/20{
  background-color: rgb(55 167 166 / 0.2) !important;
}

.\!bg-tryba-sarcelle\/25{
  background-color: rgb(55 167 166 / 0.25) !important;
}

.\!bg-tryba-sarcelle\/30{
  background-color: rgb(55 167 166 / 0.3) !important;
}

.\!bg-tryba-sarcelle\/35{
  background-color: rgb(55 167 166 / 0.35) !important;
}

.\!bg-tryba-sarcelle\/40{
  background-color: rgb(55 167 166 / 0.4) !important;
}

.\!bg-tryba-sarcelle\/45{
  background-color: rgb(55 167 166 / 0.45) !important;
}

.\!bg-tryba-sarcelle\/5{
  background-color: rgb(55 167 166 / 0.05) !important;
}

.\!bg-tryba-sarcelle\/50{
  background-color: rgb(55 167 166 / 0.5) !important;
}

.\!bg-tryba-sarcelle\/55{
  background-color: rgb(55 167 166 / 0.55) !important;
}

.\!bg-tryba-sarcelle\/60{
  background-color: rgb(55 167 166 / 0.6) !important;
}

.\!bg-tryba-sarcelle\/65{
  background-color: rgb(55 167 166 / 0.65) !important;
}

.\!bg-tryba-sarcelle\/70{
  background-color: rgb(55 167 166 / 0.7) !important;
}

.\!bg-tryba-sarcelle\/75{
  background-color: rgb(55 167 166 / 0.75) !important;
}

.\!bg-tryba-sarcelle\/80{
  background-color: rgb(55 167 166 / 0.8) !important;
}

.\!bg-tryba-sarcelle\/85{
  background-color: rgb(55 167 166 / 0.85) !important;
}

.\!bg-tryba-sarcelle\/90{
  background-color: rgb(55 167 166 / 0.9) !important;
}

.\!bg-tryba-sarcelle\/95{
  background-color: rgb(55 167 166 / 0.95) !important;
}

.\!bg-tryba-silver{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tryba-silver\/0{
  background-color: rgb(168 168 168 / 0) !important;
}

.\!bg-tryba-silver\/10{
  background-color: rgb(168 168 168 / 0.1) !important;
}

.\!bg-tryba-silver\/100{
  background-color: rgb(168 168 168 / 1) !important;
}

.\!bg-tryba-silver\/15{
  background-color: rgb(168 168 168 / 0.15) !important;
}

.\!bg-tryba-silver\/20{
  background-color: rgb(168 168 168 / 0.2) !important;
}

.\!bg-tryba-silver\/25{
  background-color: rgb(168 168 168 / 0.25) !important;
}

.\!bg-tryba-silver\/30{
  background-color: rgb(168 168 168 / 0.3) !important;
}

.\!bg-tryba-silver\/35{
  background-color: rgb(168 168 168 / 0.35) !important;
}

.\!bg-tryba-silver\/40{
  background-color: rgb(168 168 168 / 0.4) !important;
}

.\!bg-tryba-silver\/45{
  background-color: rgb(168 168 168 / 0.45) !important;
}

.\!bg-tryba-silver\/5{
  background-color: rgb(168 168 168 / 0.05) !important;
}

.\!bg-tryba-silver\/50{
  background-color: rgb(168 168 168 / 0.5) !important;
}

.\!bg-tryba-silver\/55{
  background-color: rgb(168 168 168 / 0.55) !important;
}

.\!bg-tryba-silver\/60{
  background-color: rgb(168 168 168 / 0.6) !important;
}

.\!bg-tryba-silver\/65{
  background-color: rgb(168 168 168 / 0.65) !important;
}

.\!bg-tryba-silver\/70{
  background-color: rgb(168 168 168 / 0.7) !important;
}

.\!bg-tryba-silver\/75{
  background-color: rgb(168 168 168 / 0.75) !important;
}

.\!bg-tryba-silver\/80{
  background-color: rgb(168 168 168 / 0.8) !important;
}

.\!bg-tryba-silver\/85{
  background-color: rgb(168 168 168 / 0.85) !important;
}

.\!bg-tryba-silver\/90{
  background-color: rgb(168 168 168 / 0.9) !important;
}

.\!bg-tryba-silver\/95{
  background-color: rgb(168 168 168 / 0.95) !important;
}

.bg-\[\#434457\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 87 / var(--tw-bg-opacity, 1));
}

.bg-admin-dark-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.bg-admin-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 250 / var(--tw-bg-opacity, 1));
}

.bg-admin-sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-tryba-aubergine{
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 87 / var(--tw-bg-opacity, 1));
}

.bg-tryba-aubergine\/0{
  background-color: rgb(67 68 87 / 0);
}

.bg-tryba-aubergine\/10{
  background-color: rgb(67 68 87 / 0.1);
}

.bg-tryba-aubergine\/100{
  background-color: rgb(67 68 87 / 1);
}

.bg-tryba-aubergine\/15{
  background-color: rgb(67 68 87 / 0.15);
}

.bg-tryba-aubergine\/20{
  background-color: rgb(67 68 87 / 0.2);
}

.bg-tryba-aubergine\/25{
  background-color: rgb(67 68 87 / 0.25);
}

.bg-tryba-aubergine\/30{
  background-color: rgb(67 68 87 / 0.3);
}

.bg-tryba-aubergine\/35{
  background-color: rgb(67 68 87 / 0.35);
}

.bg-tryba-aubergine\/40{
  background-color: rgb(67 68 87 / 0.4);
}

.bg-tryba-aubergine\/45{
  background-color: rgb(67 68 87 / 0.45);
}

.bg-tryba-aubergine\/5{
  background-color: rgb(67 68 87 / 0.05);
}

.bg-tryba-aubergine\/50{
  background-color: rgb(67 68 87 / 0.5);
}

.bg-tryba-aubergine\/55{
  background-color: rgb(67 68 87 / 0.55);
}

.bg-tryba-aubergine\/60{
  background-color: rgb(67 68 87 / 0.6);
}

.bg-tryba-aubergine\/65{
  background-color: rgb(67 68 87 / 0.65);
}

.bg-tryba-aubergine\/70{
  background-color: rgb(67 68 87 / 0.7);
}

.bg-tryba-aubergine\/75{
  background-color: rgb(67 68 87 / 0.75);
}

.bg-tryba-aubergine\/80{
  background-color: rgb(67 68 87 / 0.8);
}

.bg-tryba-aubergine\/85{
  background-color: rgb(67 68 87 / 0.85);
}

.bg-tryba-aubergine\/90{
  background-color: rgb(67 68 87 / 0.9);
}

.bg-tryba-aubergine\/95{
  background-color: rgb(67 68 87 / 0.95);
}

.bg-tryba-bleu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
}

.bg-tryba-bleu-clair{
  --tw-bg-opacity: 1;
  background-color: rgb(209 236 253 / var(--tw-bg-opacity, 1));
}

.bg-tryba-bleu-clair\/0{
  background-color: rgb(209 236 253 / 0);
}

.bg-tryba-bleu-clair\/10{
  background-color: rgb(209 236 253 / 0.1);
}

.bg-tryba-bleu-clair\/100{
  background-color: rgb(209 236 253 / 1);
}

.bg-tryba-bleu-clair\/15{
  background-color: rgb(209 236 253 / 0.15);
}

.bg-tryba-bleu-clair\/20{
  background-color: rgb(209 236 253 / 0.2);
}

.bg-tryba-bleu-clair\/25{
  background-color: rgb(209 236 253 / 0.25);
}

.bg-tryba-bleu-clair\/30{
  background-color: rgb(209 236 253 / 0.3);
}

.bg-tryba-bleu-clair\/35{
  background-color: rgb(209 236 253 / 0.35);
}

.bg-tryba-bleu-clair\/40{
  background-color: rgb(209 236 253 / 0.4);
}

.bg-tryba-bleu-clair\/45{
  background-color: rgb(209 236 253 / 0.45);
}

.bg-tryba-bleu-clair\/5{
  background-color: rgb(209 236 253 / 0.05);
}

.bg-tryba-bleu-clair\/50{
  background-color: rgb(209 236 253 / 0.5);
}

.bg-tryba-bleu-clair\/55{
  background-color: rgb(209 236 253 / 0.55);
}

.bg-tryba-bleu-clair\/60{
  background-color: rgb(209 236 253 / 0.6);
}

.bg-tryba-bleu-clair\/65{
  background-color: rgb(209 236 253 / 0.65);
}

.bg-tryba-bleu-clair\/70{
  background-color: rgb(209 236 253 / 0.7);
}

.bg-tryba-bleu-clair\/75{
  background-color: rgb(209 236 253 / 0.75);
}

.bg-tryba-bleu-clair\/80{
  background-color: rgb(209 236 253 / 0.8);
}

.bg-tryba-bleu-clair\/85{
  background-color: rgb(209 236 253 / 0.85);
}

.bg-tryba-bleu-clair\/90{
  background-color: rgb(209 236 253 / 0.9);
}

.bg-tryba-bleu-clair\/95{
  background-color: rgb(209 236 253 / 0.95);
}

.bg-tryba-bleu-fonce{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
}

.bg-tryba-bleu-fonce\/0{
  background-color: rgb(0 114 186 / 0);
}

.bg-tryba-bleu-fonce\/10{
  background-color: rgb(0 114 186 / 0.1);
}

.bg-tryba-bleu-fonce\/100{
  background-color: rgb(0 114 186 / 1);
}

.bg-tryba-bleu-fonce\/15{
  background-color: rgb(0 114 186 / 0.15);
}

.bg-tryba-bleu-fonce\/20{
  background-color: rgb(0 114 186 / 0.2);
}

.bg-tryba-bleu-fonce\/25{
  background-color: rgb(0 114 186 / 0.25);
}

.bg-tryba-bleu-fonce\/30{
  background-color: rgb(0 114 186 / 0.3);
}

.bg-tryba-bleu-fonce\/35{
  background-color: rgb(0 114 186 / 0.35);
}

.bg-tryba-bleu-fonce\/40{
  background-color: rgb(0 114 186 / 0.4);
}

.bg-tryba-bleu-fonce\/45{
  background-color: rgb(0 114 186 / 0.45);
}

.bg-tryba-bleu-fonce\/5{
  background-color: rgb(0 114 186 / 0.05);
}

.bg-tryba-bleu-fonce\/50{
  background-color: rgb(0 114 186 / 0.5);
}

.bg-tryba-bleu-fonce\/55{
  background-color: rgb(0 114 186 / 0.55);
}

.bg-tryba-bleu-fonce\/60{
  background-color: rgb(0 114 186 / 0.6);
}

.bg-tryba-bleu-fonce\/65{
  background-color: rgb(0 114 186 / 0.65);
}

.bg-tryba-bleu-fonce\/70{
  background-color: rgb(0 114 186 / 0.7);
}

.bg-tryba-bleu-fonce\/75{
  background-color: rgb(0 114 186 / 0.75);
}

.bg-tryba-bleu-fonce\/80{
  background-color: rgb(0 114 186 / 0.8);
}

.bg-tryba-bleu-fonce\/85{
  background-color: rgb(0 114 186 / 0.85);
}

.bg-tryba-bleu-fonce\/90{
  background-color: rgb(0 114 186 / 0.9);
}

.bg-tryba-bleu-fonce\/95{
  background-color: rgb(0 114 186 / 0.95);
}

.bg-tryba-bleu\/0{
  background-color: rgb(0 114 186 / 0);
}

.bg-tryba-bleu\/10{
  background-color: rgb(0 114 186 / 0.1);
}

.bg-tryba-bleu\/100{
  background-color: rgb(0 114 186 / 1);
}

.bg-tryba-bleu\/15{
  background-color: rgb(0 114 186 / 0.15);
}

.bg-tryba-bleu\/20{
  background-color: rgb(0 114 186 / 0.2);
}

.bg-tryba-bleu\/25{
  background-color: rgb(0 114 186 / 0.25);
}

.bg-tryba-bleu\/30{
  background-color: rgb(0 114 186 / 0.3);
}

.bg-tryba-bleu\/35{
  background-color: rgb(0 114 186 / 0.35);
}

.bg-tryba-bleu\/40{
  background-color: rgb(0 114 186 / 0.4);
}

.bg-tryba-bleu\/45{
  background-color: rgb(0 114 186 / 0.45);
}

.bg-tryba-bleu\/5{
  background-color: rgb(0 114 186 / 0.05);
}

.bg-tryba-bleu\/50{
  background-color: rgb(0 114 186 / 0.5);
}

.bg-tryba-bleu\/55{
  background-color: rgb(0 114 186 / 0.55);
}

.bg-tryba-bleu\/60{
  background-color: rgb(0 114 186 / 0.6);
}

.bg-tryba-bleu\/65{
  background-color: rgb(0 114 186 / 0.65);
}

.bg-tryba-bleu\/70{
  background-color: rgb(0 114 186 / 0.7);
}

.bg-tryba-bleu\/75{
  background-color: rgb(0 114 186 / 0.75);
}

.bg-tryba-bleu\/80{
  background-color: rgb(0 114 186 / 0.8);
}

.bg-tryba-bleu\/85{
  background-color: rgb(0 114 186 / 0.85);
}

.bg-tryba-bleu\/90{
  background-color: rgb(0 114 186 / 0.9);
}

.bg-tryba-bleu\/95{
  background-color: rgb(0 114 186 / 0.95);
}

.bg-tryba-bronze{
  --tw-bg-opacity: 1;
  background-color: rgb(184 115 76 / var(--tw-bg-opacity, 1));
}

.bg-tryba-bronze\/0{
  background-color: rgb(184 115 76 / 0);
}

.bg-tryba-bronze\/10{
  background-color: rgb(184 115 76 / 0.1);
}

.bg-tryba-bronze\/100{
  background-color: rgb(184 115 76 / 1);
}

.bg-tryba-bronze\/15{
  background-color: rgb(184 115 76 / 0.15);
}

.bg-tryba-bronze\/20{
  background-color: rgb(184 115 76 / 0.2);
}

.bg-tryba-bronze\/25{
  background-color: rgb(184 115 76 / 0.25);
}

.bg-tryba-bronze\/30{
  background-color: rgb(184 115 76 / 0.3);
}

.bg-tryba-bronze\/35{
  background-color: rgb(184 115 76 / 0.35);
}

.bg-tryba-bronze\/40{
  background-color: rgb(184 115 76 / 0.4);
}

.bg-tryba-bronze\/45{
  background-color: rgb(184 115 76 / 0.45);
}

.bg-tryba-bronze\/5{
  background-color: rgb(184 115 76 / 0.05);
}

.bg-tryba-bronze\/50{
  background-color: rgb(184 115 76 / 0.5);
}

.bg-tryba-bronze\/55{
  background-color: rgb(184 115 76 / 0.55);
}

.bg-tryba-bronze\/60{
  background-color: rgb(184 115 76 / 0.6);
}

.bg-tryba-bronze\/65{
  background-color: rgb(184 115 76 / 0.65);
}

.bg-tryba-bronze\/70{
  background-color: rgb(184 115 76 / 0.7);
}

.bg-tryba-bronze\/75{
  background-color: rgb(184 115 76 / 0.75);
}

.bg-tryba-bronze\/80{
  background-color: rgb(184 115 76 / 0.8);
}

.bg-tryba-bronze\/85{
  background-color: rgb(184 115 76 / 0.85);
}

.bg-tryba-bronze\/90{
  background-color: rgb(184 115 76 / 0.9);
}

.bg-tryba-bronze\/95{
  background-color: rgb(184 115 76 / 0.95);
}

.bg-tryba-grenadine{
  --tw-bg-opacity: 1;
  background-color: rgb(234 86 90 / var(--tw-bg-opacity, 1));
}

.bg-tryba-grenadine\/0{
  background-color: rgb(234 86 90 / 0);
}

.bg-tryba-grenadine\/10{
  background-color: rgb(234 86 90 / 0.1);
}

.bg-tryba-grenadine\/100{
  background-color: rgb(234 86 90 / 1);
}

.bg-tryba-grenadine\/15{
  background-color: rgb(234 86 90 / 0.15);
}

.bg-tryba-grenadine\/20{
  background-color: rgb(234 86 90 / 0.2);
}

.bg-tryba-grenadine\/25{
  background-color: rgb(234 86 90 / 0.25);
}

.bg-tryba-grenadine\/30{
  background-color: rgb(234 86 90 / 0.3);
}

.bg-tryba-grenadine\/35{
  background-color: rgb(234 86 90 / 0.35);
}

.bg-tryba-grenadine\/40{
  background-color: rgb(234 86 90 / 0.4);
}

.bg-tryba-grenadine\/45{
  background-color: rgb(234 86 90 / 0.45);
}

.bg-tryba-grenadine\/5{
  background-color: rgb(234 86 90 / 0.05);
}

.bg-tryba-grenadine\/50{
  background-color: rgb(234 86 90 / 0.5);
}

.bg-tryba-grenadine\/55{
  background-color: rgb(234 86 90 / 0.55);
}

.bg-tryba-grenadine\/60{
  background-color: rgb(234 86 90 / 0.6);
}

.bg-tryba-grenadine\/65{
  background-color: rgb(234 86 90 / 0.65);
}

.bg-tryba-grenadine\/70{
  background-color: rgb(234 86 90 / 0.7);
}

.bg-tryba-grenadine\/75{
  background-color: rgb(234 86 90 / 0.75);
}

.bg-tryba-grenadine\/80{
  background-color: rgb(234 86 90 / 0.8);
}

.bg-tryba-grenadine\/85{
  background-color: rgb(234 86 90 / 0.85);
}

.bg-tryba-grenadine\/90{
  background-color: rgb(234 86 90 / 0.9);
}

.bg-tryba-grenadine\/95{
  background-color: rgb(234 86 90 / 0.95);
}

.bg-tryba-gris{
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 236 / var(--tw-bg-opacity, 1));
}

.bg-tryba-gris-badge{
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 214 / var(--tw-bg-opacity, 1));
}

.bg-tryba-gris-badge\/0{
  background-color: rgb(210 210 214 / 0);
}

.bg-tryba-gris-badge\/10{
  background-color: rgb(210 210 214 / 0.1);
}

.bg-tryba-gris-badge\/100{
  background-color: rgb(210 210 214 / 1);
}

.bg-tryba-gris-badge\/15{
  background-color: rgb(210 210 214 / 0.15);
}

.bg-tryba-gris-badge\/20{
  background-color: rgb(210 210 214 / 0.2);
}

.bg-tryba-gris-badge\/25{
  background-color: rgb(210 210 214 / 0.25);
}

.bg-tryba-gris-badge\/30{
  background-color: rgb(210 210 214 / 0.3);
}

.bg-tryba-gris-badge\/35{
  background-color: rgb(210 210 214 / 0.35);
}

.bg-tryba-gris-badge\/40{
  background-color: rgb(210 210 214 / 0.4);
}

.bg-tryba-gris-badge\/45{
  background-color: rgb(210 210 214 / 0.45);
}

.bg-tryba-gris-badge\/5{
  background-color: rgb(210 210 214 / 0.05);
}

.bg-tryba-gris-badge\/50{
  background-color: rgb(210 210 214 / 0.5);
}

.bg-tryba-gris-badge\/55{
  background-color: rgb(210 210 214 / 0.55);
}

.bg-tryba-gris-badge\/60{
  background-color: rgb(210 210 214 / 0.6);
}

.bg-tryba-gris-badge\/65{
  background-color: rgb(210 210 214 / 0.65);
}

.bg-tryba-gris-badge\/70{
  background-color: rgb(210 210 214 / 0.7);
}

.bg-tryba-gris-badge\/75{
  background-color: rgb(210 210 214 / 0.75);
}

.bg-tryba-gris-badge\/80{
  background-color: rgb(210 210 214 / 0.8);
}

.bg-tryba-gris-badge\/85{
  background-color: rgb(210 210 214 / 0.85);
}

.bg-tryba-gris-badge\/90{
  background-color: rgb(210 210 214 / 0.9);
}

.bg-tryba-gris-badge\/95{
  background-color: rgb(210 210 214 / 0.95);
}

.bg-tryba-gris-table{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-tryba-gris-table\/0{
  background-color: rgb(148 163 184 / 0);
}

.bg-tryba-gris-table\/10{
  background-color: rgb(148 163 184 / 0.1);
}

.bg-tryba-gris-table\/100{
  background-color: rgb(148 163 184 / 1);
}

.bg-tryba-gris-table\/15{
  background-color: rgb(148 163 184 / 0.15);
}

.bg-tryba-gris-table\/20{
  background-color: rgb(148 163 184 / 0.2);
}

.bg-tryba-gris-table\/25{
  background-color: rgb(148 163 184 / 0.25);
}

.bg-tryba-gris-table\/30{
  background-color: rgb(148 163 184 / 0.3);
}

.bg-tryba-gris-table\/35{
  background-color: rgb(148 163 184 / 0.35);
}

.bg-tryba-gris-table\/40{
  background-color: rgb(148 163 184 / 0.4);
}

.bg-tryba-gris-table\/45{
  background-color: rgb(148 163 184 / 0.45);
}

.bg-tryba-gris-table\/5{
  background-color: rgb(148 163 184 / 0.05);
}

.bg-tryba-gris-table\/50{
  background-color: rgb(148 163 184 / 0.5);
}

.bg-tryba-gris-table\/55{
  background-color: rgb(148 163 184 / 0.55);
}

.bg-tryba-gris-table\/60{
  background-color: rgb(148 163 184 / 0.6);
}

.bg-tryba-gris-table\/65{
  background-color: rgb(148 163 184 / 0.65);
}

.bg-tryba-gris-table\/70{
  background-color: rgb(148 163 184 / 0.7);
}

.bg-tryba-gris-table\/75{
  background-color: rgb(148 163 184 / 0.75);
}

.bg-tryba-gris-table\/80{
  background-color: rgb(148 163 184 / 0.8);
}

.bg-tryba-gris-table\/85{
  background-color: rgb(148 163 184 / 0.85);
}

.bg-tryba-gris-table\/90{
  background-color: rgb(148 163 184 / 0.9);
}

.bg-tryba-gris-table\/95{
  background-color: rgb(148 163 184 / 0.95);
}

.bg-tryba-gris\/0{
  background-color: rgb(246 239 236 / 0);
}

.bg-tryba-gris\/10{
  background-color: rgb(246 239 236 / 0.1);
}

.bg-tryba-gris\/100{
  background-color: rgb(246 239 236 / 1);
}

.bg-tryba-gris\/15{
  background-color: rgb(246 239 236 / 0.15);
}

.bg-tryba-gris\/20{
  background-color: rgb(246 239 236 / 0.2);
}

.bg-tryba-gris\/25{
  background-color: rgb(246 239 236 / 0.25);
}

.bg-tryba-gris\/30{
  background-color: rgb(246 239 236 / 0.3);
}

.bg-tryba-gris\/35{
  background-color: rgb(246 239 236 / 0.35);
}

.bg-tryba-gris\/40{
  background-color: rgb(246 239 236 / 0.4);
}

.bg-tryba-gris\/45{
  background-color: rgb(246 239 236 / 0.45);
}

.bg-tryba-gris\/5{
  background-color: rgb(246 239 236 / 0.05);
}

.bg-tryba-gris\/50{
  background-color: rgb(246 239 236 / 0.5);
}

.bg-tryba-gris\/55{
  background-color: rgb(246 239 236 / 0.55);
}

.bg-tryba-gris\/60{
  background-color: rgb(246 239 236 / 0.6);
}

.bg-tryba-gris\/65{
  background-color: rgb(246 239 236 / 0.65);
}

.bg-tryba-gris\/70{
  background-color: rgb(246 239 236 / 0.7);
}

.bg-tryba-gris\/75{
  background-color: rgb(246 239 236 / 0.75);
}

.bg-tryba-gris\/80{
  background-color: rgb(246 239 236 / 0.8);
}

.bg-tryba-gris\/85{
  background-color: rgb(246 239 236 / 0.85);
}

.bg-tryba-gris\/90{
  background-color: rgb(246 239 236 / 0.9);
}

.bg-tryba-gris\/95{
  background-color: rgb(246 239 236 / 0.95);
}

.bg-tryba-ocre-dore{
  --tw-bg-opacity: 1;
  background-color: rgb(214 169 0 / var(--tw-bg-opacity, 1));
}

.bg-tryba-ocre-dore\/0{
  background-color: rgb(214 169 0 / 0);
}

.bg-tryba-ocre-dore\/10{
  background-color: rgb(214 169 0 / 0.1);
}

.bg-tryba-ocre-dore\/100{
  background-color: rgb(214 169 0 / 1);
}

.bg-tryba-ocre-dore\/15{
  background-color: rgb(214 169 0 / 0.15);
}

.bg-tryba-ocre-dore\/20{
  background-color: rgb(214 169 0 / 0.2);
}

.bg-tryba-ocre-dore\/25{
  background-color: rgb(214 169 0 / 0.25);
}

.bg-tryba-ocre-dore\/30{
  background-color: rgb(214 169 0 / 0.3);
}

.bg-tryba-ocre-dore\/35{
  background-color: rgb(214 169 0 / 0.35);
}

.bg-tryba-ocre-dore\/40{
  background-color: rgb(214 169 0 / 0.4);
}

.bg-tryba-ocre-dore\/45{
  background-color: rgb(214 169 0 / 0.45);
}

.bg-tryba-ocre-dore\/5{
  background-color: rgb(214 169 0 / 0.05);
}

.bg-tryba-ocre-dore\/50{
  background-color: rgb(214 169 0 / 0.5);
}

.bg-tryba-ocre-dore\/55{
  background-color: rgb(214 169 0 / 0.55);
}

.bg-tryba-ocre-dore\/60{
  background-color: rgb(214 169 0 / 0.6);
}

.bg-tryba-ocre-dore\/65{
  background-color: rgb(214 169 0 / 0.65);
}

.bg-tryba-ocre-dore\/70{
  background-color: rgb(214 169 0 / 0.7);
}

.bg-tryba-ocre-dore\/75{
  background-color: rgb(214 169 0 / 0.75);
}

.bg-tryba-ocre-dore\/80{
  background-color: rgb(214 169 0 / 0.8);
}

.bg-tryba-ocre-dore\/85{
  background-color: rgb(214 169 0 / 0.85);
}

.bg-tryba-ocre-dore\/90{
  background-color: rgb(214 169 0 / 0.9);
}

.bg-tryba-ocre-dore\/95{
  background-color: rgb(214 169 0 / 0.95);
}

.bg-tryba-or-badge{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 0 / var(--tw-bg-opacity, 1));
}

.bg-tryba-or-badge\/0{
  background-color: rgb(255 201 0 / 0);
}

.bg-tryba-or-badge\/10{
  background-color: rgb(255 201 0 / 0.1);
}

.bg-tryba-or-badge\/100{
  background-color: rgb(255 201 0 / 1);
}

.bg-tryba-or-badge\/15{
  background-color: rgb(255 201 0 / 0.15);
}

.bg-tryba-or-badge\/20{
  background-color: rgb(255 201 0 / 0.2);
}

.bg-tryba-or-badge\/25{
  background-color: rgb(255 201 0 / 0.25);
}

.bg-tryba-or-badge\/30{
  background-color: rgb(255 201 0 / 0.3);
}

.bg-tryba-or-badge\/35{
  background-color: rgb(255 201 0 / 0.35);
}

.bg-tryba-or-badge\/40{
  background-color: rgb(255 201 0 / 0.4);
}

.bg-tryba-or-badge\/45{
  background-color: rgb(255 201 0 / 0.45);
}

.bg-tryba-or-badge\/5{
  background-color: rgb(255 201 0 / 0.05);
}

.bg-tryba-or-badge\/50{
  background-color: rgb(255 201 0 / 0.5);
}

.bg-tryba-or-badge\/55{
  background-color: rgb(255 201 0 / 0.55);
}

.bg-tryba-or-badge\/60{
  background-color: rgb(255 201 0 / 0.6);
}

.bg-tryba-or-badge\/65{
  background-color: rgb(255 201 0 / 0.65);
}

.bg-tryba-or-badge\/70{
  background-color: rgb(255 201 0 / 0.7);
}

.bg-tryba-or-badge\/75{
  background-color: rgb(255 201 0 / 0.75);
}

.bg-tryba-or-badge\/80{
  background-color: rgb(255 201 0 / 0.8);
}

.bg-tryba-or-badge\/85{
  background-color: rgb(255 201 0 / 0.85);
}

.bg-tryba-or-badge\/90{
  background-color: rgb(255 201 0 / 0.9);
}

.bg-tryba-or-badge\/95{
  background-color: rgb(255 201 0 / 0.95);
}

.bg-tryba-sarcelle{
  --tw-bg-opacity: 1;
  background-color: rgb(55 167 166 / var(--tw-bg-opacity, 1));
}

.bg-tryba-sarcelle\/0{
  background-color: rgb(55 167 166 / 0);
}

.bg-tryba-sarcelle\/10{
  background-color: rgb(55 167 166 / 0.1);
}

.bg-tryba-sarcelle\/100{
  background-color: rgb(55 167 166 / 1);
}

.bg-tryba-sarcelle\/15{
  background-color: rgb(55 167 166 / 0.15);
}

.bg-tryba-sarcelle\/20{
  background-color: rgb(55 167 166 / 0.2);
}

.bg-tryba-sarcelle\/25{
  background-color: rgb(55 167 166 / 0.25);
}

.bg-tryba-sarcelle\/30{
  background-color: rgb(55 167 166 / 0.3);
}

.bg-tryba-sarcelle\/35{
  background-color: rgb(55 167 166 / 0.35);
}

.bg-tryba-sarcelle\/40{
  background-color: rgb(55 167 166 / 0.4);
}

.bg-tryba-sarcelle\/45{
  background-color: rgb(55 167 166 / 0.45);
}

.bg-tryba-sarcelle\/5{
  background-color: rgb(55 167 166 / 0.05);
}

.bg-tryba-sarcelle\/50{
  background-color: rgb(55 167 166 / 0.5);
}

.bg-tryba-sarcelle\/55{
  background-color: rgb(55 167 166 / 0.55);
}

.bg-tryba-sarcelle\/60{
  background-color: rgb(55 167 166 / 0.6);
}

.bg-tryba-sarcelle\/65{
  background-color: rgb(55 167 166 / 0.65);
}

.bg-tryba-sarcelle\/70{
  background-color: rgb(55 167 166 / 0.7);
}

.bg-tryba-sarcelle\/75{
  background-color: rgb(55 167 166 / 0.75);
}

.bg-tryba-sarcelle\/80{
  background-color: rgb(55 167 166 / 0.8);
}

.bg-tryba-sarcelle\/85{
  background-color: rgb(55 167 166 / 0.85);
}

.bg-tryba-sarcelle\/90{
  background-color: rgb(55 167 166 / 0.9);
}

.bg-tryba-sarcelle\/95{
  background-color: rgb(55 167 166 / 0.95);
}

.bg-tryba-silver{
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity, 1));
}

.bg-tryba-silver\/0{
  background-color: rgb(168 168 168 / 0);
}

.bg-tryba-silver\/10{
  background-color: rgb(168 168 168 / 0.1);
}

.bg-tryba-silver\/100{
  background-color: rgb(168 168 168 / 1);
}

.bg-tryba-silver\/15{
  background-color: rgb(168 168 168 / 0.15);
}

.bg-tryba-silver\/20{
  background-color: rgb(168 168 168 / 0.2);
}

.bg-tryba-silver\/25{
  background-color: rgb(168 168 168 / 0.25);
}

.bg-tryba-silver\/30{
  background-color: rgb(168 168 168 / 0.3);
}

.bg-tryba-silver\/35{
  background-color: rgb(168 168 168 / 0.35);
}

.bg-tryba-silver\/40{
  background-color: rgb(168 168 168 / 0.4);
}

.bg-tryba-silver\/45{
  background-color: rgb(168 168 168 / 0.45);
}

.bg-tryba-silver\/5{
  background-color: rgb(168 168 168 / 0.05);
}

.bg-tryba-silver\/50{
  background-color: rgb(168 168 168 / 0.5);
}

.bg-tryba-silver\/55{
  background-color: rgb(168 168 168 / 0.55);
}

.bg-tryba-silver\/60{
  background-color: rgb(168 168 168 / 0.6);
}

.bg-tryba-silver\/65{
  background-color: rgb(168 168 168 / 0.65);
}

.bg-tryba-silver\/70{
  background-color: rgb(168 168 168 / 0.7);
}

.bg-tryba-silver\/75{
  background-color: rgb(168 168 168 / 0.75);
}

.bg-tryba-silver\/80{
  background-color: rgb(168 168 168 / 0.8);
}

.bg-tryba-silver\/85{
  background-color: rgb(168 168 168 / 0.85);
}

.bg-tryba-silver\/90{
  background-color: rgb(168 168 168 / 0.9);
}

.bg-tryba-silver\/95{
  background-color: rgb(168 168 168 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-tryba-aubergine{
  --tw-gradient-from: #434457 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 68 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-tryba-aubergine\/90{
  --tw-gradient-to: rgb(67 68 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(67 68 87 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-40\%{
  --tw-gradient-via-position: 40%;
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-center{
  background-position: center;
}

.fill-tryba-bleu{
  fill: #0072BA;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

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

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pe-0{
  padding-inline-end: 0px;
}

.pe-0\.5{
  padding-inline-end: 0.125rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.pe-4{
  padding-inline-end: 1rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.ps-10{
  padding-inline-start: 2.5rem;
}

.ps-2{
  padding-inline-start: 0.5rem;
}

.ps-\[3rem\]{
  padding-inline-start: 3rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

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

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

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

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

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

.align-baseline{
  vertical-align: baseline;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 3rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xxs{
  font-size: 0.625rem;
  line-height: 10px;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.leading-tight{
  line-height: 1.25;
}

.text-admin-darker-gray{
  --tw-text-opacity: 1;
  color: rgb(109 108 108 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-tryba-aubergine{
  --tw-text-opacity: 1;
  color: rgb(67 68 87 / var(--tw-text-opacity, 1));
}

.text-tryba-bleu{
  --tw-text-opacity: 1;
  color: rgb(0 114 186 / var(--tw-text-opacity, 1));
}

.text-tryba-grenadine{
  --tw-text-opacity: 1;
  color: rgb(234 86 90 / var(--tw-text-opacity, 1));
}

.text-tryba-gris{
  --tw-text-opacity: 1;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1));
}

.text-tryba-ocre-dore{
  --tw-text-opacity: 1;
  color: rgb(214 169 0 / var(--tw-text-opacity, 1));
}

.text-tryba-or-badge{
  --tw-text-opacity: 1;
  color: rgb(255 201 0 / var(--tw-text-opacity, 1));
}

.text-tryba-sarcelle{
  --tw-text-opacity: 1;
  color: rgb(55 167 166 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-badge{
  --tw-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-indicator{
  --tw-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-table{
  --tw-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[scale\]{
  transition-property: scale;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none{
  transition-property: none;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-400{
  transition-duration: 400ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-\[700ms\]{
  transition-duration: 700ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\@container{
  container-type: inline-size;
}

.\@container\/main{
  container-type: inline-size;
  container-name: main;
}

.security input:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(67 68 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.animate-breath {
  animation: breathing 2s ease-in-out infinite;
}

@keyframes breathing {
  0% {
    transform: scale(0.9);
  }

  25% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.\[mask-image\:linear-gradient\(to_right\2c transparent\2c black_10\%\2c black_90\%\2c transparent\)\]{
  -webkit-mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent);
          mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent);
}

.hover\:font-main-500:hover {
  font-family: var(--GreycliffCF-Medium), sans-serif;
}

.hover\:font-main-600:hover {
  font-family: var(--GreycliffCF-DemiBold), sans-serif;
}

.security .security\:font-main-400 {
  font-family: var(--GreycliffCF-Regular), sans-serif;
}

@media (min-width: 64rem){
  .lg\:container{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 32rem){
    .lg\:container{
      width: 26rem;
    }
  }

  .lg\:container{
    width: 100%;
  }

  @media (min-width: 32rem){
    .lg\:container{
      max-width: 32rem;
    }
  }

  @media (min-width: 40rem){
    .lg\:container{
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem){
    .lg\:container{
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem){
    .lg\:container{
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem){
    .lg\:container{
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem){
    .lg\:container{
      max-width: 96rem;
    }
  }
}

.placeholder\:text-tryba-aubergine\/70::-moz-placeholder{
  color: rgb(67 68 87 / 0.7);
}

.placeholder\:text-tryba-aubergine\/70::placeholder{
  color: rgb(67 68 87 / 0.7);
}

.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.even\:bg-tryba-gris:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 236 / var(--tw-bg-opacity, 1));
}

.even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.empty\:hidden:empty{
  display: none;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tryba-aubergine\/50:hover{
  background-color: rgb(67 68 87 / 0.5);
}

.hover\:bg-tryba-aubergine\/80:hover{
  background-color: rgb(67 68 87 / 0.8);
}

.hover\:bg-tryba-gris:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-tryba-aubergine:hover{
  --tw-text-opacity: 1;
  color: rgb(67 68 87 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-tryba-bleu:focus{
  outline-color: #0072BA;
}

.active\:bg-white\/10:active{
  background-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:block{
  display: block;
}

.group.menu-closing .group-\[\.menu-closing\]\:visible{
  visibility: visible;
}

.group.menu-open .group-\[\.menu-open\]\:visible{
  visibility: visible;
}

.group.menu-minified .group-\[\.menu-minified\]\:left-0{
  left: 0px;
}

.group.menu-open .group-\[\.menu-open\]\:left-0{
  left: 0px;
}

.group.menu-closing .group-\[\.menu-closing\]\:ms-0{
  margin-inline-start: 0px;
}

.group.menu-open .group-\[\.menu-open\]\:ms-0{
  margin-inline-start: 0px;
}

.group.menu-minified .group-\[\.menu-minified\]\:hidden{
  display: none;
}

.group.menu-closing .group-\[\.menu-closing\]\:size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.group.menu-open .group-\[\.menu-open\]\:size-8{
  width: 2rem;
  height: 2rem;
}

.group.menu-closing .group-\[\.menu-closing\]\:h-16{
  height: 4rem;
}

.group.menu-closing .group-\[\.menu-closing\]\:h-auto{
  height: auto;
}

.group.menu-open .group-\[\.menu-open\]\:h-16{
  height: 4rem;
}

.group.menu-open .group-\[\.menu-open\]\:h-auto{
  height: auto;
}

.group.menu-closing .group-\[\.menu-closing\]\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group.menu-open .group-\[\.menu-open\]\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.group.menu-open .group-\[\.menu-open\]\:opacity-100{
  opacity: 1;
}

.group.menu-minified .group-\[\.menu-minified\]\:duration-400{
  transition-duration: 400ms;
}

.group.menu-open .group-\[\.menu-open\]\:duration-400{
  transition-duration: 400ms;
}

.peer:checked ~ .peer-checked\:border-tryba-ocre-dore{
  --tw-border-opacity: 1;
  border-color: rgb(214 169 0 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-tryba-ocre-dore\/90{
  --tw-ring-color: rgb(214 169 0 / 0.9);
}

.peer:hover ~ .peer-hover\:bg-tryba-ocre-dore{
  --tw-bg-opacity: 1;
  background-color: rgb(214 169 0 / var(--tw-bg-opacity, 1));
}

@container (min-width: 24rem){
  .\@sm\:block{
    display: block;
  }
}

@container (min-width: 28rem){
  .\@md\:block{
    display: block;
  }
}

@container main (min-width: 48rem){
  .\@3xl\/main\:flex-row{
    flex-direction: row;
  }
}

.security .security\:normal-case{
  text-transform: none;
}

.security .security\:text-tryba-gris{
  --tw-text-opacity: 1;
  color: rgb(246 239 236 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 40rem){
  .max-sm\:w-full{
    width: 100%;
  }
}

@media (min-width: 32rem){
  .xs\:w-96{
    width: 24rem;
  }
}

@media (min-width: 40rem){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:me-6{
    margin-inline-end: 1.5rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:size-8{
    width: 2rem;
    height: 2rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-86{
    width: 21.5rem;
  }

  .sm\:w-\[36rem\]{
    width: 36rem;
  }

  .sm\:w-\[5\.5rem\]{
    width: 5.5rem;
  }

  .sm\:w-\[90\%\]{
    width: 90%;
  }

  .sm\:min-w-32{
    min-width: 8rem;
  }

  .sm\:max-w-72{
    max-width: 18rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pe-8{
    padding-inline-end: 2rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:ps-8{
    padding-inline-start: 2rem;
  }

  .sm\:ps-\[3\.70rem\]{
    padding-inline-start: 3.70rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 48rem){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ms-2{
    margin-inline-start: 0.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:size-52{
    width: 13rem;
    height: 13rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:min-h-52{
    min-height: 13rem;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[600px\]{
    width: 600px;
  }

  .md\:w-\[calc\(100\%-2rem\)\]{
    width: calc(100% - 2rem);
  }

  .md\:min-w-\[500px\]{
    min-width: 500px;
  }

  .md\:grow{
    flex-grow: 1;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[auto_1fr\]{
    grid-template-columns: auto 1fr;
  }

  .md\:grid-cols-\[auto_auto\]{
    grid-template-columns: auto auto;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-8{
    padding: 2rem;
  }

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

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 3rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:\[mask-image\:linear-gradient\(to_right\2c transparent\2c black_20\%\2c black_80\%\2c transparent\)\]{
    -webkit-mask-image: linear-gradient(to right,transparent,black 20%,black 80%,transparent);
            mask-image: linear-gradient(to right,transparent,black 20%,black 80%,transparent);
  }
}

@media (min-width: 64rem){
  .lg\:z-\[100\]{
    z-index: 100;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:me-0{
    margin-inline-end: 0px;
  }

  .lg\:ms-\[140px\]{
    margin-inline-start: 140px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:size-72{
    width: 18rem;
    height: 18rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:min-h-72{
    min-height: 18rem;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-\[48rem\]{
    width: 48rem;
  }

  .lg\:w-\[calc\(100\%-10rem\)\]{
    width: calc(100% - 10rem);
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[48rem\]{
    max-width: 48rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr\2c auto\]{
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[auto_auto_auto_auto\]{
    grid-template-columns: auto auto auto auto;
  }

  .lg\:grid-cols-\[auto_auto_auto_auto_auto\]{
    grid-template-columns: auto auto auto auto auto;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:place-items-center{
    place-items: center;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-tryba-gris{
    --tw-border-opacity: 1;
    border-color: rgb(246 239 236 / var(--tw-border-opacity, 1));
  }

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

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

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pe-2{
    padding-inline-end: 0.5rem;
  }

  .lg\:pe-8{
    padding-inline-end: 2rem;
  }

  .lg\:ps-2{
    padding-inline-start: 0.5rem;
  }

  .lg\:ps-8{
    padding-inline-start: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-tryba-sarcelle{
    --tw-text-opacity: 1;
    color: rgb(55 167 166 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 80rem){
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:ms-36{
    margin-inline-start: 9rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-52{
    height: 13rem;
  }

  .xl\:min-h-24{
    min-height: 6rem;
  }

  .xl\:min-w-28{
    min-width: 7rem;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:-rotate-\[30deg\]{
    --tw-rotate: -30deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:items-center{
    align-items: center;
  }

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

  .xl\:ps-\[3\.25rem\]{
    padding-inline-start: 3.25rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (min-width: 96rem){
  .\32xl\:h-64{
    height: 16rem;
  }

  .\32xl\:min-h-20{
    min-height: 5rem;
  }

  .\32xl\:min-w-32{
    min-width: 8rem;
  }

  .\32xl\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:ps-\[3\.70rem\]{
    padding-inline-start: 3.70rem;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child){
  border-bottom-width: 1px;
}

.\[\&\>div\]\:max-h-\[150px\]>div{
  max-height: 150px;
}

.\[\&\>td\]\:h-12>td{
  height: 3rem;
}

.\[\&\>td\]\:h-full>td{
  height: 100%;
}

.\[\&\>td\]\:py-1>td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&\>td\]\:text-center>td{
  text-align: center;
}

:hover.\[\:hover\&\>i\]\:bg-tryba-bleu>i{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity, 1));
}
