@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #eeeeee;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007cba;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #007cba;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Monaco", "Consolas", "Lucida Console", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 2.125rem;
  }
  h2,
  .h2 {
    font-size: 1.7rem;
  }
  h3,
  .h3 {
    font-size: 1.4875rem;
  }
}
p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #007cba;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #007cba;
  text-decoration: underline;
}

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
ul li,
ol li {
  margin-bottom: 0.25rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #007cba;
  background-color: #f8f9fa;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 14px;
  font-style: normal;
  color: #666666;
}
blockquote cite::before {
  content: "— ";
}

code,
pre {
  font-family: "Monaco", "Consolas", "Lucida Console", monospace;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

code {
  padding: 0.125rem 0.25rem;
  font-size: 0.875em;
  color: #ff6b35;
}

pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  overflow-x: auto;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.text-muted {
  color: #666666 !important;
}

.text-primary {
  color: #007cba !important;
}

.text-secondary {
  color: #005177 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-light {
  color: #999999 !important;
}

.text-dark {
  color: #333333 !important;
}

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-italic {
  font-style: italic !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.border {
  border: 1px solid #e1e1e1 !important;
}

.border-top {
  border-top: 1px solid #e1e1e1 !important;
}

.border-right {
  border-right: 1px solid #e1e1e1 !important;
}

.border-bottom {
  border-bottom: 1px solid #e1e1e1 !important;
}

.border-left {
  border-left: 1px solid #e1e1e1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.site-scrolled .site-header {
  background: rgba(255, 255, 255, 0.5647058824);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.topbar {
  background-color: #0184bc;
}
.topbar .topbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 25% calc(50% - 20px) 25%;
  grid-template-areas: "contacts search social";
}
@media (min-width: 768px) {
  .topbar .topbar-container {
    height: 60px;
  }
}
.topbar .topbar-container {
  max-width: 100vw;
}
@media (min-width: 576px) {
  .topbar .topbar-container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .topbar .topbar-container {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .topbar .topbar-container {
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .topbar .topbar-container {
    max-width: 100vw;
  }
}
@media (min-width: 1400px) {
  .topbar .topbar-container {
    max-width: 1600px;
  }
}
.topbar .topbar-container {
  padding-right: 10px;
  padding-left: 10px;
  --side-padding: 10px;
}
@media (min-width: 576px) {
  .topbar .topbar-container {
    padding-right: 10px;
    padding-left: 10px;
    --side-padding: 10px;
  }
}
@media (min-width: 768px) {
  .topbar .topbar-container {
    padding-right: 20px;
    padding-left: 20px;
    --side-padding: 20px;
  }
}
@media (min-width: 992px) {
  .topbar .topbar-container {
    padding-right: 50px;
    padding-left: 50px;
    --side-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .topbar .topbar-container {
    padding-right: 60px;
    padding-left: 60px;
    --side-padding: 60px;
  }
}
@media (min-width: 1400px) {
  .topbar .topbar-container {
    padding-right: 100px;
    padding-left: 100px;
    --side-padding: 100px;
  }
}
@media (min-width: 768px) {
  .topbar .topbar-container {
    gap: 20px;
    grid-template-columns: 20% calc(60% - 40px) 20%;
  }
}
.topbar .topbar-contacts {
  grid-area: contacts;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.topbar .topbar-phone svg,
.topbar .topbar-email svg,
.topbar .topbar-search svg {
  width: 20px;
  height: 20px;
}
.topbar .topbar-phone span,
.topbar .topbar-email span,
.topbar .topbar-search span {
  color: #ffffff;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 4px;
}
.topbar .topbar-phone span,
.topbar .topbar-email span {
  color: #ffffff;
  display: none;
}
.topbar .topbar-search {
  grid-area: search;
}
.topbar .topbar-social {
  text-align: right;
  grid-area: social;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.topbar .topbar-social img {
  width: 25px;
  height: 25px;
}
.topbar .topbar-social svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .topbar .topbar-phone,
  .topbar .topbar-email,
  .topbar .topbar-search {
    margin: 10px 0px;
  }
  .topbar .topbar-phone svg,
  .topbar .topbar-email svg,
  .topbar .topbar-search svg {
    width: 25px;
    height: 25px;
  }
  .topbar .topbar-phone span,
  .topbar .topbar-email span,
  .topbar .topbar-search span {
    color: #ffffff;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    display: inline;
  }
  .topbar .topbar-search svg {
    width: 25px;
    height: 25px;
  }
  .topbar .topbar-social img {
    width: 30px;
    height: 30px;
  }
  .topbar .topbar-social svg {
    width: 30px;
    height: 30px;
  }
}

.site-header {
  background: rgba(255, 255, 255, 0.5647058824);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 33px 0 27px;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}
@media (min-width: 576px) {
  .site-header .header-container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .site-header .header-container {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .site-header .header-container {
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .site-header .header-container {
    max-width: 100vw;
  }
}
@media (min-width: 1400px) {
  .site-header .header-container {
    max-width: 1600px;
  }
}
.site-header .header-container {
  padding-right: 10px;
  padding-left: 10px;
  --side-padding: 10px;
}
@media (min-width: 576px) {
  .site-header .header-container {
    padding-right: 10px;
    padding-left: 10px;
    --side-padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-header .header-container {
    padding-right: 20px;
    padding-left: 20px;
    --side-padding: 20px;
  }
}
@media (min-width: 992px) {
  .site-header .header-container {
    padding-right: 50px;
    padding-left: 50px;
    --side-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-container {
    padding-right: 60px;
    padding-left: 60px;
    --side-padding: 60px;
  }
}
@media (min-width: 1400px) {
  .site-header .header-container {
    padding-right: 100px;
    padding-left: 100px;
    --side-padding: 100px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-branding .custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.site-branding .custom-logo-link img {
  max-height: 40px;
  width: auto;
}
.site-branding .site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.site-branding .site-title a {
  color: #333333;
  text-decoration: none;
}
.site-branding .site-title a:hover {
  color: #007cba;
}
.site-branding .site-description {
  margin: 0;
  font-size: 14px;
  color: #666666;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .site-header {
    padding: 0.75rem 0;
  }
  .site-header .container {
    flex-direction: column;
    gap: 1rem;
  }
  .site-branding .site-title {
    font-size: 1.25rem;
  }
}
.main-navigation {
  display: flex;
  align-items: center;
}
.main-navigation .menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.main-navigation .menu-toggle .hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.main-navigation .menu-toggle .hamburger-lines .line {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  mix-blend-mode: difference;
}
.main-navigation .menu-toggle .menu-text {
  font-size: 14px;
  color: #333333;
}
.main-navigation .menu-toggle[aria-expanded=true] .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.main-navigation .menu-toggle[aria-expanded=true] .line2 {
  opacity: 0;
}
.main-navigation .menu-toggle[aria-expanded=true] .line3 {
  transform: rotate(-45deg) translate(7px, -6px);
}
@media (min-width: 992px) {
  .main-navigation .nav-menu {
    font-size: 15px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
  }
  .main-navigation .nav-menu li {
    position: relative;
  }
  .main-navigation .nav-menu li a {
    color: #333333;
    text-decoration: none;
    padding: 0.5rem 0;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
  }
  .main-navigation .nav-menu li a:hover, .main-navigation .nav-menu li a:focus {
    color: #007cba;
  }
  .main-navigation .nav-menu li.current-menu-item > a, .main-navigation .nav-menu li.current-menu-ancestor > a {
    color: #007cba;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    padding-left: 0px;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu .sub-menu {
    border: none;
    box-shadow: none;
    position: relative;
    margin-left: 1.5rem;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu li {
    margin: 0;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu li:last-child a {
    border-bottom: none;
  }
  .main-navigation .nav-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-navigation .nav-menu li:nth-last-child(2) .sub-menu {
    left: auto;
    right: -20px;
  }
  .main-navigation .nav-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .main-navigation .nav-menu {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .menu-toggle {
    display: flex;
  }
  .main-navigation .nav-menu {
    height: 100vh;
    padding-bottom: 180px;
    overflow: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, -10px);
    transition: background-color 0.4s ease 1s, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 1s, opacity 0.2s ease 0s;
    z-index: 1000;
    list-style: none;
  }
  .main-navigation .nav-menu li {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation .nav-menu li a {
    display: block;
    padding: 1rem 1.5rem;
  }
  .main-navigation .nav-menu li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu li.menu-item-has-children > a::after {
    float: right;
  }
  .main-navigation .nav-menu li.menu-item-has-children .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    list-style: none;
  }
  .main-navigation.toggled .nav-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: background-color 0.2s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.5s;
  }
}

.site {
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  max-width: 100vw;
}
@media (min-width: 576px) {
  .site {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .site {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .site {
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .site {
    max-width: 100vw;
  }
}
@media (min-width: 1400px) {
  .site {
    max-width: 1600px;
  }
}

body.menu-opened {
  overflow: hidden;
}
body.menu-opened .site-main {
  position: relative;
}
body.menu-opened .site-main ::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.01);
  z-index: 1;
}

.site-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  --max-width: 100vw;
}
@media (min-width: 576px) {
  .site-container {
    max-width: 100vw;
    --max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .site-container {
    max-width: 100vw;
    --max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .site-container {
    max-width: 100vw;
    --max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .site-container {
    max-width: 100vw;
    --max-width: 100vw;
  }
}
@media (min-width: 1400px) {
  .site-container {
    max-width: 1600px;
    --max-width: 1600px;
  }
}
.site-container {
  padding-right: 10px;
  padding-left: 10px;
  --side-padding: 10px;
}
@media (min-width: 576px) {
  .site-container {
    padding-right: 10px;
    padding-left: 10px;
    --side-padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-container {
    padding-right: 20px;
    padding-left: 20px;
    --side-padding: 20px;
  }
}
@media (min-width: 992px) {
  .site-container {
    padding-right: 50px;
    padding-left: 50px;
    --side-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .site-container {
    padding-right: 60px;
    padding-left: 60px;
    --side-padding: 60px;
  }
}
@media (min-width: 1400px) {
  .site-container {
    padding-right: 100px;
    padding-left: 100px;
    --side-padding: 100px;
  }
}
.site-container .content-area {
  display: block;
}
@media (min-width: 992px) {
  .site-container.sidebar {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 2rem;
  }
  .site-container.sidebar .content-area {
    width: calc(100% - 300px - 2rem);
    width: calc(var(--max-width) - 300px - 2rem - var(--side-padding) * 2);
  }
}
.site-container.sidebar {
  width: 100%;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sidebar {
  margin-top: 2rem;
}
.sidebar .widget {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #333333;
  border-bottom: 2px solid #007cba;
  padding-bottom: 0.5rem;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget ul li a {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.sidebar .widget ul li a:hover {
  color: #007cba;
}
.sidebar .widget.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}
.sidebar .widget.widget_search .search-form .search-field {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  font-size: 16px;
}
.sidebar .widget.widget_search .search-form .search-field:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.sidebar .widget.widget_search .search-form .search-submit {
  padding: 0.5rem 1rem;
  background-color: #007cba;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.sidebar .widget.widget_search .search-form .search-submit:hover {
  background-color: #007cba;
}
.sidebar .widget.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 0.25rem;
}
.sidebar .widget.widget_categories .count, .sidebar .widget.widget_archive .count {
  float: right;
  color: #666666;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .content-area {
    display: flex;
    gap: 2rem;
  }
  .content-area .main-content {
    flex: 2;
  }
  .content-area .sidebar {
    flex: 1;
    margin-top: 0;
  }
}
.site-footer {
  background-color: #2a2a2a;
  color: #ffffff;
}
.site-footer .footer-container {
  width: 100%;
  padding: 40px 0 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}
@media (min-width: 576px) {
  .site-footer .footer-container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-container {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-container {
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-container {
    max-width: 100vw;
  }
}
@media (min-width: 1400px) {
  .site-footer .footer-container {
    max-width: 1600px;
  }
}
.site-footer .footer-container {
  padding-right: 10px;
  padding-left: 10px;
  --side-padding: 10px;
}
@media (min-width: 576px) {
  .site-footer .footer-container {
    padding-right: 10px;
    padding-left: 10px;
    --side-padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-container {
    padding-right: 20px;
    padding-left: 20px;
    --side-padding: 20px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-container {
    padding-right: 50px;
    padding-left: 50px;
    --side-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-container {
    padding-right: 60px;
    padding-left: 60px;
    --side-padding: 60px;
  }
}
@media (min-width: 1400px) {
  .site-footer .footer-container {
    padding-right: 100px;
    padding-left: 100px;
    --side-padding: 100px;
  }
}
.site-footer .footer-container .widget_text {
  margin-bottom: 5px;
}
.site-footer .footer-container .widget_text p {
  margin-bottom: 5px;
}
.site-footer .footer-container .widget_nav_menu ul {
  list-style: disc;
  list-style-position: inside;
}
.site-footer .footer-container .widget_nav_menu ul li {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.site-footer .footer-container .widget_nav_menu ul li ul {
  margin-top: 2px;
}
.site-footer .footer-container .widget_nav_menu ul li::marker {
  background-color: #0084bc;
  color: #0084bc;
  fill: #0084bc;
  font-size: 20px;
  line-height: 10px;
  margin-right: 10px;
}
.site-footer .footer-container .widget_nav_menu ul a {
  color: #cccccc;
  text-decoration: none;
}
.site-footer .footer-container .widget_nav_menu ul a:hover {
  color: #ffffff;
}
.site-footer .footer-container-2 {
  background-color: #3f3f3f;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer .footer-container-2 .nav-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.site-footer .footer-container-2 .nav-footer-menu li {
  position: relative;
}
.site-footer .footer-container-2 .nav-footer-menu li a {
  color: #cccccc;
  text-decoration: none;
  padding: 0.5rem 0;
  font-weight: normal;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.site-footer .footer-container-2 .nav-footer-menu li a:hover, .site-footer .footer-container-2 .nav-footer-menu li a:focus {
  color: #ffffff;
}
.site-footer .footer-container-2 .nav-footer-menu li::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #cccccc;
}
.site-footer .footer-container-2 .nav-footer-menu li:last-child::after {
  content: "";
}
.site-footer .footer-container-2 .nav-footer-menu li.current-menu-item > a, .site-footer .footer-container-2 .nav-footer-menu li.current-menu-ancestor > a {
  color: #ffffff;
}
.site-footer .footer-container .footer-logo {
  padding: 30px 0 50px;
}
.site-footer .footer-container .footer-logo img {
  max-height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.site-footer .footer-container .footer-contacts {
  color: #ffffff;
}
.site-footer .footer-container .footer-contacts a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .footer-container .footer-contacts a:hover {
  color: #007cba;
}
.site-footer .footer-container .footer-contacts .footer-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.site-footer .footer-container .footer-contacts .footer-phone-text p {
  margin-bottom: 5px;
}
.site-footer .footer-container .footer-contacts .footer-phone a,
.site-footer .footer-container .footer-contacts .footer-email a {
  display: flex;
  gap: 10px;
}
.site-footer .footer-container .footer-contacts .footer-phone,
.site-footer .footer-container .footer-contacts .footer-email {
  margin-bottom: 10px;
}
.site-footer .footer-container .footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.site-footer .footer-container .footer-social img {
  width: 30px;
}
.site-footer .footer-container .footer-social a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.site-footer .footer-container .footer-social a:hover {
  color: #007cba;
}
.site-footer .footer-container .footer-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .site-footer .footer-container .footer-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer .site-info {
  border-top: 1px solid #495057;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .site-footer .site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer .site-info .footer-navigation {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-footer .site-info .footer-navigation {
    margin-bottom: 0;
  }
}
.site-footer .site-info .footer-navigation .footer-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .site-footer .site-info .footer-navigation .footer-menu {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.site-footer .site-info .footer-navigation .footer-menu li a {
  color: #dee2e6;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.site-footer .site-info .footer-navigation .footer-menu li a:hover {
  color: #ffffff;
}
.site-footer .site-info .copyright p {
  margin: 0;
  font-size: 14px;
  color: #ced4da;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 50px;
  height: 50px;
  background-color: #007cba;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.back-to-top:hover {
  background-color: #007cba;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top span {
  line-height: 1;
  display: block;
}

@media (min-width: 768px) {
  .footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
  }
}
.btn, .wpcf7-form input[type=submit], .comment-form .form-submit .submit, .search-form .search-submit, .topbar-search-form .topbar-search-submit, .read-more-link {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.375rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn:hover, .wpcf7-form input[type=submit]:hover, .comment-form .form-submit .submit:hover, .search-form .search-submit:hover, .topbar-search-form .topbar-search-submit:hover, .read-more-link:hover {
  text-decoration: none;
}
.btn:focus, .wpcf7-form input[type=submit]:focus, .comment-form .form-submit .submit:focus, .search-form .search-submit:focus, .topbar-search-form .topbar-search-submit:focus, .read-more-link:focus, .btn.focus, .wpcf7-form input.focus[type=submit], .comment-form .form-submit .focus.submit, .search-form .focus.search-submit, .topbar-search-form .focus.topbar-search-submit, .focus.read-more-link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.btn.disabled, .wpcf7-form input.disabled[type=submit], .comment-form .form-submit .disabled.submit, .search-form .disabled.search-submit, .topbar-search-form .disabled.topbar-search-submit, .disabled.read-more-link, .btn:disabled, .wpcf7-form input[type=submit]:disabled, .comment-form .form-submit .submit:disabled, .search-form .search-submit:disabled, .topbar-search-form .topbar-search-submit:disabled, .read-more-link:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn:not(:disabled):not(.disabled):active, .wpcf7-form input[type=submit]:not(:disabled):not(.disabled):active, .comment-form .form-submit .submit:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .topbar-search-form .topbar-search-submit:not(:disabled):not(.disabled):active, .read-more-link:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .wpcf7-form input[type=submit]:not(:disabled):not(.disabled).active, .comment-form .form-submit .submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .topbar-search-form .topbar-search-submit:not(:disabled):not(.disabled).active, .read-more-link:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary, .wpcf7-form input[type=submit], .comment-form .form-submit .submit, .search-form .search-submit, .topbar-search-form .topbar-search-submit, .read-more-link {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-primary:hover, .wpcf7-form input[type=submit]:hover, .comment-form .form-submit .submit:hover, .search-form .search-submit:hover, .topbar-search-form .topbar-search-submit:hover, .read-more-link:hover {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-primary:focus, .wpcf7-form input[type=submit]:focus, .comment-form .form-submit .submit:focus, .search-form .search-submit:focus, .topbar-search-form .topbar-search-submit:focus, .read-more-link:focus, .btn-primary.focus, .wpcf7-form input.focus[type=submit], .comment-form .form-submit .focus.submit, .search-form .focus.search-submit, .topbar-search-form .focus.topbar-search-submit, .focus.read-more-link {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}
.btn-primary:disabled, .wpcf7-form input[type=submit]:disabled, .comment-form .form-submit .submit:disabled, .search-form .search-submit:disabled, .topbar-search-form .topbar-search-submit:disabled, .read-more-link:disabled, .btn-primary.disabled, .wpcf7-form input.disabled[type=submit], .comment-form .form-submit .disabled.submit, .search-form .disabled.search-submit, .topbar-search-form .disabled.topbar-search-submit, .disabled.read-more-link {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
  opacity: 0.65;
}

.btn-secondary {
  color: #ffffff;
  background-color: #005177;
  border-color: #005177;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #005177;
  border-color: #005177;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #005177;
  border-color: #005177;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 119, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #005177;
  border-color: #005177;
  opacity: 0.65;
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  opacity: 0.65;
}

.btn-danger {
  color: #000000;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #000000;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:focus, .btn-danger.focus {
  color: #000000;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #dc3545;
  border-color: #dc3545;
  opacity: 0.65;
}

.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.5647058824);
  border-color: rgba(255, 193, 7, 0.5019607843);
}
.btn-warning:focus, .btn-warning.focus {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.5647058824);
  border-color: rgba(255, 193, 7, 0.5019607843);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
  opacity: 0.65;
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  opacity: 0.65;
}

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000000;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.btn-light:focus, .btn-light.focus {
  color: #000000;
  background-color: #e9ecef;
  border-color: #dee2e6;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  opacity: 0.65;
}
.btn-light {
  color: #333333;
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  opacity: 0.65;
}

.btn-outline-primary {
  color: #007cba;
  border-color: #007cba;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.5);
}

.btn-outline-secondary {
  color: #005177;
  border-color: #005177;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #005177;
  border-color: #005177;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 119, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 18px;
  border-radius: 0.5rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-link {
  font-weight: 400;
  color: #007cba;
  text-decoration: none;
}
.btn-link:hover {
  color: #007cba;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #666666;
  pointer-events: none;
}

.read-more-link {
  font-size: 14px;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

.form-control, .wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form textarea,
.wpcf7-form select, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea, .search-form .search-field, .topbar-search-form .topbar-search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus, .search-form .search-field:focus, .topbar-search-form .topbar-search-field:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: rgb(58.5, 189.5, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 186, 0.25);
}
.form-control::placeholder, .wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder, .search-form .search-field::placeholder, .topbar-search-form .topbar-search-field::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled, .wpcf7-form input[type=text]:disabled,
.wpcf7-form input[type=email]:disabled,
.wpcf7-form input[type=tel]:disabled,
.wpcf7-form input[type=url]:disabled,
.wpcf7-form input[type=number]:disabled,
.wpcf7-form input[type=date]:disabled,
.wpcf7-form textarea:disabled,
.wpcf7-form select:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .search-form .search-field:disabled, .topbar-search-form .topbar-search-field:disabled, .form-control[readonly], .wpcf7-form input[readonly][type=text],
.wpcf7-form input[readonly][type=email],
.wpcf7-form input[readonly][type=tel],
.wpcf7-form input[readonly][type=url],
.wpcf7-form input[readonly][type=number],
.wpcf7-form input[readonly][type=date],
.wpcf7-form textarea[readonly],
.wpcf7-form select[readonly], .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly], .search-form [readonly].search-field, .topbar-search-form [readonly].topbar-search-field {
  background-color: #f8f9fa;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.wpcf7-form select:focus::-ms-value, .search-form select.search-field:focus::-ms-value, .topbar-search-form select.topbar-search-field:focus::-ms-value {
  color: #333333;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 18px;
  line-height: 1;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 14px;
  line-height: 1;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #666666;
}

.topbar-search-form {
  display: flex;
  max-width: 500px;
  gap: 6px;
  margin: auto;
}
.topbar-search-form .topbar-search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-radius: 0px;
  border: none;
  background-color: #0077a9;
  color: #ffffff;
}
.topbar-search-form .topbar-search-field::placeholder {
  /* WebKit, Blink, Edge */
  color: #c8cdc9; /* Esempio: un blu brillante */
  opacity: 1; /* Rimuove l'opacità predefinita di alcuni browser come Firefox */
}
@media (max-width: 767.98px) {
  .topbar-search-form .topbar-search-field {
    font-size: 10px;
    line-height: 12px;
    height: auto;
    padding: 2px 10px;
  }
}
.topbar-search-form .topbar-search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
  background-color: #0077a9;
  border: none;
  border-radius: 0px;
  font-size: 10px;
  padding: 6px;
}
.topbar-search-form .topbar-search-submit svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .topbar-search-form .topbar-search-submit svg {
    width: 25px;
    height: 25px;
  }
}

.search-form {
  display: flex;
  max-width: 500px;
  gap: 6px;
}
.search-form .search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-radius: 0px;
  border: none;
  background-color: #0077a9;
  color: #ffffff;
}
.search-form .search-field::placeholder {
  /* WebKit, Blink, Edge */
  color: #c8cdc9; /* Esempio: un blu brillante */
  opacity: 1; /* Rimuove l'opacità predefinita di alcuni browser come Firefox */
}
.search-form .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
  background-color: #0077a9;
  border: none;
  border-radius: 0px;
  padding: 6px;
}

.comment-form .form-group {
  margin-bottom: 1.5rem;
}
.comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.comment-form textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7-form .form-group {
  margin-bottom: 1rem;
}
.wpcf7-form textarea {
  min-height: 120px;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7-form .wpcf7-validation-errors {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin: 1rem 0;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin: 1rem 0;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check .form-check-input:disabled ~ .form-check-label {
  color: #666666;
}
.form-check .form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.card, .post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
}
.card:hover, .post-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-2px);
}

.card-body, .post-card .post-content {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}
.card-title a {
  color: inherit;
  text-decoration: none;
}
.card-title a:hover {
  color: #007cba;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
  color: #666666;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e1e1e1;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

.post-card {
  margin-bottom: 2rem;
  overflow: hidden;
}
.post-card .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-card .post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.post-card .post-thumbnail:hover img {
  transform: scale(1.05);
}
.post-card .entry-header {
  margin-bottom: 1rem;
}
.post-card .entry-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.post-card .entry-title a {
  color: inherit;
  text-decoration: none;
}
.post-card .entry-title a:hover {
  color: #007cba;
}
.post-card .entry-meta {
  font-size: 14px;
  color: #666666;
  margin-bottom: 1rem;
}
.post-card .entry-meta .posted-on,
.post-card .entry-meta .byline {
  margin-right: 1rem;
}
.post-card .entry-meta .posted-on:last-child,
.post-card .entry-meta .byline:last-child {
  margin-right: 0;
}
.post-card .entry-meta a {
  color: inherit;
  text-decoration: none;
}
.post-card .entry-meta a:hover {
  color: #007cba;
}
.post-card .entry-summary {
  margin-bottom: 1rem;
  color: #333333;
  line-height: 1.5;
}
.post-card .entry-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.posts-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.widget {
  margin-bottom: 2rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333333;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget ul li a {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.widget ul li a:hover {
  color: #007cba;
}
.widget ul ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}
.widget_search .search-form .search-field {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
}
.widget_search .search-form .search-field:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.widget_search .search-form .search-submit {
  padding: 0.5rem 1rem;
  background-color: #007cba;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.widget_search .search-form .search-submit:hover {
  background-color: #007cba;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 0.25rem;
}

.widget_categories .count,
.widget_archive .count {
  float: right;
  color: #666666;
  font-size: 14px;
  background-color: #f8f9fa;
  padding: 0.125rem 0.5rem;
  border-radius: 50rem;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0.125rem 0.25rem 0.125rem 0;
  padding: 0.25rem 0.5rem;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 14px !important;
  transition: all 0.2s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #007cba;
  color: #ffffff;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.widget_calendar table th {
  background-color: #f8f9fa;
  font-weight: 700;
}
.widget_calendar table td a {
  color: #007cba;
  text-decoration: none;
  font-weight: 700;
}
.widget_calendar table td a:hover {
  color: #007cba;
}
.widget_calendar table .pad {
  background-color: #f8f9fa;
  color: #666666;
}
.widget_calendar #next,
.widget_calendar #prev {
  font-weight: 700;
}
.widget_calendar #next a,
.widget_calendar #prev a {
  color: #007cba;
  text-decoration: none;
}
.widget_calendar #next a:hover,
.widget_calendar #prev a:hover {
  color: #007cba;
}

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 0.25rem;
}
.widget_rss cite {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 0.5rem;
  font-style: normal;
}

.widget_meta a[href*=wp-admin] {
  color: #ff6b35;
}

.widget_text .textwidget p:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget .widget-title {
  color: #ffffff;
  border-bottom: 2px solid #007cba;
  padding-bottom: 0.5rem;
}
.footer-widgets .widget p {
  color: #dee2e6;
}
.footer-widgets .widget ul li a {
  color: #dee2e6;
}
.footer-widgets .widget ul li a:hover {
  color: #ffffff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
  gap: 0.5rem;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #007cba;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #007cba;
  border-color: #007cba;
}
.pagination .page-numbers.dots {
  background-color: transparent;
  border-color: transparent;
  color: #666666;
  cursor: default;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  border-color: transparent;
  color: #666666;
}
.pagination .prev,
.pagination .next {
  font-weight: 700;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  padding: 0.5rem 1rem;
}
.pagination.post-navigation .nav-previous,
.pagination.post-navigation .nav-next {
  flex: 1;
}
.pagination.post-navigation .nav-previous a,
.pagination.post-navigation .nav-next a {
  display: block;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
.pagination.post-navigation .nav-previous a:hover,
.pagination.post-navigation .nav-next a:hover {
  background-color: #007cba;
  color: #ffffff;
  border-color: #007cba;
}
.pagination.post-navigation .nav-previous {
  text-align: left;
}
.pagination.post-navigation .nav-next {
  text-align: right;
}
.pagination.post-navigation .meta-nav {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0.25rem;
}
.pagination.post-navigation .post-title {
  font-weight: 700;
}

.post-navigation {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .post-navigation .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  max-width: 45%;
}
@media (max-width: 767.98px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 100%;
  }
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: #007cba;
  color: #ffffff;
  border-color: #007cba;
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
  font-weight: 700;
  line-height: 1;
}
.post-navigation .nav-previous .meta-nav::before {
  content: "← ";
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-next .meta-nav::after {
  content: " →";
}

.comment-navigation {
  margin: 2rem 0;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  color: #007cba;
  text-decoration: none;
  font-weight: 500;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  color: #007cba;
  text-decoration: underline;
}

body.single .site-main,
body.page .site-main {
  padding: 0 0 2rem 0;
}
@media (min-width: 992px) {
  body.single .site-main,
  body.page .site-main {
    padding: 0 0 3rem 0;
  }
}
body.single .entry-header,
body.page .entry-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
  height: 300px;
}
@media (min-width: 768px) {
  body.single .entry-header,
  body.page .entry-header {
    height: 400px;
  }
}
@media (min-width: 992px) {
  body.single .entry-header,
  body.page .entry-header {
    height: 500px;
  }
}
body.single .entry-header,
body.page .entry-header {
  position: relative;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
  --bg-page-image: url("../images/bg-pages.png");
  --webkit-filter: unset;
  --filter: unset;
}
body.single .entry-header .entry-title,
body.page .entry-header .entry-title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #333333;
}
@media (max-width: 767.98px) {
  body.single .entry-header .entry-title,
  body.page .entry-header .entry-title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  body.single .entry-header .entry-title,
  body.page .entry-header .entry-title {
    font-size: 1.75rem;
  }
}
body.single .entry-header .entry-meta,
body.page .entry-header .entry-meta {
  font-size: 16px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  body.single .entry-header .entry-meta,
  body.page .entry-header .entry-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
body.single .entry-header .entry-meta .posted-on,
body.single .entry-header .entry-meta .byline,
body.single .entry-header .entry-meta .cat-links,
body.single .entry-header .entry-meta .tags-links,
body.page .entry-header .entry-meta .posted-on,
body.page .entry-header .entry-meta .byline,
body.page .entry-header .entry-meta .cat-links,
body.page .entry-header .entry-meta .tags-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.single .entry-header .entry-meta .posted-on a,
body.single .entry-header .entry-meta .byline a,
body.single .entry-header .entry-meta .cat-links a,
body.single .entry-header .entry-meta .tags-links a,
body.page .entry-header .entry-meta .posted-on a,
body.page .entry-header .entry-meta .byline a,
body.page .entry-header .entry-meta .cat-links a,
body.page .entry-header .entry-meta .tags-links a {
  color: #007cba;
  text-decoration: none;
}
body.single .entry-header .entry-meta .posted-on a:hover,
body.single .entry-header .entry-meta .byline a:hover,
body.single .entry-header .entry-meta .cat-links a:hover,
body.single .entry-header .entry-meta .tags-links a:hover,
body.page .entry-header .entry-meta .posted-on a:hover,
body.page .entry-header .entry-meta .byline a:hover,
body.page .entry-header .entry-meta .cat-links a:hover,
body.page .entry-header .entry-meta .tags-links a:hover {
  color: #007cba;
  text-decoration: underline;
}
body.single .entry-header .entry-meta .entry-date,
body.page .entry-header .entry-meta .entry-date {
  font-weight: 500;
}
body.single .entry-header .entry-meta .author,
body.page .entry-header .entry-meta .author {
  font-weight: 500;
}
body.single .entry-header h1.entry-title,
body.page .entry-header h1.entry-title {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  height: 100%;
  display: grid;
  grid-template-rows: calc(50% - 10px) calc(50% + 10px);
  align-items: flex-end;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 768px) {
  body.single .entry-header h1.entry-title,
  body.page .entry-header h1.entry-title {
    grid-template-rows: calc(50% - 30px) calc(50% + 30px);
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  body.single .entry-header h1.entry-title,
  body.page .entry-header h1.entry-title {
    grid-template-rows: calc(50% - 30px) calc(50% + 30px);
    font-size: 60px;
  }
}
body.single .entry-header h1.entry-title,
body.page .entry-header h1.entry-title {
  z-index: 100;
}
body.single .entry-header h1.entry-title::after,
body.page .entry-header h1.entry-title::after {
  content: " ";
  width: 67px;
  height: 100%;
}
@media (min-width: 768px) {
  body.single .entry-header h1.entry-title::after,
  body.page .entry-header h1.entry-title::after {
    width: 90px;
  }
}
@media (min-width: 992px) {
  body.single .entry-header h1.entry-title::after,
  body.page .entry-header h1.entry-title::after {
    width: 117px;
  }
}
body.single .entry-header h1.entry-title::after,
body.page .entry-header h1.entry-title::after {
  display: block;
  margin: auto;
  background-image: url("../images/freccia-giu-bianca.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}
body.single .entry-header::after,
body.page .entry-header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: " ";
  background-image: var(--bg-page-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.3;
  -webkit-filter: var(--webkit-filter);
  filter: var(--filter);
}
body.single .entry-header::before,
body.page .entry-header::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: " ";
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #95c23d;
  background: -webkit-linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  background: -moz-linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  background: linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#95C23D", endColorstr="#0084BC", GradientType=0);
}
body.single .featured-image,
body.page .featured-image {
  margin-bottom: 3rem;
  text-align: center;
}
body.single .featured-image img,
body.page .featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
body.single .entry-content,
body.page .entry-content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 3rem;
}
body.single .entry-content h1,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4,
body.single .entry-content h5,
body.single .entry-content h6,
body.page .entry-content h1,
body.page .entry-content h2,
body.page .entry-content h3,
body.page .entry-content h4,
body.page .entry-content h5,
body.page .entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333333;
  border: none;
}
body.single .entry-content h2,
body.page .entry-content h2 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  body.single .entry-content h2,
  body.page .entry-content h2 {
    font-size: 1.75rem;
  }
}
body.single .entry-content h3,
body.page .entry-content h3 {
  font-size: 1.5rem;
  color: #007cba;
}
@media (max-width: 767.98px) {
  body.single .entry-content h3,
  body.page .entry-content h3 {
    font-size: 1.25rem;
  }
}
body.single .entry-content p,
body.page .entry-content p {
  margin-bottom: 1.5rem;
}
body.single .entry-content ul,
body.single .entry-content ol,
body.page .entry-content ul,
body.page .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
body.single .entry-content ul li,
body.single .entry-content ol li,
body.page .entry-content ul li,
body.page .entry-content ol li {
  margin-bottom: 0.5rem;
}
body.single .entry-content ol,
body.page .entry-content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: custom-counter;
}
body.single .entry-content ol li,
body.page .entry-content ol li {
  position: relative;
  background-color: #f0f0f0;
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc(var(--side-padding) + 50px);
  padding-right: calc(var(--side-padding));
  counter-increment: custom-counter;
}
@media (min-width: 992px) {
  body.single .entry-content ol li,
  body.page .entry-content ol li {
    padding-left: calc(var(--side-padding));
  }
}
body.single .entry-content ol li::before,
body.page .entry-content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  top: 10px;
  width: 36px;
  height: 36px;
  color: #94c23d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  left: calc(var(--side-padding));
}
@media (min-width: 992px) {
  body.single .entry-content ol li::before,
  body.page .entry-content ol li::before {
    left: calc(var(--side-padding) - 44px);
  }
}
body.single .entry-content ol ol,
body.page .entry-content ol ol {
  margin-bottom: 0px;
  padding-left: 0;
  background-color: transparent;
  counter-reset: custom-counter;
}
body.single .entry-content ol ol li,
body.page .entry-content ol ol li {
  min-height: 46px;
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: calc(var(--side-padding) + 40px);
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  body.single .entry-content ol ol li,
  body.page .entry-content ol ol li {
    padding-left: calc(var(--side-padding) + 36px);
  }
}
body.single .entry-content ol ol li::before,
body.page .entry-content ol ol li::before {
  width: 26px;
  height: 26px;
  font-size: 0.875rem;
  left: calc(var(--side-padding) + 6px);
}
@media (min-width: 992px) {
  body.single .entry-content ol ol li::before,
  body.page .entry-content ol ol li::before {
    left: calc(var(--side-padding) - 0px);
  }
}
body.single .entry-content ol ul,
body.page .entry-content ol ul {
  margin-bottom: 0px;
  padding-left: 0;
  background-color: transparent;
}
body.single .entry-content ol ul li,
body.page .entry-content ol ul li {
  min-height: 46px;
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: calc(var(--side-padding) + 40px);
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  body.single .entry-content ol ul li,
  body.page .entry-content ol ul li {
    padding-left: calc(var(--side-padding) + 36px);
  }
}
body.single .entry-content ol ul li::before,
body.page .entry-content ol ul li::before {
  width: 26px;
  left: calc(var(--side-padding) + 6px);
}
@media (min-width: 992px) {
  body.single .entry-content ol ul li::before,
  body.page .entry-content ol ul li::before {
    left: calc(var(--side-padding) - 0px);
  }
}
body.single .entry-content ul,
body.page .entry-content ul {
  list-style: none;
  padding-left: 0;
}
body.single .entry-content ul li,
body.page .entry-content ul li {
  position: relative;
  background-color: #f0f0f0;
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc(var(--side-padding) + 50px);
  padding-right: calc(var(--side-padding));
}
@media (min-width: 992px) {
  body.single .entry-content ul li,
  body.page .entry-content ul li {
    padding-left: calc(var(--side-padding));
  }
}
body.single .entry-content ul li::before,
body.page .entry-content ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 36px;
  height: 100%;
  background-image: url("../images/ul-marker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 10px;
  left: calc(var(--side-padding));
}
@media (min-width: 992px) {
  body.single .entry-content ul li::before,
  body.page .entry-content ul li::before {
    left: calc(var(--side-padding) - 44px);
  }
}
body.single .entry-content ul ul,
body.page .entry-content ul ul {
  margin-bottom: 0px;
  padding-left: 0;
  background-color: transparent;
}
body.single .entry-content ul ul li,
body.page .entry-content ul ul li {
  min-height: 46px;
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: calc(var(--side-padding) + 40px);
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  body.single .entry-content ul ul li,
  body.page .entry-content ul ul li {
    padding-left: calc(var(--side-padding) + 36px);
  }
}
body.single .entry-content ul ul li::before,
body.page .entry-content ul ul li::before {
  left: calc(var(--side-padding) + 6px);
}
@media (min-width: 992px) {
  body.single .entry-content ul ul li::before,
  body.page .entry-content ul ul li::before {
    left: calc(var(--side-padding) - 0px);
  }
}
body.single .entry-content ul ul li::before,
body.page .entry-content ul ul li::before {
  width: 26px;
}
body.single .entry-content ul li ol,
body.page .entry-content ul li ol {
  margin-bottom: 0px;
  padding-left: 0;
  background-color: transparent;
  counter-reset: custom-counter;
}
body.single .entry-content ul li ol li,
body.page .entry-content ul li ol li {
  min-height: 46px;
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: calc(var(--side-padding) + 40px);
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  body.single .entry-content ul li ol li,
  body.page .entry-content ul li ol li {
    padding-left: calc(var(--side-padding) + 36px);
  }
}
body.single .entry-content ul li ol li::before,
body.page .entry-content ul li ol li::before {
  content: counter(custom-counter);
  width: 26px;
  height: 26px;
  top: 10px;
  font-size: 0.875rem;
  left: calc(var(--side-padding) + 6px);
  background-image: none;
}
@media (min-width: 992px) {
  body.single .entry-content ul li ol li::before,
  body.page .entry-content ul li ol li::before {
    left: calc(var(--side-padding) - 0px);
  }
}
body.single .entry-content img,
body.page .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: 1rem 0;
}
body.single .entry-content .alignleft,
body.page .entry-content .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
body.single .entry-content .alignright,
body.page .entry-content .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
body.single .entry-content .aligncenter,
body.page .entry-content .aligncenter {
  display: block;
  margin: 1.5rem auto;
  text-align: center;
}
body.single .entry-content .alignnone,
body.page .entry-content .alignnone {
  margin: 1rem 0;
}
body.single .entry-content .gallery,
body.page .entry-content .gallery {
  display: grid;
  grid-gap: 1rem;
  margin: 2rem 0;
}
body.single .entry-content .gallery.gallery-columns-2,
body.page .entry-content .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.single .entry-content .gallery.gallery-columns-3,
body.page .entry-content .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.single .entry-content .gallery.gallery-columns-4,
body.page .entry-content .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  body.single .entry-content .gallery.gallery-columns-4,
  body.page .entry-content .gallery.gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single .entry-content .gallery .gallery-item img,
body.page .entry-content .gallery .gallery-item img {
  width: 100%;
  height: auto;
  margin: 0;
}
body.single .entry-footer,
body.page .entry-footer {
  padding: 2rem 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 3rem;
}
body.single .entry-footer .cat-tags-links,
body.page .entry-footer .cat-tags-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 575.98px) {
  body.single .entry-footer .cat-tags-links,
  body.page .entry-footer .cat-tags-links {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
body.single .entry-footer .cat-tags-links .cat-links .label,
body.single .entry-footer .cat-tags-links .tags-links .label,
body.page .entry-footer .cat-tags-links .cat-links .label,
body.page .entry-footer .cat-tags-links .tags-links .label {
  font-weight: 700;
  color: #333333;
  margin-right: 0.5rem;
}
body.single .entry-footer .cat-tags-links .cat-links a,
body.single .entry-footer .cat-tags-links .tags-links a,
body.page .entry-footer .cat-tags-links .cat-links a,
body.page .entry-footer .cat-tags-links .tags-links a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.125rem 0.25rem;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  border-radius: 50rem;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
body.single .entry-footer .cat-tags-links .cat-links a:hover,
body.single .entry-footer .cat-tags-links .tags-links a:hover,
body.page .entry-footer .cat-tags-links .cat-links a:hover,
body.page .entry-footer .cat-tags-links .tags-links a:hover {
  background-color: #007cba;
  color: #ffffff;
}
body.single .author-bio,
body.page .author-bio {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  body.single .author-bio,
  body.page .author-bio {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
body.single .author-bio .author-avatar,
body.page .author-bio .author-avatar {
  flex-shrink: 0;
}
body.single .author-bio .author-avatar img,
body.page .author-bio .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
body.single .author-bio .author-info,
body.page .author-bio .author-info {
  flex: 1;
}
body.single .author-bio .author-info .author-name,
body.page .author-bio .author-info .author-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333333;
}
body.single .author-bio .author-info .author-description,
body.page .author-bio .author-info .author-description {
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.page-template-page-nosidebar.page .entry-header {
  height: 300px;
}
@media (min-width: 768px) {
  .page-template-page-nosidebar.page .entry-header {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .page-template-page-nosidebar.page .entry-header {
    height: 500px;
  }
}
.page-template-page-nosidebar.page .entry-header {
  position: relative;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
  --bg-page-image: url("../images/bg-pages.png");
  --webkit-filter: unset;
  --filter: unset;
}
.page-template-page-nosidebar.page .entry-header h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  height: 100%;
  display: grid;
  grid-template-rows: calc(50% - 30px) calc(50% + 30px);
  align-items: flex-end;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  z-index: 100;
}
.page-template-page-nosidebar.page .entry-header h1::after {
  content: " ";
  width: 117px;
  height: 100%;
  display: block;
  margin: auto;
  background-image: url("../images/freccia-giu-bianca.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.page-template-page-nosidebar.page .entry-header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: " ";
  background-image: var(--bg-page-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.3;
  -webkit-filter: var(--webkit-filter);
  filter: var(--filter);
}
.page-template-page-nosidebar.page .entry-header::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: " ";
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #95c23d;
  background: -webkit-linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  background: -moz-linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  background: linear-gradient(180deg, rgb(149, 194, 61) 80%, rgb(255, 255, 255) calc(80% + 1px), rgb(0, 132, 188) calc(80% + 2px));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#95C23D", endColorstr="#0084BC", GradientType=0);
}

.archive .site-main,
.search .site-main,
.category .site-main,
.tag .site-main,
.author .site-main,
.date .site-main {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .archive .site-main,
  .search .site-main,
  .category .site-main,
  .tag .site-main,
  .author .site-main,
  .date .site-main {
    padding: 3rem 0;
  }
}
.archive .page-header,
.search .page-header,
.category .page-header,
.tag .page-header,
.author .page-header,
.date .page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, #007cba, #005177);
  color: #ffffff;
  border-radius: 0.5rem;
}
.archive .page-header .page-title,
.search .page-header .page-title,
.category .page-header .page-title,
.tag .page-header .page-title,
.author .page-header .page-title,
.date .page-header .page-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .archive .page-header .page-title,
  .search .page-header .page-title,
  .category .page-header .page-title,
  .tag .page-header .page-title,
  .author .page-header .page-title,
  .date .page-header .page-title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .archive .page-header .page-title,
  .search .page-header .page-title,
  .category .page-header .page-title,
  .tag .page-header .page-title,
  .author .page-header .page-title,
  .date .page-header .page-title {
    font-size: 1.75rem;
  }
}
.archive .page-header .page-title .archive-title-prefix,
.search .page-header .page-title .archive-title-prefix,
.category .page-header .page-title .archive-title-prefix,
.tag .page-header .page-title .archive-title-prefix,
.author .page-header .page-title .archive-title-prefix,
.date .page-header .page-title .archive-title-prefix {
  font-weight: 400;
  opacity: 0.8;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.archive .page-header .archive-description,
.search .page-header .archive-description,
.category .page-header .archive-description,
.tag .page-header .archive-description,
.author .page-header .archive-description,
.date .page-header .archive-description {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.archive .page-header .archive-description p,
.search .page-header .archive-description p,
.category .page-header .archive-description p,
.tag .page-header .archive-description p,
.author .page-header .archive-description p,
.date .page-header .archive-description p {
  margin: 0;
}
.archive .page-header.search-header .search-title .search-query,
.search .page-header.search-header .search-title .search-query,
.category .page-header.search-header .search-title .search-query,
.tag .page-header.search-header .search-title .search-query,
.author .page-header.search-header .search-title .search-query,
.date .page-header.search-header .search-title .search-query {
  color: #ff6b35;
  font-weight: 700;
}
.archive .page-header.search-header .search-results-count,
.search .page-header.search-header .search-results-count,
.category .page-header.search-header .search-results-count,
.tag .page-header.search-header .search-results-count,
.author .page-header.search-header .search-results-count,
.date .page-header.search-header .search-results-count {
  font-size: 1rem;
  opacity: 0.8;
  margin-top: 0.5rem;
}
.archive .posts-grid,
.search .posts-grid,
.category .posts-grid,
.tag .posts-grid,
.author .posts-grid,
.date .posts-grid {
  margin-bottom: 3rem;
}
.archive .posts-grid .post-card .entry-title,
.search .posts-grid .post-card .entry-title,
.category .posts-grid .post-card .entry-title,
.tag .posts-grid .post-card .entry-title,
.author .posts-grid .post-card .entry-title,
.date .posts-grid .post-card .entry-title {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .archive .posts-grid .post-card .entry-title,
  .search .posts-grid .post-card .entry-title,
  .category .posts-grid .post-card .entry-title,
  .tag .posts-grid .post-card .entry-title,
  .author .posts-grid .post-card .entry-title,
  .date .posts-grid .post-card .entry-title {
    font-size: 1.1rem;
  }
}
.archive .posts-grid .post-card .entry-summary,
.search .posts-grid .post-card .entry-summary,
.category .posts-grid .post-card .entry-summary,
.tag .posts-grid .post-card .entry-summary,
.author .posts-grid .post-card .entry-summary,
.date .posts-grid .post-card .entry-summary {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.archive .archive-filters,
.search .archive-filters,
.category .archive-filters,
.tag .archive-filters,
.author .archive-filters,
.date .archive-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}
.archive .archive-filters .filter-item a,
.search .archive-filters .filter-item a,
.category .archive-filters .filter-item a,
.tag .archive-filters .filter-item a,
.author .archive-filters .filter-item a,
.date .archive-filters .filter-item a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
}
.archive .archive-filters .filter-item a:hover, .archive .archive-filters .filter-item a.active,
.search .archive-filters .filter-item a:hover,
.search .archive-filters .filter-item a.active,
.category .archive-filters .filter-item a:hover,
.category .archive-filters .filter-item a.active,
.tag .archive-filters .filter-item a:hover,
.tag .archive-filters .filter-item a.active,
.author .archive-filters .filter-item a:hover,
.author .archive-filters .filter-item a.active,
.date .archive-filters .filter-item a:hover,
.date .archive-filters .filter-item a.active {
  background-color: #007cba;
  color: #ffffff;
  border-color: #007cba;
}

.category .page-header .category-description {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.375rem;
  margin-top: 1rem;
}

.tag .page-header::before {
  content: "#";
  font-size: 4rem;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.tag .page-title {
  position: relative;
  z-index: 1;
}

.author .page-header .author-avatar {
  margin-bottom: 1rem;
}
.author .page-header .author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.author .page-header .author-bio {
  margin-top: 1rem;
  font-size: 1rem;
  opacity: 0.9;
}

.date .page-header .archive-title-prefix::before {
  content: "📅 ";
  margin-right: 0.5rem;
}

.search-results .search-form {
  max-width: 400px;
  margin: 0 auto 3rem;
}
.search-results .no-results {
  text-align: center;
  padding: 3rem 0;
}
.search-results .no-results .page-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333333;
}
.search-results .no-results .page-content {
  max-width: 600px;
  margin: 0 auto;
  color: #666666;
}
.search-results .no-results .page-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.archive-navigation {
  margin-bottom: 2rem;
}
.archive-navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.archive-navigation .nav-links a {
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.archive-navigation .nav-links a:hover, .archive-navigation .nav-links a.current {
  background-color: #007cba;
  color: #ffffff;
}

.error404 .site-main {
  padding: 3rem 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .error404 .site-main {
    padding: 4rem 0;
  }
}
.error404 .error-404 {
  max-width: 600px;
  margin: 0 auto;
}
.error404 .error-404 .error-number {
  font-size: 8rem;
  font-weight: 700;
  color: #007cba;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .error404 .error-404 .error-number {
    font-size: 6rem;
  }
}
@media (max-width: 575.98px) {
  .error404 .error-404 .error-number {
    font-size: 4rem;
  }
}
.error404 .error-404 .error-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .error404 .error-404 .error-title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .error404 .error-404 .error-title {
    font-size: 1.5rem;
  }
}
.error404 .error-404 .error-message {
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .error404 .error-404 .error-message {
    font-size: 1rem;
  }
}
.error404 .error-404 .error-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 576px) {
  .error404 .error-404 .error-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.error404 .error-404 .error-actions .search-form {
  max-width: 300px;
  width: 100%;
}
.error404 .error-404 .error-actions .home-link .btn, .error404 .error-404 .error-actions .home-link .read-more-link, .error404 .error-404 .error-actions .home-link .topbar-search-form .topbar-search-submit, .topbar-search-form .error404 .error-404 .error-actions .home-link .topbar-search-submit, .error404 .error-404 .error-actions .home-link .search-form .search-submit, .search-form .error404 .error-404 .error-actions .home-link .search-submit, .error404 .error-404 .error-actions .home-link .comment-form .form-submit .submit, .comment-form .form-submit .error404 .error-404 .error-actions .home-link .submit, .error404 .error-404 .error-actions .home-link .wpcf7-form input[type=submit], .wpcf7-form .error404 .error-404 .error-actions .home-link input[type=submit] {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.error404 .error-404::before {
  content: "🔍";
  font-size: 3rem;
  display: block;
  margin-bottom: 2rem;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .error404 .error-404::before {
    font-size: 2rem;
  }
}
.error404 .helpful-links {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}
.error404 .helpful-links .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.5rem;
  text-align: center;
}
.error404 .helpful-links .links-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 576px) {
  .error404 .helpful-links .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .error404 .helpful-links .links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.error404 .helpful-links .links-grid .link-item {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0.375rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.error404 .helpful-links .links-grid .link-item:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
}
.error404 .helpful-links .links-grid .link-item a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.error404 .helpful-links .links-grid .link-item a:hover {
  color: #007cba;
}
.error404 .helpful-links .links-grid .link-item .link-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.error404 .helpful-links .links-grid .link-item .link-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.error404 .helpful-links .links-grid .link-item .link-description {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.error404 .recent-posts {
  margin-top: 3rem;
}
.error404 .recent-posts .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2rem;
  text-align: center;
}
.error404 .recent-posts .posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 500px;
  margin: 0 auto;
}
.error404 .recent-posts .posts-list li {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.error404 .recent-posts .posts-list li:hover {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.error404 .recent-posts .posts-list li:last-child {
  margin-bottom: 0;
}
.error404 .recent-posts .posts-list li a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.error404 .recent-posts .posts-list li a:hover {
  color: #007cba;
}
.error404 .recent-posts .posts-list li .post-date {
  font-size: 14px;
  color: #666666;
  margin-top: 0.25rem;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.error404 .error-number {
  animation: bounce 2s infinite;
}

.home .site-main {
  padding: 0 0 2rem 0;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .home .site-main {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .home .site-main {
    padding: 0 0 3rem 0;
  }
}
.home .hero-section {
  background: linear-gradient(135deg, #007cba, #005177);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 3rem;
}
.home .hero-section .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .home .hero-section .hero-title {
    font-size: 2rem;
  }
}
.home .hero-section .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .home .hero-section .hero-subtitle {
    font-size: 1rem;
  }
}
.home .hero-section .hero-cta .btn, .home .hero-section .hero-cta .read-more-link, .home .hero-section .hero-cta .topbar-search-form .topbar-search-submit, .topbar-search-form .home .hero-section .hero-cta .topbar-search-submit, .home .hero-section .hero-cta .search-form .search-submit, .search-form .home .hero-section .hero-cta .search-submit, .home .hero-section .hero-cta .comment-form .form-submit .submit, .comment-form .form-submit .home .hero-section .hero-cta .submit, .home .hero-section .hero-cta .wpcf7-form input[type=submit], .wpcf7-form .home .hero-section .hero-cta input[type=submit] {
  margin: 0 0.5rem;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .home .hero-section .hero-cta .btn, .home .hero-section .hero-cta .read-more-link, .home .hero-section .hero-cta .topbar-search-form .topbar-search-submit, .topbar-search-form .home .hero-section .hero-cta .topbar-search-submit, .home .hero-section .hero-cta .search-form .search-submit, .search-form .home .hero-section .hero-cta .search-submit, .home .hero-section .hero-cta .comment-form .form-submit .submit, .comment-form .form-submit .home .hero-section .hero-cta .submit, .home .hero-section .hero-cta .wpcf7-form input[type=submit], .wpcf7-form .home .hero-section .hero-cta input[type=submit] {
    display: block;
    margin: 0.5rem 0;
    width: 100%;
  }
}
.home .featured-posts {
  margin-bottom: 3rem;
}
.home .featured-posts .section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  color: #333333;
}
@media (max-width: 767.98px) {
  .home .featured-posts .section-title {
    font-size: 2rem;
  }
}
.home .featured-posts .posts-grid .post-card {
  height: 100%;
}
.home .featured-posts .posts-grid .post-card .post-content {
  display: flex;
  flex-direction: column;
}
.home .featured-posts .posts-grid .post-card .entry-summary {
  flex-grow: 1;
}
.home .blog-posts .posts-grid {
  margin-bottom: 3rem;
}
.home .blog-posts .posts-grid .post-card {
  transition: all 0.3s ease;
}
.home .blog-posts .posts-grid .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.home .cta-section {
  background-color: #f8f9fa;
  padding: 3rem 0;
  text-align: center;
  border-radius: 0.5rem;
  margin: 3rem 0;
}
.home .cta-section .cta-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333333;
}
.home .cta-section .cta-description {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.home .cta-section .btn, .home .cta-section .read-more-link, .home .cta-section .topbar-search-form .topbar-search-submit, .topbar-search-form .home .cta-section .topbar-search-submit, .home .cta-section .search-form .search-submit, .search-form .home .cta-section .search-submit, .home .cta-section .comment-form .form-submit .submit, .comment-form .form-submit .home .cta-section .submit, .home .cta-section .wpcf7-form input[type=submit], .wpcf7-form .home .cta-section input[type=submit] {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
}

.blog .page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}
.blog .page-header .page-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
@media (max-width: 767.98px) {
  .blog .page-header .page-title {
    font-size: 2rem;
  }
}
.blog .page-header .page-description {
  font-size: 1.1rem;
  color: #666666;
  margin: 0;
}

.fascia-1-block {
  padding: 4rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
}
.fascia-1-block:first-child {
  padding-top: 90px;
}
.fascia-1-block .fascia-1-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .fascia-1-block .fascia-1-content {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .fascia-1-block .fascia-1-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.fascia-1-block .fascia-1-column {
  text-align: center;
}
@media (min-width: 768px) {
  .fascia-1-block .fascia-1-column--left {
    text-align: left;
  }
}
.fascia-1-block .fascia-1-column--center {
  text-align: center;
}
@media (min-width: 768px) {
  .fascia-1-block .fascia-1-column--right {
    text-align: right;
  }
}
.fascia-1-block .fascia-1-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.5rem;
  line-height: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .fascia-1-block .fascia-1-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.fascia-1-block .fascia-1-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #007cba, #ff6b35);
  margin: 1rem auto 0;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .fascia-1-column--left .fascia-1-block .fascia-1-title::after {
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .fascia-1-column--right .fascia-1-block .fascia-1-title::after {
    margin: 1rem 0 0 auto;
  }
}
.fascia-1-block .fascia-1-text {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 767.98px) {
  .fascia-1-block .fascia-1-text {
    font-size: 1rem;
  }
}
.fascia-1-block .fascia-1-text p {
  margin-bottom: 1rem;
}
.fascia-1-block .fascia-1-text p:last-child {
  margin-bottom: 0;
}
.fascia-1-block .fascia-1-text a {
  color: #007cba;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.fascia-1-block .fascia-1-text a:hover {
  color: #ff6b35;
  text-decoration: underline;
}
.fascia-1-block .fascia-1-text ul,
.fascia-1-block .fascia-1-text ol {
  text-align: left;
  margin: 1rem auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .fascia-1-column--left .fascia-1-block .fascia-1-text ul,
  .fascia-1-column--left .fascia-1-block .fascia-1-text ol {
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .fascia-1-column--right .fascia-1-block .fascia-1-text ul,
  .fascia-1-column--right .fascia-1-block .fascia-1-text ol {
    margin: 1rem 0;
  }
}
.fascia-1-block .fascia-1-text ul li,
.fascia-1-block .fascia-1-text ol li {
  margin-bottom: 0.5rem;
}
.fascia-1-block .fascia-1-text ul li:last-child,
.fascia-1-block .fascia-1-text ol li:last-child {
  margin-bottom: 0;
}
.fascia-1-block .fascia-1-text blockquote {
  border-left: 4px solid #007cba;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #333333;
}
.fascia-1-block .fascia-1-text img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 1rem 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.fascia-1-block .fascia-1-link {
  margin-top: 1.5rem;
}
.fascia-1-block .fascia-1-link .btn, .fascia-1-block .fascia-1-link .read-more-link, .fascia-1-block .fascia-1-link .topbar-search-form .topbar-search-submit, .topbar-search-form .fascia-1-block .fascia-1-link .topbar-search-submit, .fascia-1-block .fascia-1-link .search-form .search-submit, .search-form .fascia-1-block .fascia-1-link .search-submit, .fascia-1-block .fascia-1-link .comment-form .form-submit .submit, .comment-form .form-submit .fascia-1-block .fascia-1-link .submit, .fascia-1-block .fascia-1-link .wpcf7-form input[type=submit], .wpcf7-form .fascia-1-block .fascia-1-link input[type=submit] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007cba;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 2px solid #007cba;
}
.fascia-1-block .fascia-1-link .btn:hover, .fascia-1-block .fascia-1-link .read-more-link:hover, .fascia-1-block .fascia-1-link .topbar-search-form .topbar-search-submit:hover, .topbar-search-form .fascia-1-block .fascia-1-link .topbar-search-submit:hover, .fascia-1-block .fascia-1-link .search-form .search-submit:hover, .search-form .fascia-1-block .fascia-1-link .search-submit:hover, .fascia-1-block .fascia-1-link .comment-form .form-submit .submit:hover, .comment-form .form-submit .fascia-1-block .fascia-1-link .submit:hover, .fascia-1-block .fascia-1-link .wpcf7-form input[type=submit]:hover, .wpcf7-form .fascia-1-block .fascia-1-link input[type=submit]:hover {
  background-color: #ffffff;
  color: #007cba;
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.fascia-1-block .fascia-1-link .btn:focus, .fascia-1-block .fascia-1-link .read-more-link:focus, .fascia-1-block .fascia-1-link .topbar-search-form .topbar-search-submit:focus, .topbar-search-form .fascia-1-block .fascia-1-link .topbar-search-submit:focus, .fascia-1-block .fascia-1-link .search-form .search-submit:focus, .search-form .fascia-1-block .fascia-1-link .search-submit:focus, .fascia-1-block .fascia-1-link .comment-form .form-submit .submit:focus, .comment-form .form-submit .fascia-1-block .fascia-1-link .submit:focus, .fascia-1-block .fascia-1-link .wpcf7-form input[type=submit]:focus, .wpcf7-form .fascia-1-block .fascia-1-link input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}
.fascia-1-column--center .fascia-1-block .fascia-1-link {
  text-align: center;
}
@media (min-width: 768px) {
  .fascia-1-column--right .fascia-1-block .fascia-1-link {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .fascia-1-column--left .fascia-1-block .fascia-1-link {
    text-align: left;
  }
}
.fascia-1-block:hover .fascia-1-title::after {
  width: 80px;
}
.fascia-1-block.alignwide .container {
  max-width: 1400px;
}
.fascia-1-block.alignfull .container {
  max-width: none;
  padding: 0 2rem;
}
.fascia-1-block.has-background .fascia-1-content {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 767.98px) {
  .fascia-1-block.has-background .fascia-1-content {
    padding: 2rem;
  }
}
.fascia-1-block.has-dark-background {
  background: #343a40;
  color: #ffffff;
}
.fascia-1-block.has-dark-background .fascia-1-title {
  color: #ffffff;
}
.fascia-1-block.has-dark-background .fascia-1-text {
  color: #dee2e6;
}
.fascia-1-block.has-dark-background .fascia-1-text a {
  color: #ff6b35;
}
.fascia-1-block.has-dark-background .fascia-1-text a:hover {
  color: #ffffff;
}
.fascia-1-block.card-style .fascia-1-column {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.fascia-1-block.card-style .fascia-1-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.fascia-1-block.card-style .fascia-1-column .fascia-1-title::after {
  display: none;
}
.fascia-1-block.card-style .fascia-1-content {
  gap: 2rem;
}
.fascia-1-block.with-icons .fascia-1-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fascia-1-column--left .fascia-1-block.with-icons .fascia-1-title {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .fascia-1-column--right .fascia-1-block.with-icons .fascia-1-title {
    justify-content: flex-end;
  }
}
.fascia-1-block.with-icons .fascia-1-title::before {
  content: "";
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #007cba, #ff6b35);
  border-radius: 50%;
  flex-shrink: 0;
}

.sidebar .fascia-1-block {
  margin-left: 0px;
  margin-right: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  .fascia-1-block .fascia-1-column {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
  }
  .fascia-1-block .fascia-1-column:nth-child(1) {
    animation-delay: 0.1s;
  }
  .fascia-1-block .fascia-1-column:nth-child(2) {
    animation-delay: 0.2s;
  }
  .fascia-1-block .fascia-1-column:nth-child(3) {
    animation-delay: 0.3s;
  }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.fascia-azienda-block {
  padding: 60px 0;
  position: relative;
}
.fascia-azienda-block .fascia-azienda-content {
  max-width: 1200px;
  margin: 0 auto;
}
.fascia-azienda-block .fascia-azienda-main {
  margin-bottom: 40px;
}
.fascia-azienda-block .fascia-azienda-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  padding: 40px 0;
  border-top: 2px solid rgba(0, 124, 186, 0.1);
  position: relative;
}
@media (max-width: 767.98px) {
  .fascia-azienda-block .fascia-azienda-badges {
    grid-template-columns: 1fr;
  }
}
.fascia-azienda-block .fascia-azienda-badges::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #007cba;
}
.fascia-azienda-block .fascia-azienda-badge {
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
}
.fascia-azienda-block .fascia-azienda-badge:hover {
  transform: translateY(-5px);
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-container {
  max-width: 250px;
  margin: auto;
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-container .fascia-azienda-badge-container-inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-container .fascia-azienda-badge-container-inner-content {
  border: 3px solid #ff6b35;
  border-radius: 50%;
  position: absolute;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-number {
  font-size: 3rem;
  font-weight: 800;
  color: #007cba;
  margin-bottom: 0.5rem;
  line-height: 1;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  align-self: end;
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-number.visible {
  opacity: 1;
  transform: translateY(0);
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-number.animated {
  animation: numberPulse 0.6s ease-out;
}
@media (max-width: 768px) {
  .fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-number {
    font-size: 2.5rem;
  }
}
.fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-label {
  font-size: 0.9rem;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.8;
  align-self: start;
}
.fascia-azienda-block .fascia-azienda-text .fascia-azienda-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007cba;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .fascia-azienda-block .fascia-azienda-text .fascia-azienda-title {
    font-size: 2rem;
  }
}
.fascia-azienda-block .fascia-azienda-text .fascia-azienda-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
}
.fascia-azienda-block .fascia-azienda-text .fascia-azienda-description p {
  margin-bottom: 1rem;
}
.fascia-azienda-block .fascia-azienda-text .fascia-azienda-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fascia-azienda-block .fascia-azienda-text .fascia-azienda-description {
    font-size: 1rem;
  }
}
.fascia-azienda-block.alignwide .container {
  max-width: 1400px;
}
.fascia-azienda-block.alignfull .container {
  max-width: none;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .fascia-azienda-block.alignfull .container {
    padding: 0 20px;
  }
}
.fascia-azienda-block.has-background {
  background-color: rgba(0, 124, 186, 0.02);
}
.fascia-azienda-block.has-dark-background {
  background-color: #1a1a1a;
  color: white;
}
.fascia-azienda-block.has-dark-background .fascia-azienda-title {
  color: white;
}
.fascia-azienda-block.has-dark-background .fascia-azienda-description {
  color: rgba(255, 255, 255, 0.9);
}
.fascia-azienda-block.animate-in .fascia-azienda-text {
  animation: slideInLeft 0.8s ease-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-azienda-block .fascia-azienda-badges {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-number {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-azienda-block .fascia-azienda-badge .fascia-azienda-badge-label {
    font-size: 0.6rem;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes numberPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    color: #009eed;
  }
  100% {
    transform: scale(1);
  }
}
.fascia-3-colonne-block {
  --bg-color-1: #0084bc;
  --bg-color-2: #95c23d;
  --evidence-color: #fff200;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
  --height-percentage: 50%;
}
.fascia-3-colonne-block:first-child {
  padding-top: 120px;
  --height-percentage: calc(50% + 30px);
}
@media (min-width: 992px) {
  .fascia-3-colonne-block {
    padding-top: 170px;
    padding-bottom: 170px;
    --height-percentage: 50%;
  }
  .fascia-3-colonne-block:first-child {
    --height-percentage: calc(50% + 130px);
    padding-top: 260px;
  }
}
.fascia-3-colonne-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fascia-3-colonne-block .fascia-3-colonne-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.fascia-3-colonne-block .fascia-3-colonne-background .fascia-3-colonne-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  filter: grayscale(100%) brightness(1.5);
  opacity: 0.3;
}
.fascia-3-colonne-block .fascia-3-colonne-background .fascia-3-colonne-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-color-1);
  background: linear-gradient(90deg, var(--bg-color-1) 0%, var(--bg-color-1) 50%, var(--bg-color-2) 50%, var(--bg-color-2) 100%);
}
@media (max-width: 767.98px) {
  .fascia-3-colonne-block .fascia-3-colonne-background .fascia-3-colonne-background-overlay {
    background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-1) var(--height-percentage), var(--bg-color-2) var(--height-percentage), var(--bg-color-2) 100%);
  }
}
.fascia-3-colonne-block .container {
  position: relative;
  z-index: 2;
}
.fascia-3-colonne-block .fascia-3-colonne-content {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 34% 32% 34%;
  gap: 0px;
  align-items: start;
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr min(210px, 20%) 1fr;
    gap: 30px;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-column {
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fascia-3-colonne-block .fascia-3-colonne-column {
  display: grid;
  grid-template-rows: auto 1fr 40px;
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-title {
  margin: 20px 0px 10px 0px;
  line-height: normal;
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-title span {
  font-weight: 600;
  color: #007cba;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-title span {
    font-size: 32px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-title span {
    font-size: 50px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-title span {
    font-size: 60px;
    line-height: 46px;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-text p {
  margin-bottom: 0.8rem;
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-text {
    font-size: 16px;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--evidence-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 12px auto;
  align-items: center;
}
.fascia-3-colonne-block .fascia-3-colonne-column .fascia-3-colonne-link::before {
  content: "〉";
  content: "⟨";
  font-weight: 900;
  font-size: 18px;
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(3) .fascia-3-colonne-link {
  text-align: right;
  grid-template-columns: auto auto 12px;
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(3) .fascia-3-colonne-link::before {
  content: "";
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(3) .fascia-3-colonne-link::after {
  content: "⟩";
  font-weight: bold;
  font-size: 18px;
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(2) {
  padding: 15px;
  text-align: center;
  background-color: #e8e8e8;
  opacity: 0.9;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-column:nth-child(2) {
    height: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(2) .fascia-3-colonne-title {
  margin: 20px auto 0px auto;
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(2) .fascia-3-colonne-title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  line-height: normal;
  color: #333333;
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.fascia-3-colonne-block .fascia-3-colonne-column:nth-child(2) .fascia-3-colonne-text {
  color: #333333;
}
@media (max-width: 767.98px) {
  .fascia-3-colonne-block .fascia-3-colonne-column:nth-child(1) .fascia-3-colonne-link {
    text-align: right;
    grid-template-columns: auto auto 12px;
  }
  .fascia-3-colonne-block .fascia-3-colonne-column:nth-child(1) .fascia-3-colonne-link::before {
    content: "";
  }
  .fascia-3-colonne-block .fascia-3-colonne-column:nth-child(1) .fascia-3-colonne-link::after {
    content: "⟩";
    font-weight: bold;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-column {
    height: 100%;
    padding: 15px 0px;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .fascia-3-colonne-block .fascia-3-colonne-block-editor {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor .fascia-3-colonne-column {
  background: white;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor .fascia-3-colonne-background-settings {
  grid-column: 1/-1;
  margin-top: 20px;
  padding: 15px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor .fascia-3-colonne-background-settings h4 {
  margin: 0 0 10px 0;
  color: #495057;
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor .fascia-3-colonne-background-settings .fascia-3-colonne-image-preview {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fascia-3-colonne-block .fascia-3-colonne-block-editor .fascia-3-colonne-background-settings .fascia-3-colonne-image-preview img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 4px;
  object-fit: cover;
}
.fascia-3-colonne-block.alignwide .container {
  max-width: 1400px;
}
.fascia-3-colonne-block.has-background {
  background-color: rgba(0, 124, 186, 0.02);
}
.fascia-3-colonne-block.has-background::before {
  display: none;
}
.fascia-3-colonne-block.has-dark-background {
  background-color: #1a1a1a;
}
.fascia-3-colonne-block.has-dark-background::before {
  display: none;
}
.fascia-3-colonne-block.has-dark-background .fascia-3-colonne-column {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.fascia-3-colonne-block.has-dark-background .fascia-3-colonne-column .fascia-3-colonne-title {
  color: white;
}
.fascia-3-colonne-block.has-dark-background .fascia-3-colonne-column .fascia-3-colonne-text {
  color: rgba(255, 255, 255, 0.9);
}

.sidebar .fascia-3-colonne-block {
  margin-left: 0px;
  margin-right: 0px;
}

.fascia-badges-block {
  --color-1: #0084bc;
  --color-2: #95c23d;
  position: relative;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
}
.fascia-badges-block:first-child {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .fascia-badges-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .fascia-badges-block:first-child {
    padding-top: 180px;
  }
}
.fascia-badges-block .fascia-badges-badges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-top: 40px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badges {
    padding-top: 80px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.fascia-badges-block .fascia-badges-badge {
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
}
.fascia-badges-block .fascia-badges-badge:hover {
  transform: translateY(-5px);
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container {
  max-width: 300px;
  max-width: min(80vw, 300px);
  margin: auto;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container {
    max-width: min(29vw, 300px);
  }
}
@media (min-width: 992px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container {
    max-width: min(30vw, 300px);
  }
}
@media (min-width: 1200px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container {
    max-width: 300px;
  }
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container .fascia-badges-badge-container-inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-container .fascia-badges-badge-container-inner-content {
  border: 6px solid var(--color-2);
  border-radius: 50%;
  position: absolute;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badge:nth-child(1) .fascia-badges-badge-container {
    margin: unset;
  }
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badge:nth-child(3) .fascia-badges-badge-container {
    margin-right: 0px;
  }
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number {
  font-size: 100px;
  font-weight: 500;
  color: var(--color-1);
  margin-bottom: 0.5rem;
  line-height: 1;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  align-self: end;
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number.visible {
  opacity: 1;
  transform: translateY(0);
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number.animated {
  animation: numberPulse 0.6s ease-out;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number {
    font-size: 100px;
  }
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-label {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-label {
    font-size: 20px;
  }
}
.fascia-badges-block .fascia-badges-badge .fascia-badges-badge-label {
  color: var(--color-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  align-self: start;
}
.fascia-badges-block .fascia-badges-text {
  max-width: min(920px, 80%);
  margin: 0 auto;
}
.fascia-badges-block .fascia-badges-text .fascia-badges-title {
  line-height: normal;
  font-size: 30px;
  font-weight: 300;
  color: #0a3772;
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-text .fascia-badges-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .fascia-badges-block .fascia-badges-text .fascia-badges-title {
    margin-bottom: 40px;
    font-size: 50px;
  }
}
.fascia-badges-block .fascia-badges-text .fascia-badges-description * {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .fascia-badges-block .fascia-badges-text .fascia-badges-description * {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .fascia-badges-block .fascia-badges-text .fascia-badges-description * {
    font-size: 18px;
    line-height: 28px;
  }
}
.fascia-badges-block .fascia-badges-text .fascia-badges-description a {
  color: #000000;
  text-decoration: none;
}
.fascia-badges-block .fascia-badges-text .fascia-badges-description p {
  margin-bottom: 1rem;
}
.fascia-badges-block .fascia-badges-text .fascia-badges-description p:last-child {
  margin-bottom: 0;
}
.fascia-badges-block.animate-in .fascia-badges-text {
  animation: slideInLeft 0.8s ease-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-badges-block .fascia-badges-badges {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-number {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .fascia-badges-block .fascia-badges-badge .fascia-badges-badge-label {
    font-size: 0.6rem;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes numberPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Blocco Fascia Sezione
 * ====================
 */
.fascia-sezione-block {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
}
.fascia-sezione-block:first-child {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .fascia-sezione-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .fascia-sezione-block:first-child {
    padding-top: 180px;
  }
}
.fascia-sezione-block .fascia-sezione-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.fascia-sezione-block .fascia-sezione-background .fascia-sezione-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  filter: grayscale(100%);
  opacity: 0.1;
}
.fascia-sezione-block .fascia-sezione-background .fascia-sezione-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--fascia-bg-color);
}
.fascia-sezione-block .container {
  position: relative;
  z-index: 2;
}
.fascia-sezione-block .fascia-sezione-content {
  align-items: flex-start;
  min-height: 400px;
  display: grid;
  grid-template-columns: min(280px, 30%) 1fr;
  grid-template-areas: "fascia-sezione-links fascia-sezione-main";
  gap: 100px;
}
@media (max-width: 767.98px) {
  .fascia-sezione-block .fascia-sezione-content {
    gap: 50px;
    grid-template-columns: 1fr;
    grid-template-areas: "fascia-sezione-main" "fascia-sezione-links";
  }
}
.fascia-sezione-block .fascia-sezione-main {
  grid-area: fascia-sezione-main;
  color: #fff;
}
.fascia-sezione-block .fascia-sezione-main .fascia-sezione-title {
  margin: 0px;
  margin-bottom: 30px;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 768px) {
  .fascia-sezione-block .fascia-sezione-main .fascia-sezione-title {
    font-size: 32px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .fascia-sezione-block .fascia-sezione-main .fascia-sezione-title {
    font-size: 50px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .fascia-sezione-block .fascia-sezione-main .fascia-sezione-title {
    font-size: 60px;
    line-height: 46px;
  }
}
.fascia-sezione-block .fascia-sezione-main .fascia-sezione-text {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
@media (min-width: 768px) {
  .fascia-sezione-block .fascia-sezione-main .fascia-sezione-text {
    font-size: 14px;
    line-height: 26px;
  }
}
.fascia-sezione-block .fascia-sezione-main .fascia-sezione-text p {
  margin-bottom: 1rem;
}
.fascia-sezione-block .fascia-sezione-main .fascia-sezione-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fascia-sezione-block .fascia-sezione-main .fascia-sezione-text {
    font-size: 1rem;
  }
}
.fascia-sezione-block .fascia-sezione-links {
  padding-top: 90px;
}
@media (max-width: 767.98px) {
  .fascia-sezione-block .fascia-sezione-links {
    padding-top: 0px;
  }
}
.fascia-sezione-block .fascia-sezione-links {
  grid-area: fascia-sezione-links;
  display: grid;
  gap: 0px;
}
.fascia-sezione-block .fascia-sezione-links .fascia-sezione-link {
  padding: 16px 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  display: grid;
  grid-template-columns: 20px auto 30px;
  gap: 5px;
  align-items: center;
  line-height: 20px;
}
.fascia-sezione-block .fascia-sezione-links .fascia-sezione-link::before {
  content: "x";
  font-size: 10px;
  text-align: center;
  color: #e8f571;
}
.fascia-sezione-block .fascia-sezione-links .fascia-sezione-link:hover {
  color: #e8f571;
}
.fascia-sezione-block .fascia-sezione-links .fascia-sezione-link:hover::after {
  content: "〉";
  font-weight: bold;
  font-size: 18px;
}
.fascia-sezione-block .fascia-sezione-links .fascia-sezione-link:nth-child(1) {
  border-top: 1px solid #ffffff;
}
.fascia-sezione-block.links-destra .fascia-sezione-content {
  grid-template-columns: 1fr min(300px, 30%);
  grid-template-areas: "fascia-sezione-main fascia-sezione-links";
}
@media (max-width: 767.98px) {
  .fascia-sezione-block.links-destra .fascia-sezione-content {
    grid-template-columns: 1fr;
    grid-template-areas: "fascia-sezione-main" "fascia-sezione-links";
  }
}
@media (max-width: 768px) {
  .fascia-sezione-block .fascia-sezione-content {
    min-height: auto;
  }
}

.sidebar .fascia-sezione-block {
  margin-left: 0px;
  margin-right: 0px;
}

.fascia-carosello-block {
  padding: 80px 0;
  position: relative;
}
.fascia-carosello-block .fascia-carosello-content {
  margin: 0 auto;
}
.fascia-carosello-block .fascia-carosello-header {
  text-align: center;
  margin-bottom: 40px;
}
.fascia-carosello-block h2.fascia-carosello-title {
  font-size: 48px;
  font-weight: normal;
  color: #333333;
  margin: 0;
  border: none;
}
@media (max-width: 768px) {
  .fascia-carosello-block h2.fascia-carosello-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .fascia-carosello-block h2.fascia-carosello-title {
    font-size: 28px;
  }
}
.fascia-carosello-block .fascia-carosello-wrapper {
  position: relative;
}
.fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider {
  margin: auto;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider {
    width: calc(100% - 160px);
  }
}
@media (min-width: 992px) {
  .fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider {
    width: calc(100% - 200px);
  }
}
.fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider .fascia-carosello-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider .fascia-carosello-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: none;
}
.fascia-carosello-block .fascia-carosello-wrapper .fascia-carosello-slider .fascia-carosello-image:hover {
  transform: scale(1.02);
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (min-width: 768px) {
  .fascia-carosello-block .fascia-carosello-wrapper .owl-nav {
    left: -80px;
    right: -80px;
  }
}
@media (min-width: 992px) {
  .fascia-carosello-block .fascia-carosello-wrapper .owl-nav {
    left: -100px;
    right: -100px;
  }
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav button {
  pointer-events: all;
  background: #cccccc;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: normal;
  transition: all 0.3s ease;
  margin: 0 20px;
  position: relative;
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav button:hover {
  background: #94c23d !important;
  color: white !important;
  transform: scale(1.1);
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav button.owl-prev {
  margin-left: 0px;
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-nav button.owl-next {
  margin-right: 0px;
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(0, 124, 186, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-dots .owl-dot.active {
  background: #007cba;
  transform: scale(1.2);
}
.fascia-carosello-block .fascia-carosello-wrapper .owl-dots .owl-dot:hover {
  background: rgba(0, 124, 186, 0.7);
}
@media (max-width: 768px) {
  .fascia-carosello-block {
    padding: 40px 0;
  }
  .fascia-carosello-block .fascia-carosello-content {
    padding: 0 20px;
  }
  .fascia-carosello-block .fascia-carosello-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .fascia-carosello-block {
    padding: 30px 0;
  }
  .fascia-carosello-block .fascia-carosello-wrapper .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 10px;
  }
  .fascia-carosello-block .fascia-carosello-wrapper .owl-dots {
    margin-top: 20px;
  }
  .fascia-carosello-block .fascia-carosello-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}

body .fascia-cta-block {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
  --box-width: calc(50vw - var(--side-padding));
}
body .fascia-cta-block:first-child {
  padding-top: 120px;
}
@media (min-width: 992px) {
  body .fascia-cta-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  body .fascia-cta-block:first-child {
    padding-top: 180px;
  }
}
body .fascia-cta-block .fascia-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
body .fascia-cta-block .fascia-cta-background .fascia-cta-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
body .fascia-cta-block .container {
  position: relative;
  z-index: 2;
}
body .fascia-cta-block .fascia-cta-content {
  display: flex;
  width: 100%;
  padding: 50px;
}
body .fascia-cta-block .fascia-cta-box {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 0px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body .fascia-cta-block .fascia-cta-box {
    width: var(--box-width);
  }
}
body .fascia-cta-block .fascia-cta-box {
  word-wrap: break-word; /* Compatibilità vecchio stile */
  overflow-wrap: break-word;
}
body .fascia-cta-block .fascia-cta-text {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
body .fascia-cta-block .fascia-cta-text span[style*=font-size],
body .fascia-cta-block .fascia-cta-text span[style*=color] {
  display: inline;
}
body .fascia-cta-block .fascia-cta-text h1,
body .fascia-cta-block .fascia-cta-text h2,
body .fascia-cta-block .fascia-cta-text h3,
body .fascia-cta-block .fascia-cta-text h4,
body .fascia-cta-block .fascia-cta-text h5,
body .fascia-cta-block .fascia-cta-text h6 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.2;
  border: none;
}
body .fascia-cta-block .fascia-cta-text p {
  margin-bottom: 12px;
}
body .fascia-cta-block .fascia-cta-text p:last-child {
  margin-bottom: 0;
}
body .fascia-cta-block .fascia-cta-button .btn, body .fascia-cta-block .fascia-cta-button .read-more-link, body .fascia-cta-block .fascia-cta-button .topbar-search-form .topbar-search-submit, .topbar-search-form body .fascia-cta-block .fascia-cta-button .topbar-search-submit, body .fascia-cta-block .fascia-cta-button .search-form .search-submit, .search-form body .fascia-cta-block .fascia-cta-button .search-submit, body .fascia-cta-block .fascia-cta-button .comment-form .form-submit .submit, .comment-form .form-submit body .fascia-cta-block .fascia-cta-button .submit, body .fascia-cta-block .fascia-cta-button .wpcf7-form input[type=submit], .wpcf7-form body .fascia-cta-block .fascia-cta-button input[type=submit] {
  display: inline-block;
  padding: 14px 32px;
  background-color: #94c23c;
  border-color: #94c23c;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
body .fascia-cta-block .fascia-cta-button .btn:hover, body .fascia-cta-block .fascia-cta-button .read-more-link:hover, body .fascia-cta-block .fascia-cta-button .topbar-search-form .topbar-search-submit:hover, .topbar-search-form body .fascia-cta-block .fascia-cta-button .topbar-search-submit:hover, body .fascia-cta-block .fascia-cta-button .search-form .search-submit:hover, .search-form body .fascia-cta-block .fascia-cta-button .search-submit:hover, body .fascia-cta-block .fascia-cta-button .comment-form .form-submit .submit:hover, .comment-form .form-submit body .fascia-cta-block .fascia-cta-button .submit:hover, body .fascia-cta-block .fascia-cta-button .wpcf7-form input[type=submit]:hover, .wpcf7-form body .fascia-cta-block .fascia-cta-button input[type=submit]:hover {
  background-color: #a8da4b;
  transform: translateY(-2px);
}
body .fascia-cta-block .fascia-cta-button .btn:active, body .fascia-cta-block .fascia-cta-button .read-more-link:active, body .fascia-cta-block .fascia-cta-button .topbar-search-form .topbar-search-submit:active, .topbar-search-form body .fascia-cta-block .fascia-cta-button .topbar-search-submit:active, body .fascia-cta-block .fascia-cta-button .search-form .search-submit:active, .search-form body .fascia-cta-block .fascia-cta-button .search-submit:active, body .fascia-cta-block .fascia-cta-button .comment-form .form-submit .submit:active, .comment-form .form-submit body .fascia-cta-block .fascia-cta-button .submit:active, body .fascia-cta-block .fascia-cta-button .wpcf7-form input[type=submit]:active, .wpcf7-form body .fascia-cta-block .fascia-cta-button input[type=submit]:active {
  transform: translateY(0);
}
body .fascia-cta-block.box-left .fascia-cta-content {
  justify-content: flex-start;
}
body .fascia-cta-block.box-right .fascia-cta-content {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  body .fascia-cta-block {
    min-height: 400px;
    padding: 60px 0;
  }
  body .fascia-cta-block .fascia-cta-box {
    padding: 30px;
    max-width: 100%;
  }
  body .fascia-cta-block .fascia-cta-text {
    font-size: 14px;
  }
  body .fascia-cta-block .fascia-cta-button .btn, body .fascia-cta-block .fascia-cta-button .read-more-link, body .fascia-cta-block .fascia-cta-button .topbar-search-form .topbar-search-submit, .topbar-search-form body .fascia-cta-block .fascia-cta-button .topbar-search-submit, body .fascia-cta-block .fascia-cta-button .search-form .search-submit, .search-form body .fascia-cta-block .fascia-cta-button .search-submit, body .fascia-cta-block .fascia-cta-button .comment-form .form-submit .submit, .comment-form .form-submit body .fascia-cta-block .fascia-cta-button .submit, body .fascia-cta-block .fascia-cta-button .wpcf7-form input[type=submit], .wpcf7-form body .fascia-cta-block .fascia-cta-button input[type=submit] {
    padding: 12px 24px;
    font-size: 14px;
  }
  body .fascia-cta-block.box-left .fascia-cta-content, body .fascia-cta-block.box-right .fascia-cta-content {
    justify-content: center;
  }
}

.fascia-cta-editor-preview .container {
  max-width: 100%;
}

.fascia-testo-block {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: calc(var(--side-padding));
  padding-right: calc(var(--side-padding));
  --box-width: calc(50vw - var(--side-padding));
}
.fascia-testo-block:first-child {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .fascia-testo-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fascia-testo-block:first-child {
    padding-top: 90px;
  }
}
.fascia-testo-block .fascia-testo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.fascia-testo-block .fascia-testo-background .fascia-testo-background-image {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.fascia-testo-block .fascia-testo-background .fascia-testo-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--fascia-bg-color);
}
.fascia-testo-block .container {
  position: relative;
  z-index: 2;
}
.fascia-testo-block .fascia-testo-content {
  max-width: 900px;
  margin: 0 auto;
}
.fascia-testo-block .fascia-testo-text {
  padding: 40px;
  font-size: 16px;
  line-height: normal;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}
.fascia-testo-block .fascia-testo-text span[style*=font-size],
.fascia-testo-block .fascia-testo-text span[style*=color] {
  display: inline;
}
.fascia-testo-block .fascia-testo-text h1,
.fascia-testo-block .fascia-testo-text h2,
.fascia-testo-block .fascia-testo-text h3,
.fascia-testo-block .fascia-testo-text h4,
.fascia-testo-block .fascia-testo-text h5,
.fascia-testo-block .fascia-testo-text h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}
.fascia-testo-block .fascia-testo-text h1:not(:first-child),
.fascia-testo-block .fascia-testo-text h2:not(:first-child),
.fascia-testo-block .fascia-testo-text h3:not(:first-child),
.fascia-testo-block .fascia-testo-text h4:not(:first-child),
.fascia-testo-block .fascia-testo-text h5:not(:first-child),
.fascia-testo-block .fascia-testo-text h6:not(:first-child) {
  margin-top: 32px;
}
.fascia-testo-block .fascia-testo-text h1 {
  font-size: 36px;
}
.fascia-testo-block .fascia-testo-text h2 {
  font-size: 32px;
}
.fascia-testo-block .fascia-testo-text h3 {
  font-size: 28px;
}
.fascia-testo-block .fascia-testo-text h4 {
  font-size: 24px;
}
.fascia-testo-block .fascia-testo-text h5 {
  font-size: 20px;
}
.fascia-testo-block .fascia-testo-text h6 {
  font-size: 18px;
}
.fascia-testo-block .fascia-testo-text p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.fascia-testo-block .fascia-testo-text p:last-child {
  margin-bottom: 0;
}
.fascia-testo-block .fascia-testo-text ul,
.fascia-testo-block .fascia-testo-text ol {
  margin-bottom: 16px;
  padding-left: 30px;
}
.fascia-testo-block .fascia-testo-text ul li,
.fascia-testo-block .fascia-testo-text ol li {
  margin-bottom: 8px;
}
.fascia-testo-block .fascia-testo-text a {
  color: #007cba;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.fascia-testo-block .fascia-testo-text a:hover {
  color: #005a87;
}
.fascia-testo-block .fascia-testo-text blockquote {
  border-left: 4px solid #007cba;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666;
}
.fascia-testo-block .fascia-testo-text strong {
  font-weight: 700;
}
.fascia-testo-block .fascia-testo-text em {
  font-style: italic;
}
.fascia-testo-block .fascia-testo-text img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}
.fascia-testo-block .fascia-testo-text .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.fascia-testo-block .fascia-testo-text .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.fascia-testo-block .fascia-testo-text .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .fascia-testo-block {
    min-height: 200px;
    padding: 60px 0;
  }
  .fascia-testo-block .fascia-testo-text {
    padding: 30px 20px;
  }
  .fascia-testo-block .fascia-testo-text h1 {
    font-size: 28px;
  }
  .fascia-testo-block .fascia-testo-text h2 {
    font-size: 24px;
  }
  .fascia-testo-block .fascia-testo-text h3 {
    font-size: 20px;
  }
  .fascia-testo-block .fascia-testo-text h4 {
    font-size: 18px;
  }
  .fascia-testo-block .fascia-testo-text h5,
  .fascia-testo-block .fascia-testo-text h6 {
    font-size: 16px;
  }
  .fascia-testo-block .fascia-testo-text {
    font-size: 14px;
  }
}

.fascia-testo-editor-preview .container {
  max-width: 100%;
}

body .fascia-cards-block {
  padding: 50px 0;
  padding: 60px 0;
  padding: 80px 0;
}
body .fascia-cards-block .container {
  margin: 0 auto;
}
body .fascia-cards-block .fascia-cards-header {
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-cards-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-cards-header {
    margin-bottom: 60px;
  }
}
body .fascia-cards-block h2.fascia-cards-title {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0084bc;
  line-height: 1.2;
  border: none;
  padding: 0px;
}
@media (min-width: 768px) {
  body .fascia-cards-block h2.fascia-cards-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block h2.fascia-cards-title {
    font-size: 60px;
  }
}
body .fascia-cards-block .fascia-cards-abstract {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-cards-abstract {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-cards-abstract {
    font-size: 18px;
  }
}
body .fascia-cards-block .fascia-cards-abstract:after {
  content: "";
  display: block;
  width: 54px;
  height: 45px;
  background-image: url("../images/freccia-giu.png");
  margin: 20px auto 0 auto;
}
body .fascia-cards-block .fascia-cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
body .fascia-cards-block .fascia-card {
  background: #fff;
  padding: 0px;
  border-radius: 12px;
  border: 1px solid #cccccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 380px;
  flex: 0 0 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-card {
    flex: 0 0 calc(50% - 14px);
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-card {
    flex: 0 0 calc(25% - 30px);
  }
}
body .fascia-cards-block .fascia-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-cards-grid-1 .fascia-card {
    flex: 0 0 calc(50% - 14px);
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-cards-grid-1 .fascia-card {
    flex: 0 0 calc(25% - 30px);
  }
  body .fascia-cards-block .fascia-cards-grid-1 .fascia-card:nth-last-child(2) {
    margin-left: calc(12.5% + 10.5px);
  }
  body .fascia-cards-block .fascia-cards-grid-1 .fascia-card:nth-last-child(1) {
    margin-right: calc(12.5% + 10.5px);
  }
}
body .fascia-cards-block .fascia-card-icon {
  margin-top: 26px;
  margin-bottom: 26px;
  text-align: center;
  height: 60px;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-card-icon {
    height: 80px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-card-icon {
    height: 100px;
  }
}
body .fascia-cards-block .fascia-card-icon img {
  border-radius: 0px;
  box-shadow: none;
  max-width: 60px;
  height: 60px;
  margin: 0px;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-card-icon img {
    max-width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-card-icon img {
    max-width: 100px;
    height: 100px;
  }
}
body .fascia-cards-block h3.fascia-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0084bc;
  margin: 0px auto;
  max-width: 90%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body .fascia-cards-block h3.fascia-card-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block h3.fascia-card-title {
    font-size: 24px;
  }
}
body .fascia-cards-block .fascia-card-text {
  font-size: 12px;
  text-align: center;
  color: #252528;
  line-height: 1.2;
  flex-grow: 1;
  margin: 0px auto;
  max-width: 90%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body .fascia-cards-block .fascia-card-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-card-text {
    font-size: 16px;
  }
}
body .fascia-cards-block .fascia-card-button {
  margin-top: auto;
}
body .fascia-cards-block .fascia-card-button .btn, body .fascia-cards-block .fascia-card-button .read-more-link, body .fascia-cards-block .fascia-card-button .topbar-search-form .topbar-search-submit, .topbar-search-form body .fascia-cards-block .fascia-card-button .topbar-search-submit, body .fascia-cards-block .fascia-card-button .search-form .search-submit, .search-form body .fascia-cards-block .fascia-card-button .search-submit, body .fascia-cards-block .fascia-card-button .comment-form .form-submit .submit, .comment-form .form-submit body .fascia-cards-block .fascia-card-button .submit, body .fascia-cards-block .fascia-card-button .wpcf7-form input[type=submit], .wpcf7-form body .fascia-cards-block .fascia-card-button input[type=submit] {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  background-color: #94c23c;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}
body .fascia-cards-block .fascia-card-button .btn:hover, body .fascia-cards-block .fascia-card-button .read-more-link:hover, body .fascia-cards-block .fascia-card-button .topbar-search-form .topbar-search-submit:hover, .topbar-search-form body .fascia-cards-block .fascia-card-button .topbar-search-submit:hover, body .fascia-cards-block .fascia-card-button .search-form .search-submit:hover, .search-form body .fascia-cards-block .fascia-card-button .search-submit:hover, body .fascia-cards-block .fascia-card-button .comment-form .form-submit .submit:hover, .comment-form .form-submit body .fascia-cards-block .fascia-card-button .submit:hover, body .fascia-cards-block .fascia-card-button .wpcf7-form input[type=submit]:hover, .wpcf7-form body .fascia-cards-block .fascia-card-button input[type=submit]:hover {
  background-color: #94c23c;
  filter: brightness(0.85);
}
body .fascia-cards-block .fascia-card-button .btn:active, body .fascia-cards-block .fascia-card-button .read-more-link:active, body .fascia-cards-block .fascia-card-button .topbar-search-form .topbar-search-submit:active, .topbar-search-form body .fascia-cards-block .fascia-card-button .topbar-search-submit:active, body .fascia-cards-block .fascia-card-button .search-form .search-submit:active, .search-form body .fascia-cards-block .fascia-card-button .search-submit:active, body .fascia-cards-block .fascia-card-button .comment-form .form-submit .submit:active, .comment-form .form-submit body .fascia-cards-block .fascia-card-button .submit:active, body .fascia-cards-block .fascia-card-button .wpcf7-form input[type=submit]:active, .wpcf7-form body .fascia-cards-block .fascia-card-button input[type=submit]:active {
  transform: scale(1);
}
@media (min-width: 992px) {
  body .fascia-cards-block .fascia-card-button .btn, body .fascia-cards-block .fascia-card-button .read-more-link, body .fascia-cards-block .fascia-card-button .topbar-search-form .topbar-search-submit, .topbar-search-form body .fascia-cards-block .fascia-card-button .topbar-search-submit, body .fascia-cards-block .fascia-card-button .search-form .search-submit, .search-form body .fascia-cards-block .fascia-card-button .search-submit, body .fascia-cards-block .fascia-card-button .comment-form .form-submit .submit, .comment-form .form-submit body .fascia-cards-block .fascia-card-button .submit, body .fascia-cards-block .fascia-card-button .wpcf7-form input[type=submit], .wpcf7-form body .fascia-cards-block .fascia-card-button input[type=submit] {
    padding: 12px 24px;
  }
}
body .fascia-cards-block .fascia-card-button .btn, body .fascia-cards-block .fascia-card-button .read-more-link, body .fascia-cards-block .fascia-card-button .topbar-search-form .topbar-search-submit, .topbar-search-form body .fascia-cards-block .fascia-card-button .topbar-search-submit, body .fascia-cards-block .fascia-card-button .search-form .search-submit, .search-form body .fascia-cards-block .fascia-card-button .search-submit, body .fascia-cards-block .fascia-card-button .comment-form .form-submit .submit, .comment-form .form-submit body .fascia-cards-block .fascia-card-button .submit, body .fascia-cards-block .fascia-card-button .wpcf7-form input[type=submit], .wpcf7-form body .fascia-cards-block .fascia-card-button input[type=submit] {
  width: 100%;
  padding: 10px 20px;
}
@media (max-width: 991.98px) {
  body .fascia-cards-block {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  body .fascia-cards-block {
    padding: 50px 0;
  }
}

.fascia-cards-editor .container {
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
