/*
! tailwindcss v3.0.24 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: News Cycle, sans-serif; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-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;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@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: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.clear-both {
  clear: both;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-2 {
  margin: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mt-12 {
  margin-top: -3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mr-6 {
  margin-right: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-24 {
  height: 6rem;
}
.h-8 {
  height: 2rem;
}
.h-5 {
  height: 1.25rem;
}
.h-3 {
  height: 0.75rem;
}
.h-6 {
  height: 1.5rem;
}
.h-screen {
  height: 100vh;
}
.h-4 {
  height: 1rem;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-screen {
  width: 100vw;
}
.w-4 {
  width: 1rem;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-full {
  --tw-translate-x: 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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-0 {
  gap: 0px;
}
.gap-20 {
  gap: 5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-8 {
  gap: 2rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(152 151 151 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(215 36 42 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(152 151 151 / var(--tw-bg-opacity));
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(235 6 133 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 207 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-fucsia {
  --tw-bg-opacity: 1;
  background-color: rgb(216 16 125 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(21 87 36 / var(--tw-bg-opacity));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.stroke-current {
  stroke: currentColor;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.text-sm {
  font-size: 1.1rem;
}
.text-2xl {
  font-size: 1.8rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.text-3xl {
  font-size: 2rem;
  line-height: 2rem;
}
.text-xs {
  font-size: 0.9rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(235 6 133 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(152 151 151 / var(--tw-text-opacity));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(33 153 232 / var(--tw-text-opacity));
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: News Cycle, sans-serif;
  font-size: 1.2rem;
}

[x-cloak] {
  display: none;
}
.swiper {
    width: 100%;
    height:auto;
}
.pulsanti{
    display:flex;
    margin-left:-1rem;
    margin-right:-1rem;
    flex-wrap: wrap;
    .pulsante{
        width:33%;

        @media screen and (max-width: 1024px) {
            width:50%;
        }
        @media screen and (max-width: 728px) {
            width:100%;
        }
        padding:0.5rem 1rem;
        a{
            display:block;
            &.pdf {
                background-image: url(/images/pdf.png?e32ca34f4c8f06f219934e78f61bd54c);
                background-position:center right 8px ;
                padding-right:48px;
                background-repeat: no-repeat;
                background-size: 40px 40px;
            }
        }
    }
}
.boxes{
    display:flex;
    margin-left:-1rem;
    margin-right:-1rem;
    flex-wrap: wrap;
    .box{

        min-height:100px;
        width:33%;
        padding:0.5rem 1rem;
        @media screen and (max-width: 1024px) {
            width:50%;
            padding:0;
        }
        @media screen and (max-width: 728px) {
            width:100%;

        }

        display:flex;
        .boxcontainer{
            flex-grow:1;
           /* border:1px solid #000;*/
            padding:1rem;
            display: flex;
            flex-direction: column;
            @media screen and (max-width: 728px) {
               align-items: center;
                text-align: center;
                padding-left:0;
                padding-right:0;
            }
            .related &{
                background:#efefef;
                @media screen and (max-width: 728px) {
                    align-items: start;
                    text-align: left;
                    padding:1rem;
                }
            }
        img{
            width:100%;
            max-width:300px;
        }
        .contenuto{
            flex-grow:1
        }
        @media screen and (max-width: 1024px) {
            width:100%;
        }
        a{
            display:inline-block;
            border:0px;
            padding-left:2rem;
            padding-right:2rem;
            color:#FFF;
            background:#d9137c;
        }
        }
    }
}
.page-poster{
    border-radius:10px;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    .cta
    {
        display:inline-block;
        a {
      font-size: 1.4rem;
      line-height: 1.4rem;
    }
        a{
            margin-top:1rem;
            background: #FFF;
            text-decoration: none;
            padding: 0.5rem;
            padding-left: 2rem;
            padding-right: 2rem;
            display: inline-block;
    }}
}
 .swiper .swiper-slide
 {
     img{
        width:100% !important;
         max-height:100%;
    }
     .content {
         width:100%;
         height:100%;
         position:absolute;
         left:0;
         top:0;

         z-index:9;
         display:flex;
         background:#FFF;
         flex-direction: column;
         justify-items: auto
     }
     .content {
    padding: 1rem;
  }
     @media (min-width: 1024px) {

    .content {
      padding: 4rem;
    }
  }
     .content {
         h4{
             color:#d8107d;
         }
         h4 {
      font-size: 2rem;
      line-height: 2rem;
    }
         @media (min-width: 1024px) {

      h4 {
        font-size: 3.3rem;
        line-height: 3.2rem;
      }
    }
         h4{
             font-weight:bold;
         }
         u{
             background: linear-gradient(180deg, white 0, white 10%,black 10%, black 100%);
             color: white;
             text-decoration: none;
             padding: 0.2rem  0.5rem;
             display: inline-block;
         }
         a{
             color:#000;
         }
        .cta a {
      font-size: 1.4rem;
      line-height: 1.4rem;
    }
        .cta a{
            color: #1ba0da;
            background: white;
            border:2px solid #1ba0da;
            text-decoration: none;
            padding-left: 1rem;
            padding-right: 1rem;
        }
         .paragraph{
             color:black
         }
         .paragraph {
      font-size: 1.4rem;
      line-height: 1.4rem;
    }
         @media (min-width: 1024px) {

      .paragraph {
        font-size: 2.5rem;
        line-height: 2.5rem;
      }
    }
         .paragraph{
             flex-grow: 1;
             display: flex;
             flex-direction: column;
             justify-content: center;
             p:last-child{
                 margin-bottom:0.8rem;
             }
         }
        &.negative{
            background:#000;
            h4{
                color:#d8107d;
            }
            .paragraph{
                color:white;
            }
            a{
              color:#FFF;
            }
            u{
                background: linear-gradient(180deg, black 0, black 10%,white 10%, white 100%);
                color: black;
            }
            .cta a{
                background: #1ba0da;
                color: white;

            }
        }
     }
 }
.containerYoutube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.containerYoutube .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background:transparent !important;
    background:#000 !important;
    border: 2px solid #fff !important;
    width: 3.75rem !important;
    height: 0.625rem !important;
    border-radius: .1875rem!important;
    opacity:1 !important;
    margin-right: 0.3125rem;
    overflow: hidden;
    text-indent: -1000em;
}

.swiper-pagination-bullet-active{
    background:#FFF !important;
    border: 2px solid #000 !important;;
}

.adci-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {

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

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

  .adci-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

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

  .adci-container {
    max-width: 1536px;
  }
}

.adci-container {
  max-width: 80rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.extended-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {

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

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

  .extended-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

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

  .extended-container {
    max-width: 1536px;
  }
}

.extended-container {
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {

  .extended-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#feedRss .date {
    width: 99px;
    height: 45px;
    left: -10px;
    top: -10px;
    background: url(/images/linguetta.png?b0d3d8e54597d625cfc763b0f2b617e6);
}
.page-title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page-title:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.event-title, .page-title h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 1024px) {

  .event-title, .page-title h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.paragraph h1, .accordion h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

@media (min-width: 1024px) {

  .paragraph h1, .accordion h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.paragraph h1 {
  margin-bottom: 1.5rem;
}

.paragraph h1 + .page-subtitle {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.paragraph h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media (min-width: 1024px) {

  .paragraph h2 {
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
}

.page-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

@media (min-width: 1024px) {

  .page-subtitle {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}

.accordion-content {
  clear: both;
  overflow: hidden;
}

.paragraph p a, .paragraph li a {
  --tw-text-opacity: 1;
  color: rgb(33 153 232 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.paragraph p a:hover, .paragraph li a:hover {
  --tw-text-opacity: 1;
  color: rgb(21 133 207 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.paragraph p {
  margin-bottom: 1rem;
}

/*.paragraph > figure img {
    @apply mb-4 md:float-left md:mr-4;
}
*/
.has-slashes-between-list-items > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.has-slashes-between-list-items li {
  position: relative;
}

.has-slashes-between-list-items li::after {
    content: '/';
    position: absolute;
    top: 0px;
    right: -0.875rem;
    display: block;
}

.has-slashes-between-list-items li:last-child::after {
    content: '';
    display: none;
}

.paragraph p + ol, .paragraph p + ul {
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.paragraph ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  line-height: 1.25;
}

.paragraph ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.paragraph + a {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph ul li::before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 7px;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(33 153 232 / var(--tw-bg-opacity));
    line-height: 1.25;
}

.navigation li a, .button {
  display: block;
  background-color: transparent;
  padding: 0.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.navigation li a:hover, .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .navigation li a, .button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
  }
}
.subnavigation  li a {
  font-weight: 400;
}
.navigation li a.current {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navigation li a.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subnavigation  li a.current {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.subnavigation  li a.current .modal-form .input-container.has-errors select, .subnavigation  li a.current .modal-form .input-container.has-errors input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 36 42 / var(--tw-border-opacity)) !important;
}
.subnavigation  li a.current .modal-form .input-container.has-errors label {
  --tw-text-opacity: 1 !important;
  color: rgb(215 36 42 / var(--tw-text-opacity)) !important;
}
.subnavigation  li a.current {
    text-decoration: underline;
}
.subnavigation  li a.selected {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.subnavigation  li a.selected .modal-form .input-container.has-errors select, .subnavigation  li a.selected .modal-form .input-container.has-errors input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 36 42 / var(--tw-border-opacity)) !important;
}
.subnavigation  li a.selected .modal-form .input-container.has-errors label {
  --tw-text-opacity: 1 !important;
  color: rgb(215 36 42 / var(--tw-text-opacity)) !important;
}
.subnavigation  li a.selected {
    text-decoration: underline;
}

@media (min-width: 1024px) {

  .auth-container a, .navigation li a {
    padding-top: 4rem;
  }
}

.auth-container a,
.navigation li a {
    &.pink{

        padding-top:3.75rem;
        &:hover{
            background-color:#d8107d;
        }
        @media screen and (max-width: 1024px) {
            padding-top:0rem;
        }
        display: block;
            & span{
                line-height: 1;padding: 0.4rem 0.8rem 0.6rem 0.8rem;background-color:#d8107d;border-radius:0;color:#FFF;display:block
            }
    }
}


.subnavigation li a {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  white-space: nowrap !important;
  padding: 0.5rem !important;
}


.subnavigation li a:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.button{
    &.pink {
    --tw-text-opacity: 1;
    color: rgb(216 16 125 / var(--tw-text-opacity));
  }
    &.pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 16 125 / var(--tw-bg-opacity));
  }
    &.pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 16 125 / var(--tw-bg-opacity));
  }
    &.pink:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.button.bordered {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
  padding: 1rem;
}
@media (min-width: 1024px) {

  .button.bordered {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.button.bordered {
    &.pink {
    --tw-border-opacity: 1;
    border-color: rgb(216 16 125 / var(--tw-border-opacity));
  }
}

.button.bordered.inverted {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.bordered.inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
    .button.bordered.inverted.pink {
  --tw-border-opacity: 1;
  border-color: rgb(216 16 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(216 16 125 / var(--tw-bg-opacity));
}
    .button.bordered.inverted.pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(216 16 125 / var(--tw-text-opacity));
}

.yourBtn {
    position: relative;
    border-width: 2px;
    padding-top: 1rem;
    margin-top:1rem;
    padding-bottom: 1rem;
    border-color:#AAA;
    padding-left: 1.5rem;
    padding-right: 3.5rem;
    width: auto;
    display: inline-block;
    background-image: url(/images/graffetta.png?6773266f86e4774940b0dc18af3eee27);
    background-position: center right;
    background-size: 38px;
    background-repeat: no-repeat ;
    background-color:rgb(38 38 38 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
    cursor: pointer;
}
#portfolioForm .yourBtn, .portfoliocontainer .yourBtn{
    background-image: url(/images/ico_gallery.png?1eb3a184c69aa6d34b34b159a942d48d);
}
.yourBtn.valid{
    background-color:#d4edda;
}
.videoportfolio {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.ql-editor{
    min-height: 250px;
}
.videoportfolio iframe,
.videoportfolio object,
.videoportfolio embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image{
    position: relative;
}
.removeimage,.removelink{
    position: absolute;
    border-radius: 12px;
    right: 2px;
    cursor:pointer;
    top: 2px;
    width: 20px;
    /* text-align: center; */
    height: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    /* opacity: 0.8; */
    background: #000;
    color: #FFF;
}
.removeportfolio{
    position: absolute;
    border-radius: 12px;
    right: 2px;
    cursor:pointer;
    top: 2px;
    width: 30px;
    /* text-align: center; */
    height: 30px;
    line-height: 18px;
    font-size: 20px;
    font-weight: bold;
    /* opacity: 0.8; */
    color: #000;
}
.removeportfolio svg{
    width:20px;
    height:20px;
    margin: 2px;
}
.social_links img {
    width: 30px;
}
.removeimage svg,.removelink svg{
    width:15px;
    height:15px;
    margin: 2px;
}
#whistleForm   textarea {
    border-width:1px;
    padding:5px;

}
.portfolioitem {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.portfolioitem h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.portfolioitem h2 {
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.portfolioitem h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
.imageportfolio{
    width:100%;
    padding-top: 56.25%;
    background-size: cover
}
.avatarimage{
    filter:grayscale(1);
    background-position: top;
    width:100%;
    aspect-ratio : 1 / 1;
    padding-top: 100%;
    background-size: 100%;
    background-repeat:no-repeat;
        &.isavatar{
            /*background-size:150px;*/
            background-position: top;
    }
}
#whistleForm .has-errors textarea {
    --tw-border-opacity: 1 !important;
     border-color: rgb(215 36 42 / var(--tw-border-opacity)) !important;

}
.classic-form .input-container, .skin-form .input-container, .modal-form .input-container {
  display: flex;
  flex-direction: column;
}

.classic-form .input-container {
  margin-bottom: 1rem;
}

.skin-form .input-container.input-checkbox-container, .modal-form .input-container.input-checkbox-container {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.classic-form input[type=password], .classic-form input[type=text], .classic-form input[type=email], .classic-form input[type=tel], .classic-form textarea, .classic-form select {
  border-radius: 0px;
  border-width: 1px;
  background-color: transparent;
  padding: 0.25rem;
  line-height: 1;
    min-height: 32px;
}

.underline-form input[type=password], .underline-form input[type=text], .underline-form input[type=email], .underline-form input[type=tel], .underline-form textarea, .underline-form select {
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 151 151 / var(--tw-border-opacity));
  background-color: transparent;
  line-height: 1;
    min-height: 32px;
}

.underline-form #registrationForm select {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal-form .input-container.has-errors select, .modal-form .input-container.has-errors input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 207 0 / var(--tw-border-opacity)) !important;
}
.bg-white .modal-form .input-container.has-errors select, .bg-white .modal-form .input-container.has-errors input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 36 42 / var(--tw-border-opacity)) !important;
}
.classic-form label {
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.underline-form .floating-label {
  pointer-events: none;
  z-index: 0;
  transform-origin: bottom left;
  --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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal-form .input-container.has-errors label {
  --tw-text-opacity: 1 !important;
  color: rgb(249 207 0 / var(--tw-text-opacity)) !important;
}
.bg-white .modal-form .input-container.has-errors label {
  --tw-text-opacity: 1 !important;
  color: rgb(215 36 42 / var(--tw-text-opacity)) !important;
}

.ui-form .input-container.has-errors label, .skin-form .input-container.has-errors label, .classic-form .input-container.has-errors label {
  --tw-text-opacity: 1 !important;
  color: rgb(215 36 42 / var(--tw-text-opacity)) !important;
}

.skin-form .input-container.has-errors select, .skin-form .input-container.has-errors input, .ui-form .input-container.has-errors input, .classic-form .input-container.has-errors select, .classic-form .input-container.has-errors input, .classic-form .input-container.has-errors texarea {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 36 42 / var(--tw-border-opacity)) !important;
}

.underline-form .floating-label.translated {
  --tw-translate-y: 0px;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.underline-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.inpage-form button {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0px;
  opacity: 0;
    visibility: hidden;
    z-index: -99999;
}

.custom-checkbox label {
  position: relative;
  display: inline-block;
    /*16px larghezza + 6px distanza checkbox - label */
    padding-left: 22px;
}

.custom-checkbox label::before, .custom-checkbox label::after {
  position: absolute;
  display: inline-block;
    content: "";
}

.custom-checkbox label::before {
  left: 0px;
  height: 1rem;
  width: 1rem;
  border-width: 1px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border to vertically center it.*/
    top: 7px;
}

.custom-checkbox label::after {
    /* Costruzione finto checkmark */
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 11px;
}
.headerPortfolio{
    border-left:5px solid  #F9B43A;
    padding-left:5px;
    position:relative;
}
.headerPortfolio.ready{
    border-left:5px solid  #155724;
    padding-left:5px;
}
.custom-checkbox input[type="checkbox"] + label::after {
    content: none;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.custom-checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

 .errorsRecap {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.accordion.openedAccordion .openAccordion, .accordion .closeAccordion {
  display: none;
}

.accordion.openedAccordion .closeAccordion {
  display: block;
}

.event-container {
    clear: both !important;
    overflow: hidden;
}

.cart-table {
  text-align: left;
}
.contentObject iframe{
    max-width:100%;
}
@media screen and (max-width: 480px) {
    .logo-container img {
        max-width: 130px !important;
    }
}
.paragraph .button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 1px;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.paragraph .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media screen and (max-width: 728px) {
    .logo-container img{
        max-width:160px;
    }
    .swiper-pagination {
        position: relative!important;
        bottom:0!important;
    }
     .swiper-pagination-bullet {
        cursor: pointer;
        background: #000!important;
        border: 1px solid #FFF !important;
        width: 36px!important;
        height: 8px!important;
        margin: 4px!important;
        /* background: #000!important; */
    }
    .swiper-pagination-bullet-active{
        background: #FFF!important;
        border: 1px solid #000 !important;
    }
    .cart-table th, .cart-table td {
    width: 50%;
  }

    .cart-table.block-to-table th, .cart-table.block-to-table td {
    display: block;
    width: 100%;
  }

    .cart-table.block-to-table td {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {

  .cart-table th + td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cart-table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 100%;
    box-sizing: border-box;
}
.status.whistle._1, .btn.action.whistle._1,.btn.action.whistle._1:hover{
    background-color: #cb6e17!important;
}
.status.whistle._2, .btn.action.whistle._2,.btn.action.whistle._2:hover{
    background-color: #007bff!important;
}
.status.whistle._3, .btn.action.whistle._3,.btn.action.whistle._3:hover{
    background-color: #27ab83!important;
}
.status.whistle._4, .btn.action.whistle._4,.btn.action.whistle._4:hover{
    background-color: #cf1124;
}
.status.whistle._5, .btn.action.whistle._5,.btn.action.whistle._5:hover{
    background-color: #000000;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 768px) {

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

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

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

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

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

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

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-48 {
    height: 12rem;
  }

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

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

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

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:translate-x-0 {
    --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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-3xl {
    font-size: 2rem;
    line-height: 2rem;
  }

  .lg\:text-base {
    font-size: 1.2rem;
  }

  .lg\:text-sm {
    font-size: 1.1rem;
  }
}
@media (min-width: 1280px) {

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

  .xl\:text-5xl {
    font-size: 3.3rem;
    line-height: 3.2rem;
  }
}
