@import url('https://use.typekit.net/iwl3rwd.css');
/*
Theme Name: Accert
Author: Inoke srl
Author URI: https://inoke.studio
Version: 1.0
License: All rights reserved
Text Domain: domopro
*/
/*@import 'editor.scss';*/
/* font */
.font-thin {
    font-variation-settings: "opsz"6, "slnt"0, "wght"100 !important;
}
.font-extralight {
    font-variation-settings: "opsz"6, "slnt"0, "wght"200 !important;
}
.font-light {
    font-variation-settings: "opsz"6, "slnt"0, "wght"300 !important;
}
.font-regular {
    font-variation-settings: "opsz"6, "slnt"0, "wght"400 !important;
}
.font-medium {
    font-variation-settings: "opsz"6, "slnt"0, "wght"500 !important;
}
.font-bold {
    font-variation-settings: "opsz"6, "slnt"0, "wght"700 !important;
}
strong,
.font-extrabold {
    font-variation-settings: "opsz"6, "slnt"0, "wght"800 !important;
}
.font-black {
    font-variation-settings: "opsz"6, "slnt"0, "wght"900 !important;
}
/* font italic */
.font-thin .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"100;
}
.font-extralight .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"200 !important;
}
.font-light .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"300 !important;
}
.font-regular .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"400 !important;
}
.font-medium .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"500 !important;
}
.font-bold .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"700 !important;
}
.font-extrabold .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"800 !important;
}
.font-black .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"900 !important;
}
/*
! tailwindcss v3.4.3 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
}
@media (min-width: 640px){
    .container{
        max-width: 640px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1152px){
    .container{
        max-width: 1152px;
    }
}
@media (min-width: 1280px){
    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1536px){
    .container{
        max-width: 1536px;
    }
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.bottom-0{
    bottom: 0px;
}
.bottom-\[4px\]{
    bottom: 4px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.top-0{
    top: 0px;
}
.-z-10{
    z-index: -10;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[60\]{
    z-index: 60;
}
.z-\[999\]{
    z-index: 999;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-\[25px\]{
    margin-top: 25px;
    margin-bottom: 25px;
}
.mb-\[32px\]{
    margin-bottom: 32px;
}
.mb-\[5vh\]{
    margin-bottom: 5vh;
}
.mb-\[clamp\(20px\2c 16\.5217px\+1\.087vw\2c 30px\)\]{
    margin-bottom: clamp(20px,16.5217px + 1.087vw,30px);
}
.mb-\[clamp\(30px\2c 23\.0435px\+2\.1739vw\2c 50px\)\]{
    margin-bottom: clamp(30px,23.0435px + 2.1739vw,50px);
}
.mb-\[clamp\(30px\2c 9\.8261px\+6\.3043vw\2c 88px\)\]{
    margin-bottom: clamp(30px,9.8261px + 6.3043vw,88px);
}
.ml-auto{
    margin-left: auto;
}
.mt-0{
    margin-top: 0px;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-7{
    margin-top: 1.75rem;
}
.mt-\[30px\]{
    margin-top: 30px;
}
.mt-\[40px\]{
    margin-top: 40px;
}
.mt-\[60px\]{
    margin-top: 60px;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.h-\[100vh\]{
    height: 100vh;
}
.h-\[100vw\]{
    height: 100vw;
}
.h-\[104px\]{
    height: 104px;
}
.h-\[120px\]{
    height: 120px;
}
.h-\[125\%\]{
    height: 125%;
}
.h-\[14px\]{
    height: 14px;
}
.h-\[170px\]{
    height: 170px;
}
.h-\[17px\]{
    height: 17px;
}
.h-\[30px\]{
    height: 30px;
}
.h-\[50px\]{
    height: 50px;
}
.h-\[59px\]{
    height: 59px;
}
.h-\[73px\]{
    height: 73px;
}
.h-\[75px\]{
    height: 75px;
}
.h-\[calc\(100vw\+2px\)\]{
    height: calc(100vw + 2px);
}
.h-\[clamp\(180px\2c 100px\+25vw\2c 410px\)\]{
    height: clamp(180px,100px + 25vw,410px);
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.h-svh{
    height: 100svh;
}
.min-h-\[100vh\]{
    min-height: 100vh;
}
.-w--fluid-200-250{
    width: clamp(12.5rem, 11.413rem + 5.4348vw, 15.625rem);
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[16px\]{
    width: 16px;
}
.w-\[26px\]{
    width: 26px;
}
.w-\[27px\]{
    width: 27px;
}
.w-\[33px\]{
    width: 33px;
}
.w-\[38px\]{
    width: 38px;
}
.w-\[50px\]{
    width: 50px;
}
.w-\[clamp\(53px\2c _27\.9565px_\+_7\.8261vw\2c _125px\)\]{
    width: clamp(53px, 27.9565px + 7.8261vw, 125px);
}
.w-full{
    width: 100%;
}
.w-max{
    width: max-content;
}
.w-screen{
    width: 100vw;
}
.max-w-\[1014px\]{
    max-width: 1014px;
}
.max-w-\[1024px\]{
    max-width: 1024px;
}
.max-w-\[1565px\]{
    max-width: 1565px;
}
.max-w-\[200px\]{
    max-width: 200px;
}
.max-w-\[640px\]{
    max-width: 640px;
}
.max-w-\[875px\]{
    max-width: 875px;
}
.max-w-\[clamp\(188px\2c 34\.2609px\+48\.0435vw\2c 630px\)\]{
    max-width: clamp(188px,34.2609px + 48.0435vw,630px);
}
.max-w-\[clamp\(200px\2c 182\.6087px\+5\.4348vw\2c 250px\)\]{
    max-width: clamp(200px,182.6087px + 5.4348vw,250px);
}
.flex-1{
    flex: 1 1 0%;
}
.-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-\[0px\]{
    --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));
}
.-translate-y-\[55px\]{
    --tw-translate-y: -55px;
    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-full{
    --tw-translate-y: 100%;
    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));
}
.resize{
    resize: both;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-0{
    gap: 0px;
}
.gap-6{
    gap: 1.5rem;
}
.gap-\[10px\]{
    gap: 10px;
}
.gap-\[17px\]{
    gap: 17px;
}
.gap-\[45px\]{
    gap: 45px;
}
.self-start{
    align-self: flex-start;
}
.rounded-full{
    border-radius: 9999px;
}
.bg-\[\#F7F7F5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 245 / var(--tw-bg-opacity));
}
.bg-\[var\(--colore\)\]{
    background-color: var(--colore);
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 22 / var(--tw-bg-opacity));
}
.bg-green{
    --tw-bg-opacity: 1;
    background-color: rgb(77 184 160 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[center_center\]{
    background-position: center center;
}
.object-cover{
    object-fit: cover;
}
.object-right{
    object-position: right;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-\[17px\]{
    padding-top: 17px;
    padding-bottom: 17px;
}
.py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-\[clamp\(60px\2c 25\.2174px\+10\.8696vw\2c 160px\)\]{
    padding-top: clamp(60px,25.2174px + 10.8696vw,160px);
    padding-bottom: clamp(60px,25.2174px + 10.8696vw,160px);
}
.pb-0{
    padding-bottom: 0px;
}
.pb-\[22px\]{
    padding-bottom: 22px;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pb-\[5vh\]{
    padding-bottom: 5vh;
}
.pb-\[60px\]{
    padding-bottom: 60px;
}
.pb-\[clamp\(60px\2c 25\.2174px\+10\.8696vw\2c 160px\)\]{
    padding-bottom: clamp(60px,25.2174px + 10.8696vw,160px);
}
.pl-0{
    padding-left: 0px;
}
.pl-\[40px\]{
    padding-left: 40px;
}
.pr-2{
    padding-right: 0.5rem;
}
.pr-\[30px\]{
    padding-right: 30px;
}
.pt-0{
    padding-top: 0px;
}
.pt-14{
    padding-top: 3.5rem;
}
.pt-\[10vw\]{
    padding-top: 10vw;
}
.pt-\[5vh\]{
    padding-top: 5vh;
}
.pt-\[60px\]{
    padding-top: 60px;
}
.pt-\[clamp\(60px\2c 35\.6522px\+7\.6087vw\2c 130px\)\]{
    padding-top: clamp(60px,35.6522px + 7.6087vw,130px);
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.-text--fluid-22-46{
    font-size: clamp(22px, 13.6522px + 2.6087vw, 46px);
}
.text-\[11px\]{
    font-size: 11px;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[13px\]{
    font-size: 13px;
}
.text-\[18px\]{
    font-size: 18px;
}
.text-\[clamp\(11px\2c 10\.3043px\+0\.2174vw\2c 13px\)\]{
    font-size: clamp(11px,10.3043px + 0.2174vw,13px);
}
.text-\[clamp\(11px\2c 8\.5652px\+0\.7609vw\2c 18px\)\]{
    font-size: clamp(11px,8.5652px + 0.7609vw,18px);
}
.text-\[clamp\(15px\2c 13\.9565px\+0\.3261vw\2c 18px\)\]{
    font-size: clamp(15px,13.9565px + 0.3261vw,18px);
}
.text-\[clamp\(18px\2c 13\.8261px\+1\.3043vw\2c 30px\)\]{
    font-size: clamp(18px,13.8261px + 1.3043vw,30px);
}
.text-\[clamp\(22px\2c 18\.5217px\+1\.087vw\2c 32px\)\]{
    font-size: clamp(22px,18.5217px + 1.087vw,32px);
}
.text-\[clamp\(28px\2c 21\.7391px\+1\.9565vw\2c 46px\)\]{
    font-size: clamp(28px,21.7391px + 1.9565vw,46px);
}
.text-\[clamp\(28px\2c 23\.1304px\+1\.5217vw\2c 42px\)\]{
    font-size: clamp(28px,23.1304px + 1.5217vw,42px);
}
.text-\[clamp\(28px\2c 24\.5217px\+1\.087vw\2c 38px\)\]{
    font-size: clamp(28px,24.5217px + 1.087vw,38px);
}
.font-black{
    font-weight: 900;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.uppercase{
    text-transform: uppercase;
}
.leading-\[1\.15\]{
    line-height: 1.15;
}
.leading-\[1\.25\]{
    line-height: 1.25;
}
.leading-\[1\.7\]{
    line-height: 1.7;
}
.leading-\[2\.5\]{
    line-height: 2.5;
}
.leading-\[calc\(34\/28\)\]{
    line-height: calc(34 / 28);
}
.leading-\[calc\(47\/32\)\]{
    line-height: calc(47 / 32);
}
.leading-\[calc\(59\/46\)\]{
    line-height: calc(59 / 46);
}
.tracking-\[0\.5px\]{
    letter-spacing: 0.5px;
}
.tracking-\[1px\]{
    letter-spacing: 1px;
}
.tracking-\[calc\(40\/28\)\]{
    letter-spacing: calc(40 / 28);
}
.tracking-\[calc\(42px\/40\)\]{
    letter-spacing: calc(42px / 40);
}
.tracking-\[calc\(46px\/40\)\]{
    letter-spacing: calc(46px / 40);
}
.text-\[\#4D4D4D\]{
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-\[var\(--colore\)\]{
    color: var(--colore);
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(23 23 22 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.opacity-0{
    opacity: 0;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
    --tw-blur: blur(8px);
    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);
}
.invert{
    --tw-invert: invert(100%);
    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);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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;
}
.duration-1000{
    transition-duration: 1000ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[background\:linear-gradient\(0deg\2c _\#FFFFFF_0\%\2c _\#F6F6F5_100\%\)\]{
    background: linear-gradient(0deg, #FFFFFF 0%, #F6F6F5 100%);
}
.\[background\:linear-gradient\(0deg\2c _rgba\(238\2c 238\2c 235\2c 0\)_0\%\2c _rgba\(238\2c 238\2c 235\2c 0\.5\)_35\%\)\]{
    background: linear-gradient(0deg, rgba(238,238,235,0) 0%, rgba(238,238,235,0.5) 35%);
}
.\[background\:linear-gradient\(0deg\2c _rgba\(77\2c 184\2c 160\2c 1\)_0\%\2c _rgba\(77\2c 184\2c 160\2c 0\)_50\%\)\]{
    background: linear-gradient(0deg, rgba(77,184,160,1) 0%, rgba(77,184,160,0) 50%);
}
.\[background\:linear-gradient\(180deg\2c _rgba\(238\2c 238\2c 235\2c 0\)_0\%\2c _rgba\(238\2c 238\2c 235\2c 0\.5\)_35\%\)\]{
    background: linear-gradient(180deg, rgba(238,238,235,0) 0%, rgba(238,238,235,0.5) 35%);
}
.\[border-bottom\:1px_solid_rgba\(112\2c 112\2c 112\2c 0\.5\)\]{
    border-bottom: 1px solid rgba(112,112,112,0.5);
}
.\[border-bottom\:1px_solid_rgba\(255\2c 255\2c 255\2c 0\.25\)\]{
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.\[border-bottom\:4px_solid_\#EEEEEB\]{
    border-bottom: 4px solid #EEEEEB;
}
.\[border-top\:1px_solid_rgba\(112\2c 112\2c 112\2c 0\.5\)\]{
    border-top: 1px solid rgba(112,112,112,0.5);
}
.\[border-top\:2px_solid_\#EEEEEB\]{
    border-top: 2px solid #EEEEEB;
}
.\[border\:2px_solid_rgba\(23\2c 23\2c 32\2c 0\.5\)\]{
    border: 2px solid rgba(23,23,32,0.5);
}
.\[border\:2px_solid_rgba\(231\2c 231\2c 231\2c 0\.5\)\]{
    border: 2px solid rgba(231,231,231,0.5);
}
.\[clip-path\:polygon\(0\%_100\%\2c 50\%_0\%\2c 100\%_100\%\)\]{
    clip-path: polygon(0% 100%,50% 0%,100% 100%);
}
.\[grid-template-columns\:38px_1fr\]{
    grid-template-columns: 38px 1fr;
}
/* body */
body {
    font-family: adelphi-pe-variable, sans-serif;
    font-variation-settings: "opsz"6, "slnt"0, "wght"400;
    font-size: clamp(15px, 13.9565px + 0.3261vw, 18px);
    overflow-x: hidden;
    line-height: calc(32 / 18);
    --tw-text-opacity: 1;
    color: rgb(70 70 69 / var(--tw-text-opacity));
}
body.lock{
    overflow: hidden !important;
}
/* header */
header nav ul li:not(:first-child){
    margin-left: calc(60vw / 19.2);
}
header nav ul li.contatti{
    margin-left: calc(187vw / 19.2);
}
header nav ul li a::after{
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 14px;
    width: 33px;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(77 184 160 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    clip-path: polygon(0% 100%,50% 0%,100% 100%);
    content: "";
}
header nav ul li a:hover::after{
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
/* elementi html */
svg{
    display: block;
    height: auto;
    width: 100%;
}
/* generali */
.boxed{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1374px;
}
.columns-2>p{
    margin-bottom: 1.75rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.metodi-applicazione svg{
    display: block;
    height: clamp(30px,19.5652px + 3.2609vw,60px);
    width: clamp(30px,19.5652px + 3.2609vw,60px);
}
.metodi-applicazione svg path {
    fill: var(--colore);
}
.icona-caratteristica svg{
    display: block;
    height: 30px;
    width: auto;
    --tw-translate-x: var(--t);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
    .icona-caratteristica svg{
        height: 60px;
        --tw-translate-x: 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));
    }
}
.icona-caratteristica svg path {
    fill: var(--colore);
}
.icona-sardegna svg path {
    fill: var(--colore);
}
.btn-scheda{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 35px;
    width: 216px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background-color: var(--colore);
    border: 2px solid var(--colore);
    font-variation-settings: "opsz"6, "slnt"0, "wght"800;
}
.btn-scheda .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"800;
}
.btn-scheda:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: var(--colore);
}
@media (min-width: 1024px){
    .btn-scheda{
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(23 23 22 / var(--tw-text-opacity));
    }
}
/* form contatto */
.form-contatto form{
    display: grid;
    gap: 1.25rem;
}
.form-contatto .form-contatto-col1{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}
.form-contatto .form-contatto-col2{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}
@media (min-width: 768px){
    .form-contatto .form-contatto-col2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.form-contatto .form-contatto-col1 div.send p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.form-contatto .form-contatto-col1 div.send p .wpcf7-spinner{
    margin-left: auto;
    margin-right: auto;
}
.wpcf7-not-valid{
    --tw-border-opacity: 1 !important;
    border-color: rgb(172 54 54 / var(--tw-border-opacity)) !important;
}
.form-contatto input,
.form-contatto textarea{
    height: 60px;
    width: 100%;
    resize: none;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / 0);
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-variation-settings: "opsz"6, "slnt"0, "wght"300;
}
.form-contatto input .italic,
.form-contatto textarea .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"300;
}
.form-contatto input:focus,
.form-contatto textarea:focus{
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.form-contatto textarea{
    height: 212px;
    padding: 30px;
}
.form-contatto input[type="checkbox"] {
	all: unset;
	position: relative;
	margin-top: 0.25rem;
	box-sizing: border-box;
	height: 27px;
	width: 27px;
	border-radius: 9999px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	background-color: rgb(255 255 255 / 0);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.form-contatto input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	height: 13px;
	width: 13px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(23 23 22 / var(--tw-bg-opacity));
}
.form-contatto input[type="submit"]{
    margin-top: 30px;
    width: 100%;
    cursor: pointer;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-variation-settings: "opsz"6, "slnt"0, "wght"700;
}
.form-contatto input[type="submit"] .italic {
    font-variation-settings: "opsz"6, "slnt"-9.5, "wght"700;
}
@media (min-width: 768px){
    .form-contatto input[type="submit"]{
        margin-top: 50px;
        width: auto;
        min-width: 465px;
        font-size: 23px;
        line-height: 1;
    }
}
.form-contatto form.sent input[type="submit"]{
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(77 184 160 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(77 184 160 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.form-contatto .wpcf7-not-valid-tip{
    display: none !important;
}
.form-contatto .wpcf7-acceptance .wpcf7-list-item{
    margin: 0px;
    max-width: 821px;
}
.form-contatto .wpcf7-acceptance .wpcf7-list-item label{
    display: grid;
    cursor: pointer;
    gap: 1rem;
    font-size: 13px;
    line-height: 1.5rem;
}
@media (min-width: 768px){
    .form-contatto .wpcf7-acceptance .wpcf7-list-item label{
        font-size: 16px;
        line-height: 2rem;
    }
}
.form-contatto .wpcf7-acceptance .wpcf7-list-item label {
	grid-template-columns: max-content 1fr;
}
.form-contatto .wpcf7-acceptance .wpcf7-list-item label a{
    text-decoration-line: underline;
}
.form-contatto .wpcf7 form .wpcf7-response-output{
    margin: 0px;
    border-style: none;
    padding: 0px;
    text-align: center;
}
/* google recaptcha */
.grecaptcha-badge {
    opacity: 0 !important;
    pointer-events: none !important;
}
.first\:\[border-top\:1px_solid_rgba\(255\2c 255\2c 255\2c 0\.25\)\]:first-child{
    border-top: 1px solid rgba(255,255,255,0.25);
}
.last\:\[border-bottom\:none\]:last-child{
    border-bottom: none;
}
.hover\:opacity-60:hover{
    opacity: 0.6;
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
@media (min-width: 768px){
    .md\:absolute{
        position: absolute;
    }
    .md\:bottom-1\/2{
        bottom: 50%;
    }
    .md\:right-\[clamp\(20px\2c 5\.3913px\+4\.5652vw\2c 62px\)\]{
        right: clamp(20px,5.3913px + 4.5652vw,62px);
    }
    .md\:ml-0{
        margin-left: 0px;
    }
    .md\:ml-\[50vw\]{
        margin-left: 50vw;
    }
    .md\:mt-\[60px\]{
        margin-top: 60px;
    }
    .md\:block{
        display: block;
    }
    .md\:flex{
        display: flex;
    }
    .md\:grid{
        display: grid;
    }
    .md\:hidden{
        display: none;
    }
    .md\:h-\[40vh\]{
        height: 40vh;
    }
    .md\:min-h-\[560px\]{
        min-height: 560px;
    }
    .md\:min-h-\[768px\]{
        min-height: 768px;
    }
    .md\:min-h-\[800px\]{
        min-height: 800px;
    }
    .md\:max-w-\[686px\]{
        max-width: 686px;
    }
    .md\:flex-1{
        flex: 1 1 0%;
    }
    .md\: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));
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row{
        flex-direction: row;
    }
    .md\:items-end{
        align-items: flex-end;
    }
    .md\:items-center{
        align-items: center;
    }
    .md\:justify-end{
        justify-content: flex-end;
    }
    .md\:justify-center{
        justify-content: center;
    }
    .md\:gap-\[clamp\(24px\2c -2\.4348px\+8\.2609vw\2c 100px\)\]{
        gap: clamp(24px,-2.4348px + 8.2609vw,100px);
    }
    .md\:pb-\[120px\]{
        padding-bottom: 120px;
    }
    .md\:pb-\[30px\]{
        padding-bottom: 30px;
    }
    .md\:pl-\[56px\]{
        padding-left: 56px;
    }
    .md\:pr-\[56px\]{
        padding-right: 56px;
    }
    .md\:pt-0{
        padding-top: 0px;
    }
    .md\:pt-\[40px\]{
        padding-top: 40px;
    }
    .md\:text-left{
        text-align: left;
    }
    .md\:text-\[14px\]{
        font-size: 14px;
    }
    .md\:font-extrabold{
        font-weight: 800;
    }
    .md\:tracking-\[0\]{
        letter-spacing: 0;
    }
    .md\:\[background\:linear-gradient\(0deg\2c _\#FFFFFF_0\%\2c _\#F6F6F5_100\%\)\]{
        background: linear-gradient(0deg, #FFFFFF 0%, #F6F6F5 100%);
    }
    .md\:hover\:\[border\:2px_solid_rgba\(231\2c 231\2c 231\2c 1\)\]:hover{
        border: 2px solid rgba(231,231,231,1);
    }
}
@media (min-width: 1024px){
    .lg\:absolute{
        position: absolute;
    }
    .lg\:bottom-0{
        bottom: 0px;
    }
    .lg\:bottom-\[calc\(20vh-50px\)\]{
        bottom: calc(20vh - 50px);
    }
    .lg\:left-0{
        left: 0px;
    }
    .lg\:left-1\/2{
        left: 50%;
    }
    .lg\:right-0{
        right: 0px;
    }
    .lg\:right-\[clamp\(20px\2c 5\.3913px\+4\.5652vw\2c 62px\)\]{
        right: clamp(20px,5.3913px + 4.5652vw,62px);
    }
    .lg\:top-0{
        top: 0px;
    }
    .lg\:mb-0{
        margin-bottom: 0px;
    }
    .lg\:mb-2{
        margin-bottom: 0.5rem;
    }
    .lg\:mb-5{
        margin-bottom: 1.25rem;
    }
    .lg\:mt-0{
        margin-top: 0px;
    }
    .lg\:mt-3{
        margin-top: 0.75rem;
    }
    .lg\:mt-\[100px\]{
        margin-top: 100px;
    }
    .lg\:block{
        display: block;
    }
    .lg\:flex{
        display: flex;
    }
    .lg\:grid{
        display: grid;
    }
    .lg\:hidden{
        display: none;
    }
    .lg\:aspect-auto{
        aspect-ratio: auto;
    }
    .lg\:h-\[93px\]{
        height: 93px;
    }
    .lg\:h-full{
        height: 100%;
    }
    .lg\:min-h-\[713px\]{
        min-height: 713px;
    }
    .lg\:w-\[215px\]{
        width: 215px;
    }
    .lg\:w-\[calc\(100\%-215px\)\]{
        width: calc(100% - 215px);
    }
    .lg\:w-auto{
        width: auto;
    }
    .lg\:w-full{
        width: 100%;
    }
    .lg\:max-w-\[662px\]{
        max-width: 662px;
    }
    .lg\:-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));
    }
    .lg\: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));
    }
    .lg\:translate-y-\[20\%\]{
        --tw-translate-y: 20%;
        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));
    }
    .lg\:flex-row{
        flex-direction: row;
    }
    .lg\:flex-col{
        flex-direction: column;
    }
    .lg\:items-center{
        align-items: center;
    }
    .lg\:justify-start{
        justify-content: flex-start;
    }
    .lg\:justify-center{
        justify-content: center;
    }
    .lg\:gap-20{
        gap: 5rem;
    }
    .lg\:gap-\[20px\]{
        gap: 20px;
    }
    .lg\:gap-\[90px\]{
        gap: 90px;
    }
    .lg\:bg-none{
        background-image: none;
    }
    .lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:pb-0{
        padding-bottom: 0px;
    }
    .lg\:pb-3{
        padding-bottom: 0.75rem;
    }
    .lg\:pb-\[104px\]{
        padding-bottom: 104px;
    }
    .lg\:pr-3{
        padding-right: 0.75rem;
    }
    .lg\:pt-\[104px\]{
        padding-top: 104px;
    }
    .lg\:text-left{
        text-align: left;
    }
    .lg\:text-center{
        text-align: center;
    }
    .lg\:font-extrabold{
        font-weight: 800;
    }
    .lg\:leading-\[4\]{
        line-height: 4;
    }
    .lg\:\[border-bottom\:1px_solid_rgba\(112\2c 112\2c 112\2c 0\.5\)\]{
        border-bottom: 1px solid rgba(112,112,112,0.5);
    }
    .lg\:\[border-bottom\:4px_solid_\#EEEEEB\]{
        border-bottom: 4px solid #EEEEEB;
    }
    .lg\:\[grid-template-columns\:22px_1fr\]{
        grid-template-columns: 22px 1fr;
    }
    .lg\:\[grid-template-columns\:33\%_1fr\]{
        grid-template-columns: 33% 1fr;
    }
    .lg\:hover\:h-\[83px\]:hover{
        height: 83px;
    }
    .lg\:hover\:pb-7:hover{
        padding-bottom: 1.75rem;
    }
    .lg\:hover\:pt-7:hover{
        padding-top: 1.75rem;
    }
    .lg\:hover\:\[border\:2px_solid_rgba\(23\2c 23\2c 32\2c 1\)\]:hover{
        border: 2px solid rgba(23,23,32,1);
    }
}