@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,500;1,600;1,700&display=swap');

/*
! tailwindcss v3.3.1 | 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: #F0F0F0;
  /* 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.
*/

html {
  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: Raleway, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

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

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

html {
  font-family: Raleway, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity))
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6{
  padding-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
}

h1{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.875rem;
}

@media (min-width: 768px){
  h1{
    font-size: 3.4375rem;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 3.85rem;
    line-height: 3.85rem;
    letter-spacing: 0rem;
  }
}

h2{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
}

h3{
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

article a{
  color: currentColor;
  text-underline-offset: 4px;
}

article a:hover{
  text-decoration-line: underline;
  text-decoration-color: #EC1A28;
}

textarea{
  grid-column: span 2 / span 2;
  border-radius: 0px;
}

input{
  border-radius: 0px;
}

@media (min-width: 1280px){
  input{
    max-width: 432px;
  }
}

input, textarea, select{
  font-style: normal;
  margin-bottom: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Abel, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.088rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input::placeholder, textarea::placeholder, select::placeholder{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input:focus-visible, textarea:focus-visible, select:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  outline-width: 0px;
}

input:focus-visible, textarea:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

input[type="file"]{
  position: relative;
}

input[type="file"]::after{
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: 1.5rem;
  display: inline-block;
  height: 1rem;
  width: 2.5rem;
  --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));
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

label{
  font-style: normal;
  position: relative;
  margin-bottom: 0.75rem;
  display: inline-flex;
  font-family: Abel, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.088rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}

.label.required:after, label.required:after {
  content: "*";
  position: absolute;
  right: -0.8em;
  color: #e02020;
}

label > sup{
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(236 26 40 / var(--tw-text-opacity));
}

input[type=radio]{
  margin-bottom: 0px;
  margin-right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  accent-color: #EC1A28;
}

input[type=checkbox]{
  margin-top: -0.5rem;
  width: 3rem;
}

address{
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
}

select, body.post-type-archive-projets form[name="type_jump"] .div-select button.btn-select{
  width: -moz-max-content;
  width: max-content;
  min-width: 260px;
}

li *::marker{
  height: 6px;
  width: 6px;
  color: rgb(236 9 40 );
}

li::marker{
  height: 6px;
  width: 6px;
  color: rgb(236 9 40 );
}

footer.footer{
  display: none;
}

*, ::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-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:  ;
}

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

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

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

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

button:not(.burger):not(.btn-select),
    .btn:not(.burger){
  display: inline-flex;
  min-width: 235px;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 9 40 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 34 16 / var(--tw-bg-opacity));
  padding-top: 0.70rem;
  padding-bottom: 0.70rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

button:not(.burger):not(.btn-select):hover,
    .btn:not(.burger):hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.btn-outline:not(.burger):not(.btn-select){
  position: relative;
  box-sizing: border-box;
  border-width: 0px;
  background-color: transparent;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(236 26 40 / var(--tw-text-opacity));
  --tw-shadow: inset 0 0 0 1px;
  --tw-shadow-colored: inset 0 0 0 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);
  --tw-shadow-color: #EC1A28;
  --tw-shadow: var(--tw-shadow-colored);
}

.btn-outline:not(.burger):not(.btn-select):hover{
  background-color: transparent;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next) {
  transition: color 0.25s;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next)::before,.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next)::after{
  height: 0px;
  width: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next)::before{
  top: 0px;
  left: 0px;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next)::after{
  bottom: 0px;
  right: 0px;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover::before,.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover::after{
  height: 100%;
  width: 100%;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover::before {
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover::after {
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next)::after{
  top: 0px;
  left: 0px;
}

.btn-outline:not(.burger):not(.btn-select):not(.btn-prev):not(.btn-next):hover::after {
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.btn-outline::before, .btn-outline::after {
  box-sizing: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content)
}

form button:not(.burger):not(.btn-select):not(.btn-outline),
    form .btn:not(.burger):not(.btn-outline){
  padding-top: 0.70rem;
  padding-bottom: 0.70rem;
}

form button:not(.burger):not(.btn-select):not(.btn-outline):hover,
    form .btn:not(.burger):not(.btn-outline):hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 190 132 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(106 190 132 / var(--tw-bg-opacity));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.relative{
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

.h-4{
  height: 1rem;
}

.h-8{
  height: 2rem;
}

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

.\!w-20{
  width: 5rem !important;
}

.\!w-72{
  width: 18rem !important;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-5{
  width: 1.25rem;
}

.w-full{
  width: 100%;
}

.w-4{
  width: 1rem;
}

.w-8{
  width: 2rem;
}

.\!min-w-0{
  min-width: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

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

.fill-red-200{
  fill: #EC0928;
}

.fill-black{
  fill: #000000;
}

.p-3{
  padding: 0.75rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base{
  font-size: 0.875rem;
  letter-spacing: 0.088rem;
  font-weight: 400;
}

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

.text-xs{
  font-size: 0.625rem;
  font-weight: 400;
}

.text-lg{
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

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

.not-italic{
  font-style: normal;
}

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.no-underline{
  text-decoration-line: none;
}

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

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

.dropzone{
  border-width: 0px;
}

.dropzone .dz-message .dz-button{
  padding: 1.5rem !important;
}

@media (min-width: 768px){
  .dropzone .dz-message .dz-button{
    width: 540px !important;
  }
}

.fileinput-button{
  margin-top: 0px !important;
  display: none !important;
}

@media (min-width: 768px){
  .ticket{
    display: flex;
  }
}

.ticket__body{
  margin-right: 1rem;
  flex-grow: 1;
}

.icon.icon-delete{
  display: inline-flex;
  height: 1rem;
  width: 1rem;
}

.ticket svg.icon{
  display: inline-flex;
  height: 1rem;
  width: 1rem;
}

.accordion-body  .row{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

.accordion-body  .title{
  font-weight: 700;
}

.name-size-delete,
.attachment-row  .name-size{
  display: flex;
}

.attachment-row  .size{
  margin-left: 2rem;
  margin-right: 2rem;
}

.dz-image-preview.dz-complete .upload-progress{
  display: none;
}

footer.wp-block-template-part{
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  text-decoration-line: none;
}

footer.wp-block-template-part .menu-menu-footer-container{
  display: flex;
  align-items: center;
}

footer.wp-block-template-part #menu-menu-footer a{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  text-decoration-line: none;
}

footer.wp-block-template-part #menu-menu-footer a::before{
  margin-right: 0.25rem;
  display: none;
  height: 1px;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  footer.wp-block-template-part #menu-menu-footer a::before{
    content: var(--tw-content);
    display: inline-block;
  }
}

footer.wp-block-template-part #menu-menu-footer li a:hover{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

footer.wp-block-template-part a svg{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

footer.wp-block-template-part a:hover svg{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer.wp-block-template-part a:hover svg path{
  fill: #212121;
}

.badge {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #38bc7d;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1px;
  text-align: center;
  color: #fff;
  border-radius: 50%
}

.dropdown, .dropdown-select, .with-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer
}

.dropdown .icon-chevron-down, .dropdown-select .icon-chevron-down, .with-label .icon-chevron-down {
  fill: #002d73
}

.dropdown label, .dropdown-select label, .with-label label {
  cursor: pointer;
  color: #133e5e;
  white-space: nowrap
}

.dropdown .label, .dropdown-select .label, .with-label .label {
  display: flex;
  align-items: center;
  color: #133e5e;
  cursor: pointer;
}

.dropdown .label .icon-chevron-down, .dropdown-select .label .icon-chevron-down, .with-label .label .icon-chevron-down {
  flex-basis: 8px;
  flex-shrink: 0
}

.dropdown-select.active .icon-chevron-down, .dropdown.active .icon-chevron-down, .with-label.active .icon-chevron-down {
  transform: rotate(180deg)
}

.dropdown-select.left .dropdown-list, .dropdown.left .dropdown-list, .with-label.left .dropdown-list {
  left: 0
}

.dropdown-select.center .dropdown-list, .dropdown.center .dropdown-list, .with-label.center .dropdown-list {
  left: 50%;
  transform: translateX(-50%)
}

.dropdown-select.right .dropdown-list, .dropdown.right .dropdown-list, .with-label.right .dropdown-list {
  right: 0
}

.dropdown-select.priority[data-value=low] span, .dropdown.priority[data-value=low] span, .with-label.priority[data-value=low] span {
  padding-left: 24px;
  background: url(../img/label-low.svg) no-repeat left center
}

.dropdown-select.priority[data-value=medium] span, .dropdown.priority[data-value=medium] span, .with-label.priority[data-value=medium] span {
  padding-left: 24px;
  background: url(../img/label-medium.svg) no-repeat left center
}

.dropdown-select.priority[data-value=high] span, .dropdown.priority[data-value=high] span, .with-label.priority[data-value=high] span {
  padding-left: 24px;
  background: url(../img/label-high.svg) no-repeat left center
}

.dropdown-select.priority[data-value=critical] span, .dropdown.priority[data-value=critical] span, .with-label.priority[data-value=critical] span {
  padding-left: 24px;
  background: url(../img/label-critical.svg) no-repeat left center
}

.dropdown-select.priority [data-option=low], .dropdown.priority [data-option=low], .with-label.priority [data-option=low] {
  padding-left: 47px;
  background: url(../img/label-low.svg) no-repeat 21px center
}

.dropdown-select.priority [data-option=medium], .dropdown.priority [data-option=medium], .with-label.priority [data-option=medium] {
  padding-left: 47px;
  background: url(../img/label-medium.svg) no-repeat 21px center
}

.dropdown-select.priority [data-option=high], .dropdown.priority [data-option=high], .with-label.priority [data-option=high] {
  padding-left: 47px;
  background: url(../img/label-high.svg) no-repeat 21px center
}

.dropdown-select.priority [data-option=critical], .dropdown.priority [data-option=critical], .with-label.priority [data-option=critical] {
  padding-left: 47px;
  background: url(../img/label-critical.svg) no-repeat 21px center
}

.dropdown-select>span, .dropdown>span, .with-label>span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.dropdown select, .dropdown-select select, .with-label select {
  display: none
}

.dropdown .icon-chevron-down, .dropdown-select .icon-chevron-down, .with-label .icon-chevron-down {
  margin-top: 1px;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  transition: all 100ms ease
}

.dropdown .dropdown-list, .dropdown-select .dropdown-list, .with-label .dropdown-list {
  display: none;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  border: 1px solid #2c70a2;
}

.dropdown .dropdown-list .separator, .dropdown-select .dropdown-list .separator, .with-label .dropdown-list .separator {
  height: 1px;
  background-color: #dfe4ec
}

.dropdown .dropdown-list>li, .dropdown-select .dropdown-list>li, .with-label .dropdown-list>li {
  height: 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 16px;
  color: #133e5e;
}

.dropdown .dropdown-list>li {
  padding: 0
}

.dropdown .dropdown-list>li.selected, .dropdown-select .dropdown-list>li.selected, .with-label .dropdown-list>li.selected {
  /*display: none*/
}

.dropdown .dropdown-list>li a, .dropdown-select .dropdown-list>li a, .with-label .dropdown-list>li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #133e5e;
}

.dropdown .dropdown-list>li a {
  padding: 0 16px!important
}

.dropdown .dropdown-list>li:hover a, .dropdown-select .dropdown-list>li:hover a, .with-label .dropdown-list>li:hover a {
  color: #fff
}

.dropdown .dropdown-list>li a:hover, .dropdown-select .dropdown-list>li a:hover, .with-label .dropdown-list>li a:hover {
  color: #fff
}

.dropdown .dropdown-list>li svg, .dropdown-select .dropdown-list>li svg, .with-label .dropdown-list>li svg {
  transition: all 100ms ease;
  fill: #959eb0;
  margin-right: 8px;
  width: 16px;
  height: 16px
}

.dropdown .dropdown-list>li:hover, .dropdown-select .dropdown-list>li:hover, .with-label .dropdown-list>li:hover {
  background-color: #2c70a2;
  color: #fff !important;
}

.dropdown .dropdown-list>li:hover svg, .dropdown-select .dropdown-list>li:hover svg, .with-label .dropdown-list>li:hover svg {
  fill: #fff !important;
}

.accordion .accordion-title {
  cursor: pointer
}

.accordion .accordion-body {
  display: none
}

.accordion.visible .accordion-title svg {
  transform: rotate(180deg)
}

.modal{
  border-radius: 0px !important;
  padding: 1.5rem !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.modal form{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.75rem;
}

.placeholder\:text-sm::placeholder{
  font-size: 0.75rem;
}

.placeholder\:text-gray-100::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}

.placeholder\:text-gray-100::placeholder{
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

@media (min-width: 768px){
  .md\:fixed{
    position: fixed;
  }

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

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

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

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

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:w-60{
    width: 15rem;
  }

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

  .md\:min-w-\[58rem\]{
    min-width: 58rem;
  }

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

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:pt-11{
    padding-top: 2.75rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

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

@media (min-width: 1024px){
  .lg\:w-\[70\%\]{
    width: 70%;
  }
}