:root {
  --color-default: #222222;
  --color-primary: #8B7964;
  --color-primary-hover: #a18c74;
  --color-secondary: #222222;
  --color-secondary-hover: #222222;
}

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.aspect-w-325 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 325;
}

.aspect-w-325 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-130 {
  --tw-aspect-h: 130;
}

.aspect-w-375 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 375;
}

.aspect-w-375 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-222 {
  --tw-aspect-h: 222;
}

.aspect-w-310 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 310;
}

.aspect-w-310 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-375 {
  --tw-aspect-h: 375;
}

.aspect-w-514 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 514;
}

.aspect-w-514 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-656 {
  --tw-aspect-h: 656;
}

.aspect-h-236 {
  --tw-aspect-h: 236;
}

.aspect-w-7 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 7;
}

.aspect-w-7 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

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

.relative {
  position: relative;
}

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

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.-top-9 {
  top: -2.25rem;
}

.left-2 {
  left: 0.5rem;
}

.bottom-\[calc\(100\%\+10px\)\] {
  bottom: calc(100% + 10px);
}

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

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

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

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

.-bottom-\[1px\] {
  bottom: -1px;
}

.-left-\[1px\] {
  left: -1px;
}

.left-0 {
  left: 0px;
}

.left-\[14px\] {
  left: 14px;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.left-\[17\%\] {
  left: 17%;
}

.right-\[17\%\] {
  right: 17%;
}

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

.\!-left-\[5000px\] {
  left: -5000px !important;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.\!-left-\[9999px\] {
  left: -9999px !important;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.\!-z-10 {
  z-index: -10 !important;
}

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

.m-0 {
  margin: 0px;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

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

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

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-46 {
  height: 11.5rem;
}

.h-full {
  height: 100%;
}

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

.h-px {
  height: 1px;
}

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

.h-8 {
  height: 2rem;
}

.h-0 {
  height: 0px;
}

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

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

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

.h-\[calc\(100vh-50px\)\] {
  height: calc(100vh - 50px);
}

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

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

.min-h-\[calc\(100vh-50px\)\] {
  min-height: calc(100vh - 50px);
}

.w-full {
  width: 100%;
}

.w-46 {
  width: 11.5rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

.w-8 {
  width: 2rem;
}

.w-\[calc\(100\%\+2px\)\] {
  width: calc(100% + 2px);
}

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-3rem\)\] {
  width: calc(100% - 3rem);
}

.w-\[calc\(50vw-50\%\)\] {
  width: calc(50vw - 50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100\%-3rem\)\] {
  max-width: calc(100% - 3rem);
}

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

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

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

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

.basis-0 {
  flex-basis: 0px;
}

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

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

.-translate-x-\[50\%\] {
  --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-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-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-\[14\%\] {
  --tw-translate-y: 14%;
  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-45 {
  --tw-rotate: 45deg;
  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-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));
}

.\!rotate-0 {
  --tw-rotate: 0deg !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;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-5\.5 {
  gap: 1.38rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#b7b7b7\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-primary {
  border-color: var(--color-primary);
}

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

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

.bg-default {
  background-color: var(--color-default);
}

.bg-primary {
  background-color: var(--color-primary);
}

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

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

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

.bg-\[rgba\(34\2c 34\2c 34\2c 0\.7\)\] {
  background-color: rgba(34,34,34,0.7);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

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

.bg-\[url\(\'\.\.\/img\/bg-pattern\.jpg\'\)\] {
  background-image: url('../img/bg-pattern.jpg');
}

.bg-\[url\(\'\.\.\/img\/svg\/bg-graphic\.svg\'\)\] {
  background-image: url('../img/svg/bg-graphic.svg');
}

.bg-\[url\(\'\.\.\/img\/logo-lettera\.png\'\)\] {
  background-image: url('../img/logo-lettera.png');
}

.bg-\[url\(\'\.\.\/img\/svg\/bg-footer\.svg\'\)\] {
  background-image: url('../img/svg/bg-footer.svg');
}

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

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

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

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

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

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-primary {
  stroke: var(--color-primary);
}

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

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

.object-center {
  object-position: center;
}

.object-right {
  object-position: right;
}

.p-3 {
  padding: 0.75rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

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

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

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

.pt-\[9\%\] {
  padding-top: 9%;
}

.pb-26 {
  padding-bottom: 6.5rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-4\.5 {
  padding-top: 1.08rem;
}

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

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

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

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

.pt-5\.5 {
  padding-top: 1.38rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

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

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

.text-xs {
  font-size: 0.815rem;
  line-height: 1.35rem;
}

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

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

.text-2\.5xl {
  font-size: 1.65rem;
  line-height: 2.2rem;
}

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

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

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

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

.text-4\.5xl {
  font-size: 2.7rem;
  line-height: 2.7rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.\!leading-095 {
  line-height: 0.95 !important;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-17 {
  line-height: 1.7 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.\!leading-4 {
  line-height: 1rem !important;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.tracking-\[0\.5rem\] {
  letter-spacing: 0.5rem;
}

.text-primary {
  color: var(--color-primary);
}

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

.text-secondary {
  color: var(--color-secondary);
}

.text-whitealpha-500 {
  color: rgba(255, 255, 255, .5);
}

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

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

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

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.\!opacity-0 {
  opacity: 0 !important;
}

.outline {
  outline-style: solid;
}

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.transition-colors {
  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: 150ms;
}

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

.delay-500 {
  transition-delay: 500ms;
}

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

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

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

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

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

.duration-\[3s\] {
  transition-duration: 3s;
}

.duration-\[1s\] {
  transition-duration: 1s;
}

@font-face {
  font-family: 'MillerBanner';

  src: url('../fonts/MillerBanner-Light.eot');

  src: url('../fonts/MillerBanner-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MillerBanner-Light.woff2') format('woff2'),
        url('../fonts/MillerBanner-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

::selection {
  background-color: var(--color-default);
  color: #fff;
}

.bg-default ::selection {
  background-color: var(--color-primary);
  color: #fff;
}

.otgs-development-site-front-end {
  display: none !important;
}

body, html {
  font-family: "sofia-pro",sans-serif;
  overscroll-behavior: none;
}

body.menu-open {
  overflow: hidden;
}

@media (min-width:1280px) {
  body, html {
    height: 100vh;
    overflow: hidden;
  }
}

@media (max-width:1279px) {
  .scrollable {
    height: auto !important;
  }

  body {
    overflow-x: hidden;
  }
}

.font-alternate {
  font-family: "MillerBanner",serif;
}

.scrollbar-x-hidden,
.scrollbar-y-hidden {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.scrollbar-x-hidden::-webkit-scrollbar,
.scrollbar-y-hidden::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

iframe {
  max-width: 100%;
}

.clip-block-1 {
  -webkit-clip-path: polygon(0 0, 71% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 71% 0, 100% 100%, 0% 100%);
}

.clip-block-2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%);
}

@media (min-width: 1024px) {
  .clip-block-1 {
    -webkit-clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
  }

  .clip-block-2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  }
}

.vertical-text {
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.flickity-prev-next-button {
  display: none !important;
}

.carousel-relais .flickity-viewport,
.carousel-luogo .flickity-viewport {
  height: auto !important;
}

@media (min-width: 1024px) {
  .carousel-camere .carousel-slide:not(.is-selected) {
    cursor: pointer !important;
  }
}

.carousel-camera .animate-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 800ms ease, transform 600ms ease !important;
  transform-origin: center bottom;
}

.carousel-camera .carousel-slide:not(.is-selected) .animate-img,
.carousel-camera .carousel-slide.is-selected + .carousel-slide .animate-img {
  opacity: 0.25;
  transform: scale(0.8);
}

.carousel-camera .carousel-slide:not(.is-selected) .animate-img {
  transform-origin: right bottom;
}

.carousel-camera .carousel-slide.is-selected + .carousel-slide .animate-img {
  transform-origin: left bottom;
}

.carousel-camere .carousel-slide:not(.is-selected) .animate-img {
  opacity: 0.25;
}

.carousel-camere .carousel-slide.is-selected .animate-img {
  opacity: 1;
}

@media (min-width: 1024px) {
  .carousel-camere .animate-scale {
    transform: scale(1);
    transform-origin: center bottom;
  }

  .carousel-camere .carousel-slide:not(.is-selected) .animate-scale,
    .carousel-camere .carousel-slide.is-selected + .carousel-slide .animate-scale {
    transform: scale(0.8);
  }

  .carousel-camere .carousel-slide:not(.is-selected) .animate-scale {
    transform-origin: right bottom;
  }

  .carousel-camere .carousel-slide.is-selected + .carousel-slide .animate-scale {
    transform-origin: left bottom;
  }
}

@media (min-width: 1600px) {
  .carousel-camere .carousel-slide.is-selected .animate-label {
    opacity: 0;
  }
}

.carousel-opere .flickity-viewport {
  overflow: visible !important;
}

@media (min-width: 1024px) {
  .carousel-opere .carousel-slide:nth-child(3n-2) {
    margin-top: 0;
  }

  .carousel-opere .carousel-slide:nth-child(3n-1) {
    margin-top: 66px;
  }

  .carousel-opere .carousel-slide:nth-child(3n) {
    margin-top: 38px;
  }

  /*
    .carousel-opere .carousel-slide.is-selected .animate-img,
    .carousel-opere .carousel-slide.is-selected + .carousel-slide + .carousel-slide + .carousel-slide .animate-img {
        margin-top: 0;
    }
    .carousel-opere .carousel-slide.is-selected + .carousel-slide .animate-img,
    .carousel-opere .carousel-slide.is-selected + .carousel-slide + .carousel-slide + .carousel-slide + .carousel-slide .animate-img {
        margin-top: 66px;
    }
    .carousel-opere .carousel-slide.is-selected + .carousel-slide + .carousel-slide .animate-img,
    .carousel-opere .carousel-slide.is-selected + .carousel-slide + .carousel-slide + .carousel-slide + .carousel-slide + .carousel-slide .animate-img {
        margin-top: 38px;
    }
    */
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@keyframes ripple1 {
  0% {
    opacity:0;
    width:0px;
    height:0px;
  }

  60% {
    opacity:1;
    width:80%;
    height:80%;
  }

  90% {
    opacity:0;
    width:100%;
    height:100%;
  }

  100% {
    opacity:0;
    width:0%;
    height:0%;
  }
}

@keyframes ripple2 {
  0% {
    opacity:0;
    width:0px;
    height:0px;
  }

  60% {
    opacity:1;
    width:50%;
    height:50%;
  }

  90% {
    opacity:0;
    width:80%;
    height:80%;
  }

  100% {
    opacity:0;
    width:0%;
    height:0%;
  }
}

.ripple1 {
  animation: ripple1 1.8s linear infinite;
  opacity: .2;
  z-index: 1;
}

.ripple2 {
  animation: ripple2 1.8s linear infinite .4s;
  opacity: .3;
  z-index: 2;
}

.news-carousel .flickity-viewport {
  overflow: visible;
}

.double-border-list:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

@media (min-width:768px) {
  .double-border-list:nth-last-child(2) {
    border-bottom-width: 1px;
  }

  .double-border-list:nth-last-child(2) {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
}

@media (max-width:575px) {
  .w-full-max-xs {
    width: 100%;
  }
}

.menu-open .menu-icon .icon-left,
.menu-open .menu-icon .icon-right {
  transition-duration: 300ms;
  background: transparent;
}

.menu-open .menu-icon .icon-left:before {
  top: -13px;
  transform: rotateZ(45deg) scaleX(0.8) translate(10px, 4px);
}

.menu-open .menu-icon .icon-left:after {
  top: 12px;
  transform: rotateZ(-45deg) scaleX(0.8) translate(10px, -4px);
}

.menu-open .menu-icon .icon-right:before {
  top: -13px;
  transform: rotateZ(-45deg) scaleX(0.8) translate(-10px, 4px);
}

.menu-open .menu-icon .icon-right:after {
  top: 12px;
  transform: rotateZ(45deg) scaleX(0.8) translate(-10px, -4px);
}

.menu-open #menu {
  opacity: 1;
}

.text-content > :last-child {
  padding-bottom: 0 !important;
}

.text-content ul li {
  padding-left: 1.4em;
}

.text-content ul li:before {
  content: "\2022";
  color: var(--color-primary);
  font-weight: 400;
  display: inline-block;
  width: 1.4em;
  position: relative;
  top: -1px;
  font-size: 1em;
  line-height: 1em;
  margin-left: -1.4em;
}

.fslightbox-container {
  font-family: inherit;
}

.fslightbox-thumb.fslightbox-thumb-active {
  border-color: var(--color-primary) !important;
}

.gradient-bg {
  position: relative;
}

.gradient-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .0);
  transition: all 300ms;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.gradient-bg:hover:before {
  background: rgba(255, 255, 255, .3);
  mix-blend-mode: overlay;
  transition: all 300ms;
}

.fslightbox-container {
  font-family: inherit !important;
}

/* ------- FORM ------- */

form{
  position:relative;
  text-align:left;
}

form p{
  margin:0;
}

form p:after{
  content:'';
  visibility:hidden;
  display:block;
  height:0;
  clear:both;
}

form .gfield.gform_validation_container{
  position:relative;
  left:-9999px;
  right:auto;
  height:0 !important;
}

form .gform_fields{
  display:flex;
  width:100%;
  flex-wrap:wrap;
  justify-content:space-between;
  font-size:14px !important;
}

form .gform_fields .gfield{
  display:flex;
  width:100%;
}

form input,
form select,
form textarea{
  display:block;
  width:100%;
  height:100%;
  padding:7px 0 !important;
  font-size:inherit !important;
  line-height:1.1 !important;
  border-bottom:1px solid var(--color-primary) !important;
  outline:0 !important;
  box-shadow:none !important;
  border-radius:0;
  background-color:transparent;
  outline:none;
  transition:border-color 300ms ease,background-color 300ms ease;
}

form textarea{
  padding:15px 0 10px !important;
}

form input[type="file"]{
  padding-top:0 !important;
  padding-bottom:0 !important;
  height:50px !important;
  line-height:47px !important;
  cursor:pointer !important;
}

form input[type="file"]::-webkit-file-upload-button{
  width:1px !important;
  height:1px !important;
  line-height:1.1 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  visibility:hidden;
}

form input[type="file"]:before{
  display:inline-block;
  content:'Seleziona file';
  background-color:#ececec;
  border:1px solid #c2c3c5;
  border-radius:3px;
  padding:7px 15px;
  outline:none;
  line-height:1.1 !important;
  white-space:nowrap;
  -webkit-user-select:none;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  transition:border-color 250ms ease,background-color 300ms ease;
}

form input[type="file"]:hover:before{
  border-color:#898989;
}

.en form input[type="file"]:before{
  content:'Select file';
}

form ::placeholder{
  color:rgba(43,43,37,0.5);
}

form .gfield{
  position:relative;
  display:flex;
  width:100%;
  flex-direction:column;
  margin-bottom:20px;
}

form .gfield:last-child{
  margin-bottom:0 !important;
}

form .gfield:not(.acceptance) label{
  display:none;
}

form .gfield:not(.align-top) label{
  align-items:center;
}

form .gfield label .gfield_required{
  display:none;
}

form .gfield:not(.acceptance) .ginput_container{
  display:block;
  width:100%;
  height:50px;
  margin-bottom:0 !important;
}

form .gfield .ginput_container.ginput_container_textarea{
  height:120px;
  min-height:120px;
  max-height:120px;
}

form .gfield.focus-js input:not([type="checkbox"]),
form .gfield.focus-js textarea{
  background-color:#F1F1F1;
  border-color:rgba(24,30,30,0.8) !important;
}

/*form .gform_fields .gfield.third{width:calc(33.33% - 20px);}*/

form .gchoice input{
  position:absolute;
  left:-9999px;
  right:auto;
}

form .gchoice label{
  position:relative;
  display:block;
  border:0 !important;
  padding-left:42px !important;
  line-height:1.2 !important;
  font-size:14px !important;
  font-weight:400 !important;
  color:rgba(43,43,37,0.5) !important;
  transition:color 300ms ease;
  /*font-size:1rem;*/
}

form .gchoice label:before,
form .gchoice label:after{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  bottom:auto;
  left:0;
  right:auto;
  display:inline-flex;
  content:'';
  width:28px;
  height:28px;
  padding:0;
  margin:0;
  border:1px solid var(--color-primary);
  transition:border-color 300ms ease;
}

/* form .gchoice label:after{border:0;opacity:0;transition:opacity 300ms ease;background-repeat:no-repeat;background-position:center center;background-color:var(--color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");} */

form .gchoice label:after{
  border:0;
  opacity:0;
  transition:opacity 300ms ease;
  background-repeat:no-repeat;
  background-size:auto 50%;
  background-position:center center;
  background-color:var(--color-primary);
  background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2LjA4cHgiIGhlaWdodD0iMTMuMDhweCIgdmlld0JveD0iMCAwIDE2LjA4IDEzLjA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNi4wOCAxMy4wOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjEzLjk1LDAgNS4wNCw4LjkyIDIuMTI5LDYgMCw4LjEzMSA0Ljk1LDEzLjA4IDUuMDQsMTIuOTkgNS4xMywxMy4wOCAxNi4wOCwyLjEyOSAiLz4KPC9zdmc+");
}

form .gchoice label a{
  font-size:inherit;
  line-height:inherit;
}

form .gchoice input:focus + label:before{
  outline:2px solid var(--color-primary) !important;
  outline-offset:2px;
}

form .gchoice input:checked + label:before{
  border-color:rgba(24,30,30,0.5) !important;
}

form .gchoice input:checked + label:after{
  opacity:1;
}

form .gfield.radio-inline .gfield_radio{
  display:flex;
  flex-wrap:wrap;
}

form .gfield.radio-inline .gfield_radio .gchoice label{
  width:auto !important;
  padding-right:30px !important;
  white-space:nowrap !important;
}

form .gfield_radio .gchoice label:before,
form .gfield_radio .gchoice label:after{
  border-radius:50px;
}

form .gfield.fixed-height-label label{
  display:block !important;
  margin-bottom:5px;
}

form .gfield.acceptance{
  margin-top:5px;
  margin-bottom:0 !important;
  color:rgba(43,43,37,0.5);
  justify-content:center;
}

form .gfield.acceptance + .gfield.acceptance{
  margin-top:18px;
}

form .gfield.acceptance legend{
  display:none;
}

form .gfield a{
  color:inherit;
  text-decoration:underline;
}

form .gfield.acceptance a:hover{
  text-decoration:none;
}

form .gfield.acceptance .gchoice input:checked + label{
  color:#333333 !important;
}

form .gfield.acceptance .gfield_validation_message{
  right:0;
  text-align:center;
}

.gform_footer{
  padding-top:30px;
  text-align:center;
}

.gform_validation_errors{
  padding:0.8em 1.5em 0.9em;
  margin:0 0 25px;
  font-weight:bold;
  background-color:#f3ddde;
  border:1px solid #870909;
  border-radius:0;
}

.gform_validation_errors .gform_submission_error{
  font-size:inherit;
  padding:0;
  margin:0;
  color:#870909;
}

form .gfield_validation_message{
  position:absolute;
  top:100%;
  left:0;
  right:auto;
  bottom:auto;
  padding-top:0;
  opacity:1;
  margin-top:2px;
  font-size:12px;
  line-height:1.1;
  color:#870909;
}

form .wrapper-button{
  position:relative;
  display:block;
}

form .wrapper-button button:focus{
  outline:2px solid var(--color-primary) !important;
  outline-offset:2px;
}

form .gform_ajax_spinner{
  display:none !important;
}

form .gfield.no-label .gfield_label{
  display:none !important;
}

.footer .gform_validation_errors{
  margin-bottom:20px;
}

.gform_fileupload_rules{
  display:none !important;
  font-size:13px;
  line-height:1.1;
  display:block;
  padding-top:5px;
  opacity:0.6;
}

.gfield_description{
  font-size:70%;
  line-height:1.1;
  display:block;
  padding-top:8px;
  opacity:0.6;
}

form .gform_fields .gfield.gfield_html.section{
  display:block;
  padding-top:40px;
  padding-bottom:0;
}

form .gform_fields .gfield.gfield_html.section:first-child{
  padding-top:0 !important;
}

form .gform_fields .gfield.gfield_html.section strong{
  font-size:1.5em;
  color:#333;
}

form .gfield.gform_hidden{
  display:none !important;
}

/*form#gform_5 .gfield:not(.acceptance) label{width:100px;}
form#gform_5 .gfield:not(.acceptance) .ginput_container{width:calc(100% - 100px);}*/

form#gform_3 .gform_fields .gfield{
  margin-bottom:-1px !important;
}

form#gform_3 input,
form#gform_3 select,
form#gform_3 textarea{
  color:#fff;
  border:1px solid #8c8f8f !important;
}

form#gform_3 .gchoice label{
  color:rgba(255,255,255,0.5) !important;
  font-size:14px !important;
}

form#gform_3 .gchoice label:before,
form#gform_3 .gchoice label:after{
  border-color:#8c8f8f !important
}

form#gform_3 .gchoice input:checked + label{
  color:#FFF !important;
}

form#gform_3 ::placeholder{
  color:rgba(255,255,255,0.5);
}

form#gform_3 .gfield.acceptance{
  margin-top:27px !important;
}

form#gform_3 .gfield.focus-js input:not([type="checkbox"]),
form#gform_3 .gfield.focus-js textarea,
form#gform_3 .gfield.focus-js label{
  background-color:#2f3737;
}

form#gform_3 .gfield:not(.acceptance) .gfield_validation_message{
  top:auto;
  bottom:3px;
  left:10px;
}

#gform_wrapper_3 .gform_validation_errors{
  margin-bottom:25px !important;
}

#gform_wrapper_3 .gform_validation_errors .gform_submission_error{
  font-size:1em !important;
}

#gform_wrapper_3 .gfield_validation_message{
  color:#df9599;
}

form#gform_2 .gfield.acceptance .gchoice label{
  font-size:11px !important;
}

form#gform_4 .gform_fields .gfield{
  margin-bottom:-1px !important;
}

form#gform_4 .gfield.acceptance .gchoice label{
  font-size:13px !important;
}

form#gform_4 .gfield.acceptance{
  margin-top:22px !important;
}

form#gform_4 .gfield:not(.acceptance) .gfield_validation_message{
  top:auto;
  bottom:3px;
  left:10px;
}

#gform_wrapper_4 .gform_validation_errors{
  margin-bottom:25px !important;
}

#gform_wrapper_4 .gform_validation_errors .gform_submission_error{
  font-size:1em !important;
}

@media (min-width: 768px) {
  form input,
    form select{
    padding:8px 0 !important;
  }

  form textarea{
    padding:16px 0 8px !important;
  }

  form input[type="file"]{
    height:65px !important;
    line-height:63px !important;
  }

  form .gform_fields{
    font-size:14px !important;
  }

  form .gfield{
    margin-bottom:21px;
  }

  /* form .gfield:not(.acceptance) .ginput_container{height:55px;} */

  /* form .gfield .ginput_container.ginput_container_textarea{height:150px;min-height:150px;max-height:150px;} */

  form .gfield.acceptance{
    max-width:calc(100% - 280px);
    justify-content:left;
  }

  form .gfield.acceptance + .gfield.acceptance{
    margin-top:0 !important;
  }

  form .gfield.acceptance .gchoice{
    display:flex;
    align-items:center;
    height:52px;
  }

  form .gfield.acceptance.desk-taller .gchoice{
    height:32px;
  }

  form .gfield.acceptance .gfield_validation_message{
    right:auto;
    text-align:left;
  }

  form .gchoice label{
    padding-left:44px !important;
    font-size:14px !important;
  }

  form .gchoice label:before,
    form .gchoice label:after{
    width:30px;
    height:30px;
  }

  .gform_validation_errors{
    margin-bottom:30px;
  }

  .gform_footer{
    position:relative;
    width:100%;
    padding-top:0;
    text-align:left;
  }

  .gform_footer .wrapper-button{
    position:absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:0;
  }

  form .gform_fields .gfield.half{
    width:calc(50% - 15px);
  }

  form .gform_fields .gfield.third{
    width:calc(33.33% - 20px);
  }

  form .gfield.radio-inline .gfield_radio .gchoice label{
    padding-right:40px !important;
  }

  form .acceptance .gfield_validation_message{
    margin-top:-9px;
  }

  form#gform_3 .gfield.acceptance{
    max-width:calc(100% - 160px) !important;
    margin-top:10px !important;
  }

  form#gform_3 .gform_button{
    height:52px;
  }

  form#gform_2 .gfield.acceptance{
    max-width:calc(100% - 230px);
  }

  form#gform_4 .gfield.acceptance{
    max-width:calc(100% - 160px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  form#gform_4 .gform_button{
    width:150px;
    padding-left:0;
    padding-right:0;
  }
}

@media (min-width: 1024px) {
  form input,
    form select{
    padding:9px 0 !important;
  }

  form textarea{
    padding:17px 0 9px !important;
  }

  form input[type="file"]{
    height:65px !important;
    line-height:63px !important;
  }

  form .gform_fields{
    font-size:15px !important;
  }

  form .gfield{
    margin-bottom:22px;
  }

  /* form .gfield:not(.acceptance) .ginput_container{height:60px;} */

  form .gfield .ginput_container.ginput_container_textarea{
    height:150px;
    min-height:150px;
    max-height:150px;
  }

  /* form .gfield .ginput_container.ginput_container_textarea{height:180px;min-height:180px;max-height:180px;} */

  form .gfield.radio-inline .gfield_radio .gchoice label{
    padding-right:50px !important;
  }

  .gform_validation_errors{
    margin-bottom:35px;
  }

  form .gchoice label{
    padding-left:46px !important;
    font-size:15px !important;
  }

  form .gchoice label:before,
    form .gchoice label:after{
    width:32px;
    height:32px;
  }

  form#gform_2 .gfield.acceptance .gchoice label{
    font-size:12px !important;
  }
}

@media (min-width: 1280px) {
  form input,
    form select{
    padding:10px 0 !important;
  }

  form textarea{
    padding:18px 0 10px !important;
  }

  form input[type="file"]{
    height:68px !important;
    line-height:62px !important;
  }

  form .gform_fields{
    font-size:15px !important;
  }

  form .gfield{
    margin-bottom:23px;
  }

  /* form .gfield:not(.acceptance) .ginput_container{height:65px;} */

  /* form .gfield .ginput_container.ginput_container_textarea{height:210px;min-height:210px;max-height:210px;} */

  form .gfield.radio-inline .gfield_radio .gchoice label{
    padding-right:60px !important;
  }

  form .gfield.acceptance .gchoice{
    height:70px;
  }

  form .gfield.acceptance.desk-taller .gchoice{
    height:36px;
  }

  .gform_validation_errors{
    margin-bottom:40px;
  }

  form .gform_fields .gfield.half{
    width:calc(50% - 20px);
  }

  form .gchoice label{
    padding-left:48px !important;
    font-size:15px !important;
  }

  form .gchoice label:before,
    form .gchoice label:after{
    width:34px;
    height:34px;
  }

  form#gform_3 .gform_button{
    height:70px;
  }

  form#gform_2 .gfield.acceptance .gchoice label{
    font-size:13px !important;
  }

  form#gform_4 .gfield.acceptance .gchoice{
    height:61px;
  }

  form#gform_4 .gform_button{
    height:61px;
    padding:0;
  }
}

@media (min-width: 1400px) {
  form input,
    form select{
    padding:11px 0 !important;
  }

  form textarea{
    padding:19px 0 11px !important;
  }

  form .gform_fields{
    font-size:16px !important;
  }

  form .gfield{
    margin-bottom:24px;
  }

  form .gchoice label{
    font-size:16px !important;
  }

  /* form .gfield:not(.acceptance) .ginput_container{height:65px;} */

  /* form .gfield .ginput_container.ginput_container_textarea{height:220px;min-height:220px;max-height:220px;} */

  form .gfield.radio-inline .gfield_radio .gchoice label{
    padding-right:70px !important;
  }

  .gform_validation_errors{
    margin-bottom:45px;
  }
}

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

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

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

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

.before\:-right-px::before {
  content: var(--tw-content);
  right: -1px;
}

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

.before\:-top-3\.5::before {
  content: var(--tw-content);
  top: -0.875rem;
}

.before\:-left-3::before {
  content: var(--tw-content);
  left: -0.75rem;
}

.before\:-top-3::before {
  content: var(--tw-content);
  top: -0.75rem;
}

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

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:flex::before {
  content: var(--tw-content);
  display: flex;
}

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

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

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

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

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

.before\:w-\[78\%\]::before {
  content: var(--tw-content);
  width: 78%;
}

.before\:bg-primary::before {
  content: var(--tw-content);
  background-color: var(--color-primary);
}

.before\:bg-inherit::before {
  content: var(--tw-content);
  background-color: inherit;
}

.before\:shadow-inner-lg::before {
  content: var(--tw-content);
  --tw-shadow: inset 0 10px 10px 0 rgb(0 0 0 / 0.25);
  --tw-shadow-colored: inset 0 10px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:shadow-\[\#222222\]::before {
  content: var(--tw-content);
  --tw-shadow-color: #222222;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.after\:top-\[calc\(100\%-1px\)\]::after {
  content: var(--tw-content);
  top: calc(100% - 1px);
}

.after\:left-\[50\%\]::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:top-\[8px\]::after {
  content: var(--tw-content);
  top: 8px;
}

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

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:-right-px::after {
  content: var(--tw-content);
  right: -1px;
}

.after\:-left-px::after {
  content: var(--tw-content);
  left: -1px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

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

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

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

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

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[60\%\]::after {
  content: var(--tw-content);
  height: 60%;
}

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

.after\:w-\[14px\]::after {
  content: var(--tw-content);
  width: 14px;
}

.after\:w-auto::after {
  content: var(--tw-content);
  width: auto;
}

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

.after\:-translate-x-\[50\%\]::after {
  content: var(--tw-content);
  --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));
}

.after\:border-\[6px\]::after {
  content: var(--tw-content);
  border-width: 6px;
}

.after\:border-\[transparent\]::after {
  content: var(--tw-content);
  border-color: transparent;
}

.after\:border-t-primary::after {
  content: var(--tw-content);
  border-top-color: var(--color-primary);
}

.after\:bg-primary::after {
  content: var(--tw-content);
  background-color: var(--color-primary);
}

.after\:bg-default::after {
  content: var(--tw-content);
  background-color: var(--color-default);
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-default::after {
  content: var(--tw-content);
  --tw-gradient-from: var(--color-default);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.after\:to-\[rgba\(0\2c 0\2c 0\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,0);
}

.after\:opacity-50::after {
  content: var(--tw-content);
  opacity: 0.5;
}

.after\:opacity-40::after {
  content: var(--tw-content);
  opacity: 0.4;
}

.after\:shadow-inner-bottom-lg::after {
  content: var(--tw-content);
  --tw-shadow: inset 0 -10px 10px -0 rgb(0 0 0 / 0.25);
  --tw-shadow-colored: inset 0 -10px 10px -0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:shadow-\[\#222222\]::after {
  content: var(--tw-content);
  --tw-shadow-color: #222222;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

.hover\:bg-primary-hover:hover {
  background-color: var(--color-primary-hover);
}

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

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

.hover\:text-default:hover {
  color: var(--color-default);
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

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

.group:hover .group-hover\:top-\[100\%\] {
  top: 100%;
}

.group:hover .group-hover\:left-2 {
  left: 0.5rem;
}

.group:hover .group-hover\:h-\[calc\(100\%\+2px\)\] {
  height: calc(100% + 2px);
}

.group:hover .group-hover\:w-\[34px\] {
  width: 34px;
}

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

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

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

@media (min-width: 575px) {
  .xs\:h-\[245px\] {
    height: 245px;
  }

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

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

  .xs\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:pb-22 {
    padding-bottom: 5.5rem;
  }

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

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

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

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:text-4\.5xl {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.45rem;
  }

  .xs\:text-1\.5xl {
    font-size: 1.36rem;
    line-height: 2.15rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.95rem;
  }
}

@media (min-width: 640px) {
  .sm\:mr-12 {
    margin-right: 3rem;
  }

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

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

  .sm\:text-5xl {
    font-size: 3.15rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:top-\[60px\] {
    top: 60px;
  }

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

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

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

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[calc\(100vh-60px\)\] {
    height: calc(100vh - 60px);
  }

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

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

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

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

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

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

  .md\:max-h-\[calc\(100vh-130px\)\] {
    max-height: calc(100vh - 130px);
  }

  .md\:min-h-\[calc\(100vh-60px\)\] {
    min-height: calc(100vh - 60px);
  }

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

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

  .md\:w-\[calc\(50vw-1\.75rem\)\] {
    width: calc(50vw - 1.75rem);
  }

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

  .md\:max-w-\[calc\(650px-4rem\)\] {
    max-width: calc(650px - 4rem);
  }

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

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

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

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

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

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

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

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

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

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

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

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

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

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

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

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

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

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

  .md\:pt-17 {
    padding-top: 4.25rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

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

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

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

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

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

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

  .md\:pb-30 {
    padding-bottom: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-6\.5xl {
    font-size: 4.1rem;
    line-height: 1;
  }

  .md\:text-3\.5xl {
    font-size: 1.93rem;
    line-height: 2.45rem;
  }

  .md\:text-1\.5xl {
    font-size: 1.36rem;
    line-height: 2.15rem;
  }

  .md\:text-2xl {
    font-size: 1.45rem;
    line-height: 2.2rem;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.435rem;
  }
}

@media (min-width: 1024px) {
  .lg\:aspect-w-552 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 552;
  }

  .lg\:aspect-w-552 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-285 {
    --tw-aspect-h: 285;
  }

  .lg\:aspect-w-2 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }

  .lg\:aspect-w-2 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-w-8 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 8;
  }

  .lg\:aspect-w-8 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .lg\:aspect-w-9 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 9;
  }

  .lg\:aspect-w-9 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

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

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

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

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

  .lg\:top-\[70px\] {
    top: 70px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

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

  .lg\:h-\[calc\(100vh-70px\)\] {
    height: calc(100vh - 70px);
  }

  .lg\:max-h-\[calc\(100vh-141px\)\] {
    max-height: calc(100vh - 141px);
  }

  .lg\:min-h-\[calc\(100vh-70px\)\] {
    min-height: calc(100vh - 70px);
  }

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

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

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

  .lg\:w-\[calc\(100\%\+\(50vw-5000\%\/27\)\)\] {
    width: calc(100% + (50vw - 5000% / 27));
  }

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

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

  .lg\:w-\[41\.6\%\] {
    width: 41.6%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-\[80vw\] {
    width: 80vw;
  }

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

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

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

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

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

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

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

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

  .lg\:max-w-\[calc\(100\%-4rem\)\] {
    max-width: calc(100% - 4rem);
  }

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

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

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

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

  .lg\:max-w-\[calc\(100\%\/3-2rem\)\] {
    max-width: calc(100% / 3 - 2rem);
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

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

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

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

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

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

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

  .lg\:pb-26 {
    padding-bottom: 6.5rem;
  }

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

  .lg\:pb-22 {
    padding-bottom: 5.5rem;
  }

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

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

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }

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

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

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

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

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

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

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

  .lg\:pt-5\.5 {
    padding-top: 1.38rem;
  }

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

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

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

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

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

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

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

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

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

  .lg\:text-7\.5xl {
    font-size: 5.25rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.6rem;
  }

  .lg\:text-2xl {
    font-size: 1.45rem;
    line-height: 2.2rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.65rem;
    line-height: 2.2rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.435rem;
  }

  .lg\:text-md {
    font-size: 0.925rem;
    line-height: 1.55rem;
  }

  .lg\:text-5xl {
    font-size: 3.15rem;
    line-height: 1;
  }

  .lg\:text-1\.5xl {
    font-size: 1.36rem;
    line-height: 2.15rem;
  }

  .lg\:\!opacity-100 {
    opacity: 1 !important;
  }

  .before\:lg\:-top-4\.5::before {
    content: var(--tw-content);
    top: -1.08rem;
  }

  .before\:lg\:-left-4::before {
    content: var(--tw-content);
    left: -1rem;
  }

  .before\:lg\:-top-4::before {
    content: var(--tw-content);
    top: -1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-\[9px\] {
    right: 9px;
  }

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

  .xl\:top-\[80px\] {
    top: 80px;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

  .xl\:mt-4\.5 {
    margin-top: 1.08rem;
  }

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

  .xl\:ml-4\.5 {
    margin-left: 1.08rem;
  }

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
  }

  .xl\:max-h-\[calc\(100vh-183px\)\] {
    max-height: calc(100vh - 183px);
  }

  .xl\:min-h-\[calc\(100vh-80px\)\] {
    min-height: calc(100vh - 80px);
  }

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

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

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

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

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

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

  .xl\:w-\[calc\(50vw-3rem\)\] {
    width: calc(50vw - 3rem);
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[calc\(100\%-6rem\)\] {
    max-width: calc(100% - 6rem);
  }

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

  .xl\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .xl\:max-w-\[calc\(100\%\/3-3rem\)\] {
    max-width: calc(100% / 3 - 3rem);
  }

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

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

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
    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));
  }

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

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

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

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

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

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

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

  .xl\:py-7\.5 {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }

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

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

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

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

  .xl\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xl\:pb-26 {
    padding-bottom: 6.5rem;
  }

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

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

  .xl\:pb-4\.5 {
    padding-bottom: 1.08rem;
  }

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

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

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

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

  .xl\:pr-12 {
    padding-right: 3rem;
  }

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

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

  .xl\:pt-26 {
    padding-top: 6.5rem;
  }

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

  .xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl\:pl-13 {
    padding-left: 3.25rem;
  }

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

  .xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

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

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

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

  .xl\:pb-5\.5 {
    padding-bottom: 1.38rem;
  }

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

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

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

  .xl\:pb-6\.5 {
    padding-bottom: 1.6rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

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

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

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:text-8\.5xl {
    font-size: 6.75rem;
    line-height: 1;
  }

  .xl\:text-md {
    font-size: 0.925rem;
    line-height: 1.55rem;
  }

  .xl\:text-4\.5xl {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

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

  .xl\:text-2\.5xl {
    font-size: 1.65rem;
    line-height: 2.2rem;
  }

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

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

  .xl\:text-2xl {
    font-size: 1.45rem;
    line-height: 2.2rem;
  }

  .xl\:text-1\.5xl {
    font-size: 1.36rem;
    line-height: 2.15rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .xl\:text-5\.5xl {
    font-size: 3.45rem;
    line-height: 1;
  }

  .xl\:\!leading-17 {
    line-height: 1.7 !important;
  }

  .before\:xl\:-top-5\.5::before {
    content: var(--tw-content);
    top: -1.38rem;
  }

  .before\:xl\:-left-5::before {
    content: var(--tw-content);
    left: -1.25rem;
  }

  .before\:xl\:-top-5::before {
    content: var(--tw-content);
    top: -1.25rem;
  }

  .group:hover .group-hover\:xl\:w-\[38px\] {
    width: 38px;
  }
}

@media (min-width: 1366px) {
  .desk\:flex {
    display: flex;
  }

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

@media (min-width: 1440px) {
  .\31\.5xl\:mx-5\.5 {
    margin-left: 1.38rem;
    margin-right: 1.38rem;
  }

  .\31\.5xl\:mr-11 {
    margin-right: 2.75rem;
  }

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

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

  .\31\.5xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\31\.5xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .\31\.5xl\:-mt-16 {
    margin-top: -4rem;
  }

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

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

  .\31\.5xl\:h-52 {
    height: 13rem;
  }

  .\31\.5xl\:h-\[550px\] {
    height: 550px;
  }

  .\31\.5xl\:w-52 {
    width: 13rem;
  }

  .\31\.5xl\:w-\[148px\] {
    width: 148px;
  }

  .\31\.5xl\:max-w-\[964px\] {
    max-width: 964px;
  }

  .\31\.5xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .\31\.5xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\31\.5xl\:py-4\.5 {
    padding-top: 1.08rem;
    padding-bottom: 1.08rem;
  }

  .\31\.5xl\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .\31\.5xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\31\.5xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .\31\.5xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\31\.5xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\31\.5xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .\31\.5xl\:pt-24 {
    padding-top: 6rem;
  }

  .\31\.5xl\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .\31\.5xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\31\.5xl\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .\31\.5xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\31\.5xl\:pb-6\.5 {
    padding-bottom: 1.6rem;
  }

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

  .\31\.5xl\:pb-4\.5 {
    padding-bottom: 1.08rem;
  }

  .\31\.5xl\:pt-12 {
    padding-top: 3rem;
  }

  .\31\.5xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\31\.5xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\31\.5xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\31\.5xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .\31\.5xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .\31\.5xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\31\.5xl\:pr-20 {
    padding-right: 5rem;
  }

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

  .\31\.5xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\31\.5xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .\31\.5xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\31\.5xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\31\.5xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\31\.5xl\:pt-6\.5 {
    padding-top: 1.6rem;
  }

  .\31\.5xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\31\.5xl\:pl-8 {
    padding-left: 2rem;
  }

  .\31\.5xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\31\.5xl\:pt-7\.5 {
    padding-top: 1.85rem;
  }

  .\31\.5xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\31\.5xl\:text-9\.5xl {
    font-size: 8.25rem;
    line-height: 1;
  }

  .\31\.5xl\:text-5xl {
    font-size: 3.15rem;
    line-height: 1;
  }

  .\31\.5xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.45rem;
  }

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

  .\31\.5xl\:text-3\.5xl {
    font-size: 1.93rem;
    line-height: 2.45rem;
  }

  .\31\.5xl\:text-2\.5xl {
    font-size: 1.65rem;
    line-height: 2.2rem;
  }

  .\31\.5xl\:text-2xl {
    font-size: 1.45rem;
    line-height: 2.2rem;
  }

  .\31\.5xl\:tracking-\[0\.7rem\] {
    letter-spacing: 0.7rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:top-\[90px\] {
    top: 90px;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

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

  .\32xl\:h-\[calc\(100vh-90px\)\] {
    height: calc(100vh - 90px);
  }

  .\32xl\:max-h-\[calc\(100vh-209px\)\] {
    max-height: calc(100vh - 209px);
  }

  .\32xl\:min-h-\[calc\(100vh-90px\)\] {
    min-height: calc(100vh - 90px);
  }

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

  .\32xl\:w-\[calc\(50vw-3\.5rem\)\] {
    width: calc(50vw - 3.5rem);
  }

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

  .\32xl\:max-w-\[calc\(1552px-7rem\)\] {
    max-width: calc(1552px - 7rem);
  }

  .\32xl\:max-w-\[calc\(100\%\/3-3\.5rem\)\] {
    max-width: calc(100% / 3 - 3.5rem);
  }

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

  .\32xl\: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));
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-5\.5 {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

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

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

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

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

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

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

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .\32xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pt-17 {
    padding-top: 4.25rem;
  }

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

  .\32xl\:text-4\.5xl {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.45rem;
  }
}

@media (min-width: 1600px) {
  .\32\.5xl\:top-\[100px\] {
    top: 100px;
  }

  .\32\.5xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32\.5xl\:mr-13 {
    margin-right: 3.25rem;
  }

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

  .\32\.5xl\:mt-5\.5 {
    margin-top: 1.38rem;
  }

  .\32\.5xl\:ml-5\.5 {
    margin-left: 1.38rem;
  }

  .\32\.5xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32\.5xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32\.5xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32\.5xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .\32\.5xl\:flex {
    display: flex;
  }

  .\32\.5xl\:h-58 {
    height: 14.5rem;
  }

  .\32\.5xl\:h-\[100px\] {
    height: 100px;
  }

  .\32\.5xl\:h-\[645px\] {
    height: 645px;
  }

  .\32\.5xl\:h-\[calc\(100vh-100px\)\] {
    height: calc(100vh - 100px);
  }

  .\32\.5xl\:max-h-\[calc\(100vh-219px\)\] {
    max-height: calc(100vh - 219px);
  }

  .\32\.5xl\:min-h-\[calc\(100vh-100px\)\] {
    min-height: calc(100vh - 100px);
  }

  .\32\.5xl\:w-58 {
    width: 14.5rem;
  }

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

  .\32\.5xl\:w-\[162px\] {
    width: 162px;
  }

  .\32\.5xl\:w-\[12px\] {
    width: 12px;
  }

  .\32\.5xl\:min-w-\[12px\] {
    min-width: 12px;
  }

  .\32\.5xl\:max-w-\[1072px\] {
    max-width: 1072px;
  }

  .\32\.5xl\:max-w-\[calc\(100\%\/3-4\.5rem\)\] {
    max-width: calc(100% / 3 - 4.5rem);
  }

  .\32\.5xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\32\.5xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32\.5xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .\32\.5xl\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

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

  .\32\.5xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32\.5xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32\.5xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32\.5xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32\.5xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32\.5xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .\32\.5xl\:pt-26 {
    padding-top: 6.5rem;
  }

  .\32\.5xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .\32\.5xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32\.5xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32\.5xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32\.5xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32\.5xl\:pb-5\.5 {
    padding-bottom: 1.38rem;
  }

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

  .\32\.5xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32\.5xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32\.5xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32\.5xl\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .\32\.5xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .\32\.5xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .\32\.5xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32\.5xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32\.5xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\32\.5xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .\32\.5xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32\.5xl\:pb-6\.5 {
    padding-bottom: 1.6rem;
  }

  .\32\.5xl\:pr-30 {
    padding-right: 7.5rem;
  }

  .\32\.5xl\:pl-30 {
    padding-left: 7.5rem;
  }

  .\32\.5xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32\.5xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .\32\.5xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32\.5xl\:text-10xl {
    font-size: 9rem;
    line-height: 1;
  }

  .\32\.5xl\:text-base {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .\32\.5xl\:text-5\.5xl {
    font-size: 3.45rem;
    line-height: 1;
  }

  .\32\.5xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.6rem;
  }

  .\32\.5xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.45rem;
  }

  .\32\.5xl\:text-2\.5xl {
    font-size: 1.65rem;
    line-height: 2.2rem;
  }

  .\32\.5xl\:\!leading-18 {
    line-height: 1.8 !important;
  }

  .\32\.5xl\:tracking-\[0\.9rem\] {
    letter-spacing: 0.9rem;
  }
}

@media (min-width: 1681px) {
  .\33xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .\33xl\:mt-6\.5 {
    margin-top: 1.6rem;
  }

  .\33xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .\33xl\:pb-7\.5 {
    padding-bottom: 1.85rem;
  }

  .\33xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .\33xl\:pb-5\.5 {
    padding-bottom: 1.38rem;
  }

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

  .\33xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

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

  .\33xl\:pb-4\.5 {
    padding-bottom: 1.08rem;
  }

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

@media (min-width: 1760px) {
  .\33\.5xl\:mx-6\.5 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .\33\.5xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .\33\.5xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .\33\.5xl\:w-\[174px\] {
    width: 174px;
  }

  .\33\.5xl\:max-w-\[1174px\] {
    max-width: 1174px;
  }

  .\33\.5xl\:max-w-\[calc\(100\%\/3-5\.5rem\)\] {
    max-width: calc(100% / 3 - 5.5rem);
  }

  .\33\.5xl\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .\33\.5xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\33\.5xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\33\.5xl\:pt-28 {
    padding-top: 7rem;
  }

  .\33\.5xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .\33\.5xl\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .\33\.5xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .\33\.5xl\:pt-38 {
    padding-top: 9.5rem;
  }

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

  .\33\.5xl\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .\33\.5xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\33\.5xl\:pt-16 {
    padding-top: 4rem;
  }

  .\33\.5xl\:pb-5\.5 {
    padding-bottom: 1.38rem;
  }

  .\33\.5xl\:pt-8 {
    padding-top: 2rem;
  }

  .\33\.5xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\33\.5xl\:pr-40 {
    padding-right: 10rem;
  }

  .\33\.5xl\:pl-40 {
    padding-left: 10rem;
  }

  .\33\.5xl\:pl-22 {
    padding-left: 5.5rem;
  }

  .\33\.5xl\:pb-18 {
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 1920px) {
  .\34xl\:max-w-\[1280px\] {
    max-width: 1280px;
  }

  .\34xl\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .\34xl\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .\34xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .\34xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\34xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .\34xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .\34xl\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .\34xl\:pr-46 {
    padding-right: 11.5rem;
  }

  .\34xl\:pl-46 {
    padding-left: 11.5rem;
  }

  .\34xl\:pt-17 {
    padding-top: 4.25rem;
  }
}
