/** Shopify CDN: Minification failed

Line 2079:35 Unexpected ")"

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


/*
Ajout de marge boutons
*/

a.btn.btn-primary.leading-13.md\:\!py-6 {
    margin-bottom: 20px;
}


/* Séparateur
*/

.tw-border-solid {
    border-style: solid;
}
.tw-border-b, .tw-border-y {
    border-bottom-width: 1px;
}

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

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

/*
Appplique une marge pour les hn du blog
*/


h2.blog { margin-top: 28px;
}

h3.blog { padding-top: 16px;
    padding-bottom: 10px;
}


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


/*Couleur rouge dans le menu*/

a.header__menu-item.leading-16.relative.group-hover\:text-brand.before\:absolute.before\:w-0.before\:ltr\:right-0.rtl\:left-0.before\:bg-brick.before\:h-\[1px\].before\:transition-all.before\:duration-300.before\:-bottom-\[1px\].before\:z-10.before\:left-0.group-hover\:before\:w-full.ltr\:group-hover\:before\:left-0.rtl\:group-hover\:before\:right-0.lrt\:group-hover\:before\:right-auto.rtl\:group-hover\:before\:left-auto.\!py-6.block.hover\:text-brick.header__menu-item.list-menu__item.link.hover\:text-brick.focus-inset {
    color: #9d1b30;
}

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

h1, .title-1 {
  font-family: Adobe Caslon Pro,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
  font-size: 2rem;
  line-height: 2.7rem;
}

@media (min-width: 768px) {
  h1, .title-1 {
    font-size: 2.6rem;
  }

  h1, .title-1 {
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  h1, .title-1 {
    font-size: 3.6rem;
  }

  h1, .title-1 {
    line-height: 4.9rem;
  }
}

h2, .title-2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media (min-width: 768px) {
  h2, .title-2 {
    font-size: 2rem;
  }

  h2, .title-2 {
    line-height: 2.7rem;
  }
}

@media (min-width: 992px) {
  h2, .title-2 {
    font-size: 2.6rem;
  }

  h2, .title-2 {
    line-height: 3.5rem;
  }
}

h3, .title-3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media (min-width: 992px) {
  h3, .title-3 {
    font-size: 2.4rem;
  }
}

h4, .title-4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h4, .title-4 {
    line-height: 2rem;
  }
}

@media (min-width: 992px) {
  h4, .title-4 {
    font-size: 1.4rem;
  }
}

h5, .title-5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

a {
  font-size: 1.2rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

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

@media (min-width: 992px) {
  a {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

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

  p {
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 1.5rem;
  }
}

span[data-lk]:empty {
  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%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* title 1 */

.title-1 {
  font-family: Prata;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .title-1 {
    font-size: 2.6rem;
  }

  .title-1 {
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  .title-1 {
    font-size: 3.6rem;
  }

  .title-1 {
    line-height: 4.9rem;
  }
}

.title-small, .title-small >p {
  display: block;
  font-size: 1.0rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2rem;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .title-small, .title-small >p {
    font-size: 1.1rem;
  }

  .title-small, .title-small >p {
    line-height: 1.3rem;
  }
}

@media (min-width: 992px) {
  .title-small, .title-small >p {
    font-size: 1.2rem;
  }

  .title-small, .title-small >p {
    line-height: 1.4rem;
  }
}

/* link primary */

.link-primary {
  position: relative;
  display: inline-block;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1.5rem;
  font-family: Prata;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 1px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.link-primary::before {
  position: absolute;
  left: 0px;
  padding-right: 0.25rem;
  font-family: icomoon;
  font-size: 1.0rem;
  --tw-content: '\e910';
  content: var(--tw-content);
}

.link-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.video-selling-points-section {
  padding: 80px 20px;
}

.product-showcase {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-showcase.no-video {
  justify-content: center;
}

/* Vidéo */
.video-container {
  overflow: hidden;
  max-height: none;
  display: flex;
  justify-content: center;
}

.video-embed {
  width: 60%;
  overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
  display: block;
  border: none;
}

/* Selling Points */
.selling-points {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  .product-showcase {
    flex-direction: column;
  }
  
  .video-container {
    width: 100% !important;
    order: 2;
  }
  
  .selling-points {
    order: 1;
    width: 100%;
  }
  
  .video-embed {
    width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .link-primary {
    font-size: 1.6rem;
  }

  .link-primary {
    line-height: 2.2rem;
  }
}

.hidden-title .section-title {
  display: none;
}

.color-palette-section {
  text-align: center;
}

.color-palette-section .color-circle {
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.color-palette-section .color-circle:hover {
  transform: scale(1.1);
}

/* Adapter les tailles des cercles selon les écrans */
@media screen and (max-width: 768px) {
  .color-palette-section .color-circle {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .color-palette-section .color-circle {
    width: 100px;
    height: 100px;
  }
}

/* card-image-text */

.card-image-text {
  position: relative;
  overflow: hidden;
}

.card-image-text img {
  width: 100%;
}

.card-image-text img:hover {
  --tw-scale-x: 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));
  opacity: 0.6;
}

.card-image-text .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-image-text .overlay a, .card-image-text .overlay h3 {
  font-family: Prata;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
}

@media (min-width: 768px) {
  .card-image-text .overlay a, .card-image-text .overlay h3 {
    font-size: 2.6rem;
  }

  .card-image-text .overlay a, .card-image-text .overlay h3 {
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  .card-image-text .overlay a, .card-image-text .overlay h3 {
    font-size: 3.6rem;
  }

  .card-image-text .overlay a, .card-image-text .overlay h3 {
    line-height: 4.9rem;
  }
}

/* product */

.product .desc-product .title {
  margin-top: 2rem;
  margin-bottom: 0px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.product .desc-product .variant {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.product .img-product {
  position: relative;
}

.product .img-product a, .product .img-product span {
  position: relative;
  display: block;
}

.product .img-product a:before, .product .img-product span:before {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  --tw-content: '';
  content: var(--tw-content);
}

.product .img-product img {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .img-product .bloc-desc {
  visibility: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product .img-product .bloc-desc .wk-icon {
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.product .img-product .bloc-desc .btn-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 1rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.product.product-card .wk-add-product {
  visibility: hidden;
  opacity: 0;
}

.product .img-product .hs-add-to-cart {
  display: none;
}

@media (min-width: 640px) {
  .product.product-card:not(.product-soldout):hover .bloc-desc {
    visibility: visible;
  }

  .product.product-card:not(.product-soldout):hover .bloc-desc {
    opacity: 1;
  }

  .product.product-card:not(.product-soldout):hover  .wk-add-product {
    visibility: visible;
  }

  .product.product-card:not(.product-soldout):hover  .wk-add-product {
    opacity: 1;
  }
}

/* FORM */

.form-control {
  border-radius: 3px;
  border-width: 1px;
}

.customer a {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 768px) {
  .customer a {
    font-size: 1.4rem;
  }
}

.customer .btn-primary, .btn.btn-primary {
  display: inline-block;
  min-width: 170px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.0rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.absolute.top-1\/2.left-1\/2.transform.-translate-x-1\/2.-translate-y-1\/2.text-center.text-white {
    margin-top: -3rem;
    font-weight: bold;
}

@media (min-width: 768px) {
  .customer .btn-primary, .btn.btn-primary {
    height: 4.5rem;
  }

  .customer .btn-primary, .btn.btn-primary {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .customer .btn-primary, .btn.btn-primary {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.customer .btn-primary:hover, .btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.btn.btn-secondary {
  margin-bottom: 2rem;
  margin-top: 3rem;
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-wrapper .header__icons .header__icon--account.active span {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.header-wrapper .header__icons .header__icon--account.active span::before {
  --tw-content: '\e9b0';
  content: var(--tw-content);
}

/*footer*/

.footer .info-contact p {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .footer .info-contact p {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 992px) {
  .footer .info-contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer .info-contact p:last-child {
  margin-bottom: 0px;
}

/*** blockquote ***/

.blockquote {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 242 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .blockquote {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .blockquote {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.blockquote .sub-title {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: .2em;
}

.blockquote span {
  font-size: 3.6rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blockquote span {
    position: absolute;
  }

  .blockquote span {
    bottom: 30%;
  }
}

.blockquote .left-icon {
  left: 4rem;
}

.blockquote .right-icon {
  right: 4rem;
}

.blockquote:not(.blockquote-head) h2 {
  margin-bottom: 2rem;
  font-family: Prata;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

/* Section img-text */

.img-text .sub-title {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4rem;
  letter-spacing: .2em;
}

.img-text ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

/* Categorie */

.edito .product, .edito .product .desc-product .variant {
  margin-bottom: 0px;
}

/* Header */

.list-subcat a {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 7rem !important;
  min-width: 7rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.list-subcat a:not(:last-child):after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.list-subcat::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.list-subcat::after {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.list-menu::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.list-menu .list-mobile a {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.hover-header .header-wrapper.header-home .header__menu-item {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.mega-menu .item-menu:first-child .header__submenu p span {
  line-height: 4rem;
}

@media (min-width: 992px) {
  .mega-menu .item-menu:first-child .header__submenu, .mega-menu .item-menu:first-child >.header__menu-item {
    border-right-width: 1px;
  }

  .mega-menu .item-menu:first-child .header__submenu, .mega-menu .item-menu:first-child >.header__menu-item {
    --tw-border-opacity: 1;
    border-color: rgb(219 219 219 / var(--tw-border-opacity));
  }
}

.mega-menu .item-menu:first-child {
  padding-right: 1.5rem;
}

header .list-menu >li:hover >span, header .list-menu >li:hover >a {
  --tw-text-opacity: 1 !important;
  color: rgb(157 27 48 / var(--tw-text-opacity)) !important;
}

header .list-menu .header__submenu .header__menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

header .header__icons a:hover, header .header__icons #cart-icon-bubble:hover::before, header .header__icons a:hover span::before {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* navigation */

.navigation ul li a {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: .15em;
}

.navigation ul li a.active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

/* homepage */

.section-content-img h5 p {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4rem;
  letter-spacing: .2em;
}

.head-instagram .name-insta p {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4rem;
  letter-spacing: .2em;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.head-instagram .title-1 span {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  padding-bottom: .3rem;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .head-instagram .title-1 span {
    margin-bottom: 0px;
  }

  .head-instagram .title-1 span {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .head-instagram .title-1 span {
    font-size: 2.4rem;
  }
}

.rich-text__blocks h1 p {
  font-family: Prata;
  font-size: 2rem;
  line-height: 2.7rem;
}

@media (min-width: 768px) {
  .rich-text__blocks h1 p {
    font-size: 2.6rem;
  }

  .rich-text__blocks h1 p {
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  .rich-text__blocks h1 p {
    font-size: 3.6rem;
  }

  .rich-text__blocks h1 p {
    line-height: 4.9rem;
  }
}

.rich-text__blocks h1 p {
  font-family: Prata;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .rich-text__blocks h1 p {
    font-size: 2.6rem;
  }

  .rich-text__blocks h1 p {
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  .rich-text__blocks h1 p {
    font-size: 3.6rem;
  }

  .rich-text__blocks h1 p {
    line-height: 4.9rem;
  }
}

.head-instagram .rich-text__blocks h1 p span {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  padding-bottom: .3rem;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .head-instagram .rich-text__blocks h1 p span {
    margin-bottom: 0px;
  }

  .head-instagram .rich-text__blocks h1 p span {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .head-instagram .rich-text__blocks h1 p span {
    font-size: 2.4rem;
  }
}

/* categorie */

.sort-by:before {
  top: 1rem;
  font-family: 'icomoon';
  font-size: 1.0rem;
  --tw-content: '\e90f';
  content: var(--tw-content);
}

/* Page Product */

.product .product-form__input input[type='radio']:checked + label {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: contain;
}

.product slider-component {
  margin: 0px;
  height: 100%;
}

.product__media-list.slider-nav {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 100%;
  max-width: 350px;
}

.product__media-list.slider-nav .slick-slide.slick-current .product__media-item {
  box-sizing: content-box;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.product__media-list.slider-nav .slick-slide >div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.product__media-list.slider-nav .slick-list {
  margin-right: 2rem;
}

.product__media-list.slider-nav .slick-track {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.product__media-list.slider-for .slick-prev {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 4rem;
  z-index: 10;
  display: block;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0px;
}

@media (min-width: 768px) {
  .product__media-list.slider-for .slick-prev {
    background-color: transparent;
  }
}

.product__media-list.slider-for .slick-prev::before {
  font-family: 'icomoon';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  --tw-content: '\e916';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .product__media-list.slider-for .slick-prev::before {
    font-size: 1.4rem;
  }

  .product__media-list.slider-for .slick-prev::before {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.product__media-list.slider-for .slick-next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 3rem;
  z-index: 10;
  display: block;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0px;
}

@media (min-width: 768px) {
  .product__media-list.slider-for .slick-next {
    right: 2rem;
  }

  .product__media-list.slider-for .slick-next {
    background-color: transparent;
  }
}

.product__media-list.slider-for .slick-next::before {
  font-family: 'icomoon';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  --tw-content: '\e914';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .product__media-list.slider-for .slick-next::before {
    font-size: 1.4rem;
  }

  .product__media-list.slider-for .slick-next::before {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.product__media-list.slider-nav .slick-slide .product__media {
  box-sizing: border-box;
}

.product__media-list.slider-nav .slick-slide .product__media img {
  border-radius: 9999px;
}

/* Filter */

/* customer */

.customer .field label {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}

/* Brodeire */

/* #broderie input[type="radio"]:checked+label{ 
      @apply bg-white border-mineshaft;
    }  */

.merge-breadcrumb .section-title {
  display: none;
}

@media (min-width: 768px) {
  .merge-breadcrumb .breadcrumbs {
    position: absolute;
  }

  .merge-breadcrumb .breadcrumbs {
    z-index: 2;
  }

  .merge-breadcrumb .breadcrumbs {
    width: 100%;
  }

  .merge-breadcrumb .breadcrumbs {
    background-color: transparent;
  }

  .merge-breadcrumb .breadcrumbs {
    padding-top: 3rem;
  }

  .merge-breadcrumb .breadcrumbs a, .merge-breadcrumb .breadcrumbs li:after {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.article-template .circle-divider time, .article-template .circle-divider time >p {
  display: block;
  font-size: 1.0rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2rem;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .article-template .circle-divider time, .article-template .circle-divider time >p {
    font-size: 1.1rem;
  }

  .article-template .circle-divider time, .article-template .circle-divider time >p {
    line-height: 1.3rem;
  }
}

@media (min-width: 992px) {
  .article-template .circle-divider time, .article-template .circle-divider time >p {
    font-size: 1.2rem;
  }

  .article-template .circle-divider time, .article-template .circle-divider time >p {
    line-height: 1.4rem;
  }
}

.article-template .circle-divider time, .article-template .circle-divider time >p {
  display: block;
  font-size: 1.0rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2rem;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .article-template .circle-divider time, .article-template .circle-divider time >p {
    font-size: 1.1rem;
  }

  .article-template .circle-divider time, .article-template .circle-divider time >p {
    line-height: 1.3rem;
  }
}

@media (min-width: 992px) {
  .article-template .circle-divider time, .article-template .circle-divider time >p {
    font-size: 1.2rem;
  }

  .article-template .circle-divider time, .article-template .circle-divider time >p {
    line-height: 1.4rem;
  }
}

.article-template .article-template__content a {
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.article-template .article-template__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.wrapper-product .breadcrumbs .breadcrumbs__list {
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

/* wishlist */

.wishlist .wk-add-product {
  height: 2rem;
  width: 2rem;
}

.wishlist .wk-add-product .wk-icon >span {
  font-size: 8px;
}

.wishlist .wk-add-product .wk-icon >span::before {
  --tw-content: '\e9b1';
  content: var(--tw-content);
}

.slider-product .grid__item, .slider-look .product-card {
  padding: 0.75rem;
}

.slider-look .product-card .desc-product {
  position: relative;
  z-index: 10;
}

.product:not(.wishlist-card) .wk-button-collection.active .wk-icon .icon-BC-Wishlist, .product:not(.wishlist-card) .wk-button-collection:hover .wk-icon .icon-BC-Wishlist {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.product:not(.wishlist-card) .wk-button-collection.active .wk-icon .icon-BC-Wishlist::before, .product:not(.wishlist-card) .wk-button-collection:hover .wk-icon .icon-BC-Wishlist::before {
  --tw-content: '\e93f';
  content: var(--tw-content);
}

.product.wishlist-card .wk-button-collection:hover {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.offcanvas-panel {
  width: calc(100% - 40px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .offcanvas-panel {
    width: 590px;
  }
}

.offcanvas-wrapper.active {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.header__icons #cart-icon-bubble {
  height: 1.6rem;
  width: 1.6rem;
}

.header__icons #cart-icon-bubble .icon-cart, .header__icons #cart-icon-bubble .icon-cart-empty {
  display: none;
}

.header__icons #cart-icon-bubble:before {
  position: absolute;
  top: -0.6rem;
  left: 0px;
  font-family: icomoon;
  font-size: 1.6rem;
  --tw-content: '\e92c';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .header__icons #cart-icon-bubble:before {
    top: -0.9rem;
  }

  .header__icons #cart-icon-bubble:before {
    font-size: 1.9rem;
  }
}

.header__icons #cart-icon-bubble .cart-count-bubble {
  position: absolute;
  top: -0.8rem;
  left: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header__icons .header__icon .wishlist-count-bubble {
  display: none;
}

.shopify-challenge__container .shopify-challenge__button.btn {
  margin-top: 1.5rem;
  display: block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.0rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.shopify-challenge__container .shopify-challenge__button.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .shopify-challenge__container .shopify-challenge__button.btn {
    font-size: 1.1rem;
  }
}

.slider-mixmatch .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.offcanvas-wrapper .backdrop {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}

#section-description li {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  #section-description li {
    padding-bottom: 0px;
  }

  #section-description li {
    line-height: 3rem;
  }
}

#section-description a {
  font-size: 1.4rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#section-description ul li::before {
  position: absolute;
  left: 0px;
  top: .5rem;
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  #section-description ul li::before {
    top: 1.5rem;
  }
}

#section-description ul, #section-description p, #section-description p a {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  #section-description ul, #section-description p, #section-description p a {
    line-height: 3rem;
  }
}

#section-description ul {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #section-description ul {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  #insta-feed {
    min-height: 272px;
  }
}

.slideshow__media.banner__media.media {
  position: relative;
  overflow: visible;
}

@media (min-width: 768px) {
  .slideshow__media.banner__media.media {
    position: absolute;
  }

  .slideshow__media.banner__media.media {
    overflow: hidden;
  }
}

.slideshow__text-wrapper {
  position: absolute;
  top: 0px;
  height: 100%;
}

@media (min-width: 768px) {
  .slideshow__text-wrapper {
    position: relative;
  }
}

#section-mixmatch .item:last-child() {
  display: none;
}

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

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

.cart-item__details .product-option dt, .cart-item__details .product-option dd {
  overflow-wrap: normal;
  word-break: normal;
}

.section-product-push .slider-product .product-card {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .section-product-push .slider-product .product-card {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.product.product-card .desc-product .variant span {
  background-size: contain !important;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

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

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

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

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

.left-0 {
  left: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

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

.left-3 {
  left: 0.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.right-0 {
  right: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-auto {
  bottom: auto;
}

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

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-24 {
  top: 6rem;
}

.left-8 {
  left: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-2 {
  top: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-first {
  order: -9999;
}

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

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

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

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

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

.col-end-7 {
  grid-column-end: 7;
}

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

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

.m-auto {
  margin: auto;
}

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

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

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

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

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

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

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.mb-12 {
  margin-bottom: 3rem;
  text-align: -webkit-auto;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-mt-\[33\%\] {
  margin-top: -33%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.h-2 {
  height: 0.5rem;
}

.h-\[6\.5rem\] {
  height: 6.5rem;
}

.h-40 {
  height: 10rem;
}

.h-screen {
  height: 100vh;
}

.h-16 {
  height: 4rem;
}

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

.h-14 {
  height: 3.5rem;
}

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

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

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-24 {
  width: 6rem;
}

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

.w-7 {
  width: 1.75rem;
}

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

.w-2 {
  width: 0.5rem;
}

.w-40 {
  width: 10rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-auto {
  width: auto;
}

.w-16 {
  width: 4rem;
}

.\!w-32 {
  width: 8rem !important;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-96 {
  width: 24rem;
}

.w-\[2\.1rem\] {
  width: 2.1rem;
}

.w-10 {
  width: 2.5rem;
}

.w-\[4\.1rem\] {
  width: 4.1rem;
}

.\!min-w-\[200px\] {
  min-width: 200px !important;
}

.min-w-\[11\.6rem\] {
  min-width: 11.6rem;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

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

.min-w-\[265px\] {
  min-width: 265px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.min-w-\[45px\] {
  min-width: 45px;
}

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

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

.max-w-sm {
  max-width: 24rem;
}

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

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

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

.max-w-\[4\.5rem\] {
  max-width: 4.5rem;
}

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

.flex-none {
  flex: none;
}

.basis-6\/12 {
  flex-basis: 50%;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-\[0\.46rem\] {
  gap: 0.46rem;
}

.gap-0 {
  gap: 0px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[3px\] {
  border-radius: 3px;
}

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

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

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[\.3rem\] {
  border-radius: .3rem;
}

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

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

.border-\[\.3rem\] {
  border-width: .3rem;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

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

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

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

.border-mineshaft {
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
}

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

.border-\[\#DBDBDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}

.border-brick {
  --tw-border-opacity: 1;
  border-color: rgb(157 27 48 / var(--tw-border-opacity));
}

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

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

.border-springwood {
  --tw-border-opacity: 1;
  border-color: rgb(248 245 242 / var(--tw-border-opacity));
}

.border-\[\#F4F0EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 240 235 / var(--tw-border-opacity));
}

.cursor-pointer.announcement-bar-content.bg-springwood.text-black.border-0.font-semibold {
    background-color: #9D2330;
}

.bg-springwood {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 242 / var(--tw-bg-opacity));
}

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

.bg-\[\#D2EBD1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 235 209 / var(--tw-bg-opacity));
}

.bg-\[\#EBD1D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 209 214 / var(--tw-bg-opacity));
}

.bg-springwoods {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 235 / var(--tw-bg-opacity));
}

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

.bg-brick {
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
}

.bg-\[\#DBDBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}

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

.bg-\[\#AB1D30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 29 48 / var(--tw-bg-opacity));
}

.bg-black-rgba {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-\[\#F4F0EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 235 / var(--tw-bg-opacity));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.\!bg-center {
  background-position: center !important;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

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

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

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.\!p-2 {
  padding: 0.5rem !important;
}

.\!p-0 {
  padding: 0px !important;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[0\.2rem\] {
  padding: 0.2rem;
}

.p-\[3px\] {
  padding: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.\!px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-28 {
  padding-left: 7rem;
}

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

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

.pr-28 {
  padding-right: 7rem;
}

.pb-\[34\%\] {
  padding-bottom: 34%;
}

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

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

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

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

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

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

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

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

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

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

.\!pr-8 {
  padding-right: 2rem !important;
}

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

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

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

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

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

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

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

.font-raleway {
  font-family: Raleway;
}

.font-prata {
  font-family: Prata;
}

.font-caslon {
  font-family: Adobe Caslon Pro;
}

.text-tiny {
  font-size: 1.2rem;
}

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

.text-\[8px\] {
  font-size: 8px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[18px\] {
  font-size: 18px;
}

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

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

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

.text-\[0\] {
  font-size: 0;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

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

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

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

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

.text-\[24px\] {
  font-size: 24px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-14 {
  line-height: 1.4rem;
}

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

.leading-\[21px\] {
  line-height: 21px;
}

.leading-13 {
  line-height: 1.3rem;
}

.leading-16 {
  line-height: 1.6rem;
}

.leading-22 {
  line-height: 2.2rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-\[24px\] {
  line-height: 24px;
}

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

.leading-\[27px\] {
  line-height: 27px;
}

.leading-27 {
  line-height: 2.7rem;
}

.leading-33 {
  line-height: 3.3rem;
}

.leading-49 {
  line-height: 4.9rem;
}

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

.leading-30 {
  line-height: 3rem;
}

.leading-12 {
  line-height: 1.2rem;
}

.leading-35 {
  line-height: 3.5rem;
}

.leading-19 {
  line-height: 1.9rem;
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.tracking-\[\.2em\] {
  letter-spacing: .2em;
}

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

.tracking-\[\.20em\] {
  letter-spacing: .20em;
}

.tracking-\[\.15em\] {
  letter-spacing: .15em;
}

.tracking-wider {
  letter-spacing: .15em;
}

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

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

.text-brick {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

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

.text-\[\#9D1B30\] {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

.text-\[\#939393\] {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}

.text-\[\#161616\] {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.text-black-rgba {
  color: rgba(0, 0, 0, 0.5);
}

.\!text-brick {
  --tw-text-opacity: 1 !important;
  color: rgb(157 27 48 / var(--tw-text-opacity)) !important;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.underline-offset-1 {
  text-underline-offset: 1px;
}

.outline-0 {
  outline-width: 0px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-\[1px\]::before {
  content: var(--tw-content);
  bottom: -1px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:bg-brick::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
}

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

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 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));
}

.hover\:border-mineshaft:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
}

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

.hover\:bg-brick:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 27 48 / var(--tw-bg-opacity));
}

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

.hover\:text-brick:hover {
  --tw-text-opacity: 1;
  color: rgb(157 27 48 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.group:hover .group-hover\:rotate-1 {
  --tw-rotate: 1deg;
  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));
}

.group:hover .group-hover\:scale-110 {
  --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));
}

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

.group:hover .group-hover\:before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

[dir="ltr"] .before\:ltr\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

[dir="ltr"] .group:hover .ltr\:group-hover\:before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

[dir="rtl"] .rtl\:left-0 {
  left: 0px;
}

[dir="rtl"] .group:hover .rtl\:group-hover\:before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

[dir="rtl"] .group:hover .rtl\:group-hover\:before\:left-auto::before {
  content: var(--tw-content);
  left: auto;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .md\:container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  @media (min-width: 768px) {
    .md\:container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  @media (min-width: 992px) {
    .md\:container {
      padding-left: 6rem;
      padding-right: 6rem;
    }
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:\!relative {
    position: relative !important;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:top-0 {
    top: 0px;
  }

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

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

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

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

  .md\:order-none {
    order: 0;
  }

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

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

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

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

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

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

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
    width: 70%;
  }

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

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

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .md\:-mt-\[14\%\] {
    margin-top: -14%;
  }

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

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

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

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

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

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

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

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:min-h-fit {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:min-w-\[13\.4rem\] {
    min-width: 13.4rem;
  }

  .md\:min-w-\[265px\] {
    min-width: 265px;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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

  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:basis-full {
    flex-basis: 100%;
  }

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

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

  .md\:gap-\[0\.58rem\] {
    gap: 0.58rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

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

  .md\:bg-springwood {
    --tw-bg-opacity: 1;
    background-color: rgb(248 245 242 / var(--tw-bg-opacity));
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

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

  .md\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

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

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

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

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-\[14\%\] {
    padding-bottom: 14%;
  }

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

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

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

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:\!pt-0 {
    padding-top: 0px !important;
  }

  .md\:\!pr-8 {
    padding-right: 2rem !important;
  }

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

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

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

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

  .md\:text-base {
    font-size: 1.3rem;
  }

  .md\:text-sm {
    font-size: 1.1rem;
  }

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

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

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

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

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

  .md\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }

  .md\:text-\[2\.6rem\] {
    font-size: 2.6rem;
  }

  .md\:text-tiny {
    font-size: 1.2rem;
  }

  .md\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .md\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

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

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

  .md\:leading-27 {
    line-height: 2.7rem;
  }

  .md\:leading-\[49px\] {
    line-height: 49px;
  }

  .md\:leading-35 {
    line-height: 3.5rem;
  }

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

  .md\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

  .md\:leading-15 {
    line-height: 1.5rem;
  }

  .md\:leading-17 {
    line-height: 1.7rem;
  }

  .md\:leading-40 {
    line-height: 4rem;
  }

  .md\:leading-33 {
    line-height: 3.3rem;
  }

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

  .md\:last\:block:last-child {
    display: block;
  }
}

@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .lg\:container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

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

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

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:-mt-\[15\%\] {
    margin-top: -15%;
  }

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

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

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

  .lg\:min-h-\[573px\] {
    /* min-height: 573px; */
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-\[17rem\] {
    min-width: 17rem;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

  .lg\:border-\[1\.5px\] {
    border-width: 1.5px;
  }

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

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-\[16\%\] {
    padding-bottom: 16%;
  }

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

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

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

  .lg\:text-tiny {
    font-size: 1.2rem;
  }

  .lg\:text-4xl {
    font-size: 2.6rem;
  }

  .lg\:text-3xl {
    font-size: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3.6rem;
  }

  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .lg\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .lg\:leading-35 {
    line-height: 3.5rem;
  }

  .lg\:leading-49 {
    line-height: 4.9rem;
  }

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

  .lg\:leading-33 {
    line-height: 3.3rem;
  }

  .lg\:leading-16 {
    line-height: 1.6rem;
  }

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

@media (min-width: 1280px) {
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  h2.title-1.mb-12 {
    text-align: center;
  }
ul.mb-8 {
    text-align: center;
}
}
