/*
Theme Name: Poli Cura
Theme URI:
Author: Brand&Soda
Author URI:
Description: 
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nx

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

:root {
  --color-default: #0C4E68;
  --font-main: 'Satoshi', sans-serif;
  /* 300 - 500 - 700 */
}

/*
! tailwindcss v3.4.7 | 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 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* 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: 600px) {
  .container {
    max-width: 600px;
  }
}

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

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

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.top-0 {
  top: 0px;
}

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

.top-px {
  top: 1px;
}

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

.order-2 {
  order: 2;
}

.order-5 {
  order: 5;
}

.\!m-0 {
  margin: 0px !important;
}

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

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

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

.-mt-\[1rem\] {
  margin-top: -1rem;
}

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

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

.mb-\[0\.3rem\] {
  margin-bottom: 0.3rem;
}

.mb-\[0\.7rem\] {
  margin-bottom: 0.7rem;
}

.mb-\[0\.9rem\] {
  margin-bottom: 0.9rem;
}

.mb-\[1\.4rem\] {
  margin-bottom: 1.4rem;
}

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-\[0\.25rem\] {
  margin-top: 0.25rem;
}

.mt-\[0\.3rem\] {
  margin-top: 0.3rem;
}

.mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}

.mt-\[1\.3rem\] {
  margin-top: 1.3rem;
}

.mt-\[1\.4rem\] {
  margin-top: 1.4rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[1\.7rem\] {
  margin-top: 1.7rem;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

.mt-\[2\.2rem\] {
  margin-top: 2.2rem;
}

.mt-\[2\.3rem\] {
  margin-top: 2.3rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

.mt-\[3rem\] {
  margin-top: 3rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.mt-\[5rem\] {
  margin-top: 5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[846\/475\] {
  aspect-ratio: 846/475;
}

.aspect-\[846\/488\] {
  aspect-ratio: 846/488;
}

.\!h-auto {
  height: auto !important;
}

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

.h-\[1\.5rem\] {
  height: 1.5rem;
}

.h-\[1\.6rem\] {
  height: 1.6rem;
}

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

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

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[2\.6rem\] {
  height: 2.6rem;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.\!w-\[11rem\] {
  width: 11rem !important;
}

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

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

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

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

.w-\[2\.4rem\] {
  width: 2.4rem;
}

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

.basis-10\/12 {
  flex-basis: 83.333333%;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-9\/12 {
  flex-basis: 75%;
}

.basis-\[23\.5\%\] {
  flex-basis: 23.5%;
}

.basis-\[40\%\] {
  flex-basis: 40%;
}

.basis-\[45\%\] {
  flex-basis: 45%;
}

.basis-\[60\%\] {
  flex-basis: 60%;
}

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

.-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-\[calc\(50\%\+0\.25rem\)\] {
  --tw-translate-x: calc(calc(50% + 0.25rem) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-1\/4 {
  --tw-translate-y: -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));
}

.-translate-y-\[8\%\] {
  --tw-translate-y: -8%;
  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-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));
}

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-\[0\.5rem\] {
  gap: 0.5rem;
}

.gap-\[0\.8rem\] {
  gap: 0.8rem;
}

.gap-\[0\.9rem\] {
  gap: 0.9rem;
}

.gap-\[1\.25rem\] {
  gap: 1.25rem;
}

.gap-\[1\.4rem\] {
  gap: 1.4rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[2\%\] {
  gap: 2%;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-x-\[5\%\] {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-hospital-azzurro {
  --tw-border-opacity: 1;
  border-color: rgb(95 185 211 / var(--tw-border-opacity));
}

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

.border-hospital-blu {
  --tw-border-opacity: 1;
  border-color: rgb(12 78 104 / var(--tw-border-opacity));
}

.bg-\[\#16809F18\] {
  background-color: #16809F18;
}

.bg-\[\#16809F30\] {
  background-color: #16809F30;
}

.bg-\[\#5FB9D325\] {
  background-color: #5FB9D325;
}

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

.bg-\[\#e0eff4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 244 / var(--tw-bg-opacity));
}

.bg-hospital-azzurrino {
  --tw-bg-opacity: 1;
  background-color: rgb(215 237 244 / var(--tw-bg-opacity));
}

.bg-hospital-azzurrochiaro {
  --tw-bg-opacity: 1;
  background-color: rgb(189 239 253 / var(--tw-bg-opacity));
}

.bg-hospital-azzurrogrigiastro {
  --tw-bg-opacity: 1;
  background-color: rgb(161 203 217 / var(--tw-bg-opacity));
}

.bg-hospital-azzurrogrigiastro\/30 {
  background-color: rgb(161 203 217 / 0.3);
}

.bg-hospital-azzurroscuro {
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 159 / var(--tw-bg-opacity));
}

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

.bg-hospital-blu {
  --tw-bg-opacity: 1;
  background-color: rgb(12 78 104 / var(--tw-bg-opacity));
}

.bg-hospital-grigio {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-hospital-grigiochiaro {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 246 / var(--tw-bg-opacity));
}

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

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

.fill-none {
  fill: none;
}

.stroke-hospital-blu {
  stroke: #0C4E68;
}

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

.p-\[1\.1rem\] {
  padding: 1.1rem;
}

.p-\[1\.2rem\] {
  padding: 1.2rem;
}

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

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

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

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

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

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

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

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

.py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

.pb-\[1\.2rem\] {
  padding-bottom: 1.2rem;
}

.pb-\[1\.3rem\] {
  padding-bottom: 1.3rem;
}

.pb-\[1\.4rem\] {
  padding-bottom: 1.4rem;
}

.pb-\[1\.6rem\] {
  padding-bottom: 1.6rem;
}

.pb-\[1\.8rem\] {
  padding-bottom: 1.8rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2\.2rem\] {
  padding-bottom: 2.2rem;
}

.pb-\[2\.8rem\] {
  padding-bottom: 2.8rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pl-\[1\.2rem\] {
  padding-left: 1.2rem;
}

.pl-\[1\.4rem\] {
  padding-left: 1.4rem;
}

.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}

.pl-\[1\.8rem\] {
  padding-left: 1.8rem;
}

.pr-\[1\.2rem\] {
  padding-right: 1.2rem;
}

.pr-\[1\.4rem\] {
  padding-right: 1.4rem;
}

.pr-\[1\.8rem\] {
  padding-right: 1.8rem;
}

.pr-\[10\%\] {
  padding-right: 10%;
}

.pr-\[1rem\] {
  padding-right: 1rem;
}

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

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

.pt-\[0\.3em\] {
  padding-top: 0.3em;
}

.pt-\[0\.9rem\] {
  padding-top: 0.9rem;
}

.pt-\[1\.3rem\] {
  padding-top: 1.3rem;
}

.pt-\[1\.4rem\] {
  padding-top: 1.4rem;
}

.pt-\[1\.8rem\] {
  padding-top: 1.8rem;
}

.pt-\[11rem\] {
  padding-top: 11rem;
}

.pt-\[2\.2rem\] {
  padding-top: 2.2rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[3rem\] {
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.\!font-bold {
  font-weight: 700 !important;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}

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

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

.leading-\[1\.28\] {
  line-height: 1.28;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.36\] {
  line-height: 1.36;
}

.leading-\[1\.444\] {
  line-height: 1.444;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

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

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

.leading-tight {
  line-height: 1.25;
}

.\!tracking-\[0\.02em\] {
  letter-spacing: 0.02em !important;
}

.\!tracking-\[0\.05em\] {
  letter-spacing: 0.05em !important;
}

.\!text-hospital-bianco {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-hospital-azzurroscuro {
  --tw-text-opacity: 1;
  color: rgb(22 128 159 / var(--tw-text-opacity));
}

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

.text-hospital-blu {
  --tw-text-opacity: 1;
  color: rgb(12 78 104 / var(--tw-text-opacity));
}

.text-hospital-nero {
  --tw-text-opacity: 1;
  color: rgb(78 83 93 / var(--tw-text-opacity));
}

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

.overline {
  text-decoration-line: overline;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.outline {
  outline-style: solid;
}

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

.drop-shadow-\[0_4px_20px_var\(--color-tertiary\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 20px var(--color-tertiary));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(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) !important;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

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

.will-change-transform {
  will-change: transform;
}

html {
  font-size: 20px;
  overflow-x: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: var(--font-main);
  font-size: 1rem;
  overflow-x: hidden;
  color: #0C4E68;
}

html.over, body.over {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 95% !important;
    max-width: 1253px !important;
  }
}

.hide-native-scrollbar{
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.hide-native-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* HEADER CONTAINER */

.header__container {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

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

@media (min-width: 1200px) {
  .header__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* BREADCRUMBS */

#breadcrumbs {
  top: 123px;
}

@media (min-width: 992px) {
  #breadcrumbs {
    top: 93px;
  }
}

@media (min-width: 1024px) {
  #breadcrumbs {
    top: 136px;
  }
}

@media (min-width: 1200px) {
  #breadcrumbs {
    top: 141px;
  }
}

@media (min-width: 1280px) {
  #breadcrumbs {
    top: 147px;
  }
}

/* TYPO */

h1 span {
  color: #5FB9D3;
}

.app-titolo {
  position: relative;
}

.app-titolo:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #5FB9D3;
  bottom: 0;
  left: -5rem;
  right: 0%;
}

@media (max-width: 1023px) {
  .app-titolo:before {
    right: 20%;
  }
}

.linea-titolo:before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: calc((100vw - 1253px) / -2);
  height: 2px;
  background-color: #5FB9D3;
  z-index: -1;
}

@media (max-width: 1023px) {
  .linea-titolo:before {
    left: 45px;
    right: -15px;
  }
}

@media (min-width: 984px) and (max-width: 1200px) {
  .linea-titolo:before {
    right: calc((100vw - 984px) / -2);
  }
}

p + p {
  margin-top: 1rem;
}

/* CONTAINER */

.container-small {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-small {
    max-width: 900px;
  }
}

@media (max-width: 1023px) {
  .container-small {
    max-width: 1062px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* APPLY */

.apply-cta, .gform_button {
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  transition: 0.3s all ease;
}

.apply-cta.apply-cta--small {
  padding: 0.8rem 0;
  width: 100%;
}

.apply-gradient::before {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 61.01%, #FFFFFF 84.14%);
  background:linear-gradient(360deg, color(display-p3 1.000 1.000 1.000 / 0) 61.01%, color(display-p3 1.000 1.000 1.000) 84.14%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.apply-fontshadow {
  text-shadow: 0 0 30px #ffffff;
}

.container-box {
  transform: translateY(-50px);
}

@media (min-width: 1024px) {
  .container-box {
    transform: translateY(-66px);
  }
}

@media (min-width: 1200px) {
  .container-box {
    transform: translateY(-88px);
  }
}

.home-hero-container {
  margin-bottom: -50px;
}

@media (min-width: 1024px) {
  .home-hero-container {
    padding-bottom: 66px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .home-hero-container {
    padding-bottom: 88px;
  }
}

.apply-box {
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 0;
}

.apply-box .contatti_content  {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.apply-box .contatti_content img {
  height: 2.2rem;
  width: auto;
}

.apply-box h3 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.apply-box p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
}

.apply-box .contatti__freccia {
  display: flex;
  align-items: flex-end;
}

.apply-box .contatti__freccia img {
  transition: 0.3s all ease;
}

.apply-box:hover .contatti__freccia img {
  transform: scale(1.1);
}

.apply-box.apply-box--textblu p, .apply-box.apply-box--textblu h3 {
  color: #0C4E68;
}

@media (max-width: 1023px) {
  .apply-box .contatti_content  {
    flex-direction: row;
    align-items: center;
  }

  .apply-box h3 {
    font-size: 1.2rem;
  }

  .apply-box p {
    font-size: 0.9rem;
  }

  .apply-box .contatti__freccia {
    align-items: center;
  }

  .apply-fontshadow {
    text-shadow: 0 0 12px #ffffff;
  }
}

/* MENU */

header {
  width: 100vw;
}

header ul.menu {
  display: flex;
  gap: 2.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0C4E68;
}

header,
header .container,
#breadcrumbs {
  transition: 0.3s all ease;
}

header.scroll,
header.scroll ~ main > #breadcrumbs {
  background-color: #fff;
}

/* header.scroll .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
} */

.menu-principale .menu-item > a:hover,
.menu-principale .menu-item.menuservizi:hover a,
.menu-principale .current-menu-item > a,
body.page-id-11 .menu-principale .menuservizi > a,
body.page-id-300 .menu-principale .menuservizi > a,
body.single-servizi .menu-principale .menuservizi > a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menuservizi {
  cursor: pointer;
}

.menuservizi a {
  pointer-events: none;
}

.menu-servizi {
  position: fixed;
  width: 100vw;
  background-color: #D5E8EE;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 222;
  transition: 0.3s max-height ease, 0.3s padding ease;
  max-height: 0;
  overflow: hidden;
}

.menu-servizi.open {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  max-height: 1000px;
}

.menu-servizi .item-servizio {
  position: relative;
  margin-top: 4rem;
}

.menu-servizi .item-servizio:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
  margin-top: 0;
}

.menu-servizi .item-servizio:before {
  position: absolute;
  top: -2rem;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
}

.menu-servizi .item-servizio:is(:nth-child(1), :nth-child(2), :nth-child(3)):before {
  display: none;
}

.item-servizio-urgenza .back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C4E68;
  opacity: 0.85;
  mix-blend-mode: multiply;
}

.item-servizio img {
  transition: 0.3s all ease;
}

.item-servizio:hover img {
  transform: scale(1.1);
}

.header__lang {
  width: 2.5rem;
}

.header__lang .wpml-ls-legacy-dropdown a {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: bold;
}

.header__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .header__lang .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  border: 0;
}

.header__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em);
  height: 0.5rem;
  width: 0.5rem;
  background-image: url(assets/img/arrow_lang.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* FOOTER */

.menu-footer {
  color: #0C4E68;
  font-size: 0.9rem;
  font-weight: 700;
}

.menu-footer .menuopen {
  display: none;
}

.menu-footer li {
  margin-bottom: 0.6rem;
}

.menu-footer .sub-menu {
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 0.6rem;
}

#menu-policy-1 {
  display: flex;
  font-size: 0.8rem;
  color: #0C4E68;
}

#menu-policy-1 li:not(:last-child):after {
  content: "|";
  color: #fff;
  margin: 0 0.5rem;
}

@media (max-width: 1023px) {
  #menu-policy-1 {
    justify-content: center;
  }

  .menu-footer {
    padding: 0 1rem;
    font-size: 1.1rem;
  }

  .menu-footer .sub-menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: 0.3s all ease;
    font-size: 1rem;
  }

  .menu-footer .sub-menu.open {
    max-height: 300px;
  }

  .menu-footer > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .menu-footer .menuopen {
    display: block;
    color: #0C4E68;
    font-size: 1.1rem;
    transition: 0.3s all ease;
  }

  .menu-footer .open .menuopen {
    transform: rotate(45deg);
  }

  footer .apply-cta {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem) !important;
  }
}

/* CARD */

.mobiservizi .splide__arrows {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  bottom: auto;
  right: auto;
}

.titolo_servizi {
  position: relative;
  padding-bottom: 1rem;
}

.titolo_servizi:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: calc((100vw - 1253px) / -2);
  right: 30%;
}

@media (max-width: 1023px) {
  .titolo_servizi:before {
    left: -15px;
    right: 0%;
  }
}

@media (min-width: 984) and (max-width: 1200px) {
  .titolo_servizi:before {
    left: calc((100vw - 984px) / -2);
  }
}

.card-servizio {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.3rem;
}

.card-servizio.evidenza,
.card-servizio.evidenza .card-servizio__content {
  background-color: #0C4E68;
}

.card-servizio figure {
  aspect-ratio: 30 / 17;
  width: 100%;
  height: auto;
}

.card-servizio figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-servizio .card-servizio__content {
  padding: 1rem 2.5rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-servizio .card-servizio__content h3 {
  color: #0C4E68;
  font-size: 1.2rem;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 1rem;
}

.card-servizio .card-servizio__content p {
  color: #0C4E68;
  font-size: 0.8rem;
  line-height: 1.43;
  width: 80%;
}

.card-servizio.evidenza .card-servizio__content p, .card-servizio.evidenza .card-servizio__content h3 {
  color: #fff;
}

.card-servizio .card-servizio__content img {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  transition: 0.3s all ease;
}

.card-servizio:hover .card-servizio__content img  {
  transform: scale(1.1);
}

/* ANNUNCI */

.annuncio .annuncio-img img {
  width: 100%;
  aspect-ratio: 50 / 39;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 1rem;
}

.annuncio .annuncio-content {
  padding-left: 2.6rem;
}

@media (max-width: 1023px) {
  .annuncio .annuncio-content {
    padding-left: 0rem;
    margin-top: 0.75rem;
  }
}

.annuncio .annuncio-content p, .annuncio .annuncio-content h3, .annuncio .annuncio-content span {
  color: #fff;
}

.annuncio .annuncio-content p, .annuncio .annuncio-content h3 {
  padding-right: 2.6rem;
}

@media (max-width: 1023px) {
  .annuncio .annuncio-content p, .annuncio .annuncio-content h3 {
    padding-right: 0rem;
  }

  .annunci .splide__arrows {
    position: relative;
    bottom: auto;
    right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
  }
}

.annuncio .annuncio-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.7rem;
}

.splide__arrow {
  position: static;
  transform: translate(0);
  border-radius: 0;
  background: transparent;
  opacity: 1;
  height: 1.6rem;
  width: 1.6rem;
}

.splide__arrows {
  position: absolute;
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  bottom: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0.8rem;
  gap: 1.6rem;
  z-index: 10;
}

.splide__arrows:before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 1.6rem;
  position: absolute;
  background: #0C4E68;
}

/* GALLERY */

.gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1089 / 563;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.valori .splide__slide img {
  display: inline-block;
  width: 5rem;
  height: 5rem;
}

.valori .splide__arrows {
  right: calc(-3rem - 0.4rem);
  bottom: calc(-2.5rem - 2.4rem);
}

.layout-gts-bg__gallery:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 4rem;
  top: 9.5rem;
  background-color: #A1CBD9;
  opacity: 0.3;
}

.layout-gts-bg__testo:before, .layout-tm-bg__titolo:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 4rem;
  top: 0;
  background-color: #A1CBD9;
  opacity: 0.3;
  pointer-events: none;
}

.layout-gts-bg__slider:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 4rem;
  top: 0;
  background-color: #A1CBD9;
  opacity: 0.3;
}

.layout-tm-bg__immagine:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 50%;
  right: 4rem;
  top: 0;
  background-color: #A1CBD9;
  opacity: 0.3;
}

@media (max-width: 1023px) {
  .gallery img {
    aspect-ratio: 356 / 272;
    border-radius: 1.5rem;
  }

  .gallery .splide__arrows, .valori .splide__arrows {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0.6rem;
  }

  .valori .splide__arrows {
    margin-right: auto;
    margin-top: 2.8rem;
  }

  .layout-gts-bg__gallery:before {
    left: 0;
    bottom: 0;
    right: 0rem;
    top: 30%;
  }

  .layout-gts-bg__testo:before, .layout-tm-bg__titolo:before {
    left: 0;
    bottom: 0;
    right: 0rem;
  }

  .layout-gts-bg__slider:before {
    left: 0;
    bottom: 0;
    right: 0rem;
  }

  .layout-tm-bg__immagine:before {
    left: 0;
    bottom: 50%;
    right: 0rem;
  }
}

/* ACCORDION */

.item-domanda {
  margin-bottom: 0.4rem;
}

.accordion {
  background-color: #F7F6F6;
  color: #0C4E68;
  cursor: pointer;
  padding: 1.2rem 2.5rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active, .accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding-right: 10rem;
  padding-left: 2.5rem;
  background-color: #F7F6F6;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.panel.active {
  padding-top: 1.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.panel .old p {
  font-size: 1rem;
  line-height: 1.4;
  color: #0C4E68;
}

.panel .old ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.accordion:after {
  content: '﹢';
  /* Unicode character for "plus" sign (+) */
  font-size: 2rem;
  color: #16809F;
  float: right;
  margin-left: 5px;
  font-weight: lighter;
  line-height: 1;
  transition: 0.3s all ease;
}

.accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion.active:after {
  transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .accordion {
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
  }

  .panel {
    padding-right: 3rem;
    padding-left: 1rem;
  }

  .panel.active {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .panel .old ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

/* HERO */

.immagine-hero:before {
  width: 12.25rem;
  height: 12.25rem;
  content: "";
  position: absolute;
  z-index: 1;
  top: -2rem;
  right: -2rem;
  background-image: url(assets/img/piu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1023px) {
  .immagine-hero:before {
    width: 5rem;
    height: 5rem;
    top: -1rem;
    right: -1rem;
  }
}

/* FORM */

/*
.gform_wrapper {
    width: 100%;
}

.gform_wrapper ul {
    display: flex !important;
    flex-wrap: wrap;
}

.gform_wrapper .half {
    width: 50%;
}

.gform_wrapper .half input {
    width: 100% !important;
}

.field_description_below {
    width: 100%;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium {
    padding: 0.65rem 0.8rem;
    line-height: 1 !important;
}

body .gform_wrapper input[type=checkbox] {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0 !important;
    position: relative;
    top: 2px;
}

label.gfield_consent_label {
    color: #0C4E68;
    font-size: 0.8rem;
}

input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.ginput_container_fileupload {
    position: relative;
    margin-top: 0 !important;
}

body .gform_wrapper .top_label .fileupload label.gfield_label {
    padding: 0.65rem 0.8rem;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    color: #0C4E68;
    background-color: #fff;
    font-weight: 400;
    margin-top: 8px;
    height: calc(100% - 8px);
    position: relative;
}

body .gform_wrapper .top_label .fileupload label.gfield_label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #5FB9D3;
    background-image: url(assets/img/upload.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.8rem auto;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 0.65rem 0.8rem;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    color: #0C4E68;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0C4E68;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    aspect-ratio: 1 / 1;
    width: auto;
    background-color: #5FB9D3;
    right: 0;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0C4E68 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0C4E68 transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0C4E68;
}


input::placeholder, textarea::placeholder {
  color: #0C4E68;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #0C4E68;
}

.gform_button {
    background-color: #0C4E68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.gform_button:hover {
    background-color: #16809F;
}

.gform_button:after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(assets/img/freccia_dx.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

body .gform_wrapper .top_label .fileupload label.gfield_label {
    height: 100%;
    align-items: center;
    display: flex;
}

body .gform_wrapper .top_label div.ginput_container, .gform_wrapper li.hidden_label input, body .gform_wrapper .top_label .fileupload label.gfield_label {
    margin-top: 0 !important;
}

@media (max-width: 1023px) {
    .gform_wrapper .half {
        width: 100%;
    }

    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0 !important;
    }

    body .gform_wrapper .top_label div.ginput_container, .gform_wrapper li.hidden_label input {
        margin-top: 0 !important;
    }
} */

@media (max-width: 1023px) {
  #header {
    width: 100vw;
  }
}

/* HAMBURGER */

.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .header__hamburger {
    padding-left: 0;
  }
}

.header__hamburger .nav-hamburger {
  height: 1.5rem;
  width: 2rem;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}

.header__hamburger .nav-hamburger .content-hambu {
  height: 100%;
  width: 100%;
  position: relative;
}

.header__hamburger .nav-hamburger .content-hambu:hover span {
  background-color: #0C4E68;
}

.header__hamburger .nav-hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #0C4E68;
  position: absolute;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 555px;
}

.header__hamburger .nav-hamburger span:first-child {
  top: 0;
  transform-origin: top left;
}

.header__hamburger .nav-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  background-color: #5FB9D3;
}

.header__hamburger .nav-hamburger span:last-child {
  bottom: 0;
  transform-origin: bottom left;
}

.header__hamburger .nav-hamburger.open span:first-child {
  transform: rotate(45deg);
  width: 100%;
}

.header__hamburger .nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger .nav-hamburger.open span:last-child {
  transform: rotate(-45deg);
  width: 100%;
}

.header__hamburger .nav-hamburger:hover span {
  background-color: #0C4E68;
}

/* PANNELLO MENU */

.pannello-mobile {
  position: fixed;
  background-color: #D5E8EE;
  top: -150vh;
  left: 0;
  right: 0;
  height: 100dvh;
  z-index: 49;
  padding-top: 7.5rem;
  transition: 0.4s all ease;
}

.single-servizi .pannello-mobile {
  padding-top: 10.5rem;
}

.pannello-mobile.open {
  top: 0;
}

.pannello-mobile .container {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 4rem;
  height: 100%;
}

.pannello-mobile .menu-principale ul {
  font-size: 1.3rem;
  color: #0C4E68;
  font-weight: 700;
}

.pannello-mobile .menu-principale li {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pannello-mobile .menu-principale li:after {
  content: "";
  display: block;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(assets/img/icone/freccia.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pannello-mobile #menu-area-riservata {
  font-size: 1.1rem;
  color: #0C4E68;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.pannello-mobile #menu-policy {
  display: flex;
  font-size: 0.8rem;
  color: #0C4E68;
}

.pannello-mobile #menu-policy li:not(:last-child):after {
  content: "|";
  margin: 0 0.5rem;
}

.wrapper-level-2 {
  position: absolute;
  background-color: #D5E8EE;
  top: 7.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100vw);
  transition: 0.4s all ease;
  height: calc(100% - 7.5rem) !important;
}

.wrapper-level-2.show {
  transform: translateX(0%);
}

.wrapper-level-3 {
  position: absolute;
  background-color: #D5E8EE;
  top: 7.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100vw);
  transition: 0.4s all ease;
  height: calc(100% - 7.5rem) !important;
}

.wrapper-level-3.show {
  transform: translateX(0%);
}

/* ------ TEXT-CONTENT ------ */

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

.text-content ul li,
.text-content ol li {
  padding-left: 1em;
}

.text-content ul li:before {
  content: "\2022";
  color: #0C4E68;
  opacity: 0.7;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  position: relative;
  margin-left: -1em;
}

.text-content ol {
  list-style: none;
  counter-reset: my-counter;
}

.text-content ol li {
  counter-increment: my-counter;
  padding-left: 1.5em;
}

.text-content ol li:before {
  content: "0" counter(my-counter);
  color: #0C4E68;
  opacity: 0.7;
  display: inline-block;
  width: 1.95em;
  position: relative;
  font-size: 0.75em;
  line-height: 1em;
  margin-left: -1.95em;
}

.text-content ul ul,
.text-content ul ol,
.text-content ol ol,
.text-content ol ul {
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.875rem !important;
  }
}

@media (min-width: 1024px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.1rem !important;
  }
}

@media (min-width: 1280px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.08rem !important;
  }
}

@media (min-width: 1536px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.25rem !important;
  }
}

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

form{
  position:relative;
  text-align:left;
  font-size:15px;
  letter-spacing:0;
  line-height:1.5;
  font-family:var(--font-main);
}

form p{
  margin:0;
}

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

form label{
  display:none !important;
}

form ::-webkit-input-placeholder{
  line-height:1.875;
  color:var(--color-default);
}

form :-moz-placeholder{
  line-height:1.875;
  color:var(--color-default);
}

form ::-moz-placeholder{
  line-height:1.875;
  color:var(--color-default);
}

form :-ms-input-placeholder{
  line-height:1.875;
  color:var(--color-default);
}

form select:not(.has-value){
  color:var(--color-default);
}

form .gform_validation_container{
  position:absolute !important;
  top:auto;
  left:-9999px;
  right:auto;
  bottom:auto;
}

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

form input,
form select,
form textarea{
  display:block;
  width:100%;
  padding:0.65em 1.2em 0.65em;
  color:var(--color-default);
  border:none;
  border-radius:0;
  background-color:#ffffff;
  outline:none;
  letter-spacing:inherit;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

form textarea{
  height:150px;
  min-height:150px;
  max-height:150px;
}

form select{
  padding-right:30px !important;
  background-image:url(../img/svg/arrow-select.svg);
  background-repeat:no-repeat;
  background-position:center right 0;
  background-size:9px auto;
}

form .gfield{
  position:relative;
  margin-bottom:20px;
}

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

form .gfield.gform_hidden{
  padding:0 !important;
  margin:0 !important;
}

form .gchoice label{
  position:relative;
  padding-left:34px;
  line-height:1.5;
}

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:20px;
  height:20px;
  padding:0;
  margin:0;
  border-radius:50%;
  border:none;
  background-color:#ffffff;
  transition:transform 300ms ease, opacity 300ms ease;
}

form .gchoice label:after{
  left:4px;
  width:12px;
  height:12px;
  border:0;
  background-color:var(--color-default);
  opacity:0;
  border-radius:50%;
  transform:translateY(-50%) scale(0);
  clip-path:polygon(23% 42%, 41% 60%, 79% 19%, 90% 29%, 41% 81%, 12% 52%);
}

/* form .gchoice input:focus+label:before{outline:1px solid #B1B1B1 !important;outline-offset:4px;} */

form .gchoice input:checked + label:before{
  border-color:#B1B1B1 !important;
}

form .gchoice input:checked + label:after{
  opacity:1;
  transform:translateY(-50%) scale(1);
}

form .gfield.acceptance{
  padding:8px 0;
  margin-bottom:0 !important;
  color:var(--color-default);
  font-size:14px;
  /*margin-top:30px;*/
}

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

form .gfield .ginput_container label{
  display:block !important;
}

form .gfield a{
  color:inherit;
  text-decoration:underline;
  transition:opacity 300ms ease;
}

form .gfield.acceptance a:hover{
  opacity:0.9;
}

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

form .gform_footer{
  position:relative;
  display:flex;
  width:100%;
  justify-content:center;
  padding-top:24px;
}

form .gform_ajax_spinner{
  display:none !important;
}

.gform_validation_errors{
  padding:0.7em 1em;
  margin:0 0 20px;
  font-size:0.9em;
  background-color:#dec5c6;
  border:1px solid #770c0c;
  border-radius:0;
}

.gform_validation_errors .gform_submission_error{
  font-size:inherit;
  font-weight:600;
  margin-bottom:0;
  color:#770c0c;
}

form .gfield_validation_message{
  position:absolute;
  top:100%;
  font-size:0.75em;
  color:#770c0c;
}

/* form .gfield--type-fileupload label{display:block !important;} */

form .ginput_container_fileupload{
  position:relative;
}

/* form .ginput_container_fileupload:before{position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;height:auto;content:'Allega CV *';outline:none;color:var(--color-default);line-height:1.8 !important;white-space:nowrap;-webkit-user-select:none;font-size:inherit;} */

form .ginput_container_fileupload input[type="file"]{
  position:relative;
  padding-right:66px;
  cursor:pointer;
}

form .ginput_container_fileupload:after{
  content:'';
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:auto;
  aspect-ratio:1/1;
  background-color:#5FB9D3;
  background-image:url(assets/img/upload.svg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:0.8rem auto;
  pointer-events:none;
}

form .ginput_container_fileupload .gform_fileupload_rules{
  display:none !important;
  font-size:0.7em;
  line-height:1.1;
  padding-top:5px;
}

form .ginput_container_fileupload input::file-selector-button,
form .ginput_container_fileupload input::-webkit-file-upload-button{
  display:none !important;
}

/* form input:focus-visible,
form textarea:focus-visible{outline:none;border-bottom-color:var(--color-default);}
form .gchoice input,
form .gchoice input:focus-visible{outline:none !important;}
form .gchoice input:focus-visible + label:before{outline:none;border-color:var(--color-default);} */

form input:focus-visible,
form textarea:focus-visible{
  outline:none !important;
}

form .gchoice input,
form .gchoice input:focus-visible{
  outline:none !important;
}

form .gchoice input:focus-visible + label:before{
  outline:none !important;
}

.gform_confirmation_message{
  line-height:1.875 !important;
  letter-spacing:0 !important;
  text-align:center;
  font-weight:600;
}

@media (min-width: 768px) {
  form{
    font-size:16px;
  }

  form select{
    background-size:10px auto;
  }

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

  form .ginput_container_fileupload input[type="file"]{
    padding-right:68px;
  }

  .gform_validation_errors{
    margin-bottom:20px;
  }

  form .gchoice label{
    padding-left:39px;
  }

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

  form .gchoice label:after{
    width:16px;
    height:16px;
  }

  form .gform_footer{
    padding-top:26px;
  }
}

@media (min-width: 1024px) {
  form{
    font-size:17px;
  }

  form select{
    background-size:11px auto;
  }

  form .gform_fields{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    width:100%;
    -moz-column-gap:20px;
         column-gap:20px;
  }

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

  form #field_1_7,
    form #field_1_8,
    form #field_1_9{
    grid-column:span 2 / span 2;
  }

  form .ginput_container_fileupload input[type="file"]{
    padding-right:70px;
  }

  .gform_validation_errors{
    margin-bottom:25px;
  }

  form .gform_footer{
    padding-top:28px;
  }

  form .gfield.acceptance{
    /*height:43px;margin-top:45px;*/
  }
}

@media (min-width: 1280px) {
  form{
    font-size:18px;
  }

  form select{
    background-size:12px auto;
  }

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

  form .ginput_container_fileupload input[type="file"]{
    padding-right:72px;
  }

  .gform_validation_errors{
    margin-bottom:30px;
  }

  form .gchoice label{
    padding-left:44px;
  }

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

  form .gchoice label:after{
    width:20px;
    height:20px;
  }

  form .gform_footer{
    padding-top:30px;
  }

  form .gfield.acceptance{
    /*height:47px;margin-top:47px;*/
    font-size:16px;
  }
}

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

.last\:\!mb-0:last-child {
  margin-bottom: 0px !important;
}

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

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

.hover\:bg-\[\#acd7e2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 215 226 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f7f6f6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 246 / var(--tw-bg-opacity));
}

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

.hover\:bg-hospital-azzurroscuro:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 159 / var(--tw-bg-opacity));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:brightness-50:hover {
  --tw-brightness: brightness(.5);
  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);
}

.group\/nav:hover .group-hover\/nav\:pointer-events-auto {
  pointer-events: auto;
}

.group\/nav:hover .group-hover\/nav\: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));
}

.group\/nav:hover .group-hover\/nav\:rotate-\[180deg\] {
  --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\:underline {
  text-decoration-line: underline;
}

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

.group\/btn.loading .group-\[\.loading\]\/btn\:block {
  display: block;
}

.group\/btn.loading .group-\[\.loading\]\/btn\:hidden {
  display: none;
}

.group\/btn.loading .group-\[\.loading\]\/btn\:opacity-0 {
  opacity: 0;
}

.group\/btn.loading .group-\[\.loading\]\/btn\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }

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

  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }

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

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

  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .md\:mt-\[4rem\] {
    margin-top: 4rem;
  }

  .md\:mt-\[5rem\] {
    margin-top: 5rem;
  }

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

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

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

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

  .md\:pt-\[14rem\] {
    padding-top: 14rem;
  }

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

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

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

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

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

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

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

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

  .lg\:mr-\[1rem\] {
    margin-right: 1rem;
  }

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

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

  .lg\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[0\.9rem\] {
    height: 0.9rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:basis-10\/12 {
    flex-basis: 83.333333%;
  }

  .lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-\[23\.5\%\] {
    flex-basis: 23.5%;
  }

  .lg\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .lg\:basis-\[70\%\] {
    flex-basis: 70%;
  }

  .lg\:basis-\[75\%\] {
    flex-basis: 75%;
  }

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

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

  .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\:rounded-\[1\.5rem\] {
    border-radius: 1.5rem;
  }

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

  .lg\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

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

  .lg\:border-hospital-bianco {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:p-\[1\.8rem\] {
    padding: 1.8rem;
  }

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

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

  .lg\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

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

  .lg\:\!pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:\!pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pb-\[3\.2rem\] {
    padding-bottom: 3.2rem;
  }

  .lg\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .lg\:pb-\[7rem\] {
    padding-bottom: 7rem;
  }

  .lg\:pl-\[5rem\] {
    padding-left: 5rem;
  }

  .lg\:pr-\[5rem\] {
    padding-right: 5rem;
  }

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

  .lg\:pt-\[2\.8rem\] {
    padding-top: 2.8rem;
  }

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

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

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

  .lg\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

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

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

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

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

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

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

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

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

  .lg\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[4\.3rem\] {
    height: 4.3rem;
  }

  .xl\:h-\[calc\(100svh-88px\)\] {
    height: calc(100svh - 88px);
  }

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

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

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

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
