@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/*!
Theme Name: OrsiVini
Theme URI: https://www.a2area.it/
Author: Alessandro Alessio
Author URI: https://www.a2area.it
Description: Just a simple Tailwind Theme for Wordpress
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atw
Tags:

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

atw is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

/*
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: 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;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

::-moz-selection {
  /* Code for Firefox */
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

::selection{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@view-transition {
  navigation: auto;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(150, 191, 206, var(--tw-text-opacity));
}

body.body-frame:before,
body.body-frame:after {
  content: " ";
  position: fixed;
  height: 100vh;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body.body-frame:after{
  right: 0px;
  top: 0px;
}

a,
a:link{
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
a:active{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

header .menu-item-has-children{
  position: relative;
  display: flex;
  align-items: center;
}

header .menu-item-has-children::after {
  /* content: "+"; */
  margin-left: 0.5rem;
  display: inline-block;
  --tw-rotate: 90deg;
  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));
  font-family: 'IBM Plex Serif', sans-serif;
  font-family: monospace;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .menu-item-has-children:hover::after{
  --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));
}

#main-header-wrapper.fullfixed{
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.header-fixed-wrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

body.admin-bar .header-wrapper {
  top: 32px;
}

.header-fixed-wrapper #masthead {
  transition: all 0.5s ease-in-out;
  transform: translateY(-100%);
}

.header-fixed-wrapper #masthead.sticky {
  transform: translateY(0%);
}

header .menu-item-has-children .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  display: none;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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);
}

header .menu-item-has-children .sub-menu a{
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .menu-item-has-children:hover .sub-menu{
  display: inline-block;
}

/** Header Transparent */

#main-header-wrapper.transparent{
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#main-header-wrapper.transparent #masthead{
  background-color: transparent !important;
}

#main-header-wrapper.transparent #masthead #navigation-mobile-toggle{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #masthead a{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #main-navbar{
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: transparent !important;
}

#main-header-wrapper.transparent #main-navbar a{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #main-navbar a:hover{
  background-color: rgba(255, 255, 255, 0.25);
}

#main-header-wrapper.transparent #main-navbar #navigation-mobile-toggle{
  border-width: 1px;
}

body.body-scrolled #main-header-wrapper.transparent{
  background-color: rgba(0, 0, 0, 0.75) !important;
}

body:not(.home) #main-header-wrapper.transparent{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

footer{
  position: relative;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(69, 132, 150, var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

footer #footer-text p{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

footer #footer-text-right li::after {
  content: "/";
  margin-left: 1rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

footer #footer-text-right li:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}

footer #footer-text-right a{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

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

.prose{
  color: var(--tw-prose-body);
}

.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: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #58595B;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

.btn .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover .button-icon{
  margin-left: 3rem;
}

.btn.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

.btn.icon-left:hover .button-icon{
  margin-right: 3rem;
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary:hover{
  background-color: rgba(177, 161, 89, 0.75);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-bordered{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-bordered:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.btn-bordered-white{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-bordered-white:hover{
  background-color: rgba(255, 255, 255, 0.25) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.alert{
  margin-bottom: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
}

.alert.alert-info{
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(30, 58, 138, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-danger{
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(185, 28, 28, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-warning{
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(234, 179, 8, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-success{
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(21, 128, 61, var(--tw-border-opacity));
  padding: 0.5rem;
}

.atw-box-one-half{
  width: 100%;
}

@media (min-width: 768px){
  .atw-box-one-half{
    width: 50%;
  }
}

.atw-box-one-half a {
  height: 500px;
}

.atw-box-one-third{
  width: 100%;
}

@media (min-width: 768px){
  .atw-box-one-third{
    width: 33.333333%;
  }
}

.atw-box-one-third a {
  height: 400px;
}

.atw-box-one-fourth{
  width: 100%;
}

@media (min-width: 768px){
  .atw-box-one-fourth{
    width: 25%;
  }
}

.atw-box-one-fourth a {
  height: 350px;
}

@media only screen and (max-width: 768px) {
  .atw-box-one-half a, .atw-box-one-third a, .atw-box-one-fourth a {
    height: 200px;
  }

  .atw-box-one-half a h2, .atw-box-one-third a h2, .atw-box-one-fourth a h2{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .atw-box-one-half a p, .atw-box-one-third a p, .atw-box-one-fourth a p{
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.atw-breadcrumb{
  padding-bottom: 4rem;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(140, 140, 140, var(--tw-text-opacity));
}

.atw-breadcrumb li::after {
  content: ">";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.atw-breadcrumb li:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}

.atw-breadcrumb span{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#comments{
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

#comments > h2{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#comments ol li{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 1.5rem;
}

#comments ol li .comment-author.vcard{
  display: flex;
  align-items: center;
}

#comments ol li .comment-author.vcard > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#comments ol li .comment-metadata{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 40rem;
  text-align: right;
  font-family: monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

#comments #respond{
  margin-top: 1.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 1.5rem;
}

#comments #respond #reply-title{
  font-weight: 700;
}

#comments #respond .logged-in-as{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#comments #respond .required-field-message{
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#comments #respond .comment-form-comment > *{
  display: block;
}

#comments #respond label{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

#comments #respond .comment-form-cookies-consent label{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: none;
}

#comments #respond .form-submit{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}

#comments #respond .form-submit input[type=submit]{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

#comments #respond .form-submit input[type=submit] .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#comments #respond .form-submit input[type=submit]:hover .button-icon{
  margin-left: 3rem;
}

#comments #respond .form-submit input[type=submit].icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

#comments #respond .form-submit input[type=submit].icon-left:hover .button-icon{
  margin-right: 3rem;
}

#comments #respond .form-submit input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#comments #respond .form-submit input[type=submit]:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

#moove_gdpr_cookie_info_bar{
  border-top-width: 4px !important;
  border-color: rgba(88, 89, 91, 0.1) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#moove_gdpr_cookie_info_bar p{
  font-weight: 300;
}

#moove_gdpr_cookie_info_bar button.mgbutton{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

#moove_gdpr_cookie_info_bar button.mgbutton .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#moove_gdpr_cookie_info_bar button.mgbutton:hover .button-icon{
  margin-left: 3rem;
}

#moove_gdpr_cookie_info_bar button.mgbutton.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

#moove_gdpr_cookie_info_bar button.mgbutton.icon-left:hover .button-icon{
  margin-right: 3rem;
}

#moove_gdpr_cookie_info_bar button.mgbutton{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
}

#moove_gdpr_cookie_info_bar button.change-settings-button{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

#moove_gdpr_cookie_info_bar button.change-settings-button .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#moove_gdpr_cookie_info_bar button.change-settings-button:hover .button-icon{
  margin-left: 3rem;
}

#moove_gdpr_cookie_info_bar button.change-settings-button.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

#moove_gdpr_cookie_info_bar button.change-settings-button.icon-left:hover .button-icon{
  margin-right: 3rem;
}

#moove_gdpr_cookie_info_bar button.change-settings-button{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.gallery {
  margin-top: 3rem !important;
  border-radius: 0.75rem !important;
  background-size: cover !important;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.gallery {
  background-image: url("images/bg-gallery.jpg");
}

.gallery .gallery-item{
  margin-top: 0px;
  margin-bottom: 0px;
}

.gallery .gallery-item img{
  margin-top: 0px;
  margin-bottom: 0px;
  border-width: 4px;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.gallery.gallery-columns-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* .gallery-item img {
			@apply h-52 md:h-96;
		} */
}

.gallery.gallery-columns-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* .gallery-item img {
			@apply h-36 md:h-96;
		} */
}

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

@media (min-width: 768px){
  .gallery.gallery-columns-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gallery.gallery-columns-4 {
  /* .gallery-item img {
			@apply h-52 md:h-52;
		} */
}

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

@media (min-width: 768px){
  .gallery.gallery-columns-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.gallery.gallery-columns-5 {
  /* .gallery-item img {
			@apply h-52 md:h-44;
		} */
}

.item-gallery-mouseover{
  position: relative;
  overflow: hidden;
}

.item-gallery-mouseover:after {
  content: url("https://api.iconify.design/ri/zoom-in-line.svg?color=white&width=24");
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 20;
  display: flex;
  height: 40px;
  --tw-translate-x: -20px;
  --tw-translate-y: -20px;
  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: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.item-gallery-mouseover:hover::after{
  top: 50%;
  opacity: 1;
}

.hero-left{
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hero-left{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero-left .content {
  /* @apply md:mr-12; */
}

.hero-left .image{
  text-align: right;
}

.hero-left .hero-first-title{
  text-align: left;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hero-left .hero-first-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.hero-left .hero-second-title{
  margin-bottom: 1rem;
  text-align: left;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: italic;
}

.hero-left .hero-text{
  margin-bottom: 3rem;
  text-align: justify;
  font-family: 'IBM Plex Serif', sans-serif;
}

@media (min-width: 768px){
  .hero-left .hero-text{
    margin-bottom: 0px;
    margin-right: 2rem;
  }
}

.hero-left .hero-text strong{
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/** Polylang */

.languages-switcher{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}

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

.languages-switcher{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.languages-switcher .current-lang{
  display: flex;
}

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

.languages-switcher .current-lang{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.atw-loop-single-column{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 42rem;
}

.atw-loop-double-column{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px){
  .atw-loop-double-column{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.atw-loop-triple-column{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px){
  .atw-loop-triple-column{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atw-loop-fourth-column{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px){
  .atw-loop-fourth-column{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#navigation-overlay .sub-menu{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#navigation-overlay .sub-menu a{
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#newsletter-banner {
  background-image: url("images/bg-newsletter.png");
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

.pum-container input[type="text"],
	.pum-container input[type="email"],
	.pum-container input[type="tel"],
	.pum-container input[type="password"]{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.75rem;
}

.pum-container input[type="submit"] {
  /* background: url('https://api.iconify.design/ph/envelope-simple-bold.svg?color=white') no-repeat center center / 50%; */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

.pum-container input[type="submit"] .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pum-container input[type="submit"]:hover .button-icon{
  margin-left: 3rem;
}

.pum-container input[type="submit"].icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

.pum-container input[type="submit"].icon-left:hover .button-icon{
  margin-right: 3rem;
}

.pum-container input[type="submit"]{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pum-container input[type="submit"]:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.pum-container input[type="submit"]{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pum-container .wpcf7-spinner{
  position: absolute;
}

/* @apply mx-8; */

#content input[type="text"],
	#content input[type="email"],
	#content input[type="tel"],
	#content input[type="password"],
	#content select{
  height: 3rem;
  border-radius: 0.5rem;
  border-bottom-width: 2px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(150, 191, 206, var(--tw-text-opacity));
}

#content input[type="text"]:focus,
	#content input[type="email"]:focus,
	#content input[type="tel"]:focus,
	#content input[type="password"]:focus,
	#content select:focus{
  background-color: rgba(0, 0, 0, 0.1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#content textarea{
  border-radius: 0.5rem;
  border-bottom-width: 2px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(150, 191, 206, var(--tw-text-opacity));
}

#content textarea:focus{
  background-color: rgba(0, 0, 0, 0.1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#content input[type="submit"],
	#content button{
  margin-top: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#content .select2-container--default .select2-selection--single{
  height: auto;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

#content .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0.75rem;
}

#content .select2-container--default .select2-selection--single .select2-selection__arrow{
  margin-right: 0.5rem;
  height: 100%;
}

#content .wpcf7 .wpcf7-spinner{
  position: absolute;
  margin-top: 1rem;
}

.select2-dropdown{
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[data-selected]{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

#content .entry-content .aligncenter{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#content .entry-content .prose{
  font-style: italic;
}

#content .entry-content p{
  margin-bottom: 0.5rem;
  font-family: 'Antic Didone', sans-serif;
}

#content .entry-content b,
	#content .entry-content strong{
  font-weight: 600;
}

#content .entry-content h1{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#content .entry-content h2{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#content .entry-content h3{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

#content .entry-content h4{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#content .entry-content h5{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#content .entry-content h6{
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

#content .entry-content ul,
	#content .entry-content ol{
  margin-bottom: 2rem;
  margin-top: 1rem;
  list-style-position: inside;
  font-family: 'Antic Didone', sans-serif;
  font-weight: 300;
}

#content .entry-content ul > li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  display: list-item;
  list-style-type: disc;
  font-family: 'Antic Didone', sans-serif;
  font-weight: 300;
}

#content .entry-content ol > li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  display: list-item;
  list-style-type: decimal;
  font-family: 'Antic Didone', sans-serif;
  font-weight: 300;
}

#content .entry-content hr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#content .entry-content table{
  margin-bottom: 2rem;
  width: 100%;
}

#content .entry-content th{
  padding: 0.5rem;
  text-align: left;
}

#content .entry-content tr{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#content .entry-content tr:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#content .entry-content td{
  padding: 0.5rem;
}

#content .entry-content pre{
  display: block;
  overflow-x: scroll;
  word-wrap: break-word;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#content .entry-content blockquote{
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#content .entry-content iframe{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.entry-footer{
  display: none;
}

.next-previous-nav .next a {
  background: url("https://api.iconify.design/mingcute/arrow-right-fill.svg?width=12")
			no-repeat center center / contain;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  text-indent: 24rem;
}

.next-previous-nav .prev a {
  background: url("https://api.iconify.design/mingcute/arrow-left-fill.svg?width=12")
			no-repeat center center / contain;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  text-indent: 24rem;
}

.bg-image-title{
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-image-title .overlay{
  background-color: rgba(88, 89, 91, 0.1);
  /* small {
			@apply font-sans-custom;
		} */
}

.bg-image-title .overlay h1{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .bg-image-title .overlay h1{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.bg-image-under-title{
  height: 4rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

@media (min-width: 768px){
  .bg-image-under-title{
    height: 16rem;
  }
}

#site-navigation{
  margin-top: 0px;
  padding-top: 0px;
}

@media (min-width: 1024px){
  #site-navigation{
    margin-left: 2rem;
  }
}

#site-navigation ul{
  margin: 0px;
}

#site-navigation ul > li > span{
  position: relative;
  display: block;
  overflow: hidden;
  font-family: 'Antic Didone', sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#site-navigation ul > li > a{
  position: relative;
  display: block;
  overflow: hidden;
  font-family: 'Antic Didone', sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#site-navigation ul > li > a:hover{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#site-navigation ul > li > span:before,
	#site-navigation ul > li > a:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  transition-property: all;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ul > li > span:hover::before,
	ul > li > a:hover::before {
		@apply -translate-x-0;
	} */

#site-navigation .menu-item{
  overflow: visible !important;
}

#site-navigation .menu-item-has-children{
  position: relative;
  display: flex;
  align-items: center;
}

/* .menu-item-has-children::after {
		@apply hidden;
	} */

#site-navigation .menu-item-has-children::after {
  position: relative !important;
  left: 0px !important;
  margin-right: 0.25rem !important;
  display: inline-flex !important;
  height: 100% !important;
  height: 1rem !important;
  width: 1rem !important;
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  background-color: transparent !important;
}

#site-navigation .menu-item-has-children::after {
  content: " ";
  /* background: url("https://api.iconify.design/ph/caret-down.svg") no-repeat
			center bottom / 75%; */
  background: url("https://api.iconify.design/ph/caret-down-bold.svg?color=%23d40b33")
			no-repeat center center / 12px;
  opacity: 1;
}

#site-navigation .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 30;
  width: 13rem;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  padding: 0px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#site-navigation .sub-menu li a,
		#site-navigation .sub-menu li span{
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#site-navigation .sub-menu li a:hover,
		#site-navigation .sub-menu li span:hover{
  background-color: rgba(255, 255, 255, 0.05);
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#site-navigation .menu-item-has-children:hover .sub-menu{
  display: block;
}

/* 
#secondary-navigation-mobile-toggle {
	@apply text-center font-sans text-white;

	svg {
		@apply hidden;
	}
	span {
		@apply block font-sans;
	}
}

@media only screen and (max-width: 767px) {
	#site-secondary-navigation {
		@apply m-0;
		ul {
			@apply border-t border-white/25 bg-black/75;
		}
		li a {
			@apply border-b border-white/25 py-1;
		}
		.menu-item-has-children {
			@apply block;
		}
		.menu-item-has-children::before {
			@apply hidden;
		}
	}
	#secondary-navigation-mobile-toggle {
		@apply block;
	}
} */

#search-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#search-overlay form {
}

#search-overlay .input-search{
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(150, 191, 206, var(--tw-text-opacity)) !important;
}

#search-overlay .input-search:focus{
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

#search-overlay .arrow{
  margin-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#search-overlay #search-close{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#site-secondary-navigation .menu-item-has-children{
  position: relative;
  display: flex;
}

#site-secondary-navigation .menu-item-has-children::before {
  content: " ";
  width: 20px;
  background: url("https://api.iconify.design/ph/caret-down-light.svg")
			no-repeat center center / 75%;
}

#site-secondary-navigation .sub-menu{
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  width: 8rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: left;
}

#site-secondary-navigation .menu-item-has-children:hover .sub-menu{
  display: block;
}

#secondary-navigation-mobile-toggle{
  text-align: center;
  font-family: 'IBM Plex Serif', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#secondary-navigation-mobile-toggle svg{
  display: none;
}

#secondary-navigation-mobile-toggle span{
  display: block;
  font-family: 'IBM Plex Serif', sans-serif;
}

@media only screen and (max-width: 767px) {
  #site-secondary-navigation{
    margin: 0px;
    /* .submenu {
			@apply relative block w-full border-0 bg-black/75 text-center;
		} */
    /*.menu-item-has-children:hover{
            .sub-menu{
                @apply block;
            }
        } */
  }

  #site-secondary-navigation ul{
    border-top-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.75);
  }

  #site-secondary-navigation li a{
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #site-secondary-navigation .menu-item-has-children{
    display: block;
  }

  #site-secondary-navigation .menu-item-has-children::before{
    display: none;
  }

  #secondary-navigation-mobile-toggle{
    display: block;
  }
}

.sidebar input[type=text],
    .sidebar input[type=search]{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar input[type=submit]{
  background: url('https://api.iconify.design/material-symbols/search-rounded.svg?color=white') no-repeat center center / 50%;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0);
}

.sidebar .widget{
  margin-bottom: 2rem;
}

.sidebar .widget-title{
  margin-bottom: 1rem;
}

.atw-slider-type-1{
  overflow: hidden;
  background-size: cover;
  background-position: center;
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.atw-slider-type-1 .atw-slider-overlay{
  display: flex;
  height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

@media (min-width: 768px){
  .atw-slider-type-1 .atw-slider-overlay{
    height: 640px;
  }
}

.atw-slider-type-1 .atw-slider-overlay {
  /*.atw-slider-overlay-wrapper {
			@apply bg-gradient-to-t from-black/50 to-transparent pt-96 pb-12 text-left md:from-black/90 md:via-black/90 md:to-transparent;
			.inline-overlay {
				@apply mx-4 max-w-7xl md:mx-auto;
			}
		}

		.atw-slider-text {
			@apply text-left text-5xl text-secondary;
		}
		.atw-slider-author-wrapper {
			@apply text-left text-lg font-thin text-gray-200;
		}*/
}

.atw-slider-type-2{
  overflow: hidden;
  background-size: cover;
  background-position: center;
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.atw-slider-type-2 .atw-slider-overlay{
  display: flex;
  height: 500px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

@media (min-width: 768px){
  .atw-slider-type-2 .atw-slider-overlay{
    height: 550px;
  }
}

.atw-slider-type-2 .atw-slider-overlay {
  /*.atw-slider-overlay-wrapper {
			@apply bg-gradient-to-t from-black/50 to-transparent pt-96 pb-12 text-left md:from-black/90 md:via-black/90 md:to-transparent;
			.inline-overlay {
				@apply mx-4 max-w-7xl md:mx-auto;
			}
		}

		.atw-slider-text {
			@apply text-left text-5xl text-secondary;
		}
		.atw-slider-author-wrapper {
			@apply text-left text-lg font-thin text-gray-200;
		}*/
}

#company-section .overlay-black{
  height: 500px;
}

@media (min-width: 768px){
  #company-section .overlay-black{
    height: 550px;
  }
}

.social-icons{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.social-icons a{
  display: inline-block;
}

.social-icon{
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.social-icon.facebook {
  background: url("https://api.iconify.design/ri/facebook-fill.svg") no-repeat
		center center / 70%;
}

.social-icon.facebook.white {
  background: url("https://api.iconify.design/ri/facebook-fill.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.facebook.primary {
  background: url("https://api.iconify.design/ri/facebook-fill.svg?color=var(--wp--preset--color--primary)")
		no-repeat center center / 70%;
}

.social-icon.facebook.secondary {
  background: url("https://api.iconify.design/ri/facebook-fill.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.social-icon.instagram {
  background: url("https://api.iconify.design/ri/instagram-fill.svg") no-repeat
		center center / 70%;
}

.social-icon.instagram.white {
  background: url("https://api.iconify.design/ri/instagram-fill.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.instagram.primary {
  background: url("https://api.iconify.design/ri/instagram-fill.svg?color=var(--wp--preset--color--primary)")
		no-repeat center center / 70%;
}

.social-icon.instagram.secondary {
  background: url("https://api.iconify.design/ri/instagram-fill.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.social-icon.linkedin {
  background: url("https://api.iconify.design/ri/linkedin-fill.svg") no-repeat
		center center / 70%;
}

.social-icon.linkedin.white {
  background: url("https://api.iconify.design/ri/linkedin-fill.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.linkedin.secondary {
  background: url("https://api.iconify.design/ri/linkedin-fill.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.social-icon.twitter {
  background: url("https://api.iconify.design/ri/twitter-fill.svg") no-repeat
		center center / 70%;
}

.social-icon.twitter.white {
  background: url("https://api.iconify.design/ri/twitter-fill.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.twitter.secondary {
  background: url("https://api.iconify.design/ri/twitter-fill.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.social-icon.youtube {
  background: url("https://api.iconify.design/ri/youtube-fill.svg") no-repeat
		center center / 70%;
}

.social-icon.youtube.white {
  background: url("https://api.iconify.design/ri/youtube-fill.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.youtube.secondary {
  background: url("https://api.iconify.design/ri/youtube-fill.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.social-icon.tumblr {
  background: url("https://api.iconify.design/brandico/tumblr-rect.svg")
		no-repeat center center / 70%;
}

.social-icon.tumblr.white {
  background: url("https://api.iconify.design/brandico/tumblr-rect.svg?color=white")
		no-repeat center center / 70%;
}

.social-icon.tumblr.secondary {
  background: url("https://api.iconify.design/brandico/tumblr-rect.svg?color=var(--wp--preset--color--secondary)")
		no-repeat center center / 70%;
}

.atw-title{
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.atw-title-small{
  font-family: 'IBM Plex Serif', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.font-sans-custom{
  font-family: 'IBM Plex Serif', sans-serif;
}

.text-wrapper p{
  margin-bottom: 1.5rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

.text-wrapper ul{
  list-style-position: inside;
  list-style-type: disc;
}

body.single-product .single-breadcrumb .woocommerce-breadcrumb{
  margin-bottom: 0px !important;
  text-align: left !important;
}

body.single-product .price{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(88, 89, 91, var(--tw-text-opacity)) !important;
}

body.single-product .price del bdi{
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

body.single-product .price ins bdi{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 89, 91, var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

body.single-product .woocommerce-product-details__short-description{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

body.single-product .single_variation_wrap .variations_button{
  display: flex;
}

body.single-product .single_variation_wrap .variations_button .quantity input{
  border-radius: 0px;
}

body.single-product .single_variation_wrap .variations_button .button{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.single-product .cart .quantity{
  margin-left: auto;
}

body.single-product .cart .quantity input{
  height: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.75rem;
}

body.single-product .cart .button{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

body.single-product .cart .button .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.single-product .cart .button:hover .button-icon{
  margin-left: 3rem;
}

body.single-product .cart .button.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

body.single-product .cart .button.icon-left:hover .button-icon{
  margin-right: 3rem;
}

body.single-product .cart .button{
  display: inline-flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-product .cart .button:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

body.single-product .cart .button{
  height: 3rem;
  border-radius: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body.single-product .product_meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

body.single-product .product_meta > span{
  display: block;
}

body.single-product .product_meta > span span{
  font-weight: 400;
}

body.single-product .product_meta > span a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

body.single-product .woocommerce-tabs{
  margin-bottom: 3rem;
}

body.single-product .woocommerce-tabs ul.tabs{
  margin-left: 0px !important;
  padding: 0px !important;
}

body.single-product .woocommerce-tabs ul::before {
  opacity: 0;
}

body.single-product .woocommerce-tabs li{
  margin-right: 0.25rem !important;
  border-radius: 0px !important;
  border-top-width: 2px !important;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  border-bottom-width: 0px !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

body.single-product .woocommerce-tabs li::before,
		body.single-product .woocommerce-tabs li::after{
  display: none !important;
  border-radius: 0px !important;
}

body.single-product .woocommerce-tabs li.active{
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}

body.single-product .related.products h2{
  margin-bottom: 1.5rem;
  line-height: 1;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

#content body.single-product .related.products h2{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page #main body.single-product .related.products h2{
  margin: 0px;
}

.archive-wrapper body.single-product .related.products h2{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body.single-post body.single-product .related.products h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-products-item body.single-product .related.products h2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  vertical-align: bottom;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item body.single-product .related.products h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-atw-products #main .page-title-atw-products .overlay body.single-product .related.products h2{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-atw-projects #content .page-title-atw-projects body.single-product .related.products h2{
  padding-bottom: 1rem;
  padding-top: 16rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce-notices-wrapper{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .woocommerce-notices-wrapper{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .woocommerce-notices-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .woocommerce-notices-wrapper{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .woocommerce-notices-wrapper{
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1536px){
  .woocommerce-notices-wrapper{
    max-width: 1536px;
  }
}

.woocommerce-notices-wrapper{
  margin-left: auto;
  margin-right: auto;
}

body.page-template-about-company #about-company-history .woocommerce-notices-wrapper{
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .woocommerce-notices-wrapper:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

body.page-template-about-company #about-company-history .woocommerce-notices-wrapper:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.woocommerce-info {
  border-top: 2px solid #666;
}

.woocommerce-info::before {
  color: #666;
}

body.woocommerce-page #content,
body.woocommerce #content{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

body.woocommerce-page #content .page-title, body.woocommerce #content .page-title{
  margin-bottom: 0.5rem;
  line-height: 1;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

#content body.woocommerce-page #content .page-title,#content  body.woocommerce #content .page-title{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page #main body.woocommerce-page #content .page-title,body.page #main  body.woocommerce #content .page-title{
  margin: 0px;
}

.archive-wrapper body.woocommerce-page #content .page-title,.archive-wrapper  body.woocommerce #content .page-title{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body.single-post body.woocommerce-page #content .page-title,body.single-post  body.woocommerce #content .page-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-products-item body.woocommerce-page #content .page-title,.atw-products-item  body.woocommerce #content .page-title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  vertical-align: bottom;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item body.woocommerce-page #content .page-title,.atw-products-item  body.woocommerce #content .page-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-atw-products #main .page-title-atw-products .overlay body.woocommerce-page #content .page-title,.single-atw-products #main .page-title-atw-products .overlay  body.woocommerce #content .page-title{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-atw-projects #content .page-title-atw-projects body.woocommerce-page #content .page-title,body.single-atw-projects #content .page-title-atw-projects  body.woocommerce #content .page-title{
  padding-bottom: 1rem;
  padding-top: 16rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce .button.disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
}

.woocommerce form .form-row .required{
  --tw-text-opacity: 1 !important;
  color: rgba(88, 89, 91, var(--tw-text-opacity)) !important;
}

.woocommerce span.onsale{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0px !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: monospace !important;
  font-weight: 100 !important;
}

.woocommerce .products {
}

.woocommerce .products .attachment-woocommerce_thumbnail{
  border-radius: 0.75rem;
}

.woocommerce .products .product{
  display: block !important;
  list-style-type: none !important;
  text-align: center !important;
}

.woocommerce .products .product{
  /*.woocommerce button.button.alt{
        @apply btn btn-primary btn-lg bg-primary rounded-none;
    }
    .add_to_cart_button{
        @apply inline-block border-8 border-black !important;
    } */
}

.woocommerce .products .product .button {
  border-radius: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(88, 89, 91, var(--tw-text-opacity)) !important;
}

.woocommerce .products .product .button {
  border: 1px solid #000;
}

.woocommerce .products .product .button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.woocommerce .products .product .woocommerce-loop-product__title{
  margin: 0px !important;
  margin-bottom: 0.5rem !important;
  padding: 0px !important;
  font-family: 'IBM Plex Serif', sans-serif !important;
  font-weight: 500 !important;
}

.woocommerce .products .product .price{
  border-width: 0px;
}

.woocommerce .products .product .price bdi{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.woocommerce .products .product .price ins bdi{
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.woocommerce .products .product .onsale{
  top: 1rem !important;
  right: 1rem !important;
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: 'IBM Plex Serif', sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

/** Categories */

.woocommerce .product-category a{
  position: relative;
  display: block;
}

.woocommerce .product-category a img{
  display: block;
  border-width: 1px;
}

.woocommerce .product-category a h2{
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 10 !important;
  display: block !important;
  width: 100% !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: left !important;
  font-family: 'IBM Plex Serif', sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

/** Cart */

.woocommerce table.shop_table{
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

.woocommerce table.shop_table thead th{
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce table.shop_table tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.woocommerce table.shop_table td{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

.woocommerce table.shop_table .coupon .input-text{
  width: 10rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase !important;
}

.woocommerce table.shop_table .coupon .button{
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity)) !important;
}

.woocommerce-cart-form__cart-item{
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

.woocommerce-cart-form__cart-item .product-remove{
  text-align: center;
}

.woocommerce-cart-form__cart-item .product-remove a.remove{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(88, 89, 91, var(--tw-text-opacity)) !important;
}

.woocommerce-cart-form__cart-item .product-remove a.remove:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail a img{
  margin-left: auto;
  margin-right: auto;
  width: 6rem;
  border-radius: 0.375rem;
}

.woocommerce-cart-form__cart-item .product-thumbnail a{
  text-align: center;
}

.woocommerce-cart-form__cart-item .product-quantity .qty{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.5rem;
}

.woocommerce-cart-form__cart-item .product-name a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
  text-decoration-line: none;
}

.woocommerce .cart_totals h2{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.woocommerce .cart_totals h2{
  font-family: 'IBM Plex Serif', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.woocommerce .cart_totals tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.woocommerce .cart_totals .checkout-button{
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
}

/** Checkout */

body.woocommerce-checkout #content input[type="text"],
		body.woocommerce-checkout #content input[type="email"],
		body.woocommerce-checkout #content input[type="tel"]{
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: left !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .required{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

/** Sidebar */

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
}

.woocommerce .ecommerce-widget.widget_product_categories li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce .ecommerce-widget.widget_product_categories li .children li{
  border-width: 0px;
  padding-left: 0.75rem;
}

.woocommerce .ecommerce-widget.widget_product_categories li:before {
  content: " ";
  height: 24px;
  width: 24px;
  background: url("https://api.iconify.design/material-symbols/arrow-right-rounded.svg")
			no-repeat center center / contain;
  float: left;
  display: block;
}

/** Breadcrum */

.woocommerce .woocommerce-breadcrumb{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

/** Account */

body.woocommerce-account #main{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

body.woocommerce-account #main .entry-title{
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

#content body.woocommerce-account #main .entry-title{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page #main body.woocommerce-account #main .entry-title{
  margin: 0px;
}

.archive-wrapper body.woocommerce-account #main .entry-title{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body.single-post body.woocommerce-account #main .entry-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-products-item body.woocommerce-account #main .entry-title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  vertical-align: bottom;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item body.woocommerce-account #main .entry-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-atw-products #main .page-title-atw-products .overlay body.woocommerce-account #main .entry-title{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-atw-projects #content .page-title-atw-projects body.woocommerce-account #main .entry-title{
  padding-bottom: 1rem;
  padding-top: 16rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li{
  margin: 0px;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  padding: 0px;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li a{
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
  text-decoration-line: none;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.woocommerce-account #main h2{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

body.woocommerce-account #main .woocommerce-form-login{
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  border-width: 0px;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

body.woocommerce-account #main .woocommerce-form-login input[type="text"],
		body.woocommerce-account #main .woocommerce-form-login input[type="password"]{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 1rem;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit:hover .button-icon{
  margin-left: 3rem;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit.icon-left:hover .button-icon{
  margin-right: 3rem;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit{
  float: right;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.woocommerce-account #main .woocommerce-form-register{
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  border-width: 4px;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-register__submit{
  float: right !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity)) !important;
}

.woocommerce select{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 1rem;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

.page-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.entry-title{
  margin-top: 2rem;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.page-content > *,
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
}

.page-content h2,
.page-content h3,
.page-content h4,
.entry-content h2,
.entry-content h3,
.entry-content h4{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

.entry-content.prose{
  margin-bottom: 3rem;
}

.entry-content p{
  margin-bottom: 1rem;
}

.entry-content strong{
  font-weight: 800;
}

.entry-content a{
  display: inline-block;
}

/* .entry-content.prose:after {
	content: " ";
	height: 1px;
	@apply mx-auto mt-6 block w-32 bg-gray-200;
} */

.entry-content .read-more{
  display: none;
}

.entry-meta,
.entry-footer{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 40rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.entry-meta > *::before,
.entry-footer > *::before {
  content: "—";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.entry-meta > *:nth-child(2):before,
.entry-footer > *:nth-child(2):before {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}

#main{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.navigation{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 36rem;
  text-align: center;
}

.navigation.pagination .nav-links > *{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.navigation.pagination .nav-links .current{
  --tw-border-opacity: 1;
  border-color: rgba(177, 161, 89, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.navigation.post-navigation{
  margin-top: 2rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.navigation.post-navigation .nav-links {
  font-family: "Roboto Serif", serif;
  display: flex;
}

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

.navigation.post-navigation .nav-links{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.navigation.post-navigation .nav-links > div{
  text-align: left;
}

@media (min-width: 768px){
  .navigation.post-navigation .nav-links > div{
    width: 50%;
  }
}

.navigation.post-navigation .nav-links .nav-next{
  text-align: right;
}

@media (min-width: 768px){
  .navigation.post-navigation .nav-links .nav-next{
    width: 50%;
  }
}

.navigation.post-navigation .nav-links .prev-title,
.navigation.post-navigation .nav-links .next-title{
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#content article.post{
  margin-left: auto;
  margin-right: auto;
}

#content article.post figure {
}

.post-edit-link{
  display: none;
  /* @apply float-right border border-primary px-3 py-1; */
}

.post-edit-link:before {
  content: "";
  margin: 0px;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

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

.top-full{
  top: 100%;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-6{
  left: 1.5rem;
}

.right-6{
  right: 1.5rem;
}

.z-\[100\]{
  z-index: 100;
}

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

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

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

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

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

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

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

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

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

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mt-12{
  margin-top: 3rem;
}

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

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

.mb-2{
  margin-bottom: 0.5rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

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

.mt-24{
  margin-top: 6rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

.mb-64{
  margin-bottom: 16rem;
}

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

.mt-56{
  margin-top: 14rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-44{
  height: 11rem;
}

.h-full{
  height: 100%;
}

.h-36{
  height: 9rem;
}

.h-12{
  height: 3rem;
}

.h-auto{
  height: auto;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-screen{
  height: 100vh;
}

.h-7{
  height: 1.75rem;
}

.max-h-12{
  max-height: 3rem;
}

.w-full{
  width: 100%;
}

.w-12{
  width: 3rem;
}

.w-3\/12{
  width: 25%;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-5{
  width: 1.25rem;
}

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

.w-3\/4{
  width: 75%;
}

.w-7{
  width: 1.75rem;
}

.w-4\/6{
  width: 66.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-32{
  width: 8rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-sm{
  max-width: 24rem;
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.translate-y-28{
  --tw-translate-y: 7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

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

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

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

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.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 * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.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 * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

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

.rounded-2xl{
  border-radius: 1rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-secondary\/30{
  background-color: rgba(177, 161, 89, 0.3);
}

.bg-secondary\/10{
  background-color: rgba(177, 161, 89, 0.1);
}

.bg-white\/30{
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

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

.bg-\[\#F9FBFC\]{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 251, 252, var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

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

.bg-foreground{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black\/75{
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-\[\#25D366\]{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 211, 102, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-\[\#222\]{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-white\/10{
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.from-primary{
  --tw-gradient-from: #58595B;
  --tw-gradient-to: rgba(88, 89, 91, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/75{
  --tw-gradient-from: rgba(0, 0, 0, 0.75);
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary{
  --tw-gradient-to: #B1A159;
}

.to-black\/0{
  --tw-gradient-to: rgba(0, 0, 0, 0);
}

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

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

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

.p-8{
  padding: 2rem;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-0{
  padding: 0px;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-4{
  padding-right: 1rem;
}

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

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

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

.pb-36{
  padding-bottom: 9rem;
}

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

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

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

.indent-2{
  text-indent: 0.5rem;
}

.font-serif{
  font-family: 'Antic Didone', sans-serif;
}

.font-\[Parisienne\]{
  font-family: Parisienne;
}

.font-sans{
  font-family: 'IBM Plex Serif', sans-serif;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

.font-thin{
  font-weight: 100;
}

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

.font-light{
  font-weight: 300;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

.leading-5{
  line-height: 1.25rem;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.text-white\/50{
  color: rgba(255, 255, 255, 0.5);
}

.text-foreground{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(150, 191, 206, var(--tw-text-opacity));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.h-200px {
  height: 200px;
}

.m-1px {
  margin: 1px;
}

.separator:before {
  content: " ";
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

.separator{
  margin-bottom: 3rem;
  display: block;
}

.separator-secondary:before {
  content: " ";
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
}

.separator-secondary{
  margin-bottom: 3rem;
  display: block;
}

/** Triangles */

.triangle-left {
  width: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e9eaf0;
}

/** Animations */

.animate-atom {
  animation: atom 5s infinite;
}

@keyframes atom {
  0%,
	100% {
    transform: translateY(5%);
  }

  50% {
    transform: translateY(0);
  }
}

/** Accordion */

.accordion > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.accordion-item{
  position: relative;
}

.accordion-header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

.accordion-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.accordion-btn{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-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: 150ms;
}

.accordion-btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.accordion-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.accordion-icon{
  height: 1.25rem;
  width: 1.25rem;
}

.accordion-icon.rotate{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-panel{
  max-height: 0px;
  overflow: hidden;
  font-family: 'IBM Plex Serif', sans-serif;
  /* @apply transition-max-height max-h-0 overflow-hidden duration-150 ease-in-out; */
}

.accordion-panel.active{
  max-height: -moz-max-content;
  max-height: max-content;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-panel .accordion-panel-inner{
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.accordion-panel .accordion-panel-inner pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
}

.accordion-panel .accordion-panel-inner ul{
  margin-left: 2rem;
}

.accordion-panel .accordion-panel-inner ul li{
  list-style-position: inside;
  list-style-type: disc;
}

.atw-tabs{
  display: flex;
  flex-direction: column;
  font-family: 'IBM Plex Serif', sans-serif;
}

.atw-tabs .atw-tabs-labels{
  display: flex;
}

.atw-tabs .atw-tabs-labels .tab-btn{
  margin-right: 0.25rem;
  border-top-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.atw-tabs .atw-tabs-labels .tab-btn.active{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(177, 161, 89, var(--tw-border-opacity));
}

.atw-tabs .tab-content{
  border-top-width: 1px;
}

.atw-tabs .tab-content .tab-pane{
  display: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.atw-tabs .tab-content .tab-pane h2,
			.atw-tabs .tab-content .tab-pane h3,
			.atw-tabs .tab-content .tab-pane h4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-weight: 700 !important;
  color: rgba(177, 161, 89, var(--tw-text-opacity)) !important;
}

.atw-tabs .tab-content .tab-pane h2,
			.atw-tabs .tab-content .tab-pane h3,
			.atw-tabs .tab-content .tab-pane h4{
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

#content .atw-tabs .tab-content .tab-pane h2,#content 
			.atw-tabs .tab-content .tab-pane h3,#content 
			.atw-tabs .tab-content .tab-pane h4{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page #main .atw-tabs .tab-content .tab-pane h2,body.page #main 
			.atw-tabs .tab-content .tab-pane h3,body.page #main 
			.atw-tabs .tab-content .tab-pane h4{
  margin: 0px;
}

.archive-wrapper .atw-tabs .tab-content .tab-pane h2,.archive-wrapper 
			.atw-tabs .tab-content .tab-pane h3,.archive-wrapper 
			.atw-tabs .tab-content .tab-pane h4{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body.single-post .atw-tabs .tab-content .tab-pane h2,body.single-post 
			.atw-tabs .tab-content .tab-pane h3,body.single-post 
			.atw-tabs .tab-content .tab-pane h4{
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-products-item .atw-tabs .tab-content .tab-pane h2,.atw-products-item 
			.atw-tabs .tab-content .tab-pane h3,.atw-products-item 
			.atw-tabs .tab-content .tab-pane h4{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  vertical-align: bottom;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item .atw-tabs .tab-content .tab-pane h2,.atw-products-item 
			.atw-tabs .tab-content .tab-pane h3,.atw-products-item 
			.atw-tabs .tab-content .tab-pane h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-atw-products #main .page-title-atw-products .overlay .atw-tabs .tab-content .tab-pane h2,.single-atw-products #main .page-title-atw-products .overlay 
			.atw-tabs .tab-content .tab-pane h3,.single-atw-products #main .page-title-atw-products .overlay 
			.atw-tabs .tab-content .tab-pane h4{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-atw-projects #content .page-title-atw-projects .atw-tabs .tab-content .tab-pane h2,body.single-atw-projects #content .page-title-atw-projects 
			.atw-tabs .tab-content .tab-pane h3,body.single-atw-projects #content .page-title-atw-projects 
			.atw-tabs .tab-content .tab-pane h4{
  padding-bottom: 1rem;
  padding-top: 16rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.atw-tabs .tab-content .tab-pane h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-tabs .tab-content .tab-pane h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.atw-tabs .tab-content .tab-pane ul li{
  list-style-position: inside;
  list-style-type: disc;
}

.atw-tabs .tab-content .tab-pane p{
  margin-bottom: 1rem;
}

.atw-tabs .tab-content .tab-pane.active{
  display: block;
}

.gallery{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

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

.gallery .gallery-icon,
	.gallery .gallery-icon a{
  text-align: center;
}

.gallery .gallery-icon img, .gallery .gallery-icon a img{
  margin-left: auto !important;
  margin-right: auto !important;
}

.gallery .wp-caption-text.gallery-caption{
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  font-family: 'IBM Plex Serif', sans-serif;
}

/** Fancybox */

.fancybox__content a{
  display: inline-block;
}

/** 
 * Customization for Website
 */

/* @import "./custom/website-custom/website-custom.css"; */

body:before,
body:after {
  content: " ";
  position: fixed;
  height: 100vh;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body:after {
  height: calc(100% - 8px);
  right: 0px;
  top: 4px;
}

body{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.heading-color{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#main{
  margin-top: 0px;
  margin-bottom: 0px;
}

#content{
  margin-left: 2rem;
  margin-right: 2rem;
}

.page-header{
  position: relative;
  background-size: cover;
}

.page-header:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
}

.page-header h1{
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px){
  .page-header h1{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

body.home #product-slider {
  background-image: url("images/bg-products.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50%;
}

body.home #product-slider .swiper-button-prev {
  left: calc(50% - 50px);
  z-index: 50;
  display: none;
  --tw-translate-y: 14rem;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(76, 144, 163, var(--tw-border-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgba(76, 144, 163, var(--tw-text-opacity));
}

@media (min-width: 768px){
  body.home #product-slider .swiper-button-prev{
    display: flex;
  }
}

body.home #product-slider .swiper-button-next {
  right: calc(50% + 40px);
  z-index: 50;
  display: none;
  --tw-translate-y: 14rem;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(76, 144, 163, var(--tw-border-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgba(76, 144, 163, var(--tw-text-opacity));
}

@media (min-width: 768px){
  body.home #product-slider .swiper-button-next{
    display: flex;
  }
}

body.home #company-section .overlay-black{
  padding-top: 13rem;
  padding-bottom: 13rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.home #company-section .overlay-black p{
  margin-bottom: 2rem;
}

.overlay-black{
  background-color: rgba(0, 0, 0, 0.7);
}

body.page-template-about-company #main .entry-content{
  margin: 0px !important;
  padding: 0px !important;
}

body.page-template-about-company #main .entry-content figure{
  margin-top: 0px;
  margin-bottom: 0px;
}

body.page-template-about-company #main .entry-content h1{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

body.page-template-about-company #main .entry-content .text-wrapper{
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (min-width: 768px){
  body.page-template-about-company #main .entry-content .text-wrapper{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.atw-products-item{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.atw-products-item:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(150, 191, 206, var(--tw-bg-opacity));
}

.atw-products-item:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 8px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
}

.atw-products-item .img-wrapper img{
  height: 100%;
  width: 100%;
}

.atw-products-item .text-wrapper .title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .atw-products-item .text-wrapper .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.atw-products-item .text-wrapper .text{
  margin-top: 0.5rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .atw-products-item .text-wrapper .text{
    font-size: 15px;
  }
}

.atw-products-item .text-wrapper .text .read-more:before {
  content: "———";
  display: inline-flex;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.atw-products-item .text-wrapper .text .read-more{
  display: none;
}

.atw-products-item .text-wrapper .atw-products-button{
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  .atw-products-item .text-wrapper .atw-products-button{
    display: block;
  }
}

.atw-products-item .text-wrapper .atw-products-button:before {
  content: "———";
  letter-spacing: -4px;
  margin-right: 1.5rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item .text-wrapper .atw-products-button:before{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body.post-type-archive-atw-products #content{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

@media (min-width: 768px){
  body.post-type-archive-atw-products #content section#primary{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.single-atw-product-wrapper {
  background-image: url("images/cartina.jpg");
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  background-size: cover;
}

.single-atw-product-wrapper .overlay{
  background-color: rgba(255, 255, 255, 0.9);
}

.single-atw-product-wrapper .all-content-wrapper h1{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-atw-product-wrapper .all-content-wrapper .text{
    margin-right: 200px;
  }
}

.related-products {
  background-image: url("images/related.png");
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-size: cover;
}

/* .overlay {
		@apply bg-white/50;
	} */

.related-products h2{
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

/* General */

#content .atw-title{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 161, 89, var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page #main .atw-title{
  margin: 0px;
}

body.page #main .entry-content{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  padding: 2rem;
}

.footer-wrapper{
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.5rem;
}

#footer-bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#footer-text-right ul{
  justify-content: center;
}

@media (min-width: 768px){
  #footer-text-right ul{
    justify-content: flex-end;
  }
}

#main-header-wrapper{
  position: relative;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(69, 132, 150, var(--tw-border-opacity));
  /* .header-cta {
		@apply btn-secondary ml-8 inline-flex w-10 items-center justify-center rounded-full p-2 uppercase md:w-auto md:px-6;
	}
	#search-toggle {
		@apply border border-primary !important;
	} */
}

/* &:before {
		@apply absolute top-0 left-0 z-20 block h-[10px] w-full border-2 border-red-900 bg-red-500;
		content: " ";
	} */

#main-header-wrapper #header-logo{
  max-width: 195px;
}

.swiper-hero-wrapper .swiper-slide {
  position: relative;
}

.swiper-hero-wrapper .swiper-slide::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.8) 20%,
		rgba(0, 0, 0, 0) 50%
	);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  width: 100%;
}

/* @media only screen and (max-width: 768px) {
	.swiper-hero-wrapper .swiper-slide::after {
		content: "";
		background: rgb(0, 0, 0);
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 0.8) 20%,
			rgba(0, 0, 0, 0) 50%
		);
		@apply absolute top-0 left-0 z-20 block h-full w-full;
	}
} */

.swiper-hero-wrapper .atw-slider-overlay-wrapper{
  z-index: 50;
  width: 100%;
  padding: 2rem;
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-cta{
  margin-top: 1.5rem;
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-cta a{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-cta a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-cta a::before {
  content: "";
  margin-right: 1rem;
  display: inline-block;
  width: 40px;
  --tw-translate-y: -4px;
  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-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(177, 161, 89, var(--tw-border-opacity));
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-hero-wrapper .atw-slider-overlay-wrapper .atw-slider-cta a:hover::before{
  --tw-translate-x: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* @media only screen and (max-width: 768px) {
	.swiper-hero-wrapper .swiper-slide::after {
		content: "";
		background: rgb(0, 0, 0);
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 0.8) 20%,
			rgba(0, 0, 0, 0) 50%
		);
		@apply absolute top-0 left-0 z-20 block h-full w-full;
	}
} */

body.error404 #main{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body.error404 #main .page-content{
  text-align: center;
}

body.error404 #main form.search-form{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

body.error404 #main form.search-form input{
  border-width: 1px;
  padding: 1rem;
}

body.error404 #main form.search-form input[type=submit]{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

body.error404 #main form.search-form input[type=submit] .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.error404 #main form.search-form input[type=submit]:hover .button-icon{
  margin-left: 3rem;
}

body.error404 #main form.search-form input[type=submit].icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

body.error404 #main form.search-form input[type=submit].icon-left:hover .button-icon{
  margin-right: 3rem;
}

body.error404 #main form.search-form input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.error404 #main form.search-form input[type=submit]:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

body.error404 #main form.search-form input[type=submit]{
  border-width: 0px;
  padding: 1rem;
}

body.page-template-about-company #content{
  margin-bottom: 0px;
}

body.page-template-about-company .entry-content.prose .company{
  max-width: 42rem;
  padding: 0px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body.page-template-about-company .gallery .gallery-item:nth-child(1) img{
  --tw-rotate: 3deg;
  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));
}

body.page-template-about-company .gallery .gallery-item:nth-child(2) img{
  --tw-rotate: -3deg;
  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));
}

body.page-template-about-company .about-company-info{
  margin-bottom: 1rem;
  text-align: left;
  font-family: 'IBM Plex Serif', sans-serif;
}

body.page-template-about-company .about-company-info .icon-wrapper{
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgba(177, 161, 89, 0.4);
  padding: 1rem;
}

body.page-template-about-company .about-company-info .icon-wrapper img{
  width: 1.5rem;
}

body.page-template-about-company .about-company-info .title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

body.page-template-about-company .about-company-info .text{
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-about-company .about-company-values{
  margin-bottom: 1rem;
  text-align: center;
  font-family: 'IBM Plex Serif', sans-serif;
}

body.page-template-about-company .about-company-values .icon-wrapper img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 3rem;
}

body.page-template-about-company .about-company-values .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

body.page-template-about-company .about-company-values .text{
  font-size: 0.75rem;
  line-height: 1rem;
}

body.page-template-about-company #about-company-history .overlay {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='59.428' patternTransform='scale(1) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(172, 0%, 100%, 1)'/><path d='M0 70.975V47.881m20-1.692L8.535 52.808v13.239L20 72.667l11.465-6.62V52.808zm0-32.95l11.465-6.62V-6.619L20-13.24 8.535-6.619V6.619L20 13.24m8.535 4.927v13.238L40 38.024l11.465-6.62V18.166L40 11.546zM20 36.333L0 47.88m0 0v23.094m0 0l20 11.548 20-11.548V47.88m0 0L20 36.333m0 0l20 11.549M0 11.547l-11.465 6.619v13.239L0 38.025l11.465-6.62v-13.24L0 11.548v-23.094l20-11.547 20 11.547v23.094M20 36.333V13.24'  stroke-linecap='square' stroke-width='2' stroke='hsla(213, 56%, 70%, 0.10)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  position: relative;
}

body.page-template-about-company #about-company-history .overlay:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 5rem;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgba(255, 255, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}

body.page-template-about-company #about-company-history .container{
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .container:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

body.page-template-about-company #about-company-history .container:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

body.page-template-about-company #about-company-history .about-company-history-item{
  position: relative;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

body.page-template-about-company #about-company-history .about-company-history-item:before {
  content: " ";
  top: 22px;
  position: absolute;
  z-index: 10;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-x: -1rem;
  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: rgba(88, 89, 91, var(--tw-bg-opacity));
}

body.page-template-about-company #about-company-history .about-company-history-item .date{
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

body.page-template-about-company #about-company-history .about-company-history-item .text{
  background-color: rgba(88, 89, 91, 0.1);
  padding: 1rem;
}

body.page-template-about-company .entry-footer{
  display: none;
}

.archive-wrapper{
  margin-left: auto;
  margin-right: auto;
}

.archive-wrapper .atw-title{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body.page-template-contacts .entry-content p, body.page-template-contacts-2 .entry-content p{
  margin-bottom: 1.5rem !important;
}

body.page-template-contacts .entry-content a, body.page-template-contacts-2 .entry-content a{
  text-decoration-line: underline;
}

body.page-template-contacts h2, body.page-template-contacts-2 h2{
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

body.page-template-contacts p, body.page-template-contacts-2 p{
  margin-bottom: 2rem;
  font-family: 'Antic Didone', sans-serif;
}

body.page-template-contacts .wpcf7 h3, body.page-template-contacts-2 .wpcf7 h3{
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

body.page-template-contacts .wpcf7 label, body.page-template-contacts-2 .wpcf7 label{
  font-family: 'Antic Didone', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-template-contacts .wpcf7 p, body.page-template-contacts-2 .wpcf7 p{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-contacts .wpcf7 input:focus,
		body.page-template-contacts .wpcf7 textarea:focus,
		body.page-template-contacts-2 .wpcf7 input:focus,
		body.page-template-contacts-2 .wpcf7 textarea:focus {
  outline: none;
}

body.page-template-contacts .wpcf7 textarea, body.page-template-contacts-2 .wpcf7 textarea {
  height: 150px;
}

body.page-template-contacts .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .wpcf7 .wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

body.page-template-contacts .wpcf7 .wpcf7-submit .button-icon, body.page-template-contacts-2 .wpcf7 .wpcf7-submit .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.page-template-contacts .wpcf7 .wpcf7-submit:hover .button-icon, body.page-template-contacts-2 .wpcf7 .wpcf7-submit:hover .button-icon{
  margin-left: 3rem;
}

body.page-template-contacts .wpcf7 .wpcf7-submit.icon-left .button-icon, body.page-template-contacts-2 .wpcf7 .wpcf7-submit.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

body.page-template-contacts .wpcf7 .wpcf7-submit.icon-left:hover .button-icon, body.page-template-contacts-2 .wpcf7 .wpcf7-submit.icon-left:hover .button-icon{
  margin-right: 3rem;
}

body.page-template-contacts .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .wpcf7 .wpcf7-submit{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page-template-contacts .wpcf7 .wpcf7-submit:hover, body.page-template-contacts-2 .wpcf7 .wpcf7-submit:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

body.page-template-contacts .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .wpcf7 .wpcf7-submit{
  float: right;
}

body.page-template-contacts .wpcf7 .mand, body.page-template-contacts-2 .wpcf7 .mand{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

body.page-template-contacts #maps-wrapper, body.page-template-contacts-2 #maps-wrapper{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.page-template-contacts footer, body.page-template-contacts-2 footer{
  padding-top: 0px;
}

body.page-template-home-ecommerce .woocommerce .product-category {
  width: 33.33% !important;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  body.page-template-home-ecommerce .woocommerce .product-category a {
    display: block;
    border: 1px solid transparent;
  }

  body.page-template-home-ecommerce .woocommerce .product-category a img {
    margin: 0 !important;
  }

  body.page-template-home-ecommerce .woocommerce .product-category{
    width: 100% !important;
    margin: 0 !important;
  }
}

body.page-template-accordion {
}

body.page-template-products #content{
  margin-bottom: 0px;
}

body.page-template-products .footer-wrapper{
  padding-top: 0px !important;
}

body.page-template-products .global-content{
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  body.page-template-products .global-content{
    padding-right: 2rem;
  }
}

body.page-template-products .global-content p{
  margin-bottom: 1rem;
}

/* .applications-item {
		@apply relative bg-gradient-to-br from-primary to-secondary;
		.applications-title {
			@apply absolute bottom-0 left-0 w-full p-4 font-sans text-xl text-white;
		}
		img {
			@apply opacity-10;
		}
	} */

body.page-template-products #sample-testing {
  background-image: url("images/sampletesting.jpeg");
  background-size: cover;
  margin-top: 5rem;
}

body.page-template-products #sample-testing .overlay{
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

body.page-template-products #sample-testing .overlay h3{
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

body.page-template-products #sample-testing .overlay .text{
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-products #sample-testing .overlay .text p{
  margin-bottom: 0.5rem;
}

body.page-template-products #service-maintenance {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='59.428' patternTransform='scale(1) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(172, 0%, 100%, 1)'/><path d='M0 70.975V47.881m20-1.692L8.535 52.808v13.239L20 72.667l11.465-6.62V52.808zm0-32.95l11.465-6.62V-6.619L20-13.24 8.535-6.619V6.619L20 13.24m8.535 4.927v13.238L40 38.024l11.465-6.62V18.166L40 11.546zM20 36.333L0 47.88m0 0v23.094m0 0l20 11.548 20-11.548V47.88m0 0L20 36.333m0 0l20 11.549M0 11.547l-11.465 6.619v13.239L0 38.025l11.465-6.62v-13.24L0 11.548v-23.094l20-11.547 20 11.547v23.094M20 36.333V13.24'  stroke-linecap='square' stroke-width='2' stroke='hsla(213, 56%, 70%, 0.10)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

body.page-template-products #service-maintenance h3{
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

body.page-template-products #service-maintenance .text{
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-products #service-maintenance .text p{
  margin-bottom: 0.5rem;
}

.applications-item{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

/*bg-gradient-to-t from-primary to-secondary*/

.applications-item .applications-title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1rem;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.applications-item img{
  opacity: 0.8;
}

body.post-type-archive-applications #applications-loop-wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 72rem;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

/*bg-gradient-to-t from-primary to-secondary*/

body.post-type-archive-applications #applications-loop-wrapper article.applications .applications-date{
  display: none;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications figure{
  margin: 0px;
  display: block;
  padding: 0px;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications figure a{
  margin: 0px;
  display: block;
  padding: 0px;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications figure img{
  margin: 0px;
  display: block;
  padding: 0px;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications .applications-title a{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-left: 1rem;
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.post-type-archive-applications #applications-loop-wrapper article.applications .applications-content{
  display: none;
}

body.post-type-archive-applications #applications-loop-wrapper article.applications .applications-button-wrapper{
  display: none;
}

body.single-applications #content{
  margin: 0px;
}

body.single-applications #content .bg-image-title .overlay{
  padding-bottom: 6rem;
}

body.single-applications #content .bg-image-title .overlay h1{
  padding-bottom: 0px;
}

body.single-applications #content .bg-image-title .overlay small a{
  display: block;
}

body.single-applications #content .bg-image-title .overlay small a:hover{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

#atw-courses-loop-wrapper{
  max-width: 42rem;
}

.atw-courses-item-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  border-bottom-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-duration: 75ms;
  transition-timing-function: linear;
}

.atw-courses-item-list:hover{
  background-color: rgba(0, 0, 0, 0.05);
}

.atw-courses-item-list .title{
  display: block;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
}

.atw-courses-item-list .teacher a{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
  text-decoration-line: none;
}

.atw-courses-item{
  font-family: 'Antic Didone', sans-serif;
}

.atw-courses-item .atw-courses-title a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.atw-courses-item .atw-courses-content{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.atw-courses-item .read-more{
  display: none;
  padding-right: 0.5rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.single-atw-courses .page-title-atw-courses{
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1465px !important;
  overflow: hidden !important;
  border-radius: 1rem !important;
  background-size: cover !important;
  background-position: center !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.single-atw-courses .page-title-atw-courses .overlay{
  background-color: rgba(88, 89, 91, 0.2);
  padding-top: 14rem;
  padding-bottom: 2rem;
}

.single-atw-courses .page-title-atw-courses .overlay h1{
  padding-top: 6rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.single-atw-courses .page-title-atw-courses .overlay small{
  display: none;
}

.atw-downloads-item{
  margin-bottom: 0.5rem;
  display: block;
  display: flex;
  align-items: center;
  background-color: rgba(177, 161, 89, 0.1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.atw-downloads-item:hover{
  background-color: rgba(177, 161, 89, 0.2);
}

.atw-downloads-item .image-wrapper{
  width: 16.666667%;
}

.atw-downloads-item .content-wrapper{
  width: 75%;
  padding-left: 1rem;
  font-family: 'IBM Plex Serif', sans-serif;
}

.atw-downloads-item .content-wrapper h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.atw-downloads-item .content-wrapper p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.atw-downloads-item .content-icon{
  width: 8.333333%;
}

/* Hidden elements */

body.single-landing-page #site-navigation,
	body.single-landing-page #search-toggle,
	body.single-landing-page .social-icons{
  display: none;
}

/* Customization */

body.single-landing-page .bg-image-title small{
  display: none;
}

body.single-landing-page #content{
  margin-top: 0px;
  margin-bottom: 0px;
}

body.single-landing-page .footer-wrapper{
  padding-top: 0px !important;
}

body.single-landing-page #cf7landing input[type="text"],
		body.single-landing-page #cf7landing input[type="tel"],
		body.single-landing-page #cf7landing input[type="email"],
		body.single-landing-page #cf7landing select,
		body.single-landing-page #cf7landing textarea{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body.single-landing-page #cf7landing .wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

body.single-landing-page #cf7landing .wpcf7-submit .button-icon{
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.single-landing-page #cf7landing .wpcf7-submit:hover .button-icon{
  margin-left: 3rem;
}

body.single-landing-page #cf7landing .wpcf7-submit.icon-left .button-icon{
  margin-left: 0px;
  margin-right: 2rem;
}

body.single-landing-page #cf7landing .wpcf7-submit.icon-left:hover .button-icon{
  margin-right: 3rem;
}

body.single-landing-page #cf7landing .wpcf7-submit{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-landing-page #cf7landing .wpcf7-submit:hover{
  background-color: rgba(88, 89, 91, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.item-partners{
  border-radius: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.item-partners img{
  margin-left: auto;
  margin-right: auto;
}

.post-item .post-title a {
  /* text-overflow: ellipsis; */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
}

.post-item .post-img-wrapper a{
  margin-bottom: 2rem !important;
  display: block !important;
  height: 14rem !important;
  width: 100% !important;
  overflow: hidden !important;
  border-width: 2px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (min-width: 640px){
  .post-item .post-img-wrapper a{
    height: 7rem !important;
  }
}

@media (min-width: 768px){
  .post-item .post-img-wrapper a{
    height: 9rem !important;
  }
}

@media (min-width: 1024px){
  .post-item .post-img-wrapper a{
    height: 14rem !important;
  }
}

.post-item .post-date{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.post-item .post-date.date-vertical{
  border-right-width: 1px;
  border-color: rgba(88, 89, 91, 0.25);
  padding-right: 1.5rem;
  text-align: center;
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.post-item .post-date.date-vertical .day{
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.post-item .post-date.date-vertical .month{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item .post-date.date-vertical .year{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item .post-content{
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item .post-content .read-more{
  display: none;
}

.post-item .post-button-wrapper .post-button{
  margin-left: auto;
  margin-top: 0.5rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  text-indent: 24rem;
  background: url("https://api.iconify.design/material-symbols/arrow-right-alt-rounded.svg?color=%23A4002B")
				no-repeat right center / contain;
}

.post-item.post-row-layout{
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: 'Antic Didone', sans-serif;
}

.post-item.post-row-layout .left{
  width: 33.333333%;
}

.post-item.post-row-layout .right{
  width: 66.666667%;
  padding-right: 1rem;
}

.post-item.post-row-layout .post-title{
  display: block;
  padding-top: 0.5rem;
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.post-item.post-row-layout .post-title a{
  display: block;
  padding-top: 0.5rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.post-item.post-row-layout .post-content{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: 'Antic Didone', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#post-loop-wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 80rem;
}

body.blog #content{
  margin-top: 0px;
}

body.blog #main{
  margin-top: 0px !important;
}

body.single-post .single-post-wrapper{
  max-width: 64rem;
}

body.single-post .atw-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

body.single-post .entry-meta{
  opacity: 0;
}

@media only screen and (max-width: 1400px) {
  .post.type-post .post-title a {
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .post.type-post .post-title a {
    max-width: 360px;
  }
}

.atw-products-item {
  /* .atw-products-button-wrapper {
		a {
			@apply ml-auto mt-2 block h-6 w-6 overflow-hidden indent-96;
			background: url("https://api.iconify.design/material-symbols/arrow-right-alt-rounded.svg?color=%23A4002B")
				no-repeat right center / contain;
		}
	} */
}

.atw-products-item .img-wrapper{
  position: relative;
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

.atw-products-item .img-wrapper img{
  margin: 0px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.atw-products-item .overlay{
  display: block;
  border-width: 1px;
}

.atw-products-item .atw-title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  vertical-align: bottom;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .atw-products-item .atw-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.atw-products-item .excerpt{
  display: none;
}

.atw-products-item .product-attr li:before {
  content: " — ";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
}

.atw-products-item .product-attr li:first-child::before {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}

.single-atw-products #main{
  margin: 0px;
}

.single-atw-products #main .page-title-atw-products{
  background-size: cover;
}

.single-atw-products #main .page-title-atw-products .overlay{
  background-color: rgba(177, 161, 89, 0.7);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.single-atw-products #main .page-title-atw-products .overlay .atw-title{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.single-atw-products #main .page-title-atw-products .overlay small{
  display: none;
}

.single-atw-products #main .manufacturer-category li:before {
  content: " / ";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}

.single-atw-products #main .manufacturer-category li:first-child:before{
  display: none;
}

.single-atw-products #main .attr-stato_pneumatici_posteriori:after,
	.single-atw-products #main .attr-stato_pneumatici_anteriori:after {
  content: "%";
}

.atw-projects-item {
  /* .overlay {
		a {
			@apply font-serif text-secondary;
		}
	} */
}

body.single-atw-projects #content{
  margin-top: 2px;
}

body.single-atw-projects #content .page-title-atw-projects{
  overflow: hidden;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
}

body.single-atw-projects #content .page-title-atw-projects .overlay{
  background-color: rgba(0, 0, 0, 0.3);
}

body.single-atw-projects #content .page-title-atw-projects .atw-title{
  padding-bottom: 1rem;
  padding-top: 16rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.single-atw-projects #content .page-title-atw-projects small{
  display: none;
}

body.single-atw-projects article.atw-projects-single{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

.services-item{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(150, 191, 206, var(--tw-text-opacity));
}

.services-item .services-img-wrapper a{
  margin-bottom: 2rem !important;
  display: block !important;
  height: 14rem !important;
  width: 100% !important;
  overflow: hidden !important;
  border-width: 2px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (min-width: 640px){
  .services-item .services-img-wrapper a{
    height: 7rem !important;
  }
}

@media (min-width: 768px){
  .services-item .services-img-wrapper a{
    height: 9rem !important;
  }
}

@media (min-width: 1024px){
  .services-item .services-img-wrapper a{
    height: 14rem !important;
  }
}

.services-item .services-title{
  margin-bottom: 0.5rem;
  font-family: 'Antic Didone', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.services-item .services-content{
  font-family: 'IBM Plex Serif', sans-serif;
}

.services-item .services-content .read-more{
  display: none;
}

.services-item .services-button-wrapper{
  margin-top: 0.5rem;
  text-align: right;
}

.services-item .services-button-wrapper a {
  background: url("https://api.iconify.design/material-symbols/arrow-forward-rounded.svg?color=%23a4162b")
				no-repeat right center / contain;
  margin-top: 0.5rem;
  padding-right: 2rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.services-item .services-button-wrapper a:hover{
  padding-right: 2.5rem;
}

body.single-services #content{
  margin-top: 0px;
}

.single-atw-teacher .meta ul{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-left: 0px !important;
  margin-top: 2rem !important;
  margin-bottom: 1.5rem !important;
  display: flex !important;
  list-style-type: none !important;
  justify-content: center !important;
  gap: 1rem !important;
  padding-left: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.single-atw-teacher .meta ul li{
  list-style-type: none !important;
}

.single-atw-teacher .meta ul li a{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 75ms;
  transition-timing-function: linear;
}

.single-atw-teacher .meta ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(177, 161, 89, var(--tw-text-opacity));
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(88, 89, 91, var(--tw-bg-opacity));
}

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

.hover\:text-white\/75:hover{
  color: rgba(255, 255, 255, 0.75);
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(88, 89, 91, var(--tw-text-opacity));
}

.hover\:text-\[\#ddd\]:hover{
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(88, 89, 91, var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

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

@media (min-width: 768px){
  .md\:bottom-0{
    bottom: 0px;
  }

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

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

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

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

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

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

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

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

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

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

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

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

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

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

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

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

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

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:flex{
    display: flex;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

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

