/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

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

.divide-grey-light > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E0EAEC;
  border-color: rgba(224, 234, 236, var(--divide-opacity));
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-black-dark {
  --bg-opacity: 1;
  background-color: #0b0e0e;
  background-color: rgba(11, 14, 14, var(--bg-opacity));
}

.bg-black-mid {
  --bg-opacity: 1;
  background-color: #1C2527;
  background-color: rgba(28, 37, 39, var(--bg-opacity));
}

.bg-primary {
  --bg-opacity: 1;
  background-color: #F05A39;
  background-color: rgba(240, 90, 57, var(--bg-opacity));
}

.bg-grey-light {
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity));
}

.bg-grey-mid {
  --bg-opacity: 1;
  background-color: #ccd4d6;
  background-color: rgba(204, 212, 214, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #7E8385;
  background-color: rgba(126, 131, 133, var(--bg-opacity));
}

.bg-green-light {
  --bg-opacity: 1;
  background-color: #52B599;
  background-color: rgba(82, 181, 153, var(--bg-opacity));
}

.bg-danger {
  --bg-opacity: 1;
  background-color: #D33737;
  background-color: rgba(211, 55, 55, var(--bg-opacity));
}

.bg-success-light {
  --bg-opacity: 1;
  background-color: #e0efe9;
  background-color: rgba(224, 239, 233, var(--bg-opacity));
}

.bg-success-mid {
  --bg-opacity: 1;
  background-color: #269d73;
  background-color: rgba(38, 157, 115, var(--bg-opacity));
}

.bg-success {
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity));
}

.bg-warning-light {
  --bg-opacity: 1;
  background-color: #fae0c3;
  background-color: rgba(250, 224, 195, var(--bg-opacity));
}

.bg-warning-mid {
  --bg-opacity: 1;
  background-color: #ffcc4c;
  background-color: rgba(255, 204, 76, var(--bg-opacity));
}

.bg-warning {
  --bg-opacity: 1;
  background-color: #EF992B;
  background-color: rgba(239, 153, 43, var(--bg-opacity));
}

.bg-info-light {
  --bg-opacity: 1;
  background-color: #dee7f5;
  background-color: rgba(222, 231, 245, var(--bg-opacity));
}

.bg-info-mid {
  --bg-opacity: 1;
  background-color: #1a6ec4;
  background-color: rgba(26, 110, 196, var(--bg-opacity));
}

.bg-info {
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity));
}

.bg-purple-light {
  --bg-opacity: 1;
  background-color: #f1eef9;
  background-color: rgba(241, 238, 249, var(--bg-opacity));
}

.bg-purple-mid {
  --bg-opacity: 1;
  background-color: #7e57c7;
  background-color: rgba(126, 87, 199, var(--bg-opacity));
}

.bg-purple {
  --bg-opacity: 1;
  background-color: #6f42c1;
  background-color: rgba(111, 66, 193, var(--bg-opacity));
}

.bg-google {
  --bg-opacity: 1;
  background-color: #e24134;
  background-color: rgba(226, 65, 52, var(--bg-opacity));
}

.bg-facebook {
  --bg-opacity: 1;
  background-color: #3a5497;
  background-color: rgba(58, 84, 151, var(--bg-opacity));
}

.bg-twitter {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-linkedin {
  --bg-opacity: 1;
  background-color: #0b66c2;
  background-color: rgba(11, 102, 194, var(--bg-opacity));
}

.bg-wordle {
  --bg-opacity: 1;
  background-color: #3b88c3;
  background-color: rgba(59, 136, 195, var(--bg-opacity));
}

.bg-crossword {
  --bg-opacity: 1;
  background-color: #292f33;
  background-color: rgba(41, 47, 51, var(--bg-opacity));
}

.bg-cemantix {
  --bg-opacity: 1;
  background-color: #77b155;
  background-color: rgba(119, 177, 85, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.hover\:bg-grey-light:hover {
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity));
}

.hover\:bg-success:hover {
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity));
}

.hover\:bg-warning:hover {
  --bg-opacity: 1;
  background-color: #EF992B;
  background-color: rgba(239, 153, 43, var(--bg-opacity));
}

.hover\:bg-info-light:hover {
  --bg-opacity: 1;
  background-color: #dee7f5;
  background-color: rgba(222, 231, 245, var(--bg-opacity));
}

.hover\:bg-info:hover {
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity));
}

.hover\:bg-purple:hover {
  --bg-opacity: 1;
  background-color: #6f42c1;
  background-color: rgba(111, 66, 193, var(--bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.group:hover .group-hover\:bg-grey-light {
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity));
}

.group:hover .group-hover\:bg-success {
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.from-warning-mid {
  --gradient-from-color: #ffcc4c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 76, 0));
}

.via-warning {
  --gradient-via-color: #EF992B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 153, 43, 0));
}

.to-danger {
  --gradient-to-color: #D33737;
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-10 {
  --bg-opacity: 0.1;
}

.bg-opacity-15 {
  --bg-opacity: 0.15;
}

.bg-opacity-20 {
  --bg-opacity: 0.2;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-10:hover {
  --bg-opacity: 0.1;
}

.hover\:bg-opacity-15:hover {
  --bg-opacity: 0.15;
}

.hover\:bg-opacity-20:hover {
  --bg-opacity: 0.2;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1;
}

.odd\:bg-opacity-50:nth-child(odd) {
  --bg-opacity: 0.5;
}

.bg-top {
  background-position: top;
}

.bg-cover {
  background-size: cover;
}

.border-white {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-grey-light {
  --border-opacity: 1;
  border-color: #E0EAEC;
  border-color: rgba(224, 234, 236, var(--border-opacity));
}

.border-grey-mid {
  --border-opacity: 1;
  border-color: #ccd4d6;
  border-color: rgba(204, 212, 214, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #7E8385;
  border-color: rgba(126, 131, 133, var(--border-opacity));
}

.border-danger {
  --border-opacity: 1;
  border-color: #D33737;
  border-color: rgba(211, 55, 55, var(--border-opacity));
}

.border-success {
  --border-opacity: 1;
  border-color: #069162;
  border-color: rgba(6, 145, 98, var(--border-opacity));
}

.border-warning {
  --border-opacity: 1;
  border-color: #EF992B;
  border-color: rgba(239, 153, 43, var(--border-opacity));
}

.border-info {
  --border-opacity: 1;
  border-color: #005cbd;
  border-color: rgba(0, 92, 189, var(--border-opacity));
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-success:hover {
  --border-opacity: 1;
  border-color: #069162;
  border-color: rgba(6, 145, 98, var(--border-opacity));
}

.hover\:border-info:hover {
  --border-opacity: 1;
  border-color: #005cbd;
  border-color: rgba(0, 92, 189, var(--border-opacity));
}

.hover\:border-purple:hover {
  --border-opacity: 1;
  border-color: #6f42c1;
  border-color: rgba(111, 66, 193, var(--border-opacity));
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.hover\:border-solid:hover {
  border-style: solid;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1;
}

.flex-none {
  flex: none;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-sans {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.hover\:h-auto:hover {
  height: auto;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

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

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

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

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

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

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

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

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

.ml-12 {
  margin-left: 3rem;
}

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

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

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

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

.mr-24 {
  margin-right: 6rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

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

.mr-px {
  margin-right: 1px;
}

.ml-px {
  margin-left: 1px;
}

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

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

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

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

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

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

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

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

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

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

.-ml-3 {
  margin-left: -0.75rem;
}

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

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

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

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

.-mr-5 {
  margin-right: -1.25rem;
}

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

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

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

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

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

.-ml-6 {
  margin-left: -1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.min-h-0 {
  min-height: 0;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

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

.p-10 {
  padding: 2.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-px {
  padding-top: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-auto {
  left: auto;
}

.resize {
  resize: both;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-inner-2xl {
  box-shadow: 0 -25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

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

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

.text-white {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-black {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-primary {
  --text-opacity: 1;
  color: #F05A39;
  color: rgba(240, 90, 57, var(--text-opacity));
}

.text-grey-light {
  --text-opacity: 1;
  color: #E0EAEC;
  color: rgba(224, 234, 236, var(--text-opacity));
}

.text-grey-mid {
  --text-opacity: 1;
  color: #ccd4d6;
  color: rgba(204, 212, 214, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #7E8385;
  color: rgba(126, 131, 133, var(--text-opacity));
}

.text-danger {
  --text-opacity: 1;
  color: #D33737;
  color: rgba(211, 55, 55, var(--text-opacity));
}

.text-success {
  --text-opacity: 1;
  color: #069162;
  color: rgba(6, 145, 98, var(--text-opacity));
}

.text-warning-light {
  --text-opacity: 1;
  color: #fae0c3;
  color: rgba(250, 224, 195, var(--text-opacity));
}

.text-warning {
  --text-opacity: 1;
  color: #EF992B;
  color: rgba(239, 153, 43, var(--text-opacity));
}

.text-info {
  --text-opacity: 1;
  color: #005cbd;
  color: rgba(0, 92, 189, var(--text-opacity));
}

.text-purple {
  --text-opacity: 1;
  color: #6f42c1;
  color: rgba(111, 66, 193, var(--text-opacity));
}

.text-facebook {
  --text-opacity: 1;
  color: #3a5497;
  color: rgba(58, 84, 151, var(--text-opacity));
}

.text-twitter {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-linkedin {
  --text-opacity: 1;
  color: #0b66c2;
  color: rgba(11, 102, 194, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-success:hover {
  --text-opacity: 1;
  color: #069162;
  color: rgba(6, 145, 98, var(--text-opacity));
}

.hover\:text-info:hover {
  --text-opacity: 1;
  color: #005cbd;
  color: rgba(0, 92, 189, var(--text-opacity));
}

.group:hover .group-hover\:text-white {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-60 {
  --text-opacity: 0.6;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

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

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

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

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

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

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

.gap-2 {
  grid-gap: 0.5rem;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

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

.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-span-7 {
  grid-column: span 7 / span 7;
}

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

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

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

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

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

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.group:hover .group-hover\:scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.group:hover .group-hover\:scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.rotate-6 {
  --transform-rotate: 6deg;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.-rotate-3 {
  --transform-rotate: -3deg;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-12 {
  --transform-translate-y: 3rem;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.group:hover .group-hover\:translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

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

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-20px);
  }

  40% {
    transform: translateX(20px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-20px);
  }

  40% {
    transform: translateX(20px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes shakeInfinite {
  0% {
    transform: translateX(0);
  }

  2% {
    transform: translateX(-5px);
  }

  4% {
    transform: translateX(5px);
  }

  6% {
    transform: translateX(-5px);
  }

  8% {
    transform: translateX(5px);
  }

  10% {
    transform: translateX(0);
  }
}

@keyframes shakeInfinite {
  0% {
    transform: translateX(0);
  }

  2% {
    transform: translateX(-5px);
  }

  4% {
    transform: translateX(5px);
  }

  6% {
    transform: translateX(-5px);
  }

  8% {
    transform: translateX(5px);
  }

  10% {
    transform: translateX(0);
  }
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@-webkit-keyframes flip {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(180deg);
  }
}

@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(180deg);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes reveal {
  0% {
    width: 100%;
  }
}

@keyframes reveal {
  0% {
    width: 100%;
  }
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.animate-shake {
  -webkit-animation: shake .3s;
          animation: shake .3s;
}

.animate-flip-100 {
  -webkit-animation: .1s forwards flip;
          animation: .1s forwards flip;
}

.animate-flip-500 {
  -webkit-animation: .5s forwards flip;
          animation: .5s forwards flip;
}

.animate-blink {
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

.animate-reveal {
  -webkit-animation: reveal 1.5s linear;
          animation: reveal 1.5s linear;
}

.animate-heartbeat {
  -webkit-animation: heartBeat 1.3s infinite;
          animation: heartBeat 1.3s infinite;
}

.animate-shake-infinite {
  -webkit-animation: shakeInfinite 4s infinite;
          animation: shakeInfinite 4s infinite;
}

.filter-grayscale {
  filter: grayscale(1);
}

.filter-blur {
  filter: blur(6px);
}

.filter-blur-text {
  filter: blur(4px);
}

.hover\:filter-none:hover {
  filter: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.emoji{
  width:20px;
  vertical-align:middle;
  display:inline-block
}

[class^=w-]>.emoji,[class*=" w-"]>.emoji{
  width:100%
}

.c-text-editor-instance,.c-text-editor-instance>div,.c-text-editor .DraftEditor-root{
  height:100%
}

.c-text-editor-find-errors .text-white::-moz-selection{
  background:#fff
}

.c-text-editor-find-errors .text-white::selection{
  background:#fff
}

.c-text-editor-find-errors .text-white::-moz-selection{
  background:#fff
}

.c-text-editor-find-errors input:not([type=checkbox]){
  padding:0 !important;
  background:rgba(0,0,0,0) !important;
  border-radius:0px !important;
  box-shadow:none !important;
  margin-bottom:-2px;
  font-size:1.25rem !important;
  margin-left: auto;
  margin-right: auto
}

.c-text-editor-find-errors input:not([type=checkbox]):focus{
  --text-opacity: 1 !important;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #069162;
  border-color: rgba(6, 145, 98, var(--border-opacity));
  --text-opacity: 1;
  color: #069162;
  color: rgba(6, 145, 98, var(--text-opacity))
}

.c-text-editor-highlighted-errors .diff{
  --text-opacity: 1;
  color: #7E8385;
  color: rgba(126, 131, 133, var(--text-opacity))
}

.diff{
  line-height: 2.25rem
}

.diff li{
  display:inline-block
}

.diff .ins:hover,.diff .unchanged:hover{
  cursor:pointer
}

.diff ins{
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity));
  --bg-opacity: 0.25;
  --text-opacity: 1;
  color: #069162;
  color: rgba(6, 145, 98, var(--text-opacity))
}

.diff del{
  --bg-opacity: 1;
  background-color: #D33737;
  background-color: rgba(211, 55, 55, var(--bg-opacity));
  --bg-opacity: 0.25;
  --text-opacity: 1;
  color: #D33737;
  color: rgba(211, 55, 55, var(--text-opacity))
}

.diff del strong{
  font-weight: 700
}

.diff del strong:not(:empty){
  border-width: 2px;
  --border-opacity: 1;
  border-color: #D33737;
  border-color: rgba(211, 55, 55, var(--border-opacity))
}

.diff ins strong{
  font-weight: 700
}

.diff ins strong:not(:empty){
  border-width: 2px;
  --border-opacity: 1;
  border-color: #069162;
  border-color: rgba(6, 145, 98, var(--border-opacity))
}

.diff .recommendation{
  font-weight: 700;
  --bg-opacity: 1;
  background-color: #EF992B;
  background-color: rgba(239, 153, 43, var(--bg-opacity));
  --bg-opacity: 0.2
}

.diff .reforme_1990{
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity));
  --bg-opacity: 0.2
}

.diff .other_spelling{
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity));
  --bg-opacity: 0.2
}

.input{
  margin-top: 1rem;
  margin-bottom: 1rem
}

.input .hint{
  --text-opacity: 1;
  color: #7E8385;
  color: rgba(126, 131, 133, var(--text-opacity));
  font-style: italic;
  margin-top: 0.25rem;
  display: inline-block;
  margin-right: 0.5rem
}

.input .error{
  --text-opacity: 1;
  color: #D33737;
  color: rgba(211, 55, 55, var(--text-opacity));
  font-weight: 600;
  margin-top: 0.25rem;
  display: inline-block
}

input:not([type=checkbox]):not([type=color]),textarea,select{
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity));
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.5;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
  font-size: 1.125rem
}

input:not([type=checkbox]):not([type=color]):focus,textarea:focus,select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

input:not([type=checkbox]):not([type=color]).md,textarea.md,select.md{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

input[type=color]{
  display: block;
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity));
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.25rem;
  height:36px;
  width:50px
}

select{
  position: relative;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC);
  background-repeat:no-repeat;
  background-size:14px;
  background-position:center right 10px
}

label{
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  position: relative
}

label abbr{
  position: absolute;
  --text-opacity: 1;
  color: #D33737;
  color: rgba(211, 55, 55, var(--text-opacity));
  right:-10px
}

.simple_form .error_notification{
  font-weight: 600
}

.s-session,.s-registration{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh
}

.js-modal .bg-grey-light input:not([type=checkbox]),.js-modal .bg-grey-light select{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.js-modal-close i{
  pointer-events: none
}

.js-post-embed input:not([type=checkbox]),.js-post-embed select{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.blur{
  filter:blur(4px)
}

@media only screen and (max-width: 1320px){
  .container,.max-w-screen-sm,.max-w-screen-md,.max-w-screen-lg,.max-w-screen-xl{
    padding-left:1.25rem;
    padding-right:1.25rem
  }
}

@media only screen and (max-width: 768px){
  .container{
    max-width:100% !important
  }
}

.js-accordeon-input+.js-accordeon-label+div{
  max-height:0px;
  overflow:hidden;
  transition:max-height .25s ease-in-out
}

.js-accordeon-input:checked+.js-accordeon-label i:before{
  content:""
}

.js-accordeon-input:checked+.js-accordeon-label h3{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.js-accordeon-input:checked+.js-accordeon-label+div{
  max-height:100vh
}

.js-share-input+.js-share-label+div{
  display: none;
  padding-top:5.3rem
}

.js-share-input:checked+.js-share-label>div{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.js-share-input:checked+.js-share-label+div{
  display: block
}

.js-embed-input+.js-embed-label+div{
  display: none;
  padding-top:5.3rem
}

.js-embed-input:checked+.js-embed-label>div{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.js-embed-input:checked+.js-embed-label+div{
  display: block
}

@media only screen and (max-width: 1279px){
  .js-header-menu-input+.js-header-menu-label+div{
    display: none;
    padding-top:5.3rem
  }

  .js-header-menu-input:checked+.js-header-menu-label>div{
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .js-header-menu-input:checked+.js-header-menu-label i:before{
    content:""
  }

  .js-header-menu-input:checked+.js-header-menu-label+div{
    display: block
  }

  .js-dictation-info-input+.js-dictation-info-label+div{
    display: none;
    padding-top:5.3rem
  }

  .js-dictation-info-input:checked+.js-dictation-info-label{
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .js-dictation-info-input:checked+.js-dictation-info-label i:before{
    content:""
  }

  .js-dictation-info-input:checked+.js-dictation-info-label+div{
    display: block
  }
}

@media only screen and (max-width: 767px){
  .js-playlist-input+.js-playlist-label{
    padding:4px 0
  }

  .js-playlist-input+.js-playlist-label i+span:before{
    content:"Liste des morceaux"
  }

  .js-playlist-input+.js-playlist-label+div{
    height:4.5rem;
    overflow: hidden
  }

  .js-playlist-input:not(:checked)+.js-playlist-label+div .playlist-song,.js-playlist-input:not(:checked)+.js-playlist-label+div .playlist-buttons,.js-playlist-input:not(:checked)+.js-playlist-label+div .playlist-shortcuts,.js-playlist-input:not(:checked)+.js-playlist-label+div .js-tooltip-element{
    display:none
  }

  .js-playlist-input:checked+.js-playlist-label i:before{
    content:""
  }

  .js-playlist-input:checked+.js-playlist-label i+span:before{
    content:"Fermer la liste"
  }

  .js-playlist-input:checked+.js-playlist-label+div{
    overflow-y: auto;
    height:100vh
  }

  .s-embed .js-playlist-input:checked+.js-playlist-label+div{
    height:calc(100vh - 69px)
  }
}

.s-dictation.s-show{
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity))
}

.s-dictation.s-show #footer,.s-dictation.s-show #subfooter{
  display:none
}

.s-wordle.s-show{
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity))
}

.s-wordle.s-show #footer,.s-wordle.s-show #subfooter{
  display:none
}

.s-crossword.s-show{
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity))
}

.s-crossword.s-show #footer,.s-crossword.s-show #subfooter{
  display:none
}

.s-dictation-head-image{
  height:380px
}

@media only screen and (max-width: 1023px){
  .s-dictation-head-image{
    height:280px
  }
}

.js-tooltip-element{
  font-size: 1rem;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  display: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  line-height: 1.5
}

.js-tooltip-element[data-show]{
  display:block
}

.js-tooltip-arrow,.js-tooltip-arrow::before{
  position:absolute;
  width:8px;
  height:8px;
  z-index:-1;
  left:0px
}

.js-tooltip-arrow::before{
  content:"";
  transform:rotate(45deg);
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.js-tooltip-element[data-popper-placement^=top]>.js-tooltip-arrow{
  bottom:-4px
}

.js-tooltip-element[data-popper-placement^=bottom]>.js-tooltip-arrow{
  top:-4px
}

.js-tooltip-element[data-popper-placement^=left]>.js-tooltip-arrow{
  right:-4px
}

.js-tooltip-element[data-popper-placement^=right]>.js-tooltip-arrow{
  left:-4px
}

.js-tooltip-element.bg-warning{
  --bg-opacity: 1;
  background-color: #EF992B;
  background-color: rgba(239, 153, 43, var(--bg-opacity))
}

.js-tooltip-element.bg-warning .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #EF992B;
  background-color: rgba(239, 153, 43, var(--bg-opacity))
}

.js-tooltip-element.bg-info{
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity))
}

.js-tooltip-element.bg-info .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity))
}

.js-tooltip-element.bg-danger{
  --bg-opacity: 1;
  background-color: #D33737;
  background-color: rgba(211, 55, 55, var(--bg-opacity))
}

.js-tooltip-element.bg-danger .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #D33737;
  background-color: rgba(211, 55, 55, var(--bg-opacity))
}

.js-tooltip-element.bg-success{
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity))
}

.js-tooltip-element.bg-success .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity))
}

.js-tooltip-element.bg-white{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-width: 1px;
  --border-opacity: 1;
  border-color: #E0EAEC;
  border-color: rgba(224, 234, 236, var(--border-opacity))
}

.js-tooltip-element.bg-white .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  --border-opacity: 1;
  border-color: #E0EAEC;
  border-color: rgba(224, 234, 236, var(--border-opacity))
}

.js-tooltip-element.bg-white[data-popper-placement=top] .js-tooltip-arrow::before{
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-left-width: 0
}

.js-tooltip-element.bg-white.arrow-grey-light .js-tooltip-arrow::before{
  --bg-opacity: 1;
  background-color: #E0EAEC;
  background-color: rgba(224, 234, 236, var(--bg-opacity))
}

.DraftEditor-root *{
  -webkit-user-select:text
}

.content{
  font-size:1.1rem;
  line-height:1.65rem;
  overflow-wrap:anywhere
}

.content p,.content ul,.content ol,.content blockquote{
  font-size:1.1rem;
  line-height:1.65rem
}

.content h2{
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem
}

.content h3{
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem
}

.content h4{
  font-size: 1.125rem;
  font-weight: 600;
  --text-opacity: 1;
  color: #7E8385;
  color: rgba(126, 131, 133, var(--text-opacity))
}

.content blockquote{
  border-left-width: 4px;
  --border-opacity: 1;
  border-color: #ccd4d6;
  border-color: rgba(204, 212, 214, var(--border-opacity));
  padding-left: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --text-opacity: 1;
  color: #7E8385;
  color: rgba(126, 131, 133, var(--text-opacity));
  font-style: italic
}

.content ol{
  list-style-type: decimal;
  list-style-position: inside
}

.content ol li{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}

.content ul{
  list-style-type: disc;
  list-style-position: inside
}

.content ul li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.content em{
  font-style: italic
}

.content .DraftEditor-root ul,.content .DraftEditor-root ol{
  list-style:none !important
}

.content p a,.content li a{
  --text-opacity: 1;
  color: #005cbd;
  color: rgba(0, 92, 189, var(--text-opacity))
}

.js-toggle .js-tooltip-element:before{
  content:"Désactivé"
}

.js-toggle-checkbox:checked{
  right: 0;
  --border-opacity: 1;
  border-color: #069162;
  border-color: rgba(6, 145, 98, var(--border-opacity))
}

.js-toggle-checkbox:checked+.js-toggle-label{
  --bg-opacity: 1;
  background-color: #069162;
  background-color: rgba(6, 145, 98, var(--bg-opacity))
}

.js-toggle-checkbox:checked+.js-toggle-label i{
  left: 0;
  right: auto
}

.js-toggle-checkbox:checked+.js-toggle-label i:before{
  content:""
}

.js-toggle-checkbox:checked+.js-toggle-label+.js-tooltip-element:before{
  content:"Activé"
}

#chat-list{
  display: none
}

#chat.active:before{
  position:fixed;
  width:600px;
  height:800px;
  bottom:0px;
  right:0px;
  z-index:-1;
  content:"";
  pointer-events:none;
  background:radial-gradient(at right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 70%)
}

#chat.active #chat-list{
  display: block
}

.content-visibility-auto{
  content-visibility:auto;
  contain-intrinsic-size:240px;
  margin:-20px;
  padding:20px
}

.disabled{
  background:repeating-linear-gradient(45deg, #E0EAEC, #E0EAEC 10px, rgb(85.3631372549%, 90.0847058824%, 91.0290196078%) 10px, rgb(85.3631372549%, 90.0847058824%, 91.0290196078%) 20px) !important
}

#faq>.js-accordeon-input+.js-accordeon-label+div:before{
  content:"";
  display:block;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:10;
  height:150px;
  width:100%;
  background:linear-gradient(to top, #fff 40%, rgba(255, 255, 255, 0))
}

#faq>.js-accordeon-input+.js-accordeon-label{
  z-index:20
}

#faq>.js-accordeon-input+.js-accordeon-label+div{
  max-height:490px;
  padding-bottom:70px
}

#faq>.js-accordeon-input:checked+.js-accordeon-label+div{
  max-height:99999px
}

#faq>.js-accordeon-input:checked+.js-accordeon-label+div:before{
  display:none
}

.message.flex-row-reverse .bg-info .text-info,.message.flex-row-reverse .bg-info a{
  color:#fff !important;
  font-weight:500 !important
}

.js-header-menu-container .offer:hover.text-info a,.js-header-menu-container .offer:hover.text-success a,.js-header-menu-container .offer:hover.text-purple a{
  color:#fff
}

.js-header-menu-container .offer:hover.text-info span,.js-header-menu-container .offer:hover.text-success span,.js-header-menu-container .offer:hover.text-purple span{
  background:#fff;
  color:#000
}

.js-header-menu-container .offer:hover.text-info p,.js-header-menu-container .offer:hover.text-success p,.js-header-menu-container .offer:hover.text-purple p{
  color:rgba(255,255,255,.9)
}

.CodeMirror{
  height:auto !important;
  background:rgba(0,0,0,0) !important
}

.CodeMirror-gutters{
  background:#e0eaec !important
}

.js-tabs{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  position:relative
}

.js-tabs>[name^=tabs],.js-tabs>.js-tabs-input{
  position:absolute;
  visibility:hidden
}

.js-tabs>[id^=tab-1]{
  order:1
}

.js-tabs>[id^=tab-2]{
  order:2
}

.js-tabs>[id^=tab-3]{
  order:3
}

.js-tabs>[id^=tab-4]{
  order:4
}

.js-tabs>[id^=tab-5]{
  order:5
}

.js-tabs>[id^=tab-6]{
  order:6
}

.js-tabs>[id^=tab-7]{
  order:7
}

.js-tabs>[id^=tab-8]{
  order:8
}

.js-tabs>[id^=tab-9]{
  order:9
}

.js-tabs>[id^=tab-10]{
  order:10
}

.js-tabs>[id^=tab-label]{
  position:relative;
  cursor: pointer
}

.js-tabs>[id^=tab-content]{
  order:999;
  display:none;
  z-index:2;
  overflow:hidden
}

.js-tabs>[name^=tabs]:checked+[id^=tab-label],.js-tabs>.js-tabs-input:checked+[id^=tab-label]{
  --bg-opacity: 1;
  background-color: #005cbd;
  background-color: rgba(0, 92, 189, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.js-tabs>[id^=tab-1]:checked~[id^=tab-content-1]{
  display:block
}

.js-tabs>[id^=tab-2]:checked~[id^=tab-content-2]{
  display:block
}

.js-tabs>[id^=tab-3]:checked~[id^=tab-content-3]{
  display:block
}

.js-tabs>[id^=tab-4]:checked~[id^=tab-content-4]{
  display:block
}

.js-tabs>[id^=tab-5]:checked~[id^=tab-content-5]{
  display:block
}

.js-tabs>[id^=tab-6]:checked~[id^=tab-content-6]{
  display:block
}

.js-tabs>[id^=tab-7]:checked~[id^=tab-content-7]{
  display:block
}

.js-tabs>[id^=tab-8]:checked~[id^=tab-content-8]{
  display:block
}

.js-tabs>[id^=tab-9]:checked~[id^=tab-content-9]{
  display:block
}

.js-tabs>[id^=tab-10]:checked~[id^=tab-content-10]{
  display:block
}

.js-amount input:checked+label{
  --border-opacity: 1;
  border-color: #005cbd;
  border-color: rgba(0, 92, 189, var(--border-opacity))
}

#header>.fixed .js-header-user-role{
  display:none
}

.disable-dbl-tap-zoom{
  touch-action:manipulation
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

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

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

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

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

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

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:normal-case {
    text-transform: none;
  }

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

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

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

  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }
}

@media (min-width: 768px) {
  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #E0EAEC;
    background-color: rgba(224, 234, 236, var(--bg-opacity));
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

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

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

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

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

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

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

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

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

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .md\:max-h-modal {
    max-height: 70vh;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

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

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

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

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

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    grid-gap: 3rem;
    gap: 3rem;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:rounded-none {
    border-radius: 0;
  }

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

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

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

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

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

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

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

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

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

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

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .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-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

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

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

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

  .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-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #E0EAEC;
    background-color: rgba(224, 234, 236, var(--bg-opacity));
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

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

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

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

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

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

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

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

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:text-black {
    --text-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 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\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
}
.index-module__group___KB1Lr>div>span>div{
  border-radius:30px;
  box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  font-weight:500;
  padding-left:3px;
  margin:0 0 6px 0
}

.index-module__group___KB1Lr>div>span>div:hover{
  box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.index-module__group___KB1Lr>div>span>div>div:last-child{
  border-radius:0 30px 30px 0 !important;
  background-position:10px center !important;
  background-color:#fff !important
}

.index-module__group___KB1Lr>div>span>div>div:last-child:hover{
  background-color:#e0eaec !important;
  opacity:1 !important
}

.index-module__group___KB1Lr .flash-manager-item{
  text-align:left;
  margin-left:-10px;
  margin-right:-10px;
  text-transform:none;
  font-size:15px;
  font-weight:600
}

/*# sourceMappingURL=common-ddad007b.css.map*/