/*!
Theme Name: Muriel
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

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

body {
  position: relative;
  font-family: Raleway;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(62 63 76 / var(--tw-text-opacity, 1));
}

body.modal__active {
  overflow: hidden;
}

/* Layout */

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

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

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 1224px !important;
}

.container--md {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1224px !important;
  width: 100% !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (min-width: 640px) {
  .container--md {
    max-width: 640px !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}

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

@media (min-width: 1040px) {
  .container--md {
    max-width: 1040px !important;
  }
}

@media (min-width: 1280px) {
  .container--md {
    max-width: 1280px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

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

.container--md {
  max-width: 1060px !important;
}

.columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .columns {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.vstack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

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

/* Typography */

.heading {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
}

.heading-2xl {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .heading-2xl {
    font-size: 2.5rem;
  }
}

.heading-2lg {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .heading-2lg {
    font-size: 2rem;
  }
}

.heading-2md {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
}

.heading-sm {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .heading-sm {
    font-size: 1.5rem;
  }
}

.headline {
  font-family: Merriweather Sans;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  .headline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

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

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

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

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

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

/* Header */

.header__main {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .header__main {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.btn__menu_mobile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.btn__menu_mobile>i {
  font-size: 2rem;
}

.btn__menu_mobile>i:hover {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.btn__menu_mobile .bar{
  width: 24px;
  height: 2px;
  display: block;
  background: #121316;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.header__menu ul {
  display: flex;
  gap: 2.5rem;
}

@media (min-width: 1280px) {
  .header__menu ul {
    gap: 4rem;
  }
}

.header__menu ul li a {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.header__menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

/* Footer */

.footer__main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1280px) {
  .footer__main {
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }
}

.footer__title {
  margin-bottom: 1rem;
  font-weight: 700;
}

.footer__main .menu-item {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  .footer__main .menu-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide .btn {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .btn {
  opacity: 0.5;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 0 126 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 1280px) {
  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn>i {
  font-size: 16px;
}

@media (min-width: 1280px) {
  .btn>i {
    font-size: 24px;
  }
}

.btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(62 63 76 / var(--tw-text-opacity, 1));
}

.btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 205 214 / var(--tw-bg-opacity, 1));
}

.btn__outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide .btn__outline {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .btn__outline {
  opacity: 0.5;
}

.btn__outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1280px) {
  .btn__outline {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn__outline>i:hover {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.text__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.swiper__hero .swiper-slide .text__link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .text__link {
  opacity: 0.5;
}

/* Breadcrumb */

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumb>li>a {
  font-weight: 300;
}

.breadcrumb .woocommerce-breadcrumb {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .breadcrumb .woocommerce-breadcrumb {
    --tw-text-opacity: 1 !important;
    color: rgb(236 0 140 / var(--tw-text-opacity, 1)) !important;
  }
}

.breadcrumb .woocommerce-breadcrumb>a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .breadcrumb .woocommerce-breadcrumb>a {
    --tw-text-opacity: 1 !important;
    color: rgb(236 0 140 / var(--tw-text-opacity, 1)) !important;
  }
}

/* Card */

.card {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 170 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1280px) {
  .card {
    padding: 3rem;
  }
}

.card__paper {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1040px) {
  .card__paper {
    --tw-drop-shadow: drop-shadow(0 64px 25px rgba(0,0,0,0.05));
    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);
  }
}

@media (min-width: 1280px) {
  .card__paper {
    padding: 3rem;
  }
}

.card__contact {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 170 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1280px) {
  .card__contact {
    padding: 3rem;
  }
}

.card__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
}

@media (min-width: 1280px) {
  .card__contact {
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

.card__button {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 170 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1280px) {
  .card__button {
    padding: 3rem;
  }
}

.card__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .card__button {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .card__button {
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

/* TODO: Substituir por group */

.card__lines a .img__wrapper img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card__lines a:hover .img__wrapper img {
  --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));
}

.card__lines a:hover .btn__outline {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

/* Modal */

.modal {
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: none;
  overflow: auto;
  background-color: rgb(0 0 0 / 0.7);
}

@media (min-width: 1040px) {
  .modal {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .modal {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.modal__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 928px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .modal__container {
    border-radius: 1rem;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[120px\] {
  right: 120px;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[55px\] {
  top: 55px;
}

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

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

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

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

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

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

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

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

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

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

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

.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

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

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[18px\] {
  margin-right: 18px;
}

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

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

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

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

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

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

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

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[47px\] {
  margin-top: 47px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-\[16px\] {
  width: 16px;
  height: 16px;
}

.size-\[320px\] {
  width: 320px;
  height: 320px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-\[0\] {
  height: 0;
}

.h-\[158\.62px\] {
  height: 158.62px;
}

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

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

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

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

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

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

.h-\[287\.2px\] {
  height: 287.2px;
}

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

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

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

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

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

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

.h-\[50\%\] {
  height: 50%;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-\[0\] {
  width: 0;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.max-w-\[417\.23px\] {
  max-width: 417.23px;
}

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

.max-w-\[766\.65px\] {
  max-width: 766.65px;
}

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-\[14px\] {
  row-gap: 14px;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[56px\] {
  row-gap: 56px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-br-\[120px\] {
  border-bottom-right-radius: 120px;
}

.rounded-tl-\[120px\] {
  border-top-left-radius: 120px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#3e3f4c\] {
  --tw-border-opacity: 1;
  border-color: rgb(62 63 76 / var(--tw-border-opacity, 1));
}

.border-\[\#E9E9ED\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 237 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(204 205 214 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#CCCDD6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 205 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E2E1E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5E3DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 227 223 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F9FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 56 67 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity, 1));
}

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

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}

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

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

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

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

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

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

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

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-display {
  font-family: Merriweather Sans;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[550\] {
  font-weight: 550;
}

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

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

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

.text-\[\#545666\] {
  --tw-text-opacity: 1;
  color: rgb(84 86 102 / var(--tw-text-opacity, 1));
}

.text-\[14\] {
  color: 14;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(124 126 148 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(62 63 76 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(212 0 126 / var(--tw-text-opacity, 1));
}

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

.opacity-50 {
  opacity: 0.5;
}

.shadow-custom {
  --tw-shadow: 0 40px 32px -16px  rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 40px 32px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

/* Image */

.img__wrapper {
  position: relative !important;
  overflow: hidden !important;
}

.img__wrapper>img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}

/* Transition */

.header__menu ul li a {
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Section */

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1280px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Buttons */

/* The content */

.the__content--contact h2 {
  font-family: Merriweather Sans;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(62 63 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .the__content--contact h2 {
    font-size: 2rem;
  }

  .the__content--contact p {
    font-size: 1.125rem;
  }
}

.the__content--sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Form */

.form__wrapper {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 205 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px) {
  .form__wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
  height: 3.25rem !important;
  border-radius: 0.375rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 205 214 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.wpforms-container textarea.wpforms-field-medium {
  height: 163px !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin-bottom: 0.5rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  height: 3rem !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1)) !important;
}

.form__newsletter {
  position: relative;
}

.form__newsletter .wpforms-container .wpforms-field {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form__newsletter div.wpforms-container-full input[type=email] {
  padding-right: 140px;
}

.form__newsletter div.wpforms-container-full button[type=submit] {
  position: absolute !important;
  bottom: 28px !important;
  right: 1rem !important;
  height: 32px !important;
  max-width: 115px !important;
}

/* Swiper */

.swiper__hero .swiper-slide .font-semibold {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .font-semibold {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .swiper__hero--text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }

  .swiper__hero--text-black>div>div>h1 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
}

.swiper .swiper-pagination {
  bottom: 1.5rem !important;
  display: flex !important;
  justify-content: center !important;
  gap: 0.375rem !important;
}

@media (min-width: 768px) {
  .swiper .swiper-pagination {
    bottom: 2.5rem !important;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  opacity: 1;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.swiper_pagination__progress {
  display: flex;
}

.swiper_pagination__progress .swiper-pagination-bullet {
  position: relative;
  display: flex;
  width: 25px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.swiper_pagination__progress .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 7px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.swiper_pagination__progress .swiper-pagination-bullet::after {
  margin-top: 0.5rem;
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 2px;
  content: var(--tw-content);
  background-color: rgb(236 0 140 / 0.45);
}

@media (min-width: 768px) {
  .swiper_pagination__progress .swiper-pagination-bullet {
    width: 100%;
    font-size: 20px;
  }
}

.swiper_pagination__progress .swiper-pagination-bullet {
  background: #ffffff75 !important;
  border-radius: 2px !important;
  margin: 0 !important;
  width: 25px !important;
}

.swiper_pagination__progress .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px !important;
  border-radius: 2px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1 !important;
}

.swiper_pagination__progress .swiper-pagination-bullet-active:before {
  animation-name: swiperPagination;
  animation-duration: 6s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode:forwards;
}

.swiper_pagination__progress .swiper-pagination-bullet span {
  opacity: 0;
}

@media (min-width: 768px) {
  .swiper_pagination__progress .swiper-pagination-bullet span {
    opacity: 1;
  }
}

.swiper_pagination__progress .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  opacity: 1;
}

@keyframes swiperPagination {
  0% {
    width: 0;
  }

  100% {
    width: 100%
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 37px !important;
  height: 37px !important;
  border-radius: 9999px !important;
  background-color: rgb(217 217 217 / 0.3) !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px) {
  .swiper-button-next,
.swiper-button-prev {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next.swiper__hero_next,
.swiper-button-prev.swiper__hero_prev {
  display: none !important;
}

@media (min-width: 1280px) {
  .swiper-button-next.swiper__hero_next,
.swiper-button-prev.swiper__hero_prev {
    display: flex !important;
  }
}

.swiper-button-next.swiper__button_outline,
.swiper-button-prev.swiper__button_outline {
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 170 184 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(168 170 184 / var(--tw-text-opacity, 1)) !important;
}

.card-dist {
  min-height: 205px;
}

.card-dist.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 205 214 / var(--tw-border-opacity, 1));
}

.card-dist div {
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(98 100 120 / var(--tw-text-opacity, 1)) !important;
}

.card-dist p:last-of-type {
  margin-bottom: 24px;
}

.info-window{
  opacity: 0;
  position: absolute;
  top: 2.5rem;
  left: 1.25rem;
  z-index: 999;
  display: none;
  min-height: 310px;
  width: 390px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 32px;
}

@media (min-width: 1040px) {
  .info-window {
    display: flex;
  }
}

.info-window.open{
  opacity: 1;
  transition: opacity .6s ease;
}

.dist-mobile-container button,
.info-window button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  text-align: start;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.dist-mobile-container button i,
.info-window button i {
  font-size: 16px;
  font-weight: 700;
}

.dist-mobile-container h3,
.info-window h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Merriweather Sans;
  font-size: 24px;
  font-weight: 550;
  line-height: 125%;
}

.dist-mobile-container p,
.info-window p {
  text-align: start;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.dist-mobile-container a,
.info-window a {
  margin-top: 16px;
  display: flex;
  max-width: 185px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(62 63 76 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.distros-container {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.distros-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.distros-container::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #FFFFFF;
}

.distros-container::-webkit-scrollbar-track:hover {
  background-color: #F2F2F2;
}

.distros-container::-webkit-scrollbar-track:active {
  background-color: #F2F2F2;
}

.distros-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #000000;
}

.distros-container::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

.distros-container::-webkit-scrollbar-thumb:active {
  background-color: #000000;
}

.find-us-modal-background {
  position: absolute;
  top: 0;
  left: 0vw;
  z-index: -1;
  display: flex;
  height: 100%;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

@media (min-width: 1040px) {
  .find-us-modal-background {
    display: none;
  }
}

.find-us-modal-background{
  background: rgba(0, 0, 0, 0.2);
}

.find-us-modal-background.open{
  z-index: 1001;
  opacity: 1;
  transition: opacity .2s ease;
}

.dist-mobile-container {
  position: absolute;
  z-index: 1002;
  display: none;
  min-height: 310px;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 32px;
}

.dist-mobile-container.open {
  display: flex;
  flex-direction: column;
}

.section__our_way .section:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .section__our_way .section:nth-child(even) .col__thumbnail {
    order: 2;
  }
}

.section__our_way .section:nth-child(even) .card__text {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity, 1));
}

.slide-post-card {
  width: 260px !important;
}

.post-card {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 170 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1280px) {
  .post-card {
    padding: 3rem;
  }
}

.post-card {
  height: 415px;
  width: 260px;
  cursor: pointer;
  border-radius: 1rem;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  --tw-shadow: 0 40px 32px -16px  rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 40px 32px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.post-card img {
  height: 180px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

@media (min-width: 1024px) {
  .post-the-content {
    padding-left: calc(100% / 9 - 22px);
  }
}

.post-the-content h2 {
  margin-top: 24px;
  font-family: Merriweather Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.swiper__hero .swiper-slide .post-the-content h2 {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .post-the-content h2 {
  opacity: 0.5;
}

.post-the-content p {
  margin-top: 24px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.link,
.post-the-content a {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.link {
  font-weight: 400;
}

.post-social-media-icons i {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(212 0 126 / var(--tw-text-opacity, 1));
}

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

/* Woocommerce */

.swiper__lines {
  overflow: visible !important;
}

.swiper__products {
  overflow: visible !important;
}

.swiper__products_slide {
  margin-right: 1rem;
  max-width: 272px;
}

@media (min-width: 1280px) {
  .swiper__products_slide {
    margin-right: 0px;
    max-width: none;
  }
}

.swiper__lines_slide {
  margin-right: 1rem;
  max-width: 232px;
}

@media (min-width: 1280px) {
  .swiper__lines_slide {
    margin-right: 0px;
    max-width: none;
  }
}

.product__card {
  min-width: 272px;
}

@media (min-width: 1280px) {
  .product__card {
    min-width: 0px;
  }
}

.card__lines a .product__card_thumbnail img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card__lines a:hover .product__card_thumbnail img {
  --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));
}

.product__card_thumbnail {
  border-radius: 1rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 237 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  position: relative !important;
  overflow: hidden !important;
}

.product__card_thumbnail>img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}

.product__card_thumbnail>img:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.swiper__category {
  overflow: visible !important;
}

@media (min-width: 1280px) {
  .swiper__category {
    overflow: hidden !important;
  }
}

.swiper-button-prev.swiper__category_prev {
  left: -80px !important;
  margin-top: 0.75rem !important;
  display: none !important;
}

@media (min-width: 1280px) {
  .swiper-button-prev.swiper__category_prev {
    display: flex !important;
  }
}

.swiper-button-next.swiper__category_next {
  right: -80px !important;
  margin-top: 0.75rem !important;
  display: none !important;
}

@media (min-width: 1280px) {
  .swiper-button-next.swiper__category_next {
    display: flex !important;
  }
}

.swiper__products .swiper-button-prev.swiper__products_prev,
.swiper__lines .swiper-button-prev.swiper__lines_prev {
  left: -80px !important;
  margin-top: -70px !important;
  display: none !important;
}

@media (min-width: 1280px) {
  .swiper__products .swiper-button-prev.swiper__products_prev,
.swiper__lines .swiper-button-prev.swiper__lines_prev {
    display: flex !important;
  }
}

.swiper__products .swiper-button-next.swiper__products_next,
.swiper__lines .swiper-button-next.swiper__lines_next {
  right: -80px !important;
  margin-top: -70px !important;
  display: none !important;
}

@media (min-width: 1280px) {
  .swiper__products .swiper-button-next.swiper__products_next,
.swiper__lines .swiper-button-next.swiper__lines_next {
    display: flex !important;
  }
}

.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .products.columns-4 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.products.columns-4 {
  gap: 2.5rem;
}

@media (min-width: 1040px) {
  .products.columns-4 {
    gap: 2rem;
  }
}

.products.columns-4 .product__card {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .products.columns-4 .product__card {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1040px) {
  .products.columns-4 .product__card {
    grid-column: span 4 / span 4;
  }
}

.products.columns-4 .product__card .btn__outline {
  display: none;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none !important;
}

/* TODO: Customizar estilo */

.woocommerce-result-count {
  display: none !important;
}

.woocommerce-ordering {
  display: none !important;
}

.product_single .breadcrumb {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.product_single .breadcrumb .woocommerce-breadcrumb {
  --tw-text-opacity: 1 !important;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1)) !important;
}

.product_single .breadcrumb .woocommerce-breadcrumb>a {
  --tw-text-opacity: 1 !important;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1)) !important;
}

.product_single .slick-track {
  margin-left: 0px;
}

.product_single .wpgs-nav .slick-slide {
  width: 90px !important;
  overflow: hidden !important;
  border-radius: 1rem !important;
}

/* Woocommerce */

.sub-menu-container *,
#mobile-primary-menu-container *{
  opacity: 0;
  transition: opacity .5s ease;
}

.sub-menu-container.open *,
#mobile-primary-menu-container.open *{
  opacity: 1;
  transition: opacity .5s ease;
}

#mobile-primary-menu-container {
  margin-top: 0px;
  display: none;
}

#mobile-primary-menu-container.open {
  margin-top: 50px;
  display: grid;
}

.btn__menu_mobile.open .bar1 {
  transform: rotate(45deg);
  width: 24px;
  position: absolute;
  bottom:0;
}

.btn__menu_mobile.open .bar2 {
  opacity: 0;
}

.btn__menu_mobile.open .bar3 {
  transform: rotate(-45deg);
  width: 24px;
  position: relative;
}

/* Tabs */

.tabs {
  position: relative;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(174 174 175 / var(--tw-border-opacity, 1));
}

.tabs .active-tab {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.swiper__hero .swiper-slide .tabs .active-tab {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper__hero .swiper-slide a:hover .tabs .active-tab {
  opacity: 0.5;
}

.tabs li {
  display: inline-block;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(195 195 199 / var(--tw-text-opacity, 1));
}

.tabs-content {
  padding: 0px;
}

.tabs-content div {
  display: none;
}

/* Accordion */

.acc > .product-categories > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acc > .product-categories > ul > li > ul {
  display: none;
}

.acc > .product-categories > ul > li > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.acc > .product-categories > ul > li > a:after {
  display: inline-block;
  --tw-content: "\e136";
  content: var(--tw-content);
  font-family: "Phosphor" !important;
}

.acc > .product-categories > ul > li > a.active:after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.acc > .product-categories > ul > li > ul {
  padding-left: 1rem;
}

.acc > .product-categories > ul > li > ul > li > a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.acc > .product-categories > ul > li > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

/* Menu Modal Desktop */

.menu__modal_desktop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 205 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 40px 32px -16px  rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 40px 32px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1040px) {
  .menu__modal_desktop {
    top: 4.875rem;
  }
}

@media (min-width: 1280px) {
  .menu__modal_desktop {
    top: 156px;
  }

  body.menu-dropdown-distance .menu__modal_desktop {
    top: 114px;
  }
}

.item__menu_dropdown a:after {
  margin-left: 0.25rem;
  display: inline-block;
  --tw-content: "\e136";
  content: var(--tw-content);
  font-family: "Phosphor" !important;
}

.sub-menu-container .image-with-bg {
  padding-bottom: 0;
}

.sub-menu-container {
  overflow: auto;
}

.sub-menu-container .image-with-bg div {
  display: none;
  height: 0;
}

.sub-menu-container.open .image-with-bg {
  padding-bottom: 40px;
}

.sub-menu-container.open .image-with-bg div {
  display: flex;
  min-height: 400px;
}

.sub-sub {
  display: none !important;
}

.sub-sub.open {
  display: flex !important;
}

#scrollButton {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  display: none;
}

#scrollButton.show {
  display: flex;
}

.scrollButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 244 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.scrollButton>i {
  position: relative;
  top: 0.25rem;
}

@media (min-width: 768px) {
  .md\:hstack {
    display: flex;
    flex-direction: row;
  }
}

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(62 63 76 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(18 19 22 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(236 0 140 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1040px) {
  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

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

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

  .lg\:mr-\[93px\] {
    margin-right: 93px;
  }

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

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

  .lg\:mt-\[65px\] {
    margin-top: 65px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-\[\#CCCDD6\] {
    --tw-border-opacity: 1;
    border-color: rgb(204 205 214 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .lg\:pl-\[200px\] {
    padding-left: 200px;
  }

  .lg\:pr-\[34px\] {
    padding-right: 34px;
  }

  .lg\:pt-\[82px\] {
    padding-top: 82px;
  }

  .lg\:text-start {
    text-align: start;
  }

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

@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .xl\:size-\[386px\] {
    width: 386px;
    height: 386px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

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

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

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

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

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-\[104px\] {
    padding-left: 104px;
  }

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

  .xl\:pr-\[104px\] {
    padding-right: 104px;
  }

  .xl\:pt-\[176px\] {
    padding-top: 176px;
  }

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

  .xl\:text-\[3\.563rem\] {
    font-size: 3.563rem;
  }

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

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

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

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

.\[\&\>div\>div\>h1\]\:text-white>div>div>h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>img\]\:rounded-2xl>img {
  border-radius: 1rem;
}

.\[\&\>img\]\:object-contain>img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>p\>a\]\:underline>p>a {
  text-decoration-line: underline;
}