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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-4 {
  left: 1rem;
}

.top-4 {
  top: 1rem;
}

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

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

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mb-60 {
  margin-bottom: 15rem;
}

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

.block {
  display: block;
}

.\!block {
  display: block !important;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-12 {
  height: 3rem;
}

.h-48 {
  height: 12rem;
}

.h-8 {
  height: 2rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-full {
  height: 100%;
}

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

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

.w-full {
  width: 100%;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-40 {
  width: 10rem;
}

.w-36 {
  width: 9rem;
}

.w-28 {
  width: 7rem;
}

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

.w-32 {
  width: 8rem;
}

.w-24 {
  width: 6rem;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.border-t-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

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

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

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

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

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ease-linear {
  transition-timing-function: linear;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

div[class^="wp-container"] {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}

div[class^="wp-container"] h2 {
    margin-top: 1rem;
  }

.wp-block-columns {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-columns h2 {
    margin-top: 1rem;
  }

.wp-block-columns .wp-block-columns {
    margin: 0;
  }

.wp-block-buttons {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}

.entry-content ul.wp-block-latest-posts__list li {
    list-style: none;
  }

.entry-content ul.wp-block-latest-posts__list a {
    color: #b70000;
    text-decoration: none;
    font-size: 1.5rem;
  }

.wp-block-latest-posts li {
    margin-bottom: 1rem;
  }

.wp-block-latest-posts li {
    display: inline-block;
  }

.wp-block-latest-posts li {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.wp-block-latest-posts img {
    border-radius: 0.25rem;
  }

.wp-block-latest-posts a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    text-align: justify;
  }

/* Aide tailwind : https://rogden.github.io/tailwind-config-viewer */

.loader {
  animation: spinner 1.5s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

header#header {
  position: fixed;
  z-index: 20;
}

@media (min-width: 1080px) {
  header#header {
    position: relative;
  }
}

@media screen and (max-width: 1079px) {

header#header {
    width: 100%
}

    header#header #primary-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translateX(-102%);
      transition-duration: 0.3s;
      background: #b91c1c;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 15;
    }
      header#header #primary-menu.active {
        transform: translateX(0%);
      }
        header#header #primary-menu.active li{
          transform: translateX(0%);
          opacity: 1;
        }
        header#header #primary-menu.active li:nth-child(1){
          transition-delay: 0.2s;
        }
        header#header #primary-menu.active li:nth-child(2){
          transition-delay: 0.3s;
        }
        header#header #primary-menu.active li:nth-child(3){
          transition-delay: 0.4s;
        }
        header#header #primary-menu.active li:nth-child(4){
          transition-delay: 0.5s;
        }
        header#header #primary-menu.active li:nth-child(5){
          transition-delay: 0.6s;
        }
        header#header #primary-menu.active li:nth-child(6){
          transition-delay: 0.7s;
        }
      header#header #primary-menu li {
        font-size: 1.4rem;
        padding:20px 15px;
        opacity: 0;
        transform: translateX(-10%);
        transition-duration: 0.6s;
      }
        header#header #primary-menu li a{
          color:#fff!important;
        }
        header#header #primary-menu li::after{
          display: none;
        }
  }

@media screen and (max-width: 1079px) {
  }

main {
  z-index:10;
}

@media screen and (max-width: 1079px) {

main {
    margin-top: 95px !important
}
  }

@media screen and (max-width: 680px) {

main {
    margin-top: 75px !important
}
  }

main h1 {
    text-align: center;
    text-transform: uppercase
  }

main h1 {
    margin-top: 3.5rem;
  }

main h1 {
    padding-bottom: 0.75rem;
  }

main h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

main h1 {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    main h1 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }

@media (min-width: 1080px) {
    main h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

main h1::after {
      width: 0px;
      height: 2px;
      display: block;
      content: "";
      position: relative;
      margin-top: 25px;
      left: 50%;
      transition-duration: 0.6s;
      transition-delay: 0.6s;
      transform: translateX(-50%);
      transform-origin: center center;
      background: #b91c1c;
    }

main .entry-header.aos-animate h1::after{
    width:100px;
  }

main h2 {
    text-align:center;
    text-transform:uppercase;
    font-size:26px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 22px;
    margin-bottom: 2rem
  }

main h2 {
    margin-top: 3.5rem;
  }

main h2 {
    margin-bottom: 2.5rem;
  }

main h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

main h2 {
    letter-spacing: 0.05em;
  }

@media (min-width: 782px) {
    main h2 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }

main h2:after, 
		main h2:before {
      content: " ";
      display: block;
      border-bottom: 2px solid #ccc;
      background-color:#ffffff;
      margin-bottom: 10px;
    }

main li em {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

footer h2 {
    color:#ffa613;
    font-weight: 500;
    opacity: 1!important;
    transform: translateZ(0)!important;
  }

footer h2 {
    margin-bottom: 1rem;
  }

footer h2 {
    font-size: 1.25rem;
  }

footer .footer-2 img {
    width: 400px;
    padding: 40px;
    max-width: 100%;
  }

footer ul li a{
    font-size:14px;
  }

footer .widget-2 img{
      max-width: 300px;
      margin: 0 auto 60px;
      width: 80%;
    }

@media screen and (max-width: 480px) {
  footer .widget-2 img{
    max-width: 210px;
  }
}

.acf-map.etablissements__map {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.topbar-right li {
    display: inline-block;
  }

.topbar-right li {
    padding: 0.5rem;
  }

.topbar-right li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.rollover-wrapper {
  --image_gradient_top_color: rgba(181,31,31,0.8);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.rollover-wrapper .rollover {
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    background-image: linear-gradient(to top,#aad75d,#d1e990);
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    --image_gradient_bottom_color: #b51f1f;
    --image_rollover_icon_color: #ffffff;
    transform: translateY(100%);
    background-image: linear-gradient(to top,#b51f1f 0,rgba(181,31,31,0.8) 100%) !important;
    color: #ffffff;
  }

.rollover-wrapper .rollover a {
      color: #ffffff;
    }

.rollover-wrapper:hover .rollover {
    opacity: 1;
    transform: translateY(0);
  }

.flex-direction-nav {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  padding: 0 10px;
}

.flex-direction-nav .icon-left-arrow:before {
  content: "\f104";
  color: #ffffff;
}

.flex-direction-nav .icon-right-arrow:before {
  content: "\f105";
  color: #ffffff;
}

.wrap_etablissement{
  background: rgb(244, 244, 244);
  padding:30px;
}

.etablissement__infos .picto-text p:last-child {
  margin-bottom: 0!important;
}

@media screen and (min-width: 575px) {
  .col.etablissement__infos {
    width: calc(50% - 30px);
    margin-right:30px;
  }
}

@media screen and (max-width: 525px) {
  .wrap_etablissement{
    padding:17px;
  }
}

.col.etablissement__contact {
  width: 50%;
}

.etablissement__infos .picto,
.etablissement__contact .picto {
  max-width: 45px;
  display: inline-block;
  margin-right: 25px;
}

.picto-img {
  width: 55px;
}

.picto-text {
  width: calc(100% - 55px);
}

.flex.icons-social {
  width: 100%;
}

.etablissement__map {
  width: 100%;
}

@media screen and (min-width: 575px) {
  .etablissement__map {
    width: 50%;
  }
}

.etablissement__labels {
  display: flex;
}

.etablissement__labels .label {
  width: 29.3333%;
  margin: 2%;
}

@media screen and (min-width: 575px) {
  .etablissement__labels .label {
    width: 16%;
    margin: 2%;
  }
}

.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
}

.acf-map .gm-style .gm-style-iw-c {
    border: 1px solid #ebeaea;
    max-width: 264px !important;
    padding: 0px;
  }

.acf-map .gm-style .gm-style-iw-d {
    margin: 8px;
  }

.acf-map .gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 0;
  }

.acf-map img {
    max-width: inherit !important;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 100%;
  }

.acf-map .gm-style .inner {
    padding: 0 10px;
  }

.acf-map strong {
    line-height: 22px;
    margin-bottom: 8px;
    display: inline-block;
  }

.acf-map button.gm-ui-hover-effect {
    top: -4px !important;
    right: -4px !important;
    background-color: #fff !important;
    border-radius: 15px;
    opacity: 1;
  }

.slick-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.9);
  height:30px;
  width:30px;
  z-index:10;
  font-size:0;
  border:0;
  transition-duration:0.5s;
  opacity: 0;
  cursor:pointer
}

.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::after{
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
}

.slick-arrow.slick-prev{
  left:0;
}

.slick-arrow.slick-prev::before {
  content: "\e824";
}

.slick-arrow.slick-next{
  right:0;
}

.slick-arrow.slick-next::after{
  content: "\e825";
}

.flexslider:hover .slick-arrow,
.club_slider:hover .slick-arrow{
  opacity: 0.5;
}

.slick-arrow:hover{
  opacity: 0.8!important;
}

@media screen and (max-width: 1080px) {
  .slick-arrow{
    opacity: 0.8!important;
  }
}

.club_slider .slick-prev{
    left:-10px;
    margin-top:-30px
  }

.club_slider .slick-next{
    right:-10px;
    margin-top:-30px
  }

.club_slider .slick-prev::before,
	.club_slider .slick-next::after{
    font-size:12px
  }

@media screen and (max-width: 1080px) {
  .club_slider .slick-prev{
    left:-20px;
    height:30px;
    width:30px
  }

  .club_slider .slick-next{
    right:-20px;
    height:30px;
    width:30px
  }
}

.flexslider .slick-prev{
  left:20px;
  height:60px;
  width:60px
}

.flexslider .slick-next{
  right:20px;
  height:60px;
  width:60px
}

@media screen and (max-width: 1080px) {
  .flexslider .slick-prev{
    left:10px;
    height:40px;
    width:40px
  }

  .flexslider .slick-next{
    right:10px;
    height:40px;
    width:40px
  }
}

.title_partenaires {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.partenaires_grid .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    padding:15px 0 15px;
    transition-duration: .3s;
  }

.partenaires_grid .item.fadeout{
      opacity:0.3;
    }

.partenaires_grid .item:hover{
      transform:scale(1.18)
    }

.partenaires_grid .item.prestige{
      background:#f1f1f1;
      border-radius: 3px;
    }

.partenaires_grid .item.prestige::after{
      content:"";
      height:30px;
      width:30px;
      position:absolute;
      top:10px;
      left:10px;
      background-image:url(../img/diamond-icon.svg);
      background-repeat: no-repeat;
      filter:invert(1);
    }

.partenaires_grid .item .link,
		.partenaires_grid .item .name{
      color:#fff;
      display: block;
    }

.partenaires_grid .item img{
      max-width: 80%;
      max-height: 105px;
      margin: 0 auto;
      display: block;
    }

.partenaires_grid .item .name{
      position:absolute;
      bottom:0;
    }

.club_slider{
  padding:0 0 50px 0;
}

.club_slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:15px;
  }

.club_slider .item {
    transition-duration: .3s;
  }

.club_slider .item.fadeout{
    opacity:0.3;
  }

.club_slider .item:hover{
    transform:scale(1.18)
  }

.club_slider .item .link{
    display: block;
    text-align: center;
  }

.club_slider .item .link img{
    display: inline-block;
    max-width: 80%;
  }

.club_slider .item .link .name{
    display: block;
    color:#fff;
  }

body{
  font-family: 'Montserrat', sans-serif;
  font-display: auto;
}

main h1,
main h2,
main h3,
main h4{
  font-family: 'Playfair Display', serif;
}

main.container.loaded{
  margin-top:0!important
}

#header #menu-menu li a {
  font-weight: 500;
}

#header #menu-menu li {
  position:relative;
}

#header #menu-menu li::after{
    content: '';
    height: 2px;
    width: 100%;
    background: #b91c1c;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    transition-duration: 0.54s;
  }

#header #menu-menu li:hover::after{
    opacity: 1;
    transform: translateY(10px);
  }

#header #menu-menu li a{
    transition-duration: 0.4s;
  }

#header #menu-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

main .fade-up.aos-animate {
  opacity: 1;
  transform: translateZ(0)
}

main .fade-up {
  transition-timing-function: ease;
  transition-duration: .6s;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-property: opacity, transform;
}

main h2::after, main h2::before{
  width: 0%;
  transition-delay: 0.3s;
  transition-duration: 0.6s;
}

main h2.aos-animate::after, main h2.aos-animate::before{
  width: 100%;
}

main h2::before {
  margin-left: auto;
}

.blog h2
.blog h2::after, .blog h2::before{
  display: none;
}

.etablissements__map {
  overflow: hidden;
  position: relative;
}

.etablissements__map .gm-style{
    transform:scale(1.3);
  }

.etablissements__map.aos-animate .gm-style{
    animation: zoomIn 0.7s ease-out 0.4s forwards;
  }

.etablissements__map::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#b91c1c;
    width: 100%;
    height: 100%;
    transition-duration: 0.7s;
    transition-delay:0.6s;
  }

.etablissements__map.aos-animate::after{
    transform:translateY(100%)
  }

body:not(.home) .etablissements__map.aos-animate .gm-style{
      animation: zoomIn 0.8s ease-out 0.7s forwards;
    }

body:not(.home) .etablissements__map::after{
      transition-delay:1s;
    }

body p, .wp-block-latest-posts__post-excerpt {
  color:#555
}

.wp-block-button__link.has-text-color,
.wp-block-button__link.has-vivid-red-background-color{
  transition-duration: 0.3s;
}

.wp-block-button__link.has-vivid-red-background-color:hover{
  background:#ffa613 !important
}

.wp-block-button__link.has-text-color:hover{
  background:#cf2e2e;
  color:#ffff!important;
  border-color:#cf2e2e!important
}

body.blog{
  background: #f6f6f6;
}

body.blog .posts .post{
      background: #fff;
      position:relative;
    }

body.blog .posts .post::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #b91c1c;
        transform: translate3d(0, 0, 0);
        z-index: -2;
        transition-duration: 0.45s;
      }

body.blog .posts .post::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        z-index: -1;
      }

body.blog .posts .post:hover::before{
        transform: translate3d(7px, 7px, 0);
      }

body.blog .posts .post img{
        width: 100%;
      }

body.blog .posts .post h2{
        display: block!important;
      }

body.blog .posts .post h2::after{
          display: none
        }

body.blog .posts .post .date{
        font-size: 13px;
        position: absolute;
        top: 26px;
        background: #b91c1c;
        padding: 15px;
        left: 26px;
        color: #fff;
      }

/* Burger */

.blank{
  height:1px;
  width:32px;
  display: hidden;
}

#burger {
  width: 32px;
  height: 25px;
  position: absolute;
  transform: translateY(-50%) rotate(0deg) scale(0.8);
  transition: 0s ease-in-out !important;
  cursor: pointer;
  z-index:100
}

#burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 0px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 10px;
}

#burger span:nth-child(4) {
  top: 20px;
  width: 25px;
}

#burger.active  {
  transition-duration: 0s !important;
}

#burger.active  span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#burger.active  span:nth-child(2) {
  transform: rotate(45deg);
}

#burger.active  span:nth-child(3) {
  transform: rotate(-45deg);
}

#burger.active  span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#burger.active  span {
  background: #fff;
}

header#header #search-button{
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition-duration: 0.3s;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

header#header #search-button img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  transition-duration: 0.3s;
}

header#header #search-button img.loupe{
  width:55%;
}

header#header #search-button img.close{
  width:48%;
}

header#header #search-button .loupe{
  opacity: 1;
  transform:translateX(-50%) translateY(-50%) ;
}

header#header #search-button .close{
  opacity: 0;
  transform:translateX(-50%) translateY(-50%) scale(0);
  transform:scale(0.3);
}

header#header #search-button.open .loupe{
  opacity: 0;
  transform:translateX(-50%) translateY(-50%) scale(0);
}

header#header #search-button.open .close{
  opacity: 1;
  transform:translateX(-50%) translateY(-50%) scale(1.3);
}

header#header #search-button img:hover{
  filter: brightness(65%);
}

input:focus, textarea:focus, select:focus{
  outline: none;
}

#search-form{
  height:340px;
  width: 100%;
  background-color: #f7f7f7;
  transition-duration: 0.5s;
  margin-top: -2px;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

#search-form.close{
  height:0;
  margin-top: 0;
}

#search-form.close .cont{
  padding:80px 0 0 20px;
  padding-bottom:10px;
  max-width: 800px;
}

#search-form .loupe{
  filter: grayscale(100%);
  opacity: 0.4;
  transform: scale(1.2);
}

#search-form .cont{
  transition-duration: 0.5s;
  padding:110px 0 10px 20px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  border-bottom: 2px solid #ddd;
  padding-bottom:10px;
  position: relative;
  justify-content: space-between;
}

#search-form .cont input.search-field{
  background:transparent!important;
  font-size:18px;
}

#search-form .cont input.search-submit{
  color: #fff;
  background-color: #b91c1c;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  transition-duration: 0.3s;
}

#search-form .cont input.search-submit:hover {
  background: #ffa613 !important;
}

#search-form .cont input.search-field::-moz-placeholder{
  font-size:18px;
  color:#999;
}

#search-form .cont input.search-field:-ms-input-placeholder{
  font-size:18px;
  color:#999;
}

#search-form .cont input.search-field::placeholder{
  font-size:18px;
  color:#999;
}

#search-form .cont .border-btn{
  min-width: 130px;
  visibility:hidden;
  opacity: 0;
  transform:translateX(20px);
  transition-duration: 0.6s;
}

#search-form .cont .border-btn.open{
  opacity: 1;
  visibility: visible;
  transform:translateX(0px);
}

#search-form .cont form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 768px) {
  #search-form .cont{
    max-width: 80%;
  }
}

@media screen and (max-width: 580px) {
  #search-form.close .cont{
    max-width:  calc(100% - 50px);
  }

  #search-form .cont{
    max-width: 100%;
    max-width: calc(100% - 50px);
  }

  #search-form .cont .border-btn {
    transform: translateY(140%) translateX(20px);
    position: absolute;
    right: 0;
  }

  #search-form .cont .border-btn.open {
    transform: translateX(0px) translateY(140%);
  }

  #search-form .cont input::-moz-placeholder {
    font-size: 26px;
  }

  #search-form .cont input:-ms-input-placeholder {
    font-size: 26px;
  }

  #search-form .cont input::placeholder,
    #search-form .cont input {
    font-size: 26px;
  }

  #search-form .cont input {
    padding: 0 10px;
  }

  #search-form .loupe {
    transform: scale(1);
    width: 20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 510px) {
  #search-form {
    height: 310px;
  }

  #search-form .cont form {
    display: block;
  }

  #search-form .cont {
    border-bottom: 0;
    padding: 80px 0 10px 0;
  }

  #search-form .cont input.search-field {
    width: 100%;
    background: #fff !important;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.slick-slide img {
  width: 100%;
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

  .sm\:w-64 {
    width: 16rem;
  }

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

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

@media (min-width: 782px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

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

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1080px) {
  .lg\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  @media (min-width: 600px) {
    .lg\:container {
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1080px) {
    .lg\:container {
      max-width: 1080px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

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

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

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

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

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

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

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

  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

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

  .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\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

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

  .xl\:gap-8 {
    gap: 2rem;
  }
}