@charset "UTF-8";

@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1rem;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #212121;
  background-color: #f9fafb;
  overflow-x: hidden;
}
p {
  font-size: 1rem;
}

@media all and (max-width: 639.5px) {
  body,
  p {
    font-size: 0.875rem;
  }
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=87.5em&xxlarge=120em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}

h1,
h2,
h3,
h5,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0rem;
  line-height: 1.1;
  margin-top: 0;
}

.no-mt {
  margin-top: 0;
}

.no-mb {
  margin-bottom: 0;
}

.size-xl {
  font-size: 4rem;
}

.size-l {
  font-size: 2rem;
}

.size-normal {
  font-size: 1rem;
}

.size-small {
  font-size: 0.875rem;
}

.size-xsmall {
  font-size: 0.75rem;
}

.weight-normal {
  font-weight: 400;
}

.weight-bold {
  font-weight: 700;
}

a {
  color: #2e7d32;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-1 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 2rem;
}

.mt-100vh {
  padding-top: 100vh;
}

figure {
  margin: 0;
}

.hidden-item {
  display: none !important;
}

@media all and (max-width: 1439.5px) {
  .size-xl {
    font-size: 3rem;
  }
}

@media all and (max-width: 1023.5px) {
  .size-xl {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 639.5px) {
  .desktop-only {
    display: none !important;
  }
  .size-xl {
    font-size: 2rem;
  }
  .size-l {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 640px) {
  .mobile-only {
    display: none !important;
  }
}

.justify-content {
  justify-content: space-between;
}

header#main_header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 1rem 0;
}

@media all and (min-width: 1400px) {
  .responsivity-tablet,
  .responsivity-mobile {
    display: none !important;
  }
}

@media all and (min-width: 640px) and (max-width: 1399.5px) {
  .responsivity-desktop,
  .responsivity-mobile {
    display: none !important;
  }
}

@media all and (max-width: 639.5px) {
  .responsivity-tablet,
  .responsivity-desktop {
    display: none !important;
  }
}

.relative-item {
  position: relative;
}

#sezione_contatti .form-container fieldset {
  padding: 0;
  border: 0;
}

#sezione_contatti .form-container fieldset label {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 0.875rem;
  color: #17b7e7;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

#sezione_contatti .form-container fieldset * {
  width: 100%;
}

#sezione_contatti .form-container fieldset {
  margin-bottom: 1rem;
}

#sezione_contatti .form-container fieldset input {
  height: 2rem;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  padding: 0 0.5rem;
}

#sezione_contatti .form-container fieldset textarea {
  border: 1px solid #ccc;
  font-size: 0.875rem;
  padding: 0.5rem;
}

#sezione_contatti .form-container input[type="submit"] {
  display: block;
  background: #17b7e7;
  border: 0;
  padding: 0.5rem 1rem;
  width: 10rem;
  color: #fff;
  cursor: pointer;
}

#sezione_contatti .form-container input[type="submit"]:disabled {
  filter: grayscale(1);
  cursor: initial;
}

#sezione_contatti .form-container input[type="submit"]:not(:disabled):hover {
  background: #004076;
}

ul.elenco-contatti {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

ul.elenco-contatti.grid li:not(:last-child) {
  margin-right: 1rem;
}

ul.elenco-contatti:not(.grid) li:not(:last-child) {
  margin-bottom: 0.5rem;
}

a.social-link {
  font-size: 1.25rem;
}

.footer-column {
  width: calc(33.333% - 1rem);
}

figure.logo-footer {
  width: 100%;
  max-width: 15rem;
  margin: 0;
}
section.credits {
  padding: 1rem 0;
}

.riga-widget-footer .widget {
  align-self: flex-start;
}

.riga-widget-footer .widget h6 {
  margin-bottom: 1rem;
  margin-top: 2.25rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.colonna-padding-sx {
  text-align: left;
}

.colonna-padding-dx {
  text-align: right;
}

@media all and (max-width: 1023.5px) {
  .footer-column:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  figure.logo-footer {
    margin: 0 auto;
  }
  .footer-column:not(:first-child) {
    width: calc(50% - 1rem);
  }
  .footer-column:nth-child(2) {
    text-align: right;
  }
  .colonna-padding-sx {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .colonna-padding-dx {
    text-align: center;
  }
}

body:not(.home) {
  margin-top: 5rem !important;
}

section.featured-image.responsive-image,
.responsive-image.max-height-30 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30%;
}

section.featured-image.responsive-image img,
.responsive-image.max-height-30 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centered {
  text-align: center;
}

.testo-2-colonne {
  column-count: 2;
  column-gap: 2rem;
}

@media all and (max-width: 1399.5px) {
  section.featured-image.responsive-image,
  .responsive-image.max-height-30 {
    padding-top: 40%;
  }
}

@media all and (max-width: 1023.5px) {
  section.featured-image.responsive-image,
  .responsive-image.max-height-30 {
    padding-top: 50%;
  }
  .testo-2-colonne {
    column-gap: 1rem;
  }
}

@media all and (max-width: 639.5px) {
  .testo-2-colonne {
    column-count: 1;
    column-gap: 0;
  }
  body:not(.home) {
    margin-top: 3.5rem !important;
  }

  section.featured-image.responsive-image,
  .responsive-image.max-height-30 {
    padding-top: 60%;
  }
}

th.wc-block-cart-items__header-image {
  display: none !important;
}

td.wc-block-cart-item__image {
  display: none !important;
}

.wc-block-components-quantity-selector {
  display: none !important;
}

.center-item {
  justify-content: center;
}

.testo-2-colonne p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.maxwidth-64 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth-50 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth-40 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth-100 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

a.link-pulsante {
  display: inline-block;
  line-height: 1;
  padding: 1.125rem 1rem 0 1rem;
  border-radius: 0.25rem;
  height: 3rem;
  min-width: 10rem;
}

@media all and (min-width: 1024px) and (max-width: 1399.5px) {
  .mt-8 {
    margin-top: 6rem;
  }

  .mt-4 {
    margin-top: 3rem;
  }

  .mt-2 {
    margin-top: 1rem;
  }

  .mt-1 {
    margin-top: 0.5rem;
  }

  .mb-8 {
    margin-bottom: 6rem;
  }

  .mb-4 {
    margin-bottom: 3rem;
  }

  .mb-2 {
    margin-bottom: 1rem;
  }

  .mb-1 {
    margin-bottom: 0.5rem;
  }

  .pt-8 {
    padding-top: 6rem;
  }

  .pt-4 {
    padding-top: 3rem;
  }

  .pt-2 {
    padding-top: 1rem;
  }

  .pt-1 {
    padding-top: 0.5rem;
  }

  .pb-8 {
    padding-bottom: 6rem;
  }

  .pb-4 {
    padding-bottom: 3rem;
  }

  .pb-2 {
    padding-bottom: 1rem;
  }

  .pb-1 {
    padding-bottom: 0.5rem;
  }
}

@media all and (min-width: 640px) and (max-width: 1023.5px) {
  .mt-8 {
    margin-top: 4rem;
  }

  .mt-4 {
    margin-top: 2rem;
  }

  .mb-8 {
    margin-bottom: 4rem;
  }

  .mb-4 {
    margin-bottom: 2rem;
  }

  .pt-8 {
    padding-top: 4rem;
  }

  .pt-4 {
    padding-top: 2rem;
  }

  .pb-8 {
    padding-bottom: 4rem;
  }

  .pb-4 {
    padding-bottom: 2rem;
  }
}

@media all and (max-width: 639.5px) {
  .mt-8 {
    margin-top: 2rem;
  }

  .mt-4 {
    margin-top: 1.5rem;
  }

  .mb-8 {
    margin-bottom: 2rem;
  }

  .mb-4 {
    margin-bottom: 1.5rem;
  }

  .pt-8 {
    padding-top: 2rem;
  }

  .pt-4 {
    padding-top: 1.5rem;
  }

  .pb-8 {
    padding-bottom: 2rem;
  }

  .pb-4 {
    padding-bottom: 1.5rem;
  }
}

/* ==========================================================================
   TYPOGRAPHY - Heading Sizes
   ========================================================================== */

/* --------------------------------------------------------------------------
   Desktop Large (min-width: 1400px)
   -------------------------------------------------------------------------- */
@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 3rem;
  } /* 48px */
  h2,
  .h2 {
    font-size: 2.5rem;
  } /* 40px */
  h3,
  .h3 {
    font-size: 2rem;
  } /* 32px */
  h4,
  .h4 {
    font-size: 1.5rem;
  } /* 24px */
  h5,
  .h5 {
    font-size: 1.25rem;
  } /* 20px */
  h6,
  .h6 {
    font-size: 1rem;
  } /* 16px */
}

/* --------------------------------------------------------------------------
   Desktop / Tablet Landscape (1024px - 1399px)
   -------------------------------------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1399.5px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  } /* 40px */
  h2,
  .h2 {
    font-size: 2rem;
  } /* 32px */
  h3,
  .h3 {
    font-size: 1.75rem;
  } /* 28px */
  h4,
  .h4 {
    font-size: 1.375rem;
  } /* 22px */
  h5,
  .h5 {
    font-size: 1.125rem;
  } /* 18px */
  h6,
  .h6 {
    font-size: 1rem;
  } /* 16px */
}

/* --------------------------------------------------------------------------
   Tablet Portrait (640px - 1023px)
   -------------------------------------------------------------------------- */
@media (min-width: 640px) and (max-width: 1023.5px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  } /* 36px */
  h2,
  .h2 {
    font-size: 1.875rem;
  } /* 30px */
  h3,
  .h3 {
    font-size: 1.5rem;
  } /* 24px */
  h4,
  .h4 {
    font-size: 1.25rem;
  } /* 20px */
  h5,
  .h5 {
    font-size: 1.125rem;
  } /* 18px */
  h6,
  .h6 {
    font-size: 1rem;
  } /* 16px */
}

/* --------------------------------------------------------------------------
   Mobile (max-width: 639px)
   -------------------------------------------------------------------------- */
@media (max-width: 639.5px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  } /* 30px */
  h2,
  .h2 {
    font-size: 1.5rem;
  } /* 24px */
  h3,
  .h3 {
    font-size: 1.25rem;
  } /* 20px */
  h4,
  .h4 {
    font-size: 1.125rem;
  } /* 18px */
  h5,
  .h5 {
    font-size: 1rem;
  } /* 16px */
  h6,
  .h6 {
    font-size: 0.875rem;
  } /* 14px */
}

@media all and (min-width: 1400px) {
  .medium-slider-img,
  .small-slider-img {
    display: none !important;
  }
}

@media all and (min-width: 640px) and (max-width: 1399.5px) {
  .large-slider-img,
  .small-slider-img {
    display: none !important;
  }
}

@media all and (max-width: 639.5px) {
  .large-slider-img,
  .medium-slider-img {
    display: none !important;
  }
}

button {
  border: 0;
  border-radius: 0.25rem;
  transition: all 0.5s linear;
  cursor: pointer;
}

button.disabled {
  cursor: initial;
  filter: saturate(0);
}

button.primary-button,
a.primary-button {
  background: #114f29;
  color: #fff;
}

a.primary-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 0.25rem;
}

button.primary-button:not(.disabled):hover,
a.primary-button:not(.disabled):hover {
  background: #2e7d32;
  color: #fff;
}

button.secondary-button {
  background: #60adaa;
  color: #fff;
}

button.secondary-button:not(.disabled):hover {
  background: #008883;
  color: #fff;
}

button.large-button {
  font-size: 1.5rem;
  padding: 0.75rem 1.5rem;
}

button.normal-button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

button.small-button {
  font-size: 0.875rem;
  padding: 0.5rem 0.875rem;
}

button.xsmall-button {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
}

.site-title-bar {
  display: block;
  width: 12rem;
  align-self: center;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.site-title-bar .logo-header,
.site-title-bar .logo-header img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header-options {
  align-self: center;
  margin-top: -0.5rem;
}

.glass-card {
  backdrop-filter: blur(10px) saturate(170%);
  -webkit-backdrop-filter: blur(10px) saturate(170%);
  background-color: rgba(112, 166, 119, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(112, 166, 119, 0.3);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.glass-card-white {
  backdrop-filter: blur(10px) saturate(170%);
  -webkit-backdrop-filter: blur(10px) saturate(170%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

#main_header .container .grid.justify-content.glass-card-white {
  padding-right: 0.125rem;
  border-radius: 0.25rem;
  height: 2.5rem;
  width: calc(100% - 0.5rem);
  margin-left: 0.5rem;
  margin-right: auto;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}

.item.item-main-slider {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
}

.item.item-main-slider > .container {
  display: block;
  width: 100%;
  align-self: center;
  position: relative;
  z-index: 10;
}

.content-item-main-slider {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 40rem;
  padding: 2rem;
}

.item.item-main-slider figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.item.item-main-slider figure img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.content-item-main-slider h1,
.content-item-main-slider h2,
.content-item-main-slider p {
  color: #fff;
}

@media all and (max-width: 639.5px) {
  .item.item-main-slider {
    height: 100vh;
  }
  .item.item-main-slider > .container {
    align-self: flex-start;
    margin-top: 5rem;
  }
}

.center-content {
  justify-content: center;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

.card-small {
  width: calc(20% - 1rem);
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.5s linear;
  transform-origin: center;
  transform: scale(1);
  z-index: 1;
  margin: 0.5rem;
}

.card-small:hover {
  transform: scale(1.1);
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  z-index: 10;
}

.card-small .info-card {
  display: none;
  padding: 0 1rem 1rem 1rem;
}

.content-card {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.content-card h3,
.content-card h2 {
  color: #124f29;
}

.content-card p {
  margin: 0.75rem 0 1rem 0;
}

.card-small figure {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.card-small figure button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 50%;
  z-index: 10;
}

.card-small figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.card-small figure.icona {
  max-width: 4rem;
  margin: -2rem auto 0rem auto;
  background: #70a677;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  padding: 0.75rem;
}

@media all and (max-width: 1399.5px) {
  .card-small {
    width: calc(33.333% - 1rem);
  }
}

@media all and (max-width: 899.5px) {
  .card-small {
    width: calc(50% - 1rem);
  }
}

@media all and (max-width: 639.5px) {
  .center-content {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .card-small {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .card-small figure {
    width: 10rem;
  }
  .card-small figure.icona {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 8.5rem;
    margin: 0;
    padding: 0.5rem;
  }
  .content-card {
    width: calc(100% - 10rem);
    text-align: left;
    padding: 1rem 1rem 1rem 3rem;
    align-self: center;
  }
}

@media all and (max-width: 569.5px) {
  .card-small figure:not(.icona) {
    width: 100%;
    position: relative;
    height: 10rem;
    overflow: hidden;
  }

  .card-small figure:not(.icona) img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-small figure.icona {
    width: 3rem;
    height: auto;
    position: absolute;
    left: calc(50% - 1.5rem);
    margin: 0;
    padding: 0.5rem;
    top: 8.5rem;
  }
  .content-card {
    width: 100%;
    text-align: center;
    padding: 1rem;
    align-self: center;
    margin-top: 1.5rem;
  }
}

.bg-gradient {
  background: #2e7d32;
  background: linear-gradient(
    20deg,
    rgba(46, 125, 50, 1) 0%,
    rgba(0, 136, 131, 1) 50%,
    rgba(97, 173, 207, 1) 100%
  );
}

.item-segnalazioni figure {
  display: block;
  width: 50%;
  max-width: 30rem;
  height: auto;
  margin: 0 0 1rem 0;
  border-radius: 0.25rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  min-height: 30rem;
}

.item-segnalazioni figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.content-segnalazioni {
  display: block;
  align-self: flex-start;
  padding-left: 2rem;
  color: #fff;
  width: 50%;
  max-width: 50rem;
}

.content-segnalazioni > div {
  margin-top: 1.5rem;
}

.content-segnalazioni > div > ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.content-segnalazioni strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
}

.content-segnalazioni h4.h5 {
  margin-top: 1rem;
  font-weight: 500;
}

.testo-intro-segnalazioni {
  display: block;
  width: 100%;
  max-width: 64rem;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #60adcf;
  backdrop-filter: blur(4px);
  background: #2e7d32;
  background: linear-gradient(
    186deg,
    rgba(46, 125, 50, 1) 0%,
    rgba(0, 136, 131, 1) 50%,
    rgba(97, 173, 207, 1) 100%
  );
  margin: 0 auto;
}

.box-title-sz-segnalaz {
  margin-top: 4rem;
}

.testo-intro-segnalazioni ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.testo-intro-segnalazioni strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 1rem;
  display: inline-block;
}

@media all and (max-width: 767.5px) {
  .testo-intro-segnalazioni {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

.nav-items.grid {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  max-width: 45rem;
  text-align: center;
  padding: 0;
  justify-content: center;
  bottom: -3rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  backdrop-filter: blur(10px) saturate(170%);
  -webkit-backdrop-filter: blur(10px) saturate(170%);
  background-color: rgba(112, 166, 119, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(112, 166, 119, 0.3);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

a.item-nav {
  padding: 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  padding: 0.5rem;
}

a.item-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

a.item-nav img {
  width: 100%;
  max-width: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}

a.item-nav span {
  display: block;
  text-transform: lowercase;
}

#slider_segnalazioni {
  position: relative;
  z-index: 10;
}

#map_pin_animation {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  width: 50%;
  opacity: 0.75;
}

#map_pin_animation canvas {
  display: block;
  position: absolute;
  top: 0px !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

#map_pin_animation video {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.pin-container {
  position: relative;
  width: 80vmin;
  height: 80vmin;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Location Pin */
.pin {
  position: absolute;
  top: 20%;
  z-index: 10;
  animation: pinBounce 2s ease-in-out infinite;
  max-width: 16rem;
}

.pin svg {
  width: 100% !important;
  height: auto !important;
}

.pin svg {
  width: clamp(50px, 15vmin, 80px);
  height: clamp(70px, 20vmin, 110px);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.pin-body {
  fill: none;
  stroke: white;
  stroke-width: 3;
}

.pin-circle {
  fill: none;
  stroke: white;
  stroke-width: 3;
}

/* Ripple Waves Container */
.ripples {
  position: absolute;
  top: 58%;
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Individual Ripple */
.ripple {
  position: absolute;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
}

.ripple-1 {
  width: 5%;
  height: 15%;
  animation: rippleExpand 2s ease-out infinite;
  animation-delay: 0s;
}

.ripple-2 {
  width: 5%;
  height: 15%;
  animation: rippleExpand 2s ease-out infinite;
  animation-delay: 0.4s;
}

.ripple-3 {
  width: 5%;
  height: 15%;
  animation: rippleExpand 2s ease-out infinite;
  animation-delay: 0.8s;
}

/* Pin bounce animation */
@keyframes pinBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  15% {
    transform: translateY(-15px) scale(1.05);
  }
  30% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-8px) scale(1.02);
  }
  60% {
    transform: translateY(0) scale(1);
  }
}

/* Ripple expand animation */
@keyframes rippleExpand {
  0% {
    width: 5%;
    height: 10%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    width: 90%;
    height: 100%;
    opacity: 0;
  }
}

/* Initial pin entrance */
.pin-entrance {
  animation:
    pinEntrance 0.8s ease-out forwards,
    pinBounce 2s ease-in-out infinite 0.8s;
}

@keyframes pinEntrance {
  0% {
    transform: translateY(-100px) scale(0.3);
    opacity: 0;
  }
  60% {
    transform: translateY(10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Center dot */
.center-dot {
  position: absolute;
  top: 55%;
  width: clamp(6px, 2vmin, 10px);
  height: clamp(6px, 2vmin, 10px);
  border: 2px solid white;
  border-radius: 50%;
  z-index: 5;
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .pin {
    top: 18%;
  }

  .ripples {
    top: 55%;
  }

  .center-dot {
    top: 52%;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .container {
    width: 60vmin;
    height: 70vmin;
  }

  h1 {
    top: 10px;
  }

  .restart-btn {
    bottom: 10px;
  }
}
@media all and (max-width: 1023.5px) {
  .item.item-segnalazioni > .container.grid {
    display: block;
  }
  .item.item-segnalazioni figure,
  .item.item-segnalazioni .content-segnalazioni {
    width: calc(50% - 2rem);
    max-width: 50%;
    margin-left: 2rem;
    padding: 0;
  }
}

@media all and (max-width: 767.5px) {
  .item-segnalazioni figure {
    width: 100% !important;
    max-width: 100% !important;
    height: 50vw;
    position: relative;
    margin-left: 0 !important;
    min-height: unset;
  }
  .item-segnalazioni figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
  }
  .item.item-segnalazioni .content-segnalazioni {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }
  #map_pin_animation {
    display: none;
  }
}

@media all and (max-width: 499.5px) {
  .nav-items.grid {
    width: calc(100% - 4rem);
  }
}

.nav-items.grid a.item-nav.selected-item-slider {
  background: rgba(0, 0, 0, 0.5);
}

.install-link {
  display: block;
  width: calc(100% - 2rem);
  margin: 2rem auto 0 auto;
  max-width: 40rem;
  text-align: center;
  padding: 1rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.install-link label {
  display: block;
  margin-bottom: 0;
  position: relative;
  color: #70a677;
  width: 100%;
}

.install-link label span {
  display: inline-block;
  background: #fff;
  line-height: 1;
  position: relative;
  z-index: 10;
  padding: 0 1rem;
}

.install-link label:after {
  content: "";
  display: block;
  width: calc(50% + 2rem);
  height: 1.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  top: -1rem;
}

.install-link a {
  display: block;
  width: calc(50% - 1rem);
}

.install-link a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media all and (min-width: 640px) and (max-width: 1023.5px) {
  .install-link label:after {
    top: -0.75rem;
  }
}

@media all and (max-width: 639.5px) {
  .install-link {
    width: 17rem;
    padding: 0.5rem;
    max-width: 17rem;
    border-radius: 0.25rem;
    position: fixed;
    bottom: 1rem;
    z-index: 99999999;
    left: calc(50% - 8.5rem);
  }
  .install-link label {
    display: none;
  }
  .install-link a {
    width: calc(50% - 0.5rem);
  }
  section.footer-section.background-blu.colore-bianco {
    padding-bottom: 4rem;
  }
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.card.card-large {
  width: calc(50% - 1rem);
  background: #fff;
  padding: 0 2rem 2rem 2rem;
  border-radius: 0.25rem;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

.sezione-linee-guida {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.sezione-linee-guida header {
  text-align: center;
  margin-bottom: 4rem;
}

.sezione-linee-guida header p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

ul.elenco-segnalazioni {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

ul.elenco-segnalazioni li {
  display: flex;
  flex-flow: row wrap;
}

ul.elenco-segnalazioni li:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

ul.elenco-segnalazioni li img {
  width: 2rem;
  height: auto;
  display: block;
  align-self: center;
}

ul.elenco-segnalazioni li span {
  display: block;
  width: calc(100% - 2rem);
  padding-left: 1rem;
  align-self: center;
  font-weight: 500;
}

.sezione-linee-guida .card-large:first-child div.header {
  font-size: 1.5rem;
  font-weight: 500;
  background: #124f29;
  margin-bottom: 2rem;
  display: block;
  width: calc(100% - 4rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-top: -1rem;
  max-width: 19rem;
}

.sezione-linee-guida .card-large:last-child div.header {
  font-size: 1.5rem;
  font-weight: 500;
  background: #dc3444;
  margin-bottom: 2rem;
  display: block;
  width: calc(100% - 4rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-top: -1rem;
  max-width: 19rem;
}

.card-grey.card.card-large {
  background: #f4f2ee;
  padding: 1rem 1rem 1rem 5rem;
}

.card-grey.card.card-large p {
  margin: 0;
}

.card-grey.card.card-large img.icona-note {
  width: 6rem;
  height: auto;
  position: absolute;
  top: -2rem;
  left: -1rem;
}

@media all and (max-width: 767.5px) {
  .card.card-large {
    width: 100%;
  }
  .sezione-linee-guida .card-large:first-child {
    margin-bottom: 3rem;
  }
}

.centered-items .owl-stage {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto;
}

.partner-slider-container {
  display: block;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#partner_slider a,
#partner_slider img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (max-width: 639.5px) {
  .grid.pt-8.note-segnalazioni.justify-content {
    width: calc(100% - 2rem);
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.responsive-image {
  width: 100%;
  height: auto;
}

.infografica-container img {
  display: block;
}
.infografica-container {
  width: 100%;
  position: relative;
}

.robot-checker {
  display: block;
  position: absolute;
  z-index: 10;
  width: 25%;
  left: 34%;

  animation-name: animaterobot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.check-icon {
  width: 40%;
  position: absolute;
  z-index: 10;
}

.robot-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.robot-shadow {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  width: 50%;
  left: 40%;
  opacity: 0.5;
  transform-origin: center;
  animation-name: animateshadow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.infrastructure {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

@keyframes animateshadow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}

@keyframes animaterobot {
  from {
    top: 0%;
  }
  to {
    top: 3%;
  }
}

.card.card-step {
  width: calc(33.333% - 2rem);
  padding: 2rem 2rem 2rem 2.5rem;
  border-radius: 0.25rem;
  position: relative;
  background: #f4f2ee;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.card.card-step:nth-child(1) figure {
  position: absolute;
  width: 4rem;
  top: -2rem;
  left: -0.5rem;
}

.card.card-step:nth-child(2) figure {
  position: absolute;
  width: 6rem;
  top: -2rem;
  left: -2.5rem;
}

.card.card-step:nth-child(3) figure {
  position: absolute;
  width: 4rem;
  top: -2rem;
  left: -0.5rem;
}

.card.card-step p {
  margin: 0;
}

@media all and (max-width: 991.5px) {
  .card.card-step {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }

  .card.card-step:first-child {
    margin-top: 3rem;
  }

  .card.card-step {
    margin-bottom: 4rem;
  }
}

.center-items {
  justify-content: center;
}

.background-verde {
  background: #124f29;
}

.colore-bianco {
  color: #fff;
}

.half-column {
  width: 50%;
}

@media all and (max-width: 639.5px) {
  .footer-section {
    padding-bottom: 4rem;
  }
  .credits .half-column.colonna-padding-sx,
  .credits .half-column.colonna-padding-dx {
    width: 100%;
    text-align: center !important;
  }
  .credits .half-column.colonna-padding-sx {
    margin-bottom: 0.5rem;
  }
}

body.page-template-page-clud {
  margin-top: 0 !important;
  overflow-y: hidden !important;
}

section#main_cloud_container {
  display: block;
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

section#main_cloud_container iframe.cloud-container {
  border: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.modal-window {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
}

.modal-content.centered {
  display: block;
  width: calc(100% - 2rem);
  max-width: 30rem;
  margin: 0 auto;
  align-self: center;
  background: #fff;
  padding: 0;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 16px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

a.close-login-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-content.centered figure.modal-logo {
  display: block;
  width: 5rem;
  margin: 0 auto 1rem auto;
}

.modal-content.centered strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #999;
}

.loader-mask {
  display: block;
  width: 100%;
  margin: 1rem auto 0 auto;
  height: 0.875rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
}

div#loader_bar {
  display: block;
  background: #ddd;
  width: 100%;
  height: 0.875rem;
  transform-origin: left;
  transform: scaleX(0);
}

.animate-bar {
  animation-name: animatebar;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes animatebar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

ul.link-footer {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.link-footer > li {
  display: block;
}

ul.link-footer > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media all and (max-width: 1023.5px) {
  .testo-info-footer {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-container {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto 0 auto;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

button.button-recovery-login {
  margin-top: 1.5rem;
  background: transparent;
  color: #2273aa;
  border: 0;
}

.modal-content .form-container {
  background: #fff;
  padding: 0;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  display: flex;
  flex-flow: row wrap;
  width: 200%;
  max-width: 200%;
  transition: all 0.25s linear;
  transform: translateX(0);
}

img.icona-form-pertineo {
  display: block;
  width: 3rem;
  margin: 0 auto;
}

.modal-content .form-container.recovery {
  transform: translateX(-50%);
}

form.wpcf7-form.init {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

form.wpcf7-form.init > span.wpcf7-form-control-wrap {
  display: block;
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}

form.wpcf7-form.init > span.wpcf7-form-control-wrap[data-name="nome"],
form.wpcf7-form.init > span.wpcf7-form-control-wrap[data-name="messaggio"] {
  display: block;
  width: 100%;
}

form.wpcf7-form.init > span.wpcf7-form-control-wrap input,
form.wpcf7-form.init > span.wpcf7-form-control-wrap textarea {
  width: 100%;
}

form.wpcf7-form.init > span.wpcf7-form-control-wrap input {
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  height: 3rem;
}

form.wpcf7-form.init > span.wpcf7-form-control-wrap textarea {
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 0;
}

form.wpcf7-form.init > div {
  width: 100%;
}

form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: block;
  width: 10rem;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

form.wpcf7-form.init .captcha-form {
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.phone-container {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto 0 auto;
  text-align: center;
}

.phone-container span {
  display: inline-block;
  padding: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  color: green;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.phone-container span i {
  margin-right: 0.5rem;
  display: inline-block;
}

.content-data {
  display: block;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}

@media all and (max-width: 639.5px) {
  form.wpcf7-form.init > span.wpcf7-form-control-wrap {
    width: 100%;
  }
}

.note-login {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  padding-top: 0.75rem;
}

.note-login::before {
  content: "";
  display: block;
  border-top: 1px solid #adadae;
  width: 50%;
  top: 0;
  position: absolute;
  left: 25%;
}

.modal-content.centered .note-login strong {
  font-size: 1rem;
}

.modal-content.centered .note-login .install-link {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 1rem auto 0 auto;
  max-width: 20rem;
}

.modal-content.centered .note-login .install-link label {
  display: none;
}

a.close-login-overlay span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

section.hero-section {
  display: flex;
  width: 100%;
  position: relative;
  flex-flow: row wrap;
  padding: 4rem 0;
  min-height: 30vw;
}

.content-item-hero {
  display: block;
  width: 100%;
  text-align: center;
  align-self: center;
  color: #fff;
  position: absolute;
  z-index: 10;
}

figure.hero-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

figure.hero-image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-item-hero header {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

.content-item-hero header h2 {
  font-weight: 400;
}

figure.hero-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1023.5px) {
  section.hero-section {
    min-height: 50vw;
  }
}

@media all and (max-width: 639.5px) {
  section.hero-section {
    min-height: 100vw;
  }
}

.pg-home-links-section {
  padding: 0rem 1rem;
}

.pg-home-container {
  max-width: 75rem;
  margin: 0 auto;
}

.pg-home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 48rem) {
  .pg-home-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pg-home-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0.0625rem solid #eee;
  border-radius: 0.25rem;
}

.pg-home-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.pg-home-card-image {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.pg-home-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.pg-home-card:hover .pg-home-card-image img {
  transform: scale(1.08);
}

.pg-home-card-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}

.pg-home-card-subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0 0 2rem 0;
  line-height: 1.5;
}

.pg-home-card-content h3.h4 {
  color: #124f29;
}

@media (max-width: 991.5px) {
  .pg-home-links-section {
    padding-top: 3rem;
  }
}

.pa-intro-banner-wrapper {
  font-family: inherit;
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 0 0 0;
  display: flex;
  justify-content: center;
}

.pa-intro-banner-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 0;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
  border-top: 0.3125rem solid #4caf50;
  width: 100%;
  text-align: center;
}

.pa-intro-banner-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #444444;
  margin: 0;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.pa-intro-banner-text strong,
.pa-intro-banner-text b {
  color: #1e5631;
  font-weight: 700;
}

@media (min-width: 48rem) {
  .pa-intro-banner-card {
    padding: 3.5rem;
  }

  .pa-intro-banner-text {
    font-size: 1.35rem;
  }
}
