@import url(https://use.typekit.net/jvw5hmk.css);
/*
! tailwindcss v3.2.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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
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: din-2014, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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 */
  font-weight: inherit; /* 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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.font-serif {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.font-serif.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
strong.font-serif {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
strong{
  font-weight: 700;
}
@media (min-width: 1024px){
  .editor{
    -moz-columns: 2;
         columns: 2;
    gap: 6rem;
  }
  .editor.column1{
    -moz-columns: 1;
         columns: 1;
  }
}
.editor p{
  padding-bottom: 1.5rem;
}
.font-serif.editor h2,.font-serif .editor h3 {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.editor h2, .editor h3{
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.editor a{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.editor ul,
  .editor ol{
  list-style-type: disc;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
.editor-single img{
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}
.editor-single .alignleft{
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .editor-single .alignleft{
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.editor-single .alignright{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
}
@media (min-width: 768px){
  .editor-single .alignright{
    float: right;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.editor-single .size-full{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
}
.editor-single figcaption{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.editor-single p, .editor-single ul, .editor-single ol{
  padding-bottom: 2rem;
}
.editor-single iframe{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 760px;
  max-width: 100%;
}
.editor-single a{
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
[type=text],
  [type=password],
  [type=email],
  [type=tel],
  [type=date],
  [type=datetime-local],
  [type=time],
  [type=number],
  select,
  textarea{
  display: block;
  width: 100%;
  border-color: rgb(34 34 34 / 0.4);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[type=text]:focus,
  [type=password]:focus,
  [type=email]:focus,
  [type=tel]:focus,
  [type=date]:focus,
  [type=datetime-local]:focus,
  [type=time]:focus,
  [type=number]:focus,
  select:focus,
  textarea:focus{
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  --tw-border-opacity: 1;
  border-color: rgb(221 118 9 / var(--tw-border-opacity));
}
[type=text]:disabled, [type=text][readonly],
  [type=password]:disabled,
  [type=password][readonly],
  [type=email]:disabled,
  [type=email][readonly],
  [type=tel]:disabled,
  [type=tel][readonly],
  [type=date]:disabled,
  [type=date][readonly],
  [type=datetime-local]:disabled,
  [type=datetime-local][readonly],
  [type=time]:disabled,
  [type=time][readonly],
  [type=number]:disabled,
  [type=number][readonly],
  select:disabled,
  select[readonly],
  textarea:disabled,
  textarea[readonly]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
[type=time] {
    min-width: 6rem;
  }
[type=checkbox]{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[type=checkbox]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  --tw-ring-offset-width: 0px;
}
[type=checkbox]:disabled, [type=checkbox][readonly]{
  opacity: 0.5;
}
table{
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
table td{
  padding: 0.75rem;
}
.cta-page{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.cta-page a{
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
}
*, ::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-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:  ;
}
::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-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%;
}
@media (min-width: 440px){
  .container{
    max-width: 440px;
  }
}
@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;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.container-fluid, .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce,
  .woocommerce-order, body .gform_wrapper,
  body .gform_confirmation_wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .container-fluid, .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce,
  .woocommerce-order, body .gform_wrapper,
  body .gform_confirmation_wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){
  .container-fluid, .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce,
  .woocommerce-order, body .gform_wrapper,
  body .gform_confirmation_wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.heading-1 {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.heading-1.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.heading-1{
  padding-bottom: 1.5rem;
  font-family: antonia-variable, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .heading-1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .heading-1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .heading-1{
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 1536px){
  .heading-1{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.heading-1 {
    font-variation-settings: "wght" 620, "opsz" 19.42859;
  }
.heading-2, .woocommerce .single-product-wrapper .summary .product_title {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.heading-2.font-bold, .woocommerce .single-product-wrapper .summary .product_title.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.heading-2, .woocommerce .single-product-wrapper .summary .product_title{
  padding-bottom: 1rem;
  font-family: antonia-variable, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .heading-2, .woocommerce .single-product-wrapper .summary .product_title{
    padding-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .heading-2, .woocommerce .single-product-wrapper .summary .product_title{
    font-size: 3rem;
    line-height: 1.375;
  }
}
@media (min-width: 1536px){
  .heading-2, .woocommerce .single-product-wrapper .summary .product_title{
    line-height: 1.375;
  }
}
.heading-3, .woocommerce #customer_login h2, .woocommerce .related.products > h2, body .gform_title {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.heading-3.font-bold, .woocommerce #customer_login h2.font-bold, .woocommerce .related.products > h2.font-bold, body .gform_title.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.heading-3, .woocommerce #customer_login h2, .woocommerce .related.products > h2, body .gform_title{
  padding-bottom: 1.5rem;
  font-family: antonia-variable, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .heading-3, .woocommerce #customer_login h2, .woocommerce .related.products > h2, body .gform_title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .heading-3, .woocommerce #customer_login h2, .woocommerce .related.products > h2, body .gform_title{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5;
  }
}
.font-serif.heading-4 {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.heading-4{
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .heading-4{
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  .heading-4{
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.heading-sub{
  padding-bottom: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px){
  .heading-sub{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.heading-hero {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.heading-hero.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.heading-hero{
  padding-bottom: 1.5rem;
  font-family: antonia-variable, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .heading-hero{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .heading-hero{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .heading-hero{
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 1536px){
  .heading-hero{
    font-size: 4vw;
    line-height: 1;
  }
}
.heading-hero {
    font-variation-settings: "wght" 620, "opsz" 19.42859;
  }
.p-section{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .p-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px){
  .p-section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px){
  .p-section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.font-serif.btn-cta,.font-serif .woocommerce button.woocommerce-form-login__submit,.font-serif
  .woocommerce button.woocommerce-form-register__submit,.font-serif
  .woocommerce .woocommerce-ResetPassword button.woocommerce-Button,.font-serif
  .woocommerce .return-to-shop > .button,.font-serif .woocommerce .button.wc-forward,.font-serif
  .woocommerce .button#place_order,.font-serif
  .woocommerce .single_add_to_cart_button {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.btn-cta, .woocommerce button.woocommerce-form-login__submit,
  .woocommerce button.woocommerce-form-register__submit,
  .woocommerce .woocommerce-ResetPassword button.woocommerce-Button,
  .woocommerce .return-to-shop > .button, .woocommerce .button.wc-forward,
  .woocommerce .button#place_order,
  .woocommerce .single_add_to_cart_button{
  margin-top: 1rem;
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .btn-cta, .woocommerce button.woocommerce-form-login__submit,
  .woocommerce button.woocommerce-form-register__submit,
  .woocommerce .woocommerce-ResetPassword button.woocommerce-Button,
  .woocommerce .return-to-shop > .button, .woocommerce .button.wc-forward,
  .woocommerce .button#place_order,
  .woocommerce .single_add_to_cart_button{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-\[35px\]{
  right: 35px;
}
.right-\[8px\]{
  right: 8px;
}
.top-0{
  top: 0px;
}
.top-4{
  top: 1rem;
}
.top-\[100vh\]{
  top: 100vh;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[70px\]{
  top: 70px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.float-none{
  float: none;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.-ml-4{
  margin-left: -1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[560px\]{
  max-height: 560px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[240px\]{
  min-height: 240px;
}
.min-h-\[540px\]{
  min-height: 540px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/3{
  width: 33.333333%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[23px\]{
  width: 23px;
}
.w-full{
  width: 100%;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-12{
  gap: 3rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#EAEAEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-\[\#EBEAEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 234 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-azzurro{
  --tw-bg-opacity: 1;
  background-color: rgb(34 165 149 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blu{
  --tw-bg-opacity: 1;
  background-color: rgb(41 45 105 / var(--tw-bg-opacity));
}
.bg-fucsia{
  --tw-bg-opacity: 1;
  background-color: rgb(227 55 87 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-rosa{
  --tw-bg-opacity: 1;
  background-color: rgb(192 139 189 / var(--tw-bg-opacity));
}
.bg-rosso{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-verde{
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 85 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.fill-azzurro{
  fill: #22A595;
}
.fill-blu{
  fill: #292D69;
}
.fill-fucsia{
  fill: #E33757;
}
.fill-primary{
  fill: #DD7609;
}
.fill-rosa{
  fill: #C08BBD;
}
.fill-rosso{
  fill: #8E0607;
}
.fill-verde{
  fill: #009055;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-12{
  padding-left: 3rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-serif{
  font-family: antonia-variable, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#2842a5\]{
  --tw-text-opacity: 1;
  color: rgb(40 66 165 / var(--tw-text-opacity));
}
.text-azzurro{
  --tw-text-opacity: 1;
  color: rgb(34 165 149 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blu{
  --tw-text-opacity: 1;
  color: rgb(41 45 105 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-fucsia{
  --tw-text-opacity: 1;
  color: rgb(227 55 87 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-rosa{
  --tw-text-opacity: 1;
  color: rgb(192 139 189 / var(--tw-text-opacity));
}
.text-rosso{
  --tw-text-opacity: 1;
  color: rgb(142 6 7 / var(--tw-text-opacity));
}
.text-verde{
  --tw-text-opacity: 1;
  color: rgb(0 144 85 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.brightness-200{
  --tw-brightness: brightness(2);
  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);
}
.brightness-\[60\%\]{
  --tw-brightness: brightness(60%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-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;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mm-menu {
  --mm-color-background: #8E0607;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.1);
  --mm-color-text: rgba(255, 255, 255, 0.4);
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-lineheight: 32px;
  --mm-color-icon: #ffffff;
}
.mm-menu .current_page_item {
  --mm-color-text: rgba(255, 255, 255, 1);
}

.mm-panel .mm-panel{
  padding: 0px;
}
.mm-panel .mm-panel a{
  padding-left: 2rem;
}

/* Hamburger */
.burger-btn{
  display: block;
  height: 1.5rem;
  width: 2.5rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.burger-btn span{
  position: absolute;
  left: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  --tw-rotate: 0deg;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px){
  .burger-btn span{
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  }
}

.burger-btn span:nth-child(1) {
  top: 0px;
}

.burger-btn span:nth-child(2),
.burger-btn span:nth-child(3) {
  top: 10px;
}

.burger-btn span:nth-child(4) {
  top: 20px;
}

.mm-wrapper--opened .burger-btn span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mm-wrapper--opened .burger-btn span:nth-child(2) {
  transform: rotate(45deg);
}
.mm-wrapper--opened .burger-btn span:nth-child(3) {
  transform: rotate(-45deg);
}
.mm-wrapper--opened .burger-btn span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Blocchi Gutenberg (solo quelli da conservare)
-----------------------------------------------------*/
.wp-block-embed{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 1024px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px){
  .wp-block-embed{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

/* Colors 
-----------------------------------------------------*/
.row-primary .svg-fill {
  filter: brightness(0) saturate(100%) invert(42%) sepia(73%) saturate(842%) hue-rotate(357deg) brightness(103%) contrast(96%);
}
.row-primary .text-colored,
.row-primary .df-element,
.row-primary .editor h2,
.row-primary .editor h3,
.row-primary .editor a{
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-primary .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(221 118 9 / var(--tw-bg-opacity));
  }
}
.row-primary .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-primary .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-primary .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(221 118 9 / var(--tw-bg-opacity));
  }
}
.row-primary.menu-item-has-children a::after,
.row-primary .pdflink-element a::before{
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.row-rosa .svg-fill {
  filter: invert(64%) sepia(28%) saturate(436%) hue-rotate(253deg) brightness(89%) contrast(93%);
}
.row-rosa .text-colored,
.row-rosa .df-element,
.row-rosa .editor h2,
.row-rosa .editor h3,
.row-rosa .editor a{
  --tw-text-opacity: 1;
  color: rgb(192 139 189 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-rosa .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(192 139 189 / var(--tw-bg-opacity));
  }
}
.row-rosa .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-rosa .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-rosa .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(192 139 189 / var(--tw-bg-opacity));
  }
}
.row-rosa.menu-item-has-children a::after,
.row-rosa .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(192 139 189 / var(--tw-bg-opacity));
}

.row-fucsia .svg-fill {
  filter: invert(27%) sepia(50%) saturate(3362%) hue-rotate(329deg) brightness(95%) contrast(86%);
}
.row-fucsia .text-colored,
.row-fucsia .df-element,
.row-fucsia .editor h2,
.row-fucsia .editor h3,
.row-fucsia .editor a{
  --tw-text-opacity: 1;
  color: rgb(227 55 87 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-fucsia .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(227 55 87 / var(--tw-bg-opacity));
  }
}
.row-fucsia .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-fucsia .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-fucsia .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(227 55 87 / var(--tw-bg-opacity));
  }
}
.row-fucsia.menu-item-has-children a::after,
.row-fucsia .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(227 55 87 / var(--tw-bg-opacity));
}

.row-rosso .svg-fill {
  filter: invert(8%) sepia(94%) saturate(6574%) hue-rotate(10deg) brightness(81%) contrast(95%);
}
.row-rosso .text-colored,
.row-rosso .df-element,
.row-rosso .editor h2,
.row-rosso .editor h3,
.row-rosso .editor a{
  --tw-text-opacity: 1;
  color: rgb(142 6 7 / var(--tw-text-opacity));
}
.row-rosso .bg-colored *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
.row-rosso .bg-colored *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
.row-rosso .bg-colored::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
.row-rosso .bg-colored::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .row-rosso .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  }
}
.row-rosso .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-rosso .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-rosso .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  }
}
.row-rosso.menu-item-has-children a::after,
.row-rosso .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

.row-azzurro .svg-fill {
  filter: invert(47%) sepia(94%) saturate(336%) hue-rotate(123deg) brightness(95%) contrast(93%);
}
.row-azzurro .text-colored,
.row-azzurro .df-element,
.row-azzurro .editor h2,
.row-azzurro .editor h3,
.row-azzurro .editor a{
  --tw-text-opacity: 1;
  color: rgb(34 165 149 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-azzurro .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(34 165 149 / var(--tw-bg-opacity));
  }
}
.row-azzurro .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-azzurro .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-azzurro .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(34 165 149 / var(--tw-bg-opacity));
  }
}
.row-azzurro.menu-item-has-children a::after,
.row-azzurro .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(34 165 149 / var(--tw-bg-opacity));
}

.row-blu .svg-fill {
  filter: invert(19%) sepia(36%) saturate(1216%) hue-rotate(199deg) brightness(93%) contrast(98%);
}
.row-blu .text-colored,
.row-blu .df-element,
.row-blu .editor h2,
.row-blu .editor h3,
.row-blu .editor a{
  --tw-text-opacity: 1;
  color: rgb(41 45 105 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-blu .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(41 45 105 / var(--tw-bg-opacity));
  }
}
.row-blu .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-blu .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-blu .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(41 45 105 / var(--tw-bg-opacity));
  }
}
.row-blu.menu-item-has-children a::after,
.row-blu .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(41 45 105 / var(--tw-bg-opacity));
}

.row-verde .svg-fill {
  filter: invert(33%) sepia(31%) saturate(3069%) hue-rotate(129deg) brightness(102%) contrast(101%);
}
.row-verde .text-colored,
.row-verde .df-element,
.row-verde .editor h2,
.row-verde .editor h3,
.row-verde .editor a{
  --tw-text-opacity: 1;
  color: rgb(0 144 85 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .row-verde .bg-colored{
    --tw-bg-opacity: 1;
    background-color: rgb(0 144 85 / var(--tw-bg-opacity));
  }
}
.row-verde .bg-colored-sm{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.row-verde .before-colored{
  z-index: 20;
}
@media (min-width: 1024px){
  .row-verde .before-colored::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 144 85 / var(--tw-bg-opacity));
  }
}
.row-verde.menu-item-has-children a::after,
.row-verde .pdflink-element a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 85 / var(--tw-bg-opacity));
}

/* Bottoni e link 
-----------------------------------------------------*/
.font-serif.line-link {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.line-link{
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.line-link::before {
  content: "";
  margin-right: 1.25rem;
  display: inline-block;
  height: 1px;
  width: 2rem;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px){
  .line-link::before{
    width: 3rem;
  }
}
.line-link:hover::before{
  width: 3rem;
}
@media (min-width: 1024px){
  .line-link:hover::before{
    width: 5rem;
  }
}

.font-serif.line-title {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }

.line-title{
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.line-title::before {
  content: "";
  margin-right: 1.25rem;
  margin-left: -3.25rem;
  display: inline-block;
  height: 1px;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px){
  .line-title::before{
    margin-left: -4.75rem;
    width: 3rem;
  }
}
.line-title:hover::before{
  width: 3rem;
}
@media (min-width: 1024px){
  .line-title:hover::before{
    width: 5rem;
  }
}

.font-serif.pdflink-element a {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }

.pdflink-element a{
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 4.25rem;
}
.pdflink-element a::before {
  content: "";
  margin-right: 1.25rem;
  display: inline-block;
  height: 1px;
  width: 2rem;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px){
  .pdflink-element a::before{
    width: 3rem;
  }
}
.pdflink-element a::before {
  margin-left: -4.25rem;
}
.pdflink-element a:hover::before{
  width: 3rem;
}
@media (min-width: 1024px){
  .pdflink-element a:hover::before{
    width: 5rem;
  }
}

/* Sfogliabile */
.dearpdf-posts{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .dearpdf-posts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .dearpdf-posts{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.dearpdf-posts .dp-element{
  margin-bottom: 0.5rem;
  display: block;
  text-align: left;
}
.dearpdf-posts .dp-element::before {
  content: "";
  margin-right: 1.25rem;
  display: inline-block;
  height: 1px;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px){
  .dearpdf-posts .dp-element::before{
    width: 3rem;
  }
}
.dearpdf-posts .dp-element:hover::before{
  width: 3rem;
}
@media (min-width: 1024px){
  .dearpdf-posts .dp-element:hover::before{
    width: 5rem;
  }
}
.dearpdf-posts .df-popup-thumb{
  display: inline-block;
  width: calc(100% - 20px);
  text-align: center;
}
.dearpdf-posts .df-popup-thumb::before{
  display: none;
}
.dearpdf-posts .df-popup-thumb .df-book-cover{
  display: flex;
  flex-direction: column-reverse;
}
.dearpdf-posts .df-popup-thumb .df-book-title{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-transform: uppercase;
  opacity: 1;
}

/* Elementi grafici template
------------------------------------- */
.bg-graphic{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px){
  .bg-graphic{
    left: -54%;
  }
}

.white-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8155637255) 21%, rgb(255, 255, 255) 40%);
}

.acf-fullwidth-img{
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Pagination */
.pagination{
  padding-top: 3rem;
}
.font-serif.pagination a,.font-serif
.pagination span {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.pagination a,
.pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(34 34 34 / 0.7);
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination a:hover,
.pagination span:hover{
  background-color: rgb(34 34 34 / 0.05);
}
.pagination a.current, .pagination a.current:hover,
.pagination span.current,
.pagination span.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Blocchi
-----------------------------------------------------*/
.acf-banner p{
  padding-bottom: 1rem;
}

.card {
  flex: 1 1 25%;
}

/* Header
------------------------------------- */
header{
  position: relative;
  height: 5rem;
}
@media (min-width: 1280px){
  header{
    height: 9rem;
  }
}

.headerFixed{
  position: fixed;
  z-index: 50;
  display: flex;
  height: 5rem;
  width: 100%;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1280px){
  .headerFixed{
    height: 9rem;
  }
}

.brand{
  flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 1024px){
  .brand{
    padding-left: 3rem;
  }
}

@media (min-width: 1280px){
  .brand{
    padding-top: 1.5rem;
  }
}
.brand a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.fixHeader .headerFixed{
  height: 4rem;
}

@media (min-width: 1280px){
  .fixHeader .headerFixed{
    height: 5rem;
  }
}
.fixHeader .headerFixed .brand{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fixHeader .headerFixed .brand a{
  width: 4rem;
}
@media (min-width: 1024px){
  .fixHeader .headerFixed .brand a{
    width: 9rem;
  }
}
@media (min-width: 1280px){
  .fixHeader .headerFixed .top-menu .megamenu{
    top: calc(5rem - 1px);
  }
}

/* Navigation */
.top-menu > li{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px){
  .top-menu > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1536px){
  .top-menu > li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.top-menu > li.menu-item-home{
  display: none;
}
@media (min-width: 1536px){
  .top-menu > li.menu-item-home{
    display: block;
  }
}
.top-menu > li:hover .megamenu{
  pointer-events: auto;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 300ms;
}
.top-menu > li > a{
  position: relative;
  display: block;
  word-break: keep-all;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 1280px){
  .top-menu > li > a{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.top-menu .megamenu{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 7rem;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1280px){
  .top-menu .megamenu{
    top: calc(9rem - 1px);
  }
}
.top-menu .megamenu li{
  display: flex;
}
.top-menu .megamenu li a{
  width: 100%;
  max-width: 20rem;
}
.top-menu .megamenu li::before {
  content: "";
  margin-right: 1.25rem;
  margin-top: 1rem;
  display: inline-block;
  height: 1px;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
  .top-menu .megamenu li::before{
    width: 3rem;
  }
}
.top-menu .megamenu li:hover::before{
  width: 3rem;
}
@media (min-width: 1024px){
  .top-menu .megamenu li:hover::before{
    width: 4rem;
  }
}
.font-serif.top-menu .megamenu a {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.top-menu .megamenu a{
  display: block;
  width: calc(100% - 4rem);
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.top-menu .megamenu a > div{
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: 0.75rem;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px){
  .menu-item-has-children > a::after{
    display: block;
  }
}
.menu-item-has-children > a:hover::after {
  content: "";
  height: 1.5rem;
}

.cta-header{
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.cta-header::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.cta-header:hover::before{
  top: 0px;
}

#js_mobile_menu.mm-menu a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#js_mobile_menu .menu-item a > div{
  display: none;
}
@media (min-width: 1280px){
  #js_mobile_menu .menu-item a > div{
    display: block;
  }
}
#js_mobile_menu .mm-btn {
  -webkit-padding-end: inherit;
          padding-inline-end: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
#js_mobile_menu .mm-btn::before {
  content: "+";
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#js_mobile_menu .mm-listitem--vertical.mm-listitem--opened .mm-btn::before{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#js_mobile_menu .mm-listitem--vertical.mm-listitem--opened .mm-panel{
  display: block;
}

/* Sidebar
-----------------------------------------------------*/
.stiky-side p{
  padding-bottom: 1.5rem;
}
.stiky-side a{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.stiky-side h4{
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.stiky-side .btn-cta, .stiky-side .woocommerce button.woocommerce-form-login__submit, .woocommerce .stiky-side button.woocommerce-form-login__submit,
.stiky-side .woocommerce button.woocommerce-form-register__submit,
.woocommerce .stiky-side button.woocommerce-form-register__submit,
.stiky-side .woocommerce .woocommerce-ResetPassword button.woocommerce-Button,
.woocommerce .woocommerce-ResetPassword .stiky-side button.woocommerce-Button,
.stiky-side .woocommerce .return-to-shop > .button,
.woocommerce .stiky-side .return-to-shop > .button, .stiky-side .woocommerce .button.wc-forward, .woocommerce .stiky-side .button.wc-forward,
.stiky-side .woocommerce .button#place_order,
.woocommerce .stiky-side .button#place_order,
.stiky-side .woocommerce .single_add_to_cart_button,
.woocommerce .stiky-side .single_add_to_cart_button{
  text-decoration-line: none;
}

.side-focus p{
  padding-bottom: 3rem;
}
.side-focus h4{
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.page-id-31 .fixed-sidebar *::-moz-selection, .page-id-8867 .fixed-sidebar *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.page-id-31 .fixed-sidebar *::selection,
.page-id-8867 .fixed-sidebar *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.page-id-31 .fixed-sidebar::-moz-selection, .page-id-8867 .fixed-sidebar::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.page-id-31 .fixed-sidebar::selection,
.page-id-8867 .fixed-sidebar::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

/* Loader
-----------------------------------------------------*/
.preloader{
  position: fixed;
  z-index: 60;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.circle{
  position: absolute;
  top: 72px;
  right: 35px;
  height: 18px;
  width: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  box-shadow: 0px 0px 1px 1px #8E0607;
  border-radius: 400px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(142, 6, 7, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(142, 6, 7, 0);
  }
}
/* Owl Carousel */
.owl-stage-outer,
.owl-stage,
.owl-item,
.item{
  height: 100%;
  width: 100%;
}

.owl-carousel button.owl-dot{
  margin-left: 1rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}
.owl-carousel button.owl-dot.active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
.owl-carousel .owl-dots{
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  z-index: 30;
}

/* Timeline
------------------------------------- */
#line {
  background: #f8ac59;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 0;
  display: none;
  height: 0px;
  min-height: 0px;
  width: 1px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px){
  #line{
    display: flex;
  }
}

/* Ribbon Animation
------------------------------------- */
@keyframes ribbon {
  0% {
    fill: #009055;
  }
  50% {
    fill: #999999;
  }
  100% {
    fill: #009055;
  }
}
@keyframes ribbon2 {
  0% {
    fill: #eeeeee;
  }
  50% {
    fill: #DD7609;
  }
  100% {
    fill: #eeeeee;
  }
}
.animate-ribbons{
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  display: none;
  height: 100vh;
  width: 100%;
  align-items: center;
}
@media (min-width: 1024px){
  .animate-ribbons{
    display: flex;
  }
}
.animate-ribbons svg{
  position: absolute;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-ribbons .ribbon {
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.animate-ribbons .ribbon1 {
  z-index: 50;
}
.animate-ribbons .ribbon2 {
  z-index: 30;
}
.animate-ribbons .ribbon3 {
  z-index: 10;
}

#ribbongreen {
  animation-name: ribbon;
  opacity: 0.09;
  top: 45vh;
}

#ribbonorange {
  fill: #eeeeee;
  animation-name: ribbon2;
  animation-delay: 2s;
  opacity: 0.09;
  top: 30vh;
}

/* Post Navigation
------------------------------------- */
.navigation{
  margin-top: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.navigation .nav-links > div a{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  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: 500ms;
}
.navigation .nav-links > div a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(221 118 9 / var(--tw-border-opacity));
}

/* Form
-----------------------------------------------------*/
body.font-serif .woocommerce form .form-row label,
body.font-serif .gform_wrapper.gravity-theme .gfield_label {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
body .woocommerce form .form-row label,
body .gform_wrapper.gravity-theme .gfield_label{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .woocommerce form .form-row .required,
body .gform_wrapper.gravity-theme .gfield_required{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
body .gform_wrapper,
body .gform_confirmation_wrapper{
  position: relative;
  z-index: 20;
  padding-top: 5rem;
  padding-bottom: 9rem;
}
body.font-serif .gform_title {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
body .gform_title{
  font-weight: 700;
}
body .gform_button{
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 500ms;
}
body .gform_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}
body .gfield_radio{
  display: flex;
}
body .gfield_radio > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
body .gfield_html{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
body .gform_required_legend{
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body .modal .gform_wrapper{
  padding: 0px;
}
body .validation_message{
  display: none;
}
body .gform-field-label{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
body .hide-label .gfield_label{
  display: none !important;
}

/* Dialog & Validation
-----------------------------------------------------*/
body .dialog, body .woocommerce .woocommerce-error,
body .gform_wrapper.gravity-theme .gform_validation_errors, body .woocommerce .woocommerce-info, body .woocommerce .woocommerce-message,
body .gform_confirmation_message{
  border-radius: 0.5rem;
  border-style: none;
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body .woocommerce .woocommerce-message,
body .gform_confirmation_message{
  background-color: rgb(0 144 85 / 0.2);
  padding-left: 4rem;
}
body .woocommerce .woocommerce-message:before,
body .gform_confirmation_message:before{
  top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 144 85 / var(--tw-text-opacity));
}
body .woocommerce .woocommerce-message a,
body .gform_confirmation_message a{
  text-decoration-line: underline;
}
body .woocommerce .woocommerce-info{
  background-color: rgb(41 45 105 / 0.1);
  padding-left: 4rem;
}
body .woocommerce .woocommerce-info:before{
  top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(41 45 105 / var(--tw-text-opacity));
}
body .woocommerce .woocommerce-info a{
  text-decoration-line: underline;
}
body .woocommerce .woocommerce-error,
body .gform_wrapper.gravity-theme .gform_validation_errors{
  background-color: rgb(221 118 9 / 0.2);
  padding-left: 4rem;
}
body .woocommerce .woocommerce-error:before,
body .gform_wrapper.gravity-theme .gform_validation_errors:before{
  top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
}
body .woocommerce .woocommerce-error a,
body .gform_wrapper.gravity-theme .gform_validation_errors a{
  text-decoration-line: underline;
}
body .gform_validation_errors > h2{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity)) !important;
}
body.woocommerce ul.products li.product{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.woocommerce ul.products li.product, body .woocommerce-page ul.products li.product{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding: 1rem;
  width: 100% !important;
  float: none !important;
}
body.woocommerce ul.products li.product .button{
  display: block;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 118 9 / var(--tw-border-opacity));
  background-color: transparent;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(221 118 9 / var(--tw-text-opacity));
  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: 500ms;
}
body.woocommerce ul.products li.product .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(142 6 7 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(142 6 7 / var(--tw-text-opacity));
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight: 600;
}
body.woocommerce ul.products li.product a img{
  margin: -1rem;
  width: calc(100% + 2rem);
  max-width: none;
  padding-bottom: 1rem;
}
body.woocommerce ul.products li.product .price{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.woocommerce .woocommerce-result-count{
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.8;
}
body.woocommerce .wpc-filter-title{
  display: none;
}
body.woocommerce ul.products li.product .woocommerce-placeholder{
  border-style: none;
}
body.woocommerce .products ul::before{
  display: none;
}
body.woocommerce .woocommerce-breadcrumb{
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.7;
}
body.woocommerce div.product p.price, body.woocommerce div.product span.price{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .woocommerce-cart table.cart td, body.woocommerce table td{
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce table.shop_table td{
  border-style: none;
}
body #add_payment_method #payment div.payment_box, body.woocommerce-cart #payment div.payment_box, body.woocommerce-checkout #payment div.payment_box{
  font-size: 1rem;
  line-height: 1.5rem;
}
body .woocommerce-privacy-policy-text{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, body.woocommerce-page div.product div.summary{
    width: 58.333333%;
  }
  body.woocommerce #content div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page #content div.product div.images, body.woocommerce-page div.product div.images{
    width: 41.666667%;
    padding-right: 3rem;
  }
}
body .sku_wrapper{
  display: none;
}
body .additional_information_tab,
body .woocommerce-Tabs-panel--additional_information {
  display: none !important;
}
body .product_meta .tagged_as{
  display: block;
}

/* Woocommerce
-----------------------------------------------------*/
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-order{
  position: relative;
  z-index: 20;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .woocommerce-account.logged-in .woocommerce{
    display: flex;
  }
  .woocommerce-account.logged-in .woocommerce > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation{
  float: none;
  margin-bottom: 3rem;
  width: 100%;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content{
  float: none;
  width: 100%;
}

.woocommerce-checkout .shop_table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-checkout #payment ul.payment_methods li{
  position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li input{
  margin-right: 0.5rem;
}
.woocommerce-checkout #payment ul.payment_methods li img{
  position: absolute;
  top: 0.25rem;
  left: 1.5rem;
  margin: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li label[for=payment_method_paypal]{
  padding-left: 4rem;
}
.woocommerce-checkout #payment ul.payment_methods li label[for=payment_method_paypal] .about_paypal{
  float: right;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
}

.single-product .woocommerce-breadcrumb{
  position: absolute !important;
  top: 3.5rem !important;
  margin-bottom: 0px !important;
}

@media (min-width: 1024px){
  .single-product .woocommerce-breadcrumb{
    top: 5rem !important;
  }
}

.woocommerce {
  /* Global UI */
  /* Single Product */
  /* Single Product - Ecards */
  /* Checkout */
  /* Account - Logged out */
  /* Recupera Password */
  /* Account - Navigation */
}
.woocommerce .button.wc-forward,
.woocommerce .button#place_order,
.woocommerce .single_add_to_cart_button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity)) !important;
  text-transform: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword button.woocommerce-Button,
.woocommerce .return-to-shop > .button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  text-transform: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.woocommerce .woocommerce .loader {
  display: none !important;
}
.woocommerce .woocommerce-product-gallery{
  float: none !important;
  width: 100% !important;
  max-width: 36rem !important;
  padding: 0px !important;
}
.woocommerce .single-product-wrapper{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px){
  .woocommerce .single-product-wrapper{
    flex-direction: row;
  }
}
.woocommerce .single-product-wrapper .gform_wrapper{
  padding: 0px !important;
}
.woocommerce .single-product-wrapper .summary{
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}
.woocommerce .single-product-wrapper .summary form.cart{
  margin-top: 3rem;
}
.woocommerce .related.products .products{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .woocommerce .related.products .products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.font-serif.woocommerce .related.products > h2 {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce .related.products > h2{
  padding-top: 5rem;
  padding-bottom: 2rem;
  font-weight: 700;
}
.woocommerce .posted_in a{
  font-weight: 600;
}
.woocommerce .woocommerce-tabs .panel h2{
  display: none;
}
.woocommerce .woocommerce-billing-fields h3 {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.woocommerce .woocommerce-billing-fields h3.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce .woocommerce-billing-fields h3{
  padding-bottom: 1.5rem;
  font-family: antonia-variable, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .woocommerce .woocommerce-billing-fields h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .woocommerce .woocommerce-billing-fields h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5;
  }
}
.woocommerce .woocommerce-additional-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.woocommerce .woocommerce-additional-fields h3.font-bold,
.woocommerce .woocommerce-shipping-fields h3.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce .woocommerce-additional-fields h3,
.woocommerce .woocommerce-shipping-fields h3{
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: antonia-variable, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .woocommerce .woocommerce-additional-fields h3,
.woocommerce .woocommerce-shipping-fields h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .woocommerce .woocommerce-additional-fields h3,
.woocommerce .woocommerce-shipping-fields h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5;
  }
}
.woocommerce .product-ecard{
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 72rem !important;
}
.woocommerce .product-ecard .product_title{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  text-align: center !important;
}
.woocommerce .product-ecard .product_term_meta{
  text-align: center;
}
.woocommerce .product-ecard .price{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
  display: block !important;
  width: 9rem !important;
  text-align: center !important;
}
.woocommerce .product-ecard .woocommerce-product-details__short-description{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1280px){
  .woocommerce .product-ecard form.cart{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.woocommerce .product-ecard .gform_heading{
  display: none;
}
.woocommerce .product-ecard .gfield_label {
    font-variation-settings: "wght" 400, "opsz" 8 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.woocommerce .product-ecard .gfield_label.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859 !important;
  }
.woocommerce .product-ecard .gfield_label{
  padding-bottom: 0.25rem !important;
  font-family: antonia-variable, serif !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.woocommerce form.checkout{
  position: relative;
}
@media (min-width: 1280px){
  .woocommerce form.checkout #customer_details{
    margin-bottom: 11rem;
    max-width: 48rem;
    padding-right: 2rem;
  }
  .woocommerce form.checkout #order_review{
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 28rem;
  }
}
@media (min-width: 1536px){
  .woocommerce form.checkout #order_review{
    max-width: 32rem;
  }
}
.woocommerce form.checkout #order_review_heading{
  display: none;
}
.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2,
.woocommerce form.checkout .form-row-first,
.woocommerce form.checkout .form-row-last{
  float: none;
  width: 100%;
}
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .thwcfe-html-field-wrapper,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_profile_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_cf_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .thwcfe-html-field-wrapper,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_address_2_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_profile_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_cf_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field{
  grid-column: span 2 / span 2;
}
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #legenda_1_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #legenda_2_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #legenda_1_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #legenda_2_field{
  margin-bottom: 1rem;
  border-left-width: 2px;
  border-color: rgb(34 34 34 / 0.8);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: rgb(34 34 34 / 0.8);
}
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_profile_field,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_profile_field{
  margin-top: 2rem;
}
.font-serif.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_profile_field > label,.font-serif
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_profile_field > label {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper #billing_profile_field > label,
.woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper #billing_profile_field > label{
  border-top-width: 1px;
  border-color: rgb(34 34 34 / 0.1);
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3{
  margin-top: 2rem;
  display: block;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3 label{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.woocommerce form.checkout .woocommerce-shipping-fields h3 label > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.woocommerce .select2-container .select2-selection--single{
  height: 43px;
  border-radius: 0px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
}
.woocommerce .woocommerce-notice--success.woocommerce-thankyou-order-received{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.font-serif.woocommerce #customer_login h2 {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce #customer_login h2{
  margin-bottom: 0px;
  padding-bottom: 1rem;
  font-weight: 700;
}
.woocommerce #customer_login .woocommerce-form-login,
.woocommerce #customer_login .woocommerce-form-register{
  margin: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 1024px){
  .woocommerce #customer_login .woocommerce-form-login,
.woocommerce #customer_login .woocommerce-form-register{
    padding: 2.5rem;
  }
}
.woocommerce #customer_login .woocommerce-form-login p,
.woocommerce #customer_login .woocommerce-form-register p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce #customer_login .woocommerce-form-register .woocommerce-form-login__rememberme{
  display: block;
  font-weight: 600;
}
.woocommerce .woocommerce-ResetPassword{
  margin: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 1024px){
  .woocommerce .woocommerce-ResetPassword{
    padding: 2.5rem;
  }
}
.woocommerce .woocommerce-ResetPassword .form-row-first,
.woocommerce .woocommerce-ResetPassword .form-row-last{
  padding-top: 1.5rem;
}
.woocommerce form.woocommerce-form-register{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.woocommerce form.woocommerce-form-register #billing_address_1,
.woocommerce form.woocommerce-form-register #billing_address_2{
  grid-column: span 2 / span 2;
}
.woocommerce form.woocommerce-form-register .afreg_extra_fields{
  order: 4;
  grid-column: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.woocommerce form.woocommerce-form-register .woocommerce-form-row:first-of-type{
  grid-column: span 2 / span 2;
}
.woocommerce form.woocommerce-form-register .woocommerce-form-row:last-of-type{
  order: 9999;
}
.woocommerce form.woocommerce-form-register .woocommerce-privacy-policy-text{
  order: 12;
  grid-column: span 2 / span 2;
}
.woocommerce .woocommerce-MyAccount-navigation > ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 640px){
  .woocommerce .woocommerce-MyAccount-navigation > ul{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px){
  .woocommerce .woocommerce-MyAccount-navigation > ul{
    display: flex;
    flex-direction: column;
  }
}
.font-serif.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
  font-weight: 700;
}
@media (min-width: 640px){
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
    flex: 1 1 0%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
  display: flex;
  aspect-ratio: 16 / 9;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  background-size: 2rem auto;
  background-position: center 30%;
  background-repeat: no-repeat;
  padding: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 768px){
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1024px){
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    display: block;
    aspect-ratio: auto;
    width: 100%;
    background-size: 1.75rem auto;
    background-position: 1rem center;
    text-align: left;
  }
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
  display: none;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce ul.products li.product a.added_to_cart{
  margin-top: 1rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpml-ls-statics-footer{
  display: none;
}

/* Ecars */
.ecards_radio{
  margin-top: 2rem !important;
}
.ecards_radio .gfield_radio{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .ecards_radio .gfield_radio{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .ecards_radio .gfield_radio{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ecards_radio .gchoice{
  margin: 0px !important;
  width: 100% !important;
}
.ecards_radio .gchoice label{
  display: block !important;
  max-width: 100% !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.ecards_radio .gchoice span {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.ecards_radio .gchoice span.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.font-serif.ecards_radio .gchoice span {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
.ecards_radio .gchoice span{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: antonia-variable, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(34 34 34 / 0.4);
}
.ecards_radio .gchoice input[type=radio]{
  display: none;
}
.ecards_radio .gchoice input[type=radio]:checked + label{
  --tw-border-opacity: 1 !important;
  border-color: rgb(142 6 7 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(142 6 7 / var(--tw-ring-opacity)) !important;
}
.ecards_radio .gchoice input[type=radio]:checked + label span{
  --tw-text-opacity: 1;
  color: rgb(142 6 7 / var(--tw-text-opacity));
}

/* WPML */
.wpml-ls{
  border-width: 1px !important;
  padding: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
@media (min-width: 1280px){
  .wpml-ls{
    margin-left: 1rem !important;
    border-color: rgb(34 34 34 / 0.2) !important;
  }
}
.wpml-ls a{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  padding: 1rem !important;
}

.cta-header .wpml-ls{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 768px){
  .md\:container-fluid{
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 768px){
    .md\:container-fluid{
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media (min-width: 1024px){
    .md\:container-fluid{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
}

@media (min-width: 1024px){
  .lg\:heading-2 {
    font-variation-settings: "wght" 400, "opsz" 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg\:heading-2.font-bold {
    font-variation-settings: "wght" 690, "opsz" 19.42859;
  }
  .lg\:heading-2{
    padding-bottom: 1rem;
    font-family: antonia-variable, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
  }
  @media (min-width: 768px){
    .lg\:heading-2{
      padding-bottom: 2rem;
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px){
    .lg\:heading-2{
      font-size: 3rem;
      line-height: 1.375;
    }
  }
  @media (min-width: 1536px){
    .lg\:heading-2{
      line-height: 1.375;
    }
  }
}

.selection\:bg-primary *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.selection\:bg-primary *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.selection\:bg-rosso *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

.selection\:bg-rosso *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

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

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

.selection\:bg-primary::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.selection\:bg-primary::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.selection\:bg-rosso::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

.selection\:bg-rosso::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

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

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

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

.before\:-left-full::before{
  content: var(--tw-content);
  left: -100%;
}

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

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

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

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

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

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

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

.before\:w-24::before{
  content: var(--tw-content);
  width: 6rem;
}

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

.before\:bg-azzurro::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 165 149 / var(--tw-bg-opacity));
}

.before\:bg-blu::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(41 45 105 / var(--tw-bg-opacity));
}

.before\:bg-fucsia::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(227 55 87 / var(--tw-bg-opacity));
}

.before\:bg-primary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.before\:bg-rosa::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 139 189 / var(--tw-bg-opacity));
}

.before\:bg-rosso::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(142 6 7 / var(--tw-bg-opacity));
}

.before\:bg-verde::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 85 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 118 9 / var(--tw-bg-opacity));
}

.hover\:bg-rosa:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 139 189 / var(--tw-bg-opacity));
}

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

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

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 640px){
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-52{
    width: 13rem;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:even\:flex-row-reverse:nth-child(even){
    flex-direction: row-reverse;
  }
  .sm\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }
  .group:nth-child(odd) .sm\:group-odd\:text-right{
    text-align: right;
  }
  .group:nth-child(even) .sm\:group-even\:justify-end{
    justify-content: flex-end;
  }
  .group:nth-child(even) .sm\:group-even\:text-right{
    text-align: right;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:min-h-\[480px\]{
    min-height: 480px;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:gap-y-12{
    row-gap: 3rem;
  }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[1\.65rem\]{
    font-size: 1.65rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:leading-relaxed{
    line-height: 1.625;
  }
  .md\:text-blu{
    --tw-text-opacity: 1;
    color: rgb(41 45 105 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-24{
    top: 6rem;
  }
  .lg\:top-\[-12px\]{
    top: -12px;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-\[50vh\]{
    height: 50vh;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:min-w-\[320px\]{
    min-width: 320px;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:max-w-xs{
    max-width: 20rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:gap-y-12{
    row-gap: 3rem;
  }
  .lg\:gap-y-16{
    row-gap: 4rem;
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:overflow-clip{
    overflow: clip;
  }
  .lg\:border-\[1rem\]{
    border-width: 1rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:before\:-left-full::before{
    content: var(--tw-content);
    left: -100%;
  }
  .lg\:before\:-right-full::before{
    content: var(--tw-content);
    right: -100%;
  }
  .lg\:before\:left-0::before{
    content: var(--tw-content);
    left: 0px;
  }
  .lg\:before\:top-0::before{
    content: var(--tw-content);
    top: 0px;
  }
  .lg\:before\:-z-10::before{
    content: var(--tw-content);
    z-index: -10;
  }
  .lg\:before\:block::before{
    content: var(--tw-content);
    display: block;
  }
  .lg\:before\:h-full::before{
    content: var(--tw-content);
    height: 100%;
  }
  .lg\:before\:w-24::before{
    content: var(--tw-content);
    width: 6rem;
  }
  .lg\:before\:w-full::before{
    content: var(--tw-content);
    width: 100%;
  }
  .lg\:before\:bg-blu::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(41 45 105 / var(--tw-bg-opacity));
  }
  .lg\:before\:content-\[\'\'\]::before{
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[60vh\]{
    height: 60vh;
  }
  .xl\:max-h-\[calc\(100vh-9rem\)\]{
    max-height: calc(100vh - 9rem);
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-60{
    width: 15rem;
  }
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-xl{
    max-width: 36rem;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-end{
    align-items: flex-end;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:bg-\[\#EBEAEA\]{
    --tw-bg-opacity: 1;
    background-color: rgb(235 234 234 / var(--tw-bg-opacity));
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:leading-relaxed{
    line-height: 1.625;
  }
  .xl\:text-dark{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }
  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:pr-24{
    padding-right: 6rem;
  }
}
