/*!
Theme Name: Asiago Food
Author: Luca Mattiuzzo
Author URI: http://stanza27.com/
Version: 1.0
Text Domain: af
*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bootstrap overrides
--------------------------------------------------------------*/
/* Extend bootstrap order classes to 10 */
/*
$utilities: map-merge(
	$utilities,
	(
		"order": map-merge(
			map-get($utilities, "order"),
			(
				values: map-merge(
					map-get(map-get($utilities, "order"), "values"),
					(
						6: 6,
						7: 7,
						8: 8,
						9: 9,
						last: 10,
					),
				),
			),
		),
	)
);

*/
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 10px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 10px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 20px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 20px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 10px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 10px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 20px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 20px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 10px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 20px;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 20px;
  }
}
a.cta-default, input.cta-default {
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.5px;
  padding: 0.7rem 1rem;
  border: none;
  background-color: #AC6E44;
  color: #fff;
  max-width: 200px;
  display: inline-block;
  margin: 0px auto;
  transition: 0.3s ease background-color;
  will-change: background-color;
}
a.cta-default:hover, input.cta-default:hover {
  background-color: #763f1a;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !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;
}

.flex-fill {
  flex: 1 1 auto !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-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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-content-start {
  align-content: flex-start !important;
}

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

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

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

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

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

.align-self-auto {
  align-self: auto !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-last {
  order: 10 !important;
}

.m-d {
  margin: 10px !important;
}

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

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

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

.mx-d {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

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

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-6 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-7 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-9 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-10 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

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

.my-d {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

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

.mt-d {
  margin-top: 10px !important;
}

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

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

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

.me-d {
  margin-right: 10px !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 10px !important;
}

.me-2 {
  margin-right: 20px !important;
}

.me-3 {
  margin-right: 30px !important;
}

.me-4 {
  margin-right: 40px !important;
}

.me-5 {
  margin-right: 50px !important;
}

.me-6 {
  margin-right: 60px !important;
}

.me-7 {
  margin-right: 70px !important;
}

.me-8 {
  margin-right: 80px !important;
}

.me-9 {
  margin-right: 90px !important;
}

.me-10 {
  margin-right: 100px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-d {
  margin-bottom: 10px !important;
}

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

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

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

.ms-d {
  margin-left: 10px !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 10px !important;
}

.ms-2 {
  margin-left: 20px !important;
}

.ms-3 {
  margin-left: 30px !important;
}

.ms-4 {
  margin-left: 40px !important;
}

.ms-5 {
  margin-left: 50px !important;
}

.ms-6 {
  margin-left: 60px !important;
}

.ms-7 {
  margin-left: 70px !important;
}

.ms-8 {
  margin-left: 80px !important;
}

.ms-9 {
  margin-left: 90px !important;
}

.ms-10 {
  margin-left: 100px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-nd {
  margin: -10px !important;
}

.m-n1 {
  margin: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mx-nd {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n1 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n2 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n3 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n4 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n5 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.mx-n6 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.mx-n7 {
  margin-right: -70px !important;
  margin-left: -70px !important;
}

.mx-n8 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.mx-n9 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}

.mx-n10 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.my-nd {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n2 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n4 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.my-n6 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-n7 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.my-n8 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-n9 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.my-n10 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.mt-nd {
  margin-top: -10px !important;
}

.mt-n1 {
  margin-top: -10px !important;
}

.mt-n2 {
  margin-top: -20px !important;
}

.mt-n3 {
  margin-top: -30px !important;
}

.mt-n4 {
  margin-top: -40px !important;
}

.mt-n5 {
  margin-top: -50px !important;
}

.mt-n6 {
  margin-top: -60px !important;
}

.mt-n7 {
  margin-top: -70px !important;
}

.mt-n8 {
  margin-top: -80px !important;
}

.mt-n9 {
  margin-top: -90px !important;
}

.mt-n10 {
  margin-top: -100px !important;
}

.me-nd {
  margin-right: -10px !important;
}

.me-n1 {
  margin-right: -10px !important;
}

.me-n2 {
  margin-right: -20px !important;
}

.me-n3 {
  margin-right: -30px !important;
}

.me-n4 {
  margin-right: -40px !important;
}

.me-n5 {
  margin-right: -50px !important;
}

.me-n6 {
  margin-right: -60px !important;
}

.me-n7 {
  margin-right: -70px !important;
}

.me-n8 {
  margin-right: -80px !important;
}

.me-n9 {
  margin-right: -90px !important;
}

.me-n10 {
  margin-right: -100px !important;
}

.mb-nd {
  margin-bottom: -10px !important;
}

.mb-n1 {
  margin-bottom: -10px !important;
}

.mb-n2 {
  margin-bottom: -20px !important;
}

.mb-n3 {
  margin-bottom: -30px !important;
}

.mb-n4 {
  margin-bottom: -40px !important;
}

.mb-n5 {
  margin-bottom: -50px !important;
}

.mb-n6 {
  margin-bottom: -60px !important;
}

.mb-n7 {
  margin-bottom: -70px !important;
}

.mb-n8 {
  margin-bottom: -80px !important;
}

.mb-n9 {
  margin-bottom: -90px !important;
}

.mb-n10 {
  margin-bottom: -100px !important;
}

.ms-nd {
  margin-left: -10px !important;
}

.ms-n1 {
  margin-left: -10px !important;
}

.ms-n2 {
  margin-left: -20px !important;
}

.ms-n3 {
  margin-left: -30px !important;
}

.ms-n4 {
  margin-left: -40px !important;
}

.ms-n5 {
  margin-left: -50px !important;
}

.ms-n6 {
  margin-left: -60px !important;
}

.ms-n7 {
  margin-left: -70px !important;
}

.ms-n8 {
  margin-left: -80px !important;
}

.ms-n9 {
  margin-left: -90px !important;
}

.ms-n10 {
  margin-left: -100px !important;
}

.p-d {
  padding: 10px !important;
}

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

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.px-d {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

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

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-6 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-7 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-9 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-10 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-d {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-d {
  padding-top: 10px !important;
}

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

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pe-d {
  padding-right: 10px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 10px !important;
}

.pe-2 {
  padding-right: 20px !important;
}

.pe-3 {
  padding-right: 30px !important;
}

.pe-4 {
  padding-right: 40px !important;
}

.pe-5 {
  padding-right: 50px !important;
}

.pe-6 {
  padding-right: 60px !important;
}

.pe-7 {
  padding-right: 70px !important;
}

.pe-8 {
  padding-right: 80px !important;
}

.pe-9 {
  padding-right: 90px !important;
}

.pe-10 {
  padding-right: 100px !important;
}

.pb-d {
  padding-bottom: 10px !important;
}

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

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ps-d {
  padding-left: 10px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 10px !important;
}

.ps-2 {
  padding-left: 20px !important;
}

.ps-3 {
  padding-left: 30px !important;
}

.ps-4 {
  padding-left: 40px !important;
}

.ps-5 {
  padding-left: 50px !important;
}

.ps-6 {
  padding-left: 60px !important;
}

.ps-7 {
  padding-left: 70px !important;
}

.ps-8 {
  padding-left: 80px !important;
}

.ps-9 {
  padding-left: 90px !important;
}

.ps-10 {
  padding-left: 100px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-last {
    order: 10 !important;
  }
  .m-sm-d {
    margin: 10px !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-d {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-sm-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-d {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-d {
    margin-top: 10px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mt-sm-4 {
    margin-top: 40px !important;
  }
  .mt-sm-5 {
    margin-top: 50px !important;
  }
  .mt-sm-6 {
    margin-top: 60px !important;
  }
  .mt-sm-7 {
    margin-top: 70px !important;
  }
  .mt-sm-8 {
    margin-top: 80px !important;
  }
  .mt-sm-9 {
    margin-top: 90px !important;
  }
  .mt-sm-10 {
    margin-top: 100px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-d {
    margin-right: 10px !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 10px !important;
  }
  .me-sm-2 {
    margin-right: 20px !important;
  }
  .me-sm-3 {
    margin-right: 30px !important;
  }
  .me-sm-4 {
    margin-right: 40px !important;
  }
  .me-sm-5 {
    margin-right: 50px !important;
  }
  .me-sm-6 {
    margin-right: 60px !important;
  }
  .me-sm-7 {
    margin-right: 70px !important;
  }
  .me-sm-8 {
    margin-right: 80px !important;
  }
  .me-sm-9 {
    margin-right: 90px !important;
  }
  .me-sm-10 {
    margin-right: 100px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-d {
    margin-bottom: 10px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  .mb-sm-6 {
    margin-bottom: 60px !important;
  }
  .mb-sm-7 {
    margin-bottom: 70px !important;
  }
  .mb-sm-8 {
    margin-bottom: 80px !important;
  }
  .mb-sm-9 {
    margin-bottom: 90px !important;
  }
  .mb-sm-10 {
    margin-bottom: 100px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-d {
    margin-left: 10px !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 10px !important;
  }
  .ms-sm-2 {
    margin-left: 20px !important;
  }
  .ms-sm-3 {
    margin-left: 30px !important;
  }
  .ms-sm-4 {
    margin-left: 40px !important;
  }
  .ms-sm-5 {
    margin-left: 50px !important;
  }
  .ms-sm-6 {
    margin-left: 60px !important;
  }
  .ms-sm-7 {
    margin-left: 70px !important;
  }
  .ms-sm-8 {
    margin-left: 80px !important;
  }
  .ms-sm-9 {
    margin-left: 90px !important;
  }
  .ms-sm-10 {
    margin-left: 100px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-nd {
    margin: -10px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mx-sm-nd {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-sm-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-sm-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-sm-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .my-sm-nd {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-sm-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-sm-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-sm-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mt-sm-nd {
    margin-top: -10px !important;
  }
  .mt-sm-n1 {
    margin-top: -10px !important;
  }
  .mt-sm-n2 {
    margin-top: -20px !important;
  }
  .mt-sm-n3 {
    margin-top: -30px !important;
  }
  .mt-sm-n4 {
    margin-top: -40px !important;
  }
  .mt-sm-n5 {
    margin-top: -50px !important;
  }
  .mt-sm-n6 {
    margin-top: -60px !important;
  }
  .mt-sm-n7 {
    margin-top: -70px !important;
  }
  .mt-sm-n8 {
    margin-top: -80px !important;
  }
  .mt-sm-n9 {
    margin-top: -90px !important;
  }
  .mt-sm-n10 {
    margin-top: -100px !important;
  }
  .me-sm-nd {
    margin-right: -10px !important;
  }
  .me-sm-n1 {
    margin-right: -10px !important;
  }
  .me-sm-n2 {
    margin-right: -20px !important;
  }
  .me-sm-n3 {
    margin-right: -30px !important;
  }
  .me-sm-n4 {
    margin-right: -40px !important;
  }
  .me-sm-n5 {
    margin-right: -50px !important;
  }
  .me-sm-n6 {
    margin-right: -60px !important;
  }
  .me-sm-n7 {
    margin-right: -70px !important;
  }
  .me-sm-n8 {
    margin-right: -80px !important;
  }
  .me-sm-n9 {
    margin-right: -90px !important;
  }
  .me-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-nd {
    margin-bottom: -10px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -50px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -70px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -80px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -90px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ms-sm-nd {
    margin-left: -10px !important;
  }
  .ms-sm-n1 {
    margin-left: -10px !important;
  }
  .ms-sm-n2 {
    margin-left: -20px !important;
  }
  .ms-sm-n3 {
    margin-left: -30px !important;
  }
  .ms-sm-n4 {
    margin-left: -40px !important;
  }
  .ms-sm-n5 {
    margin-left: -50px !important;
  }
  .ms-sm-n6 {
    margin-left: -60px !important;
  }
  .ms-sm-n7 {
    margin-left: -70px !important;
  }
  .ms-sm-n8 {
    margin-left: -80px !important;
  }
  .ms-sm-n9 {
    margin-left: -90px !important;
  }
  .ms-sm-n10 {
    margin-left: -100px !important;
  }
  .p-sm-d {
    padding: 10px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .px-sm-d {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-sm-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sm-d {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-sm-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-sm-d {
    padding-top: 10px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pt-sm-4 {
    padding-top: 40px !important;
  }
  .pt-sm-5 {
    padding-top: 50px !important;
  }
  .pt-sm-6 {
    padding-top: 60px !important;
  }
  .pt-sm-7 {
    padding-top: 70px !important;
  }
  .pt-sm-8 {
    padding-top: 80px !important;
  }
  .pt-sm-9 {
    padding-top: 90px !important;
  }
  .pt-sm-10 {
    padding-top: 100px !important;
  }
  .pe-sm-d {
    padding-right: 10px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 10px !important;
  }
  .pe-sm-2 {
    padding-right: 20px !important;
  }
  .pe-sm-3 {
    padding-right: 30px !important;
  }
  .pe-sm-4 {
    padding-right: 40px !important;
  }
  .pe-sm-5 {
    padding-right: 50px !important;
  }
  .pe-sm-6 {
    padding-right: 60px !important;
  }
  .pe-sm-7 {
    padding-right: 70px !important;
  }
  .pe-sm-8 {
    padding-right: 80px !important;
  }
  .pe-sm-9 {
    padding-right: 90px !important;
  }
  .pe-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-d {
    padding-bottom: 10px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  .pb-sm-6 {
    padding-bottom: 60px !important;
  }
  .pb-sm-7 {
    padding-bottom: 70px !important;
  }
  .pb-sm-8 {
    padding-bottom: 80px !important;
  }
  .pb-sm-9 {
    padding-bottom: 90px !important;
  }
  .pb-sm-10 {
    padding-bottom: 100px !important;
  }
  .ps-sm-d {
    padding-left: 10px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 10px !important;
  }
  .ps-sm-2 {
    padding-left: 20px !important;
  }
  .ps-sm-3 {
    padding-left: 30px !important;
  }
  .ps-sm-4 {
    padding-left: 40px !important;
  }
  .ps-sm-5 {
    padding-left: 50px !important;
  }
  .ps-sm-6 {
    padding-left: 60px !important;
  }
  .ps-sm-7 {
    padding-left: 70px !important;
  }
  .ps-sm-8 {
    padding-left: 80px !important;
  }
  .ps-sm-9 {
    padding-left: 90px !important;
  }
  .ps-sm-10 {
    padding-left: 100px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-last {
    order: 10 !important;
  }
  .m-md-d {
    margin: 10px !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-d {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-md-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-d {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-d {
    margin-top: 10px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 10px !important;
  }
  .mt-md-2 {
    margin-top: 20px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mt-md-4 {
    margin-top: 40px !important;
  }
  .mt-md-5 {
    margin-top: 50px !important;
  }
  .mt-md-6 {
    margin-top: 60px !important;
  }
  .mt-md-7 {
    margin-top: 70px !important;
  }
  .mt-md-8 {
    margin-top: 80px !important;
  }
  .mt-md-9 {
    margin-top: 90px !important;
  }
  .mt-md-10 {
    margin-top: 100px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-d {
    margin-right: 10px !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 10px !important;
  }
  .me-md-2 {
    margin-right: 20px !important;
  }
  .me-md-3 {
    margin-right: 30px !important;
  }
  .me-md-4 {
    margin-right: 40px !important;
  }
  .me-md-5 {
    margin-right: 50px !important;
  }
  .me-md-6 {
    margin-right: 60px !important;
  }
  .me-md-7 {
    margin-right: 70px !important;
  }
  .me-md-8 {
    margin-right: 80px !important;
  }
  .me-md-9 {
    margin-right: 90px !important;
  }
  .me-md-10 {
    margin-right: 100px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-d {
    margin-bottom: 10px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .mb-md-6 {
    margin-bottom: 60px !important;
  }
  .mb-md-7 {
    margin-bottom: 70px !important;
  }
  .mb-md-8 {
    margin-bottom: 80px !important;
  }
  .mb-md-9 {
    margin-bottom: 90px !important;
  }
  .mb-md-10 {
    margin-bottom: 100px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-d {
    margin-left: 10px !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 10px !important;
  }
  .ms-md-2 {
    margin-left: 20px !important;
  }
  .ms-md-3 {
    margin-left: 30px !important;
  }
  .ms-md-4 {
    margin-left: 40px !important;
  }
  .ms-md-5 {
    margin-left: 50px !important;
  }
  .ms-md-6 {
    margin-left: 60px !important;
  }
  .ms-md-7 {
    margin-left: 70px !important;
  }
  .ms-md-8 {
    margin-left: 80px !important;
  }
  .ms-md-9 {
    margin-left: 90px !important;
  }
  .ms-md-10 {
    margin-left: 100px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-nd {
    margin: -10px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mx-md-nd {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-md-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-md-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-md-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .my-md-nd {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-md-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-md-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-md-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mt-md-nd {
    margin-top: -10px !important;
  }
  .mt-md-n1 {
    margin-top: -10px !important;
  }
  .mt-md-n2 {
    margin-top: -20px !important;
  }
  .mt-md-n3 {
    margin-top: -30px !important;
  }
  .mt-md-n4 {
    margin-top: -40px !important;
  }
  .mt-md-n5 {
    margin-top: -50px !important;
  }
  .mt-md-n6 {
    margin-top: -60px !important;
  }
  .mt-md-n7 {
    margin-top: -70px !important;
  }
  .mt-md-n8 {
    margin-top: -80px !important;
  }
  .mt-md-n9 {
    margin-top: -90px !important;
  }
  .mt-md-n10 {
    margin-top: -100px !important;
  }
  .me-md-nd {
    margin-right: -10px !important;
  }
  .me-md-n1 {
    margin-right: -10px !important;
  }
  .me-md-n2 {
    margin-right: -20px !important;
  }
  .me-md-n3 {
    margin-right: -30px !important;
  }
  .me-md-n4 {
    margin-right: -40px !important;
  }
  .me-md-n5 {
    margin-right: -50px !important;
  }
  .me-md-n6 {
    margin-right: -60px !important;
  }
  .me-md-n7 {
    margin-right: -70px !important;
  }
  .me-md-n8 {
    margin-right: -80px !important;
  }
  .me-md-n9 {
    margin-right: -90px !important;
  }
  .me-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-nd {
    margin-bottom: -10px !important;
  }
  .mb-md-n1 {
    margin-bottom: -10px !important;
  }
  .mb-md-n2 {
    margin-bottom: -20px !important;
  }
  .mb-md-n3 {
    margin-bottom: -30px !important;
  }
  .mb-md-n4 {
    margin-bottom: -40px !important;
  }
  .mb-md-n5 {
    margin-bottom: -50px !important;
  }
  .mb-md-n6 {
    margin-bottom: -60px !important;
  }
  .mb-md-n7 {
    margin-bottom: -70px !important;
  }
  .mb-md-n8 {
    margin-bottom: -80px !important;
  }
  .mb-md-n9 {
    margin-bottom: -90px !important;
  }
  .mb-md-n10 {
    margin-bottom: -100px !important;
  }
  .ms-md-nd {
    margin-left: -10px !important;
  }
  .ms-md-n1 {
    margin-left: -10px !important;
  }
  .ms-md-n2 {
    margin-left: -20px !important;
  }
  .ms-md-n3 {
    margin-left: -30px !important;
  }
  .ms-md-n4 {
    margin-left: -40px !important;
  }
  .ms-md-n5 {
    margin-left: -50px !important;
  }
  .ms-md-n6 {
    margin-left: -60px !important;
  }
  .ms-md-n7 {
    margin-left: -70px !important;
  }
  .ms-md-n8 {
    margin-left: -80px !important;
  }
  .ms-md-n9 {
    margin-left: -90px !important;
  }
  .ms-md-n10 {
    margin-left: -100px !important;
  }
  .p-md-d {
    padding: 10px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .px-md-d {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-md-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-md-d {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-md-d {
    padding-top: 10px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 10px !important;
  }
  .pt-md-2 {
    padding-top: 20px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pt-md-4 {
    padding-top: 40px !important;
  }
  .pt-md-5 {
    padding-top: 50px !important;
  }
  .pt-md-6 {
    padding-top: 60px !important;
  }
  .pt-md-7 {
    padding-top: 70px !important;
  }
  .pt-md-8 {
    padding-top: 80px !important;
  }
  .pt-md-9 {
    padding-top: 90px !important;
  }
  .pt-md-10 {
    padding-top: 100px !important;
  }
  .pe-md-d {
    padding-right: 10px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 10px !important;
  }
  .pe-md-2 {
    padding-right: 20px !important;
  }
  .pe-md-3 {
    padding-right: 30px !important;
  }
  .pe-md-4 {
    padding-right: 40px !important;
  }
  .pe-md-5 {
    padding-right: 50px !important;
  }
  .pe-md-6 {
    padding-right: 60px !important;
  }
  .pe-md-7 {
    padding-right: 70px !important;
  }
  .pe-md-8 {
    padding-right: 80px !important;
  }
  .pe-md-9 {
    padding-right: 90px !important;
  }
  .pe-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-d {
    padding-bottom: 10px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .pb-md-4 {
    padding-bottom: 40px !important;
  }
  .pb-md-5 {
    padding-bottom: 50px !important;
  }
  .pb-md-6 {
    padding-bottom: 60px !important;
  }
  .pb-md-7 {
    padding-bottom: 70px !important;
  }
  .pb-md-8 {
    padding-bottom: 80px !important;
  }
  .pb-md-9 {
    padding-bottom: 90px !important;
  }
  .pb-md-10 {
    padding-bottom: 100px !important;
  }
  .ps-md-d {
    padding-left: 10px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 10px !important;
  }
  .ps-md-2 {
    padding-left: 20px !important;
  }
  .ps-md-3 {
    padding-left: 30px !important;
  }
  .ps-md-4 {
    padding-left: 40px !important;
  }
  .ps-md-5 {
    padding-left: 50px !important;
  }
  .ps-md-6 {
    padding-left: 60px !important;
  }
  .ps-md-7 {
    padding-left: 70px !important;
  }
  .ps-md-8 {
    padding-left: 80px !important;
  }
  .ps-md-9 {
    padding-left: 90px !important;
  }
  .ps-md-10 {
    padding-left: 100px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-last {
    order: 10 !important;
  }
  .m-lg-d {
    margin: 10px !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-d {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-lg-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-d {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-d {
    margin-top: 10px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 10px !important;
  }
  .mt-lg-2 {
    margin-top: 20px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mt-lg-4 {
    margin-top: 40px !important;
  }
  .mt-lg-5 {
    margin-top: 50px !important;
  }
  .mt-lg-6 {
    margin-top: 60px !important;
  }
  .mt-lg-7 {
    margin-top: 70px !important;
  }
  .mt-lg-8 {
    margin-top: 80px !important;
  }
  .mt-lg-9 {
    margin-top: 90px !important;
  }
  .mt-lg-10 {
    margin-top: 100px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-d {
    margin-right: 10px !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 10px !important;
  }
  .me-lg-2 {
    margin-right: 20px !important;
  }
  .me-lg-3 {
    margin-right: 30px !important;
  }
  .me-lg-4 {
    margin-right: 40px !important;
  }
  .me-lg-5 {
    margin-right: 50px !important;
  }
  .me-lg-6 {
    margin-right: 60px !important;
  }
  .me-lg-7 {
    margin-right: 70px !important;
  }
  .me-lg-8 {
    margin-right: 80px !important;
  }
  .me-lg-9 {
    margin-right: 90px !important;
  }
  .me-lg-10 {
    margin-right: 100px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-d {
    margin-bottom: 10px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  .mb-lg-6 {
    margin-bottom: 60px !important;
  }
  .mb-lg-7 {
    margin-bottom: 70px !important;
  }
  .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  .mb-lg-9 {
    margin-bottom: 90px !important;
  }
  .mb-lg-10 {
    margin-bottom: 100px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-d {
    margin-left: 10px !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 10px !important;
  }
  .ms-lg-2 {
    margin-left: 20px !important;
  }
  .ms-lg-3 {
    margin-left: 30px !important;
  }
  .ms-lg-4 {
    margin-left: 40px !important;
  }
  .ms-lg-5 {
    margin-left: 50px !important;
  }
  .ms-lg-6 {
    margin-left: 60px !important;
  }
  .ms-lg-7 {
    margin-left: 70px !important;
  }
  .ms-lg-8 {
    margin-left: 80px !important;
  }
  .ms-lg-9 {
    margin-left: 90px !important;
  }
  .ms-lg-10 {
    margin-left: 100px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-nd {
    margin: -10px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mx-lg-nd {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-lg-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-lg-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-lg-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-lg-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-lg-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .my-lg-nd {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-lg-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-lg-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-lg-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-lg-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-lg-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mt-lg-nd {
    margin-top: -10px !important;
  }
  .mt-lg-n1 {
    margin-top: -10px !important;
  }
  .mt-lg-n2 {
    margin-top: -20px !important;
  }
  .mt-lg-n3 {
    margin-top: -30px !important;
  }
  .mt-lg-n4 {
    margin-top: -40px !important;
  }
  .mt-lg-n5 {
    margin-top: -50px !important;
  }
  .mt-lg-n6 {
    margin-top: -60px !important;
  }
  .mt-lg-n7 {
    margin-top: -70px !important;
  }
  .mt-lg-n8 {
    margin-top: -80px !important;
  }
  .mt-lg-n9 {
    margin-top: -90px !important;
  }
  .mt-lg-n10 {
    margin-top: -100px !important;
  }
  .me-lg-nd {
    margin-right: -10px !important;
  }
  .me-lg-n1 {
    margin-right: -10px !important;
  }
  .me-lg-n2 {
    margin-right: -20px !important;
  }
  .me-lg-n3 {
    margin-right: -30px !important;
  }
  .me-lg-n4 {
    margin-right: -40px !important;
  }
  .me-lg-n5 {
    margin-right: -50px !important;
  }
  .me-lg-n6 {
    margin-right: -60px !important;
  }
  .me-lg-n7 {
    margin-right: -70px !important;
  }
  .me-lg-n8 {
    margin-right: -80px !important;
  }
  .me-lg-n9 {
    margin-right: -90px !important;
  }
  .me-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-nd {
    margin-bottom: -10px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -50px !important;
  }
  .mb-lg-n6 {
    margin-bottom: -60px !important;
  }
  .mb-lg-n7 {
    margin-bottom: -70px !important;
  }
  .mb-lg-n8 {
    margin-bottom: -80px !important;
  }
  .mb-lg-n9 {
    margin-bottom: -90px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ms-lg-nd {
    margin-left: -10px !important;
  }
  .ms-lg-n1 {
    margin-left: -10px !important;
  }
  .ms-lg-n2 {
    margin-left: -20px !important;
  }
  .ms-lg-n3 {
    margin-left: -30px !important;
  }
  .ms-lg-n4 {
    margin-left: -40px !important;
  }
  .ms-lg-n5 {
    margin-left: -50px !important;
  }
  .ms-lg-n6 {
    margin-left: -60px !important;
  }
  .ms-lg-n7 {
    margin-left: -70px !important;
  }
  .ms-lg-n8 {
    margin-left: -80px !important;
  }
  .ms-lg-n9 {
    margin-left: -90px !important;
  }
  .ms-lg-n10 {
    margin-left: -100px !important;
  }
  .p-lg-d {
    padding: 10px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .px-lg-d {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-lg-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-d {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-lg-d {
    padding-top: 10px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 10px !important;
  }
  .pt-lg-2 {
    padding-top: 20px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pt-lg-4 {
    padding-top: 40px !important;
  }
  .pt-lg-5 {
    padding-top: 50px !important;
  }
  .pt-lg-6 {
    padding-top: 60px !important;
  }
  .pt-lg-7 {
    padding-top: 70px !important;
  }
  .pt-lg-8 {
    padding-top: 80px !important;
  }
  .pt-lg-9 {
    padding-top: 90px !important;
  }
  .pt-lg-10 {
    padding-top: 100px !important;
  }
  .pe-lg-d {
    padding-right: 10px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 10px !important;
  }
  .pe-lg-2 {
    padding-right: 20px !important;
  }
  .pe-lg-3 {
    padding-right: 30px !important;
  }
  .pe-lg-4 {
    padding-right: 40px !important;
  }
  .pe-lg-5 {
    padding-right: 50px !important;
  }
  .pe-lg-6 {
    padding-right: 60px !important;
  }
  .pe-lg-7 {
    padding-right: 70px !important;
  }
  .pe-lg-8 {
    padding-right: 80px !important;
  }
  .pe-lg-9 {
    padding-right: 90px !important;
  }
  .pe-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-d {
    padding-bottom: 10px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  .pb-lg-6 {
    padding-bottom: 60px !important;
  }
  .pb-lg-7 {
    padding-bottom: 70px !important;
  }
  .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  .pb-lg-9 {
    padding-bottom: 90px !important;
  }
  .pb-lg-10 {
    padding-bottom: 100px !important;
  }
  .ps-lg-d {
    padding-left: 10px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 10px !important;
  }
  .ps-lg-2 {
    padding-left: 20px !important;
  }
  .ps-lg-3 {
    padding-left: 30px !important;
  }
  .ps-lg-4 {
    padding-left: 40px !important;
  }
  .ps-lg-5 {
    padding-left: 50px !important;
  }
  .ps-lg-6 {
    padding-left: 60px !important;
  }
  .ps-lg-7 {
    padding-left: 70px !important;
  }
  .ps-lg-8 {
    padding-left: 80px !important;
  }
  .ps-lg-9 {
    padding-left: 90px !important;
  }
  .ps-lg-10 {
    padding-left: 100px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-6 {
    order: 6 !important;
  }
  .order-xl-7 {
    order: 7 !important;
  }
  .order-xl-8 {
    order: 8 !important;
  }
  .order-xl-9 {
    order: 9 !important;
  }
  .order-xl-last {
    order: 10 !important;
  }
  .m-xl-d {
    margin: 10px !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-d {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-xl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-d {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-d {
    margin-top: 10px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 10px !important;
  }
  .mt-xl-2 {
    margin-top: 20px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mt-xl-4 {
    margin-top: 40px !important;
  }
  .mt-xl-5 {
    margin-top: 50px !important;
  }
  .mt-xl-6 {
    margin-top: 60px !important;
  }
  .mt-xl-7 {
    margin-top: 70px !important;
  }
  .mt-xl-8 {
    margin-top: 80px !important;
  }
  .mt-xl-9 {
    margin-top: 90px !important;
  }
  .mt-xl-10 {
    margin-top: 100px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-d {
    margin-right: 10px !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 10px !important;
  }
  .me-xl-2 {
    margin-right: 20px !important;
  }
  .me-xl-3 {
    margin-right: 30px !important;
  }
  .me-xl-4 {
    margin-right: 40px !important;
  }
  .me-xl-5 {
    margin-right: 50px !important;
  }
  .me-xl-6 {
    margin-right: 60px !important;
  }
  .me-xl-7 {
    margin-right: 70px !important;
  }
  .me-xl-8 {
    margin-right: 80px !important;
  }
  .me-xl-9 {
    margin-right: 90px !important;
  }
  .me-xl-10 {
    margin-right: 100px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-d {
    margin-bottom: 10px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-4 {
    margin-bottom: 40px !important;
  }
  .mb-xl-5 {
    margin-bottom: 50px !important;
  }
  .mb-xl-6 {
    margin-bottom: 60px !important;
  }
  .mb-xl-7 {
    margin-bottom: 70px !important;
  }
  .mb-xl-8 {
    margin-bottom: 80px !important;
  }
  .mb-xl-9 {
    margin-bottom: 90px !important;
  }
  .mb-xl-10 {
    margin-bottom: 100px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-d {
    margin-left: 10px !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 10px !important;
  }
  .ms-xl-2 {
    margin-left: 20px !important;
  }
  .ms-xl-3 {
    margin-left: 30px !important;
  }
  .ms-xl-4 {
    margin-left: 40px !important;
  }
  .ms-xl-5 {
    margin-left: 50px !important;
  }
  .ms-xl-6 {
    margin-left: 60px !important;
  }
  .ms-xl-7 {
    margin-left: 70px !important;
  }
  .ms-xl-8 {
    margin-left: 80px !important;
  }
  .ms-xl-9 {
    margin-left: 90px !important;
  }
  .ms-xl-10 {
    margin-left: 100px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-nd {
    margin: -10px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .m-xl-n6 {
    margin: -60px !important;
  }
  .m-xl-n7 {
    margin: -70px !important;
  }
  .m-xl-n8 {
    margin: -80px !important;
  }
  .m-xl-n9 {
    margin: -90px !important;
  }
  .m-xl-n10 {
    margin: -100px !important;
  }
  .mx-xl-nd {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-xl-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-xl-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xl-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .my-xl-nd {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-xl-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-xl-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xl-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mt-xl-nd {
    margin-top: -10px !important;
  }
  .mt-xl-n1 {
    margin-top: -10px !important;
  }
  .mt-xl-n2 {
    margin-top: -20px !important;
  }
  .mt-xl-n3 {
    margin-top: -30px !important;
  }
  .mt-xl-n4 {
    margin-top: -40px !important;
  }
  .mt-xl-n5 {
    margin-top: -50px !important;
  }
  .mt-xl-n6 {
    margin-top: -60px !important;
  }
  .mt-xl-n7 {
    margin-top: -70px !important;
  }
  .mt-xl-n8 {
    margin-top: -80px !important;
  }
  .mt-xl-n9 {
    margin-top: -90px !important;
  }
  .mt-xl-n10 {
    margin-top: -100px !important;
  }
  .me-xl-nd {
    margin-right: -10px !important;
  }
  .me-xl-n1 {
    margin-right: -10px !important;
  }
  .me-xl-n2 {
    margin-right: -20px !important;
  }
  .me-xl-n3 {
    margin-right: -30px !important;
  }
  .me-xl-n4 {
    margin-right: -40px !important;
  }
  .me-xl-n5 {
    margin-right: -50px !important;
  }
  .me-xl-n6 {
    margin-right: -60px !important;
  }
  .me-xl-n7 {
    margin-right: -70px !important;
  }
  .me-xl-n8 {
    margin-right: -80px !important;
  }
  .me-xl-n9 {
    margin-right: -90px !important;
  }
  .me-xl-n10 {
    margin-right: -100px !important;
  }
  .mb-xl-nd {
    margin-bottom: -10px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -50px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -60px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -70px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -80px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -90px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -100px !important;
  }
  .ms-xl-nd {
    margin-left: -10px !important;
  }
  .ms-xl-n1 {
    margin-left: -10px !important;
  }
  .ms-xl-n2 {
    margin-left: -20px !important;
  }
  .ms-xl-n3 {
    margin-left: -30px !important;
  }
  .ms-xl-n4 {
    margin-left: -40px !important;
  }
  .ms-xl-n5 {
    margin-left: -50px !important;
  }
  .ms-xl-n6 {
    margin-left: -60px !important;
  }
  .ms-xl-n7 {
    margin-left: -70px !important;
  }
  .ms-xl-n8 {
    margin-left: -80px !important;
  }
  .ms-xl-n9 {
    margin-left: -90px !important;
  }
  .ms-xl-n10 {
    margin-left: -100px !important;
  }
  .p-xl-d {
    padding: 10px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .px-xl-d {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-xl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xl-d {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-xl-d {
    padding-top: 10px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 10px !important;
  }
  .pt-xl-2 {
    padding-top: 20px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pt-xl-4 {
    padding-top: 40px !important;
  }
  .pt-xl-5 {
    padding-top: 50px !important;
  }
  .pt-xl-6 {
    padding-top: 60px !important;
  }
  .pt-xl-7 {
    padding-top: 70px !important;
  }
  .pt-xl-8 {
    padding-top: 80px !important;
  }
  .pt-xl-9 {
    padding-top: 90px !important;
  }
  .pt-xl-10 {
    padding-top: 100px !important;
  }
  .pe-xl-d {
    padding-right: 10px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 10px !important;
  }
  .pe-xl-2 {
    padding-right: 20px !important;
  }
  .pe-xl-3 {
    padding-right: 30px !important;
  }
  .pe-xl-4 {
    padding-right: 40px !important;
  }
  .pe-xl-5 {
    padding-right: 50px !important;
  }
  .pe-xl-6 {
    padding-right: 60px !important;
  }
  .pe-xl-7 {
    padding-right: 70px !important;
  }
  .pe-xl-8 {
    padding-right: 80px !important;
  }
  .pe-xl-9 {
    padding-right: 90px !important;
  }
  .pe-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-d {
    padding-bottom: 10px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-4 {
    padding-bottom: 40px !important;
  }
  .pb-xl-5 {
    padding-bottom: 50px !important;
  }
  .pb-xl-6 {
    padding-bottom: 60px !important;
  }
  .pb-xl-7 {
    padding-bottom: 70px !important;
  }
  .pb-xl-8 {
    padding-bottom: 80px !important;
  }
  .pb-xl-9 {
    padding-bottom: 90px !important;
  }
  .pb-xl-10 {
    padding-bottom: 100px !important;
  }
  .ps-xl-d {
    padding-left: 10px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 10px !important;
  }
  .ps-xl-2 {
    padding-left: 20px !important;
  }
  .ps-xl-3 {
    padding-left: 30px !important;
  }
  .ps-xl-4 {
    padding-left: 40px !important;
  }
  .ps-xl-5 {
    padding-left: 50px !important;
  }
  .ps-xl-6 {
    padding-left: 60px !important;
  }
  .ps-xl-7 {
    padding-left: 70px !important;
  }
  .ps-xl-8 {
    padding-left: 80px !important;
  }
  .ps-xl-9 {
    padding-left: 90px !important;
  }
  .ps-xl-10 {
    padding-left: 100px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*--------------------------------------------------------------
Functions
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  .offset-n1 {
    margin-left: -8.33333333%;
  }
  .offset-n2 {
    margin-left: -16.66666667%;
  }
  .offset-n3 {
    margin-left: -25%;
  }
  .offset-n4 {
    margin-left: -33.33333333%;
  }
  .offset-n5 {
    margin-left: -41.66666667%;
  }
  .offset-n6 {
    margin-left: -50%;
  }
  .offset-n7 {
    margin-left: -58.33333333%;
  }
  .offset-n8 {
    margin-left: -66.66666667%;
  }
  .offset-n9 {
    margin-left: -75%;
  }
  .offset-n10 {
    margin-left: -83.33333333%;
  }
  .offset-n11 {
    margin-left: -91.66666667%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .offset-sm-n0 {
    margin-left: 0;
  }
  .offset-sm-n1 {
    margin-left: -8.33333333%;
  }
  .offset-sm-n2 {
    margin-left: -16.66666667%;
  }
  .offset-sm-n3 {
    margin-left: -25%;
  }
  .offset-sm-n4 {
    margin-left: -33.33333333%;
  }
  .offset-sm-n5 {
    margin-left: -41.66666667%;
  }
  .offset-sm-n6 {
    margin-left: -50%;
  }
  .offset-sm-n7 {
    margin-left: -58.33333333%;
  }
  .offset-sm-n8 {
    margin-left: -66.66666667%;
  }
  .offset-sm-n9 {
    margin-left: -75%;
  }
  .offset-sm-n10 {
    margin-left: -83.33333333%;
  }
  .offset-sm-n11 {
    margin-left: -91.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offset-md-n0 {
    margin-left: 0;
  }
  .offset-md-n1 {
    margin-left: -8.33333333%;
  }
  .offset-md-n2 {
    margin-left: -16.66666667%;
  }
  .offset-md-n3 {
    margin-left: -25%;
  }
  .offset-md-n4 {
    margin-left: -33.33333333%;
  }
  .offset-md-n5 {
    margin-left: -41.66666667%;
  }
  .offset-md-n6 {
    margin-left: -50%;
  }
  .offset-md-n7 {
    margin-left: -58.33333333%;
  }
  .offset-md-n8 {
    margin-left: -66.66666667%;
  }
  .offset-md-n9 {
    margin-left: -75%;
  }
  .offset-md-n10 {
    margin-left: -83.33333333%;
  }
  .offset-md-n11 {
    margin-left: -91.66666667%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .offset-lg-n0 {
    margin-left: 0;
  }
  .offset-lg-n1 {
    margin-left: -8.33333333%;
  }
  .offset-lg-n2 {
    margin-left: -16.66666667%;
  }
  .offset-lg-n3 {
    margin-left: -25%;
  }
  .offset-lg-n4 {
    margin-left: -33.33333333%;
  }
  .offset-lg-n5 {
    margin-left: -41.66666667%;
  }
  .offset-lg-n6 {
    margin-left: -50%;
  }
  .offset-lg-n7 {
    margin-left: -58.33333333%;
  }
  .offset-lg-n8 {
    margin-left: -66.66666667%;
  }
  .offset-lg-n9 {
    margin-left: -75%;
  }
  .offset-lg-n10 {
    margin-left: -83.33333333%;
  }
  .offset-lg-n11 {
    margin-left: -91.66666667%;
  }
}
@media (min-width: 1440px) {
  .offset-xl-n0 {
    margin-left: 0;
  }
  .offset-xl-n1 {
    margin-left: -8.33333333%;
  }
  .offset-xl-n2 {
    margin-left: -16.66666667%;
  }
  .offset-xl-n3 {
    margin-left: -25%;
  }
  .offset-xl-n4 {
    margin-left: -33.33333333%;
  }
  .offset-xl-n5 {
    margin-left: -41.66666667%;
  }
  .offset-xl-n6 {
    margin-left: -50%;
  }
  .offset-xl-n7 {
    margin-left: -58.33333333%;
  }
  .offset-xl-n8 {
    margin-left: -66.66666667%;
  }
  .offset-xl-n9 {
    margin-left: -75%;
  }
  .offset-xl-n10 {
    margin-left: -83.33333333%;
  }
  .offset-xl-n11 {
    margin-left: -91.66666667%;
  }
}
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*--------------------------------------------------------------
Gradients
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
body p {
  font-size: 18px;
  line-height: 1.3;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  width: auto;
  padding: 0 20px;
  color: #fff;
  background: #AC6E44;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*---------------------------- size */
  /*---------------------------- status */
  /*---------------------------- outline */
  /*---------------------------- background */
  /*---------------------------- color */
  /*---------------------------- icon */
}
@media (max-width: 767.98px) {
  .btn {
    height: 50px;
    font-size: 15px;
  }
}
.btn:hover {
  background: #763f1a;
}
.btn--l {
  height: 90px;
  border-radius: 45px;
}
@media (max-width: 767.98px) {
  .btn--l {
    height: 63px;
  }
}
.btn--round {
  border-radius: 23px;
}
.btn--wide {
  min-width: 200px;
}
.btn--icon span {
  margin-right: 10px;
  vertical-align: top;
}
.btn--icon.btn--l span {
  height: 60px;
}
@media (max-width: 991.98px) {
  .btn--icon.btn--l span {
    height: 46px;
  }
}
.btn[disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}
.btn--outline-primary {
  color: #AC6E44;
  background: transparent;
  border: 1px solid #AC6E44;
}
.btn--outline-primary:hover {
  color: #fff;
  background: #AC6E44;
}
.btn--outline-secondary {
  color: #E4B985;
  background: transparent;
  border: 1px solid #E4B985;
}
.btn--outline-secondary:hover {
  color: #fff;
  background: #E4B985;
}
.btn--outline-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn--outline-white:hover {
  color: #E4B985;
  background: #fff;
}
.btn--outline-dark {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
}
.btn--outline-dark:hover {
  color: #fff;
  background: #000000;
}
.btn--empty {
  color: #AC6E44;
  background: none;
  height: auto;
  padding: 0 !important;
  line-height: 30px;
  white-space: normal;
  text-align: left;
}
@media (max-width: 575.98px) {
  .btn--empty {
    line-height: 20px;
  }
}
.btn--empty:hover {
  color: #E4B985;
  background: none;
}
.btn--bg-white {
  color: #AC6E44;
  background: #fff;
}
.btn--bg-primary {
  background: #AC6E44;
}
.btn--bg-secondary {
  color: #AC6E44;
  background: #E4B985;
}
.btn--color-primary {
  color: #AC6E44;
}
.btn--color-secondary {
  color: #E4B985;
}
.btn--color-white {
  color: #fff;
}
.btn--color-dark {
  color: #000000;
}
.btn--arrow-right, .btn--download, .btn--arrow-down {
  position: relative;
  padding-right: 50px;
}
.btn--arrow-right:after, .btn--download:after, .btn--arrow-down:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  transition: all 0.3s ease-out;
}
.btn--arrow-right:hover:after, .btn--download:hover:after, .btn--arrow-down:hover:after {
  transform: translate(6px, -50%);
}
.btn--arrow-right.btn--bg-white:after, .btn--bg-white.btn--download:after, .btn--bg-white.btn--arrow-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23AC6E44%22%2F%3E%3C%2Fsvg%3E");
}
.btn--arrow-down:after {
  transform: translate(0, -50%) rotate(90deg);
}
.btn--arrow-down:hover:after {
  transform: translate(0, calc(-50% + 6px)) rotate(90deg);
}
.btn--arrow-down.btn--bg-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23AC6E44%22%2F%3E%3C%2Fsvg%3E");
}
.btn--download {
  color: #AC6E44;
  background: none;
  height: auto;
  padding: 0 !important;
  line-height: 30px;
  white-space: normal;
  text-align: left;
}
@media (max-width: 575.98px) {
  .btn--download {
    line-height: 20px;
  }
}
.btn--download:hover {
  color: #E4B985;
  background: none;
}
.btn--download:before {
  transform: rotate(90deg);
  margin-top: 0;
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.color-primary {
  color: #AC6E44 !important;
}

.color-secondary {
  color: #E4B985 !important;
}

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

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

.color-white {
  color: #fff !important;
}

.color-light {
  color: #EEE7DE !important;
}

.color-medium {
  color: #333333 !important;
}

.color-dark {
  color: #000000 !important;
}

/*--------------------------------------------------------------
Backgrounds
--------------------------------------------------------------*/
.bg-primary {
  background-color: #AC6E44;
}

.bg-secondary {
  background-color: #E4B985;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #EEE7DE;
}

.bg-medium {
  background-color: #333333;
  color: #fff;
}

.bg-dark {
  background-color: #000000;
  color: #fff;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Barlow", monospace;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  html,
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

p {
  line-height: 1.5;
  margin: 0 0 1.2em;
  font-kerning: none;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

:focus {
  outline: none;
}

.link-all-item {
  cursor: pointer;
}

/*--------------------------------------------------------------
Titles
--------------------------------------------------------------*/
.title {
  font-family: "Roboto Slab";
  font-weight: bold;
  color: #AC6E44;
  /*hyphens: auto;*/
  word-break: normal;
  line-height: 1.2;
  margin-top: 0;
}
.title:last-child {
  margin-bottom: 0;
}
.title--l {
  font-size: 48px;
  line-height: 0.95;
  margin-bottom: 0.5em;
}
@media (max-width: 767.98px) {
  .title--l {
    font-size: 36px;
  }
}
.title--m {
  font-size: 24px;
  line-height: 1.45;
}
@media (max-width: 767.98px) {
  .title--m {
    font-size: 22px;
  }
}
.title--s {
  font-size: 18px;
  line-height: 1.36;
  margin-bottom: 0.7em;
}
@media (max-width: 767.98px) {
  .title--s {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .title br {
    display: none;
  }
}
.title a {
  text-decoration: none !important;
}

/*.entry-content {
	h1, h2, h3, h4, h5, h6 {
		@extend %entry-content-titles;
	}

	h1 {
		@extend .title--m;
	}

	h2 {
		@extend .title--s;
	}

	h3 {
		@extend .title--xs;
	}

	h4 {
		@extend .title--xxs;
	}
}*/
/*--------------------------------------------------------------
Utility classes
--------------------------------------------------------------*/
.font-family--primary {
  font-family: "Barlow";
}
.font-family--secondary {
  font-family: "Roboto Slab";
}

.font-weight--light {
  font-weight: 300;
}
.font-weight--normal {
  font-weight: normal;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--bold {
  font-weight: bold;
}
.font-weight--extra-bold {
  font-weight: 800;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
p a:not(.btn) {
  color: #AC6E44;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1em;
  line-height: 1.2;
}

ul {
  list-style: disc outside;
}
ul:last-child {
  margin-bottom: 0;
}
ul li:not(:last-child) {
  margin-bottom: 1em;
}

ol {
  list-style: none;
  padding: 0;
  counter-reset: my-counter;
}
ol:last-child {
  margin-bottom: 0;
}
ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
}
ol li:before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 30px;
  font-weight: 800;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.menu {
  list-style: none;
  padding: 0;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 0.4em;
  border: 1px solid #333333;
}

/*--------------------------------------------------------------
Body
--------------------------------------------------------------*/
body {
  background: #EEE7DE;
  overflow-x: hidden;
}

body.popup-open {
  overflow-y: hidden;
}

body.menu-open {
  overflow-y: hidden;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
#site-wrapper {
  position: relative;
  /*max-width: 1920px;*/
  margin: 0 auto;
}

.section--full-height {
  min-height: 100vh;
}

.separator {
  height: 1px;
  background: #E3E3E3;
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*
.row {
	@include media-breakpoint-down($mobile-grid-gutter-breakpoint) {
		margin-right: -$mobile-grid-gutter-width * .5;
		margin-left: -$mobile-grid-gutter-width * .5;

		&.no-gutters {
			margin-right: 0;
			margin-left: 0;
		}
	}
}*/
/*
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	@include media-breakpoint-down($mobile-grid-gutter-breakpoint) {
		padding-right: $mobile-grid-gutter-width * .5;
		padding-left: $mobile-grid-gutter-width * .5;
	}
}

.pl-xl-d,
.pl-lg-d,
.pl-md-d,
.pl-sm-d {
	@include media-breakpoint-down($mobile-grid-gutter-breakpoint) {
		padding-left: $mobile-grid-gutter-width * .5 !important;
	}
}

.pr-xl-d,
.pr-lg-d,
.pr-md-d,
.pr-sm-d {
	@include media-breakpoint-down($mobile-grid-gutter-breakpoint) {
		padding-right: $mobile-grid-gutter-width * .5 !important;
	}
}*/
.position--static {
  position: static;
}
.position--absolute {
  position: absolute;
}
.position--relative {
  position: relative;
}

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

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

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

.col-extend {
  max-width: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
Video
--------------------------------------------------------------*/
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1500px) {
  .tabs .container-xxl {
    max-width: 1160px;
  }
}
.tabs .text-column {
  columns: 2;
  column-gap: 40px;
  max-height: 800px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .tabs .text-column {
    columns: 1;
    max-height: 100%;
  }
}
.tabs .justify-text {
  text-align: justify;
}
.tabs .image-height img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tabs figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin: 0 auto 20px auto;
}
.tabs figure img {
  width: 100%;
}
.tabs .small-text-p {
  font-size: 16px;
}

.flex {
  display: flex;
}
@media (max-width: 767.98px) {
  .flex {
    display: block;
  }
}

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

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

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: height 0.3s ease-out, background 0.3s ease-out;
  z-index: 90;
  /*.to-sticky-header & {
  	transition: none !important;
  }

  .sticky-header & {
  	position: fixed;
  	top: -$header-height;
  	background: $white;

  	@include media-breakpoint-down($mobile-menu-breakpoint) {
  		top: -$header-height-mobile;
  	}
  }

  .to-normal-header & {
  	opacity: 0;
  	transition: opacity 0.3s ease-out !important;
  }

  .scrolled-up &,
  .scrolled-down & {
  	transition: top 0.3s ease-out, background 0.3s ease-out, height 0.3s ease-out;
  }

  .scrolled-up & {
  	top: 0;
  } */
}
.menu-open #header {
  z-index: 999;
}
#header .header {
  height: 100px;
}
@media (max-width: 991.98px) {
  #header .header {
    height: 80px;
  }
}
#header .header .row {
  height: 100%;
}

#logo {
  display: block;
  width: 115px;
  position: absolute;
  top: 0;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  z-index: 99;
}
@media (max-width: 991.98px) {
  #logo {
    width: 90px;
  }
}
#logo svg {
  width: auto;
  height: 100%;
}

.pre-header {
  background: #333333;
  height: 60px;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.98px) {
  .pre-header {
    height: 50px;
  }
}
.menu-open .pre-header {
  opacity: 0;
  visibility: hidden;
}
.pre-header .container,
.pre-header .row {
  height: 100%;
  align-items: center;
  color: #fff;
}
.pre-header #header-widgets-2 {
  text-align: right;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: top;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  font-family: "Roboto Slab";
  margin-left: 125px;
}
@media (max-width: 991.98px) {
  .main-navigation {
    position: fixed;
    top: 130px;
    bottom: 0;
    left: -100%;
    padding-top: 48px;
    background: #fff;
    width: 100%;
    margin-right: 0;
    overflow: auto;
    z-index: 90;
    opacity: 0;
    transition: opacity 0.3s ease-out, left 0s ease-out 0.3s;
  }
  .menu-open .main-navigation {
    left: 0;
    opacity: 1;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .sub-menu-open .main-navigation {
    transform: translate(-100%, 0);
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 991.98px) {
  .main-navigation {
    margin: 0;
  }
}
.menu-open .main-navigation {
  display: none;
}

/*--------------------------------------------------------------
Navigation menu
--------------------------------------------------------------*/
.main-navigation__menu {
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .main-navigation__menu {
    display: block;
    margin: 0 0 80px !important;
  }
}
.main-navigation__menu .menu-item {
  position: relative;
  margin: 0 68px 0 0;
  transition: all 0.3s ease-out;
  /* toggle item */
  /* open submenus when over parent */
  /* submenus */
}
@media (max-width: 991.98px) {
  .main-navigation__menu .menu-item {
    display: block;
    margin: 0 0 24px;
    padding: 0 24px;
  }
}
.main-navigation__menu .menu-item:last-child {
  margin-right: 0;
}
.main-navigation__menu .menu-item--hidden {
  display: none;
}
.main-navigation__menu .menu-item a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #42280B;
  white-space: nowrap;
  padding: 10px 0;
}
.main-navigation__menu .menu-item a:hover, .main-navigation__menu .menu-item[class*=current] > a {
  color: #AC6E44;
}
.main-navigation__menu .menu-item.menu-item-has-children {
  /*> a {
  	overflow: hidden;
  	padding-right: 18px;

  	@include media-breakpoint-down($mobile-menu-breakpoint) {
  		padding-right: 50px !important;
  	}
  }

  &:after {
  	content: '';
  	position: absolute;
  	right: 2px;
  	top: 50%;
  	width: 5px;
  	height: 9px;
  	background: embed-svg('arrow_right', $primary-text-color) no-repeat center / contain;
  	transform: translate(0, -50%) rotate(90deg);

  	@include media-breakpoint-down($mobile-menu-breakpoint) {
  		display: none;
  	}
  }*/
}
.main-navigation__menu .menu-item__count {
  font-size: 10px;
  margin: -6px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.main-navigation__menu .menu-item .toggle_menu_item {
  display: none;
  position: absolute;
  right: -36px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") no-repeat center/auto 10px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: all 300ms ease-out;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .main-navigation__menu .menu-item .toggle_menu_item {
    display: block;
  }
}
.main-navigation__menu .menu-item.open .toggle_menu_item {
  transform: rotate(-90deg);
}
.main-navigation__menu .menu-item:hover .sub-menu {
  left: 0;
  opacity: 1;
}
.main-navigation__menu .menu-item.open-sub-menu-to-left:hover .sub-menu {
  left: auto;
  right: 0;
}
.main-navigation__menu .menu-item .sub-menu {
  position: absolute;
  left: -9999em;
  min-width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 5px;
  margin: 0;
  text-align: left;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .main-navigation__menu .menu-item .sub-menu {
    position: static;
    display: none;
    margin: 0;
    padding: 36px 0 0 0;
    opacity: 1;
    background: transparent;
  }
}
.main-navigation__menu .menu-item .sub-menu .menu-item {
  display: block;
  line-height: 1;
  margin: 0;
  background-color: #f4ede4;
}
.main-navigation__menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.main-navigation__menu .menu-item .sub-menu .menu-item a {
  color: #000000;
  white-space: nowrap;
  display: block;
  padding: 1rem 4rem 1rem 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  will-change: background-color, color;
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
}
.main-navigation__menu .menu-item .sub-menu .menu-item a:hover {
  background-color: #AC6E44;
  color: #fff;
}
@media (max-width: 991.98px) {
  .main-navigation__menu .menu-item .sub-menu .menu-item a {
    line-height: 1.2;
  }
}
.main-navigation__menu .wpml-ls-menu-item {
  display: none;
  position: relative;
  padding-top: 24px;
}
@media (max-width: 991.98px) {
  .main-navigation__menu .wpml-ls-menu-item {
    display: block;
  }
}
.main-navigation__menu .wpml-ls-menu-item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 100%;
  max-width: 360px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.main-navigation__menu .wpml-ls-menu-item a:before {
  display: none;
}

/*--------------------------------------------------------------
Menu toggle
--------------------------------------------------------------*/
#menu-toggle {
  display: inline-flex;
  margin-left: auto;
  z-index: 99;
}
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  transition: 0.3s;
  user-select: none;
  width: 32px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block;
}
.tcon:hover, .tcon:focus {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  margin: 9px 0;
  vertical-align: top;
  display: inline-block;
  height: 3px;
  width: 32px;
  border-radius: 2px;
  transition: 0.3s;
  background: #E2241C;
  position: relative;
}
@media (max-width: 991.98px) {
  .tcon-menu__lines {
    height: 3px;
    width: 32px;
  }
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 32px;
  border-radius: 2px;
  transition: 0.3s;
  background: #E2241C;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  transform-origin: 1.5px center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    width: 32px;
    height: 3px;
  }
}
.tcon-menu__lines::before {
  top: 9px;
}
@media (max-width: 991.98px) {
  .tcon-menu__lines::before {
    top: 9px;
  }
}
.tcon-menu__lines::after {
  top: -9px;
}
@media (max-width: 991.98px) {
  .tcon-menu__lines::after {
    top: -9px;
  }
}
.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
  width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  top: 0;
  left: 50%;
  width: 45.2548339958px;
  height: 3.6px;
  background: #E2241C;
}
@media (max-width: 991.98px) {
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    width: 32px;
    height: 3.6px;
  }
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  transform: translate(-50%) rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform: translate(-50%) rotate3d(0, 0, 1, -45deg);
}

.tcon-label {
  display: inline-block;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
  /*@include media-breakpoint-down($mobile-menu-breakpoint) {
  	display: none;
  }*/
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*--------------------------------------------------------------
Language switcher
--------------------------------------------------------------*/
.lang-selector {
  display: flex;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 20px;
}
.lang-selector__lang {
  display: inline-block;
  font-family: "Roboto Slab";
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.lang-selector__lang--active {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 2;
  padding: 0 20px 0 0;
  transition: all 0.3s ease-out;
}
.lang-selector__lang--active:hover {
  background: none;
  opacity: 1;
}
.lang-selector__separator {
  display: inline-block;
  width: 10px;
}
@media (max-width: 991.98px) {
  .lang-selector__separator {
    width: 10px;
  }
}
.lang-selector__list {
  display: none;
  position: absolute;
  left: 25px;
  top: 100%;
  width: calc(100% + 36px);
  padding: 10px 0 0 0;
  list-style: none;
  white-space: nowrap;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
#site-navigation .open-popup-search {
  margin-left: auto;
}
#site-navigation .open-popup-search a {
  display: block;
  width: 57px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 250.313 250.313%22%3E%3Cpath d%3D%22M244.186 214.604l-54.379-54.378c-.289-.289-.628-.491-.93-.76 10.7-16.231 16.945-35.66 16.945-56.554C205.822 46.075 159.747 0 102.911 0S0 46.075 0 102.911c0 56.835 46.074 102.911 102.91 102.911 20.895 0 40.323-6.245 56.554-16.945.269.301.47.64.759.929l54.38 54.38c8.169 8.168 21.413 8.168 29.583 0 8.168-8.169 8.168-21.413 0-29.582zm-141.275-44.458c-37.134 0-67.236-30.102-67.236-67.235 0-37.134 30.103-67.236 67.236-67.236 37.132 0 67.235 30.103 67.235 67.236s-30.103 67.235-67.235 67.235z%22 fill%3D%22%23fff%22 fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/17px;
  overflow: hidden;
  text-indent: 50px;
  white-space: nowrap;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#site-navigation .open-popup-search a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 250.313 250.313%22%3E%3Cpath d%3D%22M244.186 214.604l-54.379-54.378c-.289-.289-.628-.491-.93-.76 10.7-16.231 16.945-35.66 16.945-56.554C205.822 46.075 159.747 0 102.911 0S0 46.075 0 102.911c0 56.835 46.074 102.911 102.91 102.911 20.895 0 40.323-6.245 56.554-16.945.269.301.47.64.759.929l54.38 54.38c8.169 8.168 21.413 8.168 29.583 0 8.168-8.169 8.168-21.413 0-29.582zm-141.275-44.458c-37.134 0-67.236-30.102-67.236-67.235 0-37.134 30.103-67.236 67.236-67.236 37.132 0 67.235 30.103 67.235 67.236s-30.103 67.235-67.235 67.235z%22 fill%3D%22%23E4B985%22 fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.search-results #site-navigation .open-popup-search a {
  display: none;
}

header {
  /* Style the submenus */
  /* Style the third-level submenu */
}
header .menu {
  margin-left: 170px;
}
@media (max-width: 991.98px) {
  header .menu {
    margin-left: 120px;
  }
}
@media (max-width: 767.98px) {
  header .menu {
    display: none;
  }
}
header .menu ul {
  all: unset;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
header .menu ul li {
  position: relative;
  margin: 0 40px 0 0;
}
header .menu ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #42280B;
  white-space: nowrap;
  padding: 10px 0;
  font-family: "Roboto Slab";
}
header .menu ul li ul {
  position: absolute;
  display: none;
  flex-direction: column;
}
header .menu ul ul li {
  width: max-content;
  min-width: 100%;
  max-width: 200px;
}
header .menu ul a {
  all: unset;
  cursor: pointer;
}
header .menu ul a:hover {
  color: #763f1a;
}
header .menu ul li:hover > ul {
  display: flex; /* Show submenus on hover */
}
header .menu ul ul ul {
  top: 0;
  left: 100%;
}
header .menu ul.sub-menu {
  background: #f4ede4;
}

.categorie-prodotto-grid {
  text-align: center;
}
@media (max-width: 767.98px) {
  .categorie-prodotto-grid {
    background: none;
  }
}
.categorie-prodotto-grid__grid {
  margin-top: 40px;
}
.categorie-prodotto-grid__grid > div:nth-child(2) {
  margin-top: 150px;
}
.categorie-prodotto-grid .card-categoria {
  margin-bottom: 50px;
}
.categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}

.card-categoria {
  text-align: center;
}
.card-categoria .card-categoria__header {
  border-radius: 10px;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
  will-change: transform, background-color;
}
.card-categoria .card-categoria__header .cta-default {
  color: #AC6E44;
  background-color: transparent;
  margin: 0;
  max-width: unset;
}
.card-categoria:hover .card-categoria__header {
  transform: translateY(-20px);
  background-color: #AC6E44;
}
.card-categoria:hover .card-categoria__header .title {
  color: #fff;
}
.card-categoria:hover .card-categoria__header .cta-default {
  color: #fff;
}
.card-categoria__image {
  height: 400px;
}
.card-categoria__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-categoria__image.small {
  height: 300px;
}
.card-categoria__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 110px;
  padding: 0 20px;
  margin: -55px 35px 0;
  background: #fff;
  z-index: 1;
}
.card-categoria__header.small {
  margin: -55px 10px 0;
}
.card-categoria__header .title {
  line-height: 1.25;
  margin-bottom: 2px;
}

.card-prodotto, .card-post {
  text-align: left;
  background: #fff;
  padding: 0 !important;
  width: 100%;
}
.tax-categoria_prodotto .card-prodotto, .tax-categoria_prodotto .card-post {
  margin-bottom: 20px;
  width: calc((100% - 41px) / 3);
}
@media (max-width: 767.98px) {
  .tax-categoria_prodotto .card-prodotto, .tax-categoria_prodotto .card-post {
    width: calc((100% - 41px) / 2);
  }
}
@media (max-width: 575.98px) {
  .tax-categoria_prodotto .card-prodotto, .tax-categoria_prodotto .card-post {
    width: 100%;
  }
}
.card-prodotto__image, .card-post__image {
  height: 250px;
  margin-bottom: 18px;
}
.card-prodotto__image img, .card-post__image img {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  object-fit: contain;
}
.card-prodotto__header .bio, .card-post__header .bio {
  display: block;
  width: 42px;
  height: 21px;
  margin-bottom: 5px;
  margin: 0 auto;
}
.card-prodotto .tag, .card-post .tag {
  font-style: italic;
  padding: 1px 5px;
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}

.card-article {
  text-align: center;
}
.card-article__image {
  height: 266px;
}
.card-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-article__header {
  position: relative;
  padding: 20px;
  margin: -50px 35px 0;
  background: #fff;
  z-index: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-article__header .title {
  color: #42280B;
  font-size: 20px;
}

.video {
  position: relative;
}
.video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  opacity: 1;
  transition: all 0.6s ease-out;
  z-index: 1;
}
.video.video-playing:before {
  opacity: 0;
  pointer-events: none;
}
.video video {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  max-height: 500px;
}
.video .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 147px;
  height: 147px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .video .play-video {
    width: 60px;
    height: 60px;
  }
}
.video .play-video svg {
  width: 100%;
  height: auto;
}

.articles-slider {
  background: #fff;
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .articles-slider {
    padding: 50px 0;
  }
}
.articles-slider .swiper-container {
  position: relative;
  margin-top: 30px;
}
.articles-slider .swiper-wrapper {
  width: auto;
  box-sizing: border-box;
}

.tabs__header .row {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabs__header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  text-align: center;
  text-transform: uppercase;
  color: #E4B985;
  border-right: 1px solid #E4B985;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 1439.98px) {
  .tabs__header .title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .tabs__header .title {
    font-size: 16px;
    height: 85px;
  }
}
@media (max-width: 767.98px) {
  .tabs__header .title {
    position: relative;
    border-right: none;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tabs__header .title:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #AC6E44;
  }
  .tabs__header .title br {
    display: block;
  }
}
.tabs__header .title:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .tabs__header .title:last-child:after {
    display: none;
  }
}
.tabs__header .title:hover, .tabs__header .title.active {
  color: #AC6E44;
}
.tabs__tabs div[data-item] {
  display: none;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .tabs__tabs div[data-item] {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.tabs__tabs div[data-item].active {
  display: block;
}

#settore-selection {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease-out, left 0s ease-out 0.3s;
  z-index: 1000;
}
#settore-selection.open {
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
#settore-selection .settori {
  position: relative;
  background: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
  z-index: 5;
}
@media (max-width: 767.98px) {
  #settore-selection .settori {
    overflow-y: auto;
    height: 80vh;
  }
}
#settore-selection .settori__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 0 35px;
  border-right: 1px solid #AC6E44;
}
#settore-selection .settori__item:last-child {
  border-right: none;
}
#settore-selection .settori__item .btn {
  padding: 0 30px;
  margin-top: 10px;
}

.hero-home {
  height: 600px;
}
@media (max-width: 767.98px) {
  .hero-home {
    height: 500px;
  }
}
.hero-home .swiper {
  height: 100%;
}
.hero-home .swiper-slide {
  position: relative;
  height: 100%;
}
.hero-home .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-home .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-home .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 80px;
}
.hero-home .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: #fff;
  background: #fff;
}
.hero-home .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: transparent;
}
.hero-home .container,
.hero-home .row {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero-home .row {
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero-home .row {
    padding: 110px 35px;
  }
}
.hero-home .title {
  color: inherit;
}
.hero-home .title.title--s {
  font-size: 27px;
}
@media (max-width: 767.98px) {
  .hero-home .title.title--s {
    font-size: 20px;
  }
}
.hero-home .swiper-button-next {
  right: 20px;
  z-index: 10;
  top: 50%;
}
.hero-home .swiper-button-prev {
  left: 20px;
  z-index: 10;
  top: 50%;
}
.hero-home .swiper-button-prev, .hero-home .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center/30px auto;
}

.home .settori {
  position: relative;
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -65px;
  z-index: 5;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .home .settori {
    padding: 0;
  }
}
.home .settori__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 0 35px;
  border-right: 1px solid #AC6E44;
}
@media (min-width: 1440px) {
  .home .settori__item {
    padding: 0 70px;
  }
}
@media (max-width: 1439.98px) {
  .home .settori__item {
    min-height: 140px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .home .settori__item {
    border-right: none;
    position: relative;
    padding: 30px 20px;
  }
  .home .settori__item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #AC6E44;
  }
}
.home .settori__item:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .home .settori__item:last-child:after {
    display: none;
  }
}
.home .settori__item .title {
  font-size: 27px;
}
.home .bg-paper {
  padding-bottom: 0 !important;
}
.home .categorie-prodotto-grid {
  margin-top: 45px;
}
.home .categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .home .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .home .categorie-prodotto-grid {
    margin-top: 20px;
  }
}
.home .sezione-1 {
  background-color: #fff;
}
.home .sezione-1__link {
  position: relative;
  display: inline-block;
  padding-bottom: 55px;
  color: #AC6E44;
}
.home .sezione-1__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}
.home .sezione-1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .home .sezione-1 .col-extend {
    width: 100vw;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.home .sezione-valori {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .home .sezione-valori {
    background-size: 15%;
  }
}
@media (max-width: 767.98px) {
  .home .sezione-valori {
    background: none;
  }
}
.home .sezione-valori p {
  color: #42280B;
}
.home .sezione-valori__item {
  display: flex;
  margin-top: 25px;
}
.home .sezione-valori__item > div {
  text-align: center;
}
.home .sezione-valori__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 137px;
  margin: 0 0 12px;
}
.home .sezione-valori__item:first-child {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .home .sezione-valori__item:first-child {
    justify-content: center;
  }
}
.home .sezione-valori__item:nth-child(2) {
  justify-content: center;
}
.home .sezione-valori__item:last-child {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .home .sezione-valori__item:last-child {
    justify-content: center;
  }
}
.home .sezione-valori__item strong {
  color: #42280B;
  line-height: 1.5;
}
.home .sezione-valori__link {
  position: relative;
  display: inline-block;
  padding-top: 55px;
  margin-top: 80px;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .home .sezione-valori__link {
    margin-top: 50px;
  }
}
.home .sezione-valori__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}
.home .sezione-certificazioni {
  padding-top: 100px;
  padding-bottom: 320px !important;
}
@media (max-width: 767.98px) {
  .home .sezione-certificazioni {
    padding-top: 70px;
    padding-bottom: 300px !important;
  }
}
.home .sezione-certificazioni__title {
  text-align: center;
  margin: 0 0 50px 0;
}
.home .sezione-certificazioni__item {
  text-align: center;
  padding: 0px 3rem;
}
@media (max-width: 767.98px) {
  .home .sezione-certificazioni__item {
    margin-bottom: 40px;
  }
  .home .sezione-certificazioni__item:last-child {
    margin-bottom: 0;
  }
}
.home .sezione-certificazioni__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 20px auto;
}
.home .sezione-certificazioni__item strong {
  line-height: 1.5;
}
.home .card-article__header {
  background-color: #eee7de;
  border-radius: 10px;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
}
.home .card-article__header:hover {
  transform: translateY(-20px);
}

.insegne {
  background: #fff;
}

.terms-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.terms-links a {
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #AC6E44;
  margin-right: 24px;
}
.terms-links a.active {
  color: #5AACF5;
}

.blog .card-title, .category-archive .card-title {
  color: inherit;
}
.blog .choice, .category-archive .choice {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #E4B985;
  padding: 0 25px;
  border-right: 1px solid #C4C4C4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 18px;
  word-break: break-all;
  line-height: 2;
}
.blog .choice:hover, .blog .choice.selected, .category-archive .choice:hover, .category-archive .choice.selected {
  color: #AC6E44;
}
.blog .tax-categoria_prodotto, .category-archive .tax-categoria_prodotto {
  background: inherit;
}
.blog .tax-categoria_prodotto .card-prodotto, .category-archive .tax-categoria_prodotto .card-prodotto {
  padding: 0 !important;
}
.blog .mobile-typology .dropdown-content .title-mobile, .category-archive .mobile-typology .dropdown-content .title-mobile {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #E4B985;
  padding: 0 25px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.insegne {
  padding: 100px 0;
}

.post-type-archive-prodotto .bg-paper {
  padding-bottom: 280px;
}
.post-type-archive-prodotto .categorie-prodotto-grid {
  padding-top: 60px;
}
.post-type-archive-prodotto .categorie-prodotto-grid__title span {
  display: block;
  color: #42280B;
}
.post-type-archive-prodotto .categorie-prodotto-grid__grid {
  margin-top: 90px;
}
.post-type-archive-prodotto .categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .post-type-archive-prodotto .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}

.page-template-page-product-category, .tax-categoria_prodotto {
  background: #EEE7DE;
}
.page-template-page-product-category .hero-categoria-prodotto, .tax-categoria_prodotto .hero-categoria-prodotto {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-template-page-product-category .hero-categoria-prodotto, .tax-categoria_prodotto .hero-categoria-prodotto {
    height: 400px;
  }
}
.page-template-page-product-category .hero-categoria-prodotto:before, .tax-categoria_prodotto .hero-categoria-prodotto:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}
.page-template-page-product-category .hero-categoria-prodotto__bg, .tax-categoria_prodotto .hero-categoria-prodotto__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-template-page-product-category .hero-categoria-prodotto .container,
.page-template-page-product-category .hero-categoria-prodotto .row, .tax-categoria_prodotto .hero-categoria-prodotto .container,
.tax-categoria_prodotto .hero-categoria-prodotto .row {
  position: relative;
  z-index: 2;
}
.page-template-page-product-category .hero-categoria-prodotto .row, .tax-categoria_prodotto .hero-categoria-prodotto .row {
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-template-page-product-category .hero-categoria-prodotto .row, .tax-categoria_prodotto .hero-categoria-prodotto .row {
    padding-top: 40px;
  }
}
.page-template-page-product-category .hero-categoria-prodotto .title, .tax-categoria_prodotto .hero-categoria-prodotto .title {
  color: inherit;
}
.page-template-page-product-category .hero-categoria-prodotto__title, .tax-categoria_prodotto .hero-categoria-prodotto__title {
  margin: 10px 0 15px;
}
@media (max-width: 767.98px) {
  .page-template-page-product-category .hero-categoria-prodotto__subtitle, .tax-categoria_prodotto .hero-categoria-prodotto__subtitle {
    font-size: 16px;
    padding-bottom: 4rem;
  }
}
.page-template-page-product-category .categoria-prodotto-description, .tax-categoria_prodotto .categoria-prodotto-description {
  position: relative;
  background: #fff;
  padding: 50px 96.6666666667px;
  margin-top: -70px;
  margin-bottom: 60px;
  z-index: 2;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .page-template-page-product-category .categoria-prodotto-description, .tax-categoria_prodotto .categoria-prodotto-description {
    padding: 40px 30px;
  }
}
.page-template-page-product-category .products-grid, .tax-categoria_prodotto .products-grid {
  margin-bottom: 90px;
}
.page-template-page-product-category .articles-slider, .tax-categoria_prodotto .articles-slider {
  background: #fff;
  text-align: center;
}
.page-template-page-product-category .articles-slider .title, .tax-categoria_prodotto .articles-slider .title {
  color: #000000;
}
.page-template-page-product-category .bg-paper, .tax-categoria_prodotto .bg-paper {
  padding-bottom: 280px;
}
.page-template-page-product-category .categorie-prodotto-grid, .tax-categoria_prodotto .categorie-prodotto-grid {
  padding-top: 60px;
  padding-bottom: 0;
}
.page-template-page-product-category .categorie-prodotto-grid__title, .tax-categoria_prodotto .categorie-prodotto-grid__title {
  color: #000000;
}
.page-template-page-product-category .categorie-prodotto-grid__grid > div:nth-child(2), .tax-categoria_prodotto .categorie-prodotto-grid__grid > div:nth-child(2) {
  margin-top: 0;
}
.page-template-page-product-category .categorie-prodotto-grid .col-margin, .tax-categoria_prodotto .categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .page-template-page-product-category .categorie-prodotto-grid .col-margin, .tax-categoria_prodotto .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}
.page-template-page-product-category .card-article__header, .tax-categoria_prodotto .card-article__header {
  background-color: #eee7de;
  border-radius: 10px;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
}
.page-template-page-product-category .card-article__header:hover, .tax-categoria_prodotto .card-article__header:hover {
  transform: translateY(-20px);
}
.page-template-page-product-category .card-article__header .title, .tax-categoria_prodotto .card-article__header .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.filter-tipologia-prodotto {
  display: inline-block;
  align-content: center;
  margin-bottom: 45px;
}
.filter-tipologia-prodotto .desktop-typology .title {
  align-items: center;
  justify-content: center;
  height: 65px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #E4B985;
  padding: 0 25px;
  border-right: 1px solid #C4C4C4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  transition: 0.3s ease color;
  will-change: color;
}
.filter-tipologia-prodotto .desktop-typology .title:hover {
  color: #AC6E44;
}
@media screen and (max-width: 1020px) {
  .filter-tipologia-prodotto .desktop-typology {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .filter-tipologia-prodotto .mobile-typology {
    display: none;
  }
}
.filter-tipologia-prodotto .mobile-typology .dropbtn {
  background-color: #E4B985;
  color: white;
  padding: 13px 28px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
}
.filter-tipologia-prodotto .mobile-typology .dropdown {
  position: relative;
  display: inline-block;
}
.filter-tipologia-prodotto .mobile-typology .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 136px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.filter-tipologia-prodotto .mobile-typology .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.filter-tipologia-prodotto .mobile-typology .dropdown-content a:hover {
  background-color: #ddd;
}
.filter-tipologia-prodotto .mobile-typology .dropdown:hover .dropdown-content {
  display: block;
}
.filter-tipologia-prodotto .mobile-typology .dropdown:hover .dropbtn {
  background-color: #E4B985;
}
.filter-tipologia-prodotto .mobile-typology .title:first-child {
  padding-left: 0;
}
.filter-tipologia-prodotto .mobile-typology .title {
  align-items: center;
  justify-content: center;
  height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #E4B985;
  padding: 0 25px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .filter-tipologia-prodotto .mobile-typology .title {
    flex: 1 1 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .filter-tipologia-prodotto .mobile-typology .title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .filter-tipologia-prodotto .mobile-typology .title {
    font-size: 20px;
  }
}
.filter-tipologia-prodotto .mobile-typology .title:last-child {
  border-right: none;
}
.filter-tipologia-prodotto .mobile-typology .title:hover, .filter-tipologia-prodotto .mobile-typology .title.selected {
  color: #AC6E44;
}

body.single-post {
  background: #fff url("images/line-g.webp") no-repeat center top/100% auto;
}
body.single-post .btn {
  display: inline-flex !important;
  opacity: 0;
}
@media (max-width: 767.98px) {
  body.single-post .btn {
    display: none !important;
  }
}
body.single-post .single-blog {
  padding-bottom: 80px;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body.single-post .single-blog aside {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 3rem;
  }
}
body.single-post .single-blog aside hr:not([size]) {
  height: 1px;
}
body.single-post .single-blog aside hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
body.single-post .single-blog aside .data-article {
  position: sticky;
  top: 100px;
  margin-top: -3rem;
}
body.single-post .single-blog aside .data-article .social .bi {
  font-size: 20px;
  margin: 3px;
}
body.single-post .single-blog aside .data-article .social .bi-facebook {
  color: #3b5998;
}
body.single-post .single-blog aside .data-article .social .bi-instagram {
  color: #c32aa3;
}
body.single-post .single-blog aside .data-article .social .bi-youtube {
  color: #ff0000;
}
body.single-post .single-blog aside .data-article .social .bi-pinterest {
  color: #bd081c;
}
body.single-post .single-blog aside .data-article .date {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
body.single-post .title {
  font-family: #0d6efd;
}
body.single-post .post-thumbnail {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
body.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  body.single-post .post-thumbnail {
    margin-bottom: 0;
  }
}
body.single-post .info-preperations {
  padding: 20px 15px;
  margin-bottom: 1rem;
  background: #faf9f8;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #AC6E44;
}
body.single-post .info-preperations h4 {
  margin: 0;
}

.entry-content {
  max-width: 65rem;
}
.entry-content ul > li {
  font-size: 18px;
}
.entry-content img {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
.entry-content p.bold-text-image {
  font-weight: 600;
  font-style: italic;
  color: #E2241C;
}

.related-section {
  padding-top: 70px;
  padding-bottom: 280px;
  text-align: center;
}
.related-section .title--l {
  margin-bottom: 10px;
}
.related-section .title--s {
  color: #42280B;
}
.related-section .products-grid {
  margin-top: 55px;
}
@media (max-width: 991.98px) {
  .related-section .card-prodotto {
    margin-bottom: 20px;
  }
}
.related-section__link {
  position: relative;
  display: inline-block;
  padding-top: 55px;
  margin-top: 60px;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .related-section__link {
    margin-top: 30px;
  }
}
.related-section__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}

.hero-product {
  position: relative;
  height: 600px;
}
@media (max-width: 767.98px) {
  .hero-product {
    height: 400px;
  }
}
.hero-product:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-product__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-product .container,
.hero-product .row {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero-product .row {
  align-content: flex-start;
  padding-top: 200px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero-product .row {
    padding-top: 100px;
  }
}
.hero-product .title {
  color: inherit;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .hero-product .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .hero-product__subtitle {
    font-size: 16px;
  }
}
.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.prodotto-content {
  position: relative;
  padding-bottom: 80px;
}
.prodotto-content:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(83.3333333333% - 20px);
  height: 70px;
  background: #EEE7DE;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 991.98px) {
  .prodotto-content:before {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  .prodotto-content:before {
    display: none;
  }
}

.prodotto-image {
  position: relative;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 60px;
  z-index: 2;
}
@media (max-width: 860px) {
  .prodotto-image {
    margin-bottom: 0;
  }
}
.prodotto-image img {
  height: 390px;
  margin-top: 0px;
}
@media (max-width: 860px) {
  .prodotto-image img {
    margin-bottom: 40px;
  }
}

.prodotto-text {
  padding-right: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .prodotto-text {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .prodotto-text {
    padding-right: 0;
  }
}

.prodotto-data {
  margin-top: 20px;
}
.prodotto-data ul {
  list-style: none;
  padding: 0;
}
.prodotto-data li {
  display: flex;
  margin: 0 !important;
  border-bottom: 1px solid #C4C4C4;
}
.prodotto-data li:last-child {
  border-bottom: none;
}
.prodotto-data__key {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 41px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.prodotto-data__key span {
  position: absolute;
  left: 100%;
}
.prodotto-data__value {
  flex: 1 1 auto;
  padding: 15px 0;
}
.prodotto-data__value table {
  width: 100%;
  margin: 0;
}
.prodotto-data__value th, .prodotto-data__value td {
  border: none;
  font-weight: normal;
  vertical-align: top;
  padding: 0 0 6px 0;
}
.prodotto-data__value th {
  padding-right: 30px;
}
.prodotto-data__value td {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .prodotto-details {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .prodotto-details {
    margin-top: 60px;
  }
}
.prodotto-details .accordion {
  border-bottom: 1px solid #C4C4C4;
}
.prodotto-details .accordion__toggle {
  position: relative;
  display: flex;
  height: 70px;
  align-items: center;
  margin: 0;
  color: #42280B;
  cursor: pointer;
}
.prodotto-details .accordion__toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 30px;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s ease-out;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%2342280B%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.prodotto-details .accordion__toggle + div {
  display: none;
  padding-bottom: 40px;
}
.prodotto-details .accordion.active .accordion__toggle:after {
  transform: translate(0, -50%) rotate(-90deg);
}

.related-products {
  padding-top: 70px;
  padding-bottom: 280px;
  text-align: center;
}
.related-products .title--l {
  margin-bottom: 10px;
}
.related-products .products-grid {
  margin-top: 55px;
}
@media (max-width: 991.98px) {
  .related-products .card-prodotto {
    margin-bottom: 20px;
  }
}
.related-products__link {
  position: relative;
  display: inline-block;
  padding-top: 55px;
  margin-top: 60px;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .related-products__link {
    margin-top: 30px;
  }
}
.related-products__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}

.page-template-page-contatti .form-contact {
  padding-bottom: 320px !important;
}
.page-template-page-contatti #site-footer .contatti {
  display: none;
}
.page-template-page-contatti .home .settori {
  position: relative;
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -65px;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .settori {
    padding: 0;
  }
}
.page-template-page-contatti .home .settori__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 0 35px;
  border-right: 1px solid #AC6E44;
}
@media (min-width: 1440px) {
  .page-template-page-contatti .home .settori__item {
    padding: 0 70px;
  }
}
@media (max-width: 1439.98px) {
  .page-template-page-contatti .home .settori__item {
    min-height: 140px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .settori__item {
    border-right: none;
    position: relative;
    padding: 30px 20px;
  }
  .page-template-page-contatti .home .settori__item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #AC6E44;
  }
}
.page-template-page-contatti .home .settori__item:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .settori__item:last-child:after {
    display: none;
  }
}
.page-template-page-contatti .home .settori__item .title {
  font-size: 27px;
}
.page-template-page-contatti .home .bg-paper {
  padding-bottom: 0 !important;
}
.page-template-page-contatti .home .categorie-prodotto-grid {
  margin-top: 45px;
}
.page-template-page-contatti .home .categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .categorie-prodotto-grid {
    margin-top: 20px;
  }
}
.page-template-page-contatti .home .sezione-1 {
  background-color: #fff;
}
.page-template-page-contatti .home .sezione-1__link {
  position: relative;
  display: inline-block;
  padding-bottom: 55px;
  color: #AC6E44;
}
.page-template-page-contatti .home .sezione-1__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}
.page-template-page-contatti .home .sezione-1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .page-template-page-contatti .home .sezione-1 .col-extend {
    width: 100vw;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.page-template-page-contatti .home .sezione-valori {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: url("images/deco-foglia-sx.png") left bottom -60px no-repeat, url("images/deco-foglia-dx.png") right top 60px no-repeat, #EEE7DE;
}
@media (max-width: 1439.98px) {
  .page-template-page-contatti .home .sezione-valori {
    background-size: 15%;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-valori {
    background: none;
  }
}
.page-template-page-contatti .home .sezione-valori p {
  color: #42280B;
}
.page-template-page-contatti .home .sezione-valori__item {
  display: flex;
  margin-top: 25px;
}
.page-template-page-contatti .home .sezione-valori__item > div {
  text-align: center;
}
.page-template-page-contatti .home .sezione-valori__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 137px;
  margin: 0 0 12px;
}
.page-template-page-contatti .home .sezione-valori__item:first-child {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-valori__item:first-child {
    justify-content: center;
  }
}
.page-template-page-contatti .home .sezione-valori__item:nth-child(2) {
  justify-content: center;
}
.page-template-page-contatti .home .sezione-valori__item:last-child {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-valori__item:last-child {
    justify-content: center;
  }
}
.page-template-page-contatti .home .sezione-valori__item strong {
  color: #42280B;
  line-height: 1.5;
}
.page-template-page-contatti .home .sezione-valori__link {
  position: relative;
  display: inline-block;
  padding-top: 55px;
  margin-top: 80px;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-valori__link {
    margin-top: 50px;
  }
}
.page-template-page-contatti .home .sezione-valori__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 40px;
  background: #AC6E44;
}
.page-template-page-contatti .home .sezione-certificazioni {
  padding-top: 100px;
  padding-bottom: 320px !important;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-certificazioni {
    padding-top: 70px;
    padding-bottom: 300px !important;
  }
}
.page-template-page-contatti .home .sezione-certificazioni__title {
  text-align: center;
  margin: 0 0 50px 0;
}
.page-template-page-contatti .home .sezione-certificazioni__item {
  text-align: center;
  padding: 0px 3rem;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .home .sezione-certificazioni__item {
    margin-bottom: 40px;
  }
  .page-template-page-contatti .home .sezione-certificazioni__item:last-child {
    margin-bottom: 0;
  }
}
.page-template-page-contatti .home .sezione-certificazioni__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 20px auto;
}
.page-template-page-contatti .home .sezione-certificazioni__item strong {
  line-height: 1.5;
}
.page-template-page-contatti .home .card-article__header {
  background-color: #eee7de;
  border-radius: 10px;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
}
.page-template-page-contatti .home .card-article__header:hover {
  transform: translateY(-20px);
}
.page-template-page-contatti .settori {
  position: relative;
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -65px;
  z-index: 5;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .settori {
    padding: 0;
  }
}
.page-template-page-contatti .settori__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 0 35px;
  border-right: 1px solid #AC6E44;
}
@media (min-width: 1440px) {
  .page-template-page-contatti .settori__item {
    padding: 0 70px;
  }
}
@media (max-width: 1439.98px) {
  .page-template-page-contatti .settori__item {
    min-height: 140px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .settori__item {
    border-right: none;
    position: relative;
    padding: 30px 20px;
  }
  .page-template-page-contatti .settori__item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #AC6E44;
  }
}
.page-template-page-contatti .settori__item:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .page-template-page-contatti .settori__item:last-child:after {
    display: none;
  }
}
.page-template-page-contatti .settori__item .title {
  font-size: 27px;
}
.page-template-page-contatti .bg-paper {
  padding-bottom: 0 !important;
}

.page-dove-trovarci .store-locator {
  padding-top: 150px;
  padding-bottom: 320px !important;
}
.page-dove-trovarci .store-locator .region-select {
  background-image: url("http://asiagofood.noooserver.com/wp-content/uploads/2023/02/arrow-dw.svg");
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  width: 200px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .page-dove-trovarci .store-locator .region-select {
    width: 100%;
  }
}
.page-dove-trovarci .store-locator .grid .element-item .image {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.page-dove-trovarci .store-locator .grid .element-item .image img {
  background-color: #fff;
  padding: 25px;
  width: 100%;
  margin: 20px 0;
  height: 100%;
  object-fit: contain;
}
/*--------------------------------------------------------------
Mega menu
--------------------------------------------------------------*/
#mega-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  background: #eee7de;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: auto;
  z-index: 990;
  opacity: 0;
  transition: opacity 300ms, left 0s 300ms;
}
.menu-open #mega-menu {
  left: 0;
  opacity: 1;
  transition: opacity 300ms;
}
#mega-menu .container {
  position: relative;
  min-height: 100%;
}
#mega-menu .container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 47.9166666667%;
  width: 44.0277777778%;
  height: 100vh;
  background: url("images/deco-funghi-big.svg") no-repeat center bottom 70px/contain;
  pointer-events: none;
}
#mega-menu .row {
  min-height: 100%;
  padding-top: 230px;
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  #mega-menu .row {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
#mega-menu #mega-menu-widgets-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese {
    margin-bottom: 40px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down:before {
  transform: rotate(0deg);
  transition: 0.5s ease transform;
  will-change: transform;
  font-size: 35px;
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down:before {
    font-size: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down.active:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down.active:before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
    margin-bottom: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item:last-child, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item:last-child {
  margin-bottom: 0;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
  position: relative;
  display: inline-block;
  font-family: "Roboto Slab";
  font-size: 48px;
  font-weight: bold;
  color: #AC6E44;
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
    font-size: 24px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item[class*=current] > a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item[class*=current] > a {
  color: #000000;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu {
  list-style: disc;
  margin-top: 10px;
  color: #AC6E44;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s ease height;
  will-change: height;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li {
  margin-bottom: 10px;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a {
  font-size: 23px;
  transform: translateX(0);
  transition: 0.3s ease transform;
  will-change: transform;
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a {
    font-size: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a:hover, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a:hover {
  transform: translateX(10px);
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu.active-sub, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu.active-sub {
  overflow: visible;
  height: 100px;
  pointer-events: all;
}
#mega-menu #menu-navigazione-mega-menu-2 {
  margin-bottom: 30px;
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item {
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  #mega-menu #menu-navigazione-mega-menu-2 .menu-item {
    margin-right: 30px;
  }
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item:last-child {
  margin-right: 0;
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item a {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  #mega-menu #menu-navigazione-mega-menu-2 .menu-item a {
    font-size: 16px;
  }
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item[class*=current] > a {
  color: #AC6E44;
}
#mega-menu .social a {
  margin-right: 20px;
}
#mega-menu .social svg {
  width: 26px;
  height: 26px;
}
#mega-menu .social svg path {
  fill: #000000;
}

.hero-single-post__back {
  margin-top: 64px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-single-post__back {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.hero-single-post__back a {
  font-family: "Roboto Slab";
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .hero-single-post__back a {
    font-size: 12px;
  }
}
.hero-single-post .new-post-tag {
  margin-right: 2px;
  background-size: 12px auto;
  vertical-align: bottom;
  margin-bottom: -5px;
}
.hero-single-post__categories {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.hero-single-post__categories a {
  display: inline-block;
  background: #AC6E44;
  border-radius: 4px;
  padding: 2px 6px;
  margin-right: 6px;
}
.hero-single-post__date {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
}
.hero-single-post .title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-single-post .title {
    margin-top: 32px;
  }
}

.category-archive .single-post, .category-archive .card-post, .blog .single-post, .blog .card-post, .related-section .single-post, .related-section .card-post {
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
  will-change: transform, background-color;
}
.category-archive .single-post:hover, .category-archive .card-post:hover, .blog .single-post:hover, .blog .card-post:hover, .related-section .single-post:hover, .related-section .card-post:hover {
  transform: translateY(-10px);
}
.category-archive .single-post__image, .category-archive .card-post__image, .blog .single-post__image, .blog .card-post__image, .related-section .single-post__image, .related-section .card-post__image {
  display: flex;
  justify-content: center;
}
.category-archive .single-post__image img, .category-archive .card-post__image img, .blog .single-post__image img, .blog .card-post__image img, .related-section .single-post__image img, .related-section .card-post__image img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.category-archive .single-post__title, .category-archive .card-post__title, .blog .single-post__title, .blog .card-post__title, .related-section .single-post__title, .related-section .card-post__title {
  font-weight: bold;
}
.category-archive .single-post__date, .category-archive .card-post__date, .blog .single-post__date, .blog .card-post__date, .related-section .single-post__date, .related-section .card-post__date {
  font-size: 12px;
  line-height: 1.6;
}
.category-archive .single-post .body-text, .category-archive .card-post .body-text, .blog .single-post .body-text, .blog .card-post .body-text, .related-section .single-post .body-text, .related-section .card-post .body-text {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.category-archive .single-post .body-text .wrapp-text, .category-archive .card-post .body-text .wrapp-text, .blog .single-post .body-text .wrapp-text, .blog .card-post .body-text .wrapp-text, .related-section .single-post .body-text .wrapp-text, .related-section .card-post .body-text .wrapp-text {
  display: block;
  padding: 0 1rem 0;
}
.category-archive .single-post .card, .category-archive .card-post .card, .blog .single-post .card, .blog .card-post .card, .related-section .single-post .card, .related-section .card-post .card {
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .category-archive .single-post .card, .category-archive .card-post .card, .blog .single-post .card, .blog .card-post .card, .related-section .single-post .card, .related-section .card-post .card {
    margin-top: 1rem;
  }
}
.category-archive .single-post .btn, .category-archive .card-post .btn, .blog .single-post .btn, .blog .card-post .btn, .related-section .single-post .btn, .related-section .card-post .btn {
  display: none;
}

.category-archive {
  margin-bottom: 150px;
}

.hero-page {
  position: relative;
  height: 600px;
}
@media (max-width: 767.98px) {
  .hero-page {
    height: 400px;
  }
}
.hero-page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-page .container,
.hero-page .row {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero-page .row {
  align-content: flex-start;
  padding-top: 145px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero-page .row {
    padding-top: 60px;
  }
}
.hero-page .title {
  color: inherit;
}
.hero-page .title.title--s {
  font-size: 27px;
}
@media (max-width: 767.98px) {
  .hero-page .title.title--s {
    font-size: 20px;
  }
}
.hero-page__title {
  margin: 0 0 15px !important;
}

.page .page-main-content {
  position: relative;
  background: #fff;
  padding: 50px 96.6666666667px;
  margin-top: -70px;
  margin-bottom: 60px;
  z-index: 2;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .page .page-main-content {
    padding: 40px 30px;
  }
}
.page .bg-paper {
  padding-bottom: 280px;
}
.page .categorie-prodotto-grid {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .page .categorie-prodotto-grid {
    padding-top: 40px;
  }
}
.page .categorie-prodotto-grid__title span {
  display: block;
  color: #42280B;
}
.page .categorie-prodotto-grid__grid {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .page .categorie-prodotto-grid__grid {
    margin-top: 50px;
  }
}
.page .categorie-prodotto-grid .col-margin {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .page .categorie-prodotto-grid .col-margin {
    margin-top: 45px;
  }
}

@media (max-width: 991.98px) {
  .page-template-page-chi-siamo .tabs__tabs div[data-item="0"] .col-extend {
    width: 100vw;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 767.98px) {
  .page-template-page-chi-siamo .col-extend {
    width: 100vw;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.paging-navigation {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 0 300px;
}
.paging-navigation .prev.page-numbers,
.paging-navigation .next.page-numbers {
  color: #fff;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 21%22%3E%3Cpath d%3D%22m14.458 13.944-6.5 6.556-6.5-6.556M8.024.732v19.702%22 stroke%3D%22%23AC6E44%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/14px auto;
  transform: rotate(-90deg);
  text-indent: 110%;
  overflow: hidden;
}
.paging-navigation .prev.page-numbers:hover,
.paging-navigation .next.page-numbers:hover {
  background: #AC6E44 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 21%22%3E%3Cpath d%3D%22m14.458 13.944-6.5 6.556-6.5-6.556M8.024.732v19.702%22 stroke%3D%22%23fff%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/14px auto;
}
.paging-navigation .prev.page-numbers {
  transform: rotate(90deg);
}
.paging-navigation .page-numbers {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  vertical-align: top;
}
@media (max-width: 575.98px) {
  .paging-navigation .page-numbers {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.paging-navigation .page-numbers:hover {
  background: #AC6E44;
  color: #fff;
}
.paging-navigation .page-numbers.current, .paging-navigation .page-numbers.current:hover {
  background: #AC6E44;
  color: #fff;
}
.paging-navigation .screen-reader-text {
  display: none;
}

/*--------------------------------------------------------------
Slideshow
--------------------------------------------------------------*/
:root {
  --swiper-theme-color: #AC6E44;
  --swiper-navigation-size: 40px;
}
@media (max-width: 767.98px) {
  :root {
    --swiper-navigation-size: 40px;
  }
}

.swiper:not(.disabled) {
  cursor: grab;
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}

.swiper-button-prev {
  left: -35px;
  right: auto;
}
@media (max-width: 767.98px) {
  .swiper-button-prev {
    left: -30px;
  }
}

.swiper-button-next {
  right: -35px;
  left: auto;
}
@media (max-width: 767.98px) {
  .swiper-button-next {
    right: -30px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23E4B985%22%2F%3E%3C%2Fsvg%3E") no-repeat center/18px auto;
  transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    background-size: 10px auto;
    top: 40%;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-horizontal > .swiper-pagination-bullets {
  height: 15px;
  bottom: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border: 2px solid #AC6E44;
  background: #AC6E44;
  opacity: 1;
  vertical-align: top;
  transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: transparent;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery.gallery-display-as-slideshow {
  display: block;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-page-with-sidebar .narrow-content .gallery.gallery-display-as-slideshow {
    margin: 0 55px;
  }
}
@media (max-width: 767.98px) {
  .gallery.gallery-display-as-slideshow {
    margin: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .gallery.gallery-display-as-slideshow {
    margin: 0 20px;
  }
}
.gallery.gallery-display-as-slideshow .flickity-slider {
  display: flex;
  align-items: center;
}
.gallery.gallery-display-as-slideshow .gallery-item {
  margin: 0;
  width: 20%;
  max-width: 20%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-page-with-sidebar .narrow-content .gallery.gallery-display-as-slideshow .gallery-item {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .gallery.gallery-display-as-slideshow .gallery-item {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .gallery.gallery-display-as-slideshow .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
Venobox
--------------------------------------------------------------*/
.vbox-container {
  overflow-y: auto;
}

/* visualizza le immagini nella lightbox senza farle uscire dallo schermo */
/*.vbox-content{
	height: 100%;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vbox-container img {
	height: auto !important;
	max-height: 100%;
}*/
.vbox-next,
.vbox-prev {
  width: 60px;
  height: 60px;
  margin-top: 0;
  transform: translate(0, -50%) rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 21%22%3E%3Cpath d%3D%22m14.458 13.944-6.5 6.556-6.5-6.556M8.024.732v19.702%22 stroke%3D%22%23AC6E44%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/30px auto;
}
.vbox-next span,
.vbox-prev span {
  display: none;
}

.vbox-next {
  right: 30px;
}

.vbox-prev {
  transform: translate(0, -50%) rotate(90deg);
}

.cover {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cover:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cover h1, .cover p {
  color: #fff;
}

/*--------------------------------------------------------------
Placeholder
--------------------------------------------------------------*/
:root {
  --placeholder-color: rgba(172, 110, 68, 0.5);
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}

:-moz-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}

::-moz-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}

/*--------------------------------------------------------------
Form contatti
--------------------------------------------------------------*/
div.wpcf7 {
  width: 100%;
}

span.wpcf7-form-control-wrap.your-recipient:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 15px;
  height: 15px;
  clip-path: polygon(49% 70%, 0 0, 100% 0);
  background: #AC6E44;
}

form .wpcf7-form-control-wrap:not(.privacy),
.wpcf7-form .wpcf7-form-control-wrap:not(.privacy) {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
form .input-wrapper,
.wpcf7-form .input-wrapper {
  position: relative;
  padding-top: 20px;
}
form .input-wrapper:not(.focused) label,
.wpcf7-form .input-wrapper:not(.focused) label {
  font-size: 16px;
  pointer-events: none;
}
form label,
.wpcf7-form label {
  display: block;
  color: #AAAAAA;
  line-height: 1.4;
}
form label[for=tipo-richiesta],
.wpcf7-form label[for=tipo-richiesta] {
  padding: 0;
  margin: 0;
}
form label[for=tipo-richiesta] + div,
.wpcf7-form label[for=tipo-richiesta] + div {
  display: none;
}
form br,
.wpcf7-form br {
  display: none;
}
form a,
.wpcf7-form a {
  color: #AC6E44;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=file],
form select,
form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=file],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: normal;
  padding: 0 16px;
  height: 25px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  color: #000000;
  line-height: 1.4;
  -webkit-appearance: none;
}
@media (max-width: 767.98px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=date],
  form input[type=file],
  form select,
  form textarea,
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form input[type=file],
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 17px;
    padding: 0 10px;
    height: 50px;
  }
}
form input[type=text].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=date].wpcf7-not-valid,
form input[type=file].wpcf7-not-valid,
form select.wpcf7-not-valid,
form textarea.wpcf7-not-valid,
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form input[type=date].wpcf7-not-valid,
.wpcf7-form input[type=file].wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  background: hsl(0, 50%, 96%);
  border-color: #ecbbbb;
}
form select option,
.wpcf7-form select option {
  font-family: sans-serif;
  color: #42280B;
}
form .select-wrapper,
form .wpcf7-form-control-wrap.modello,
form .wpcf7-form-control-wrap.evento,
.wpcf7-form .select-wrapper,
.wpcf7-form .wpcf7-form-control-wrap.modello,
.wpcf7-form .wpcf7-form-control-wrap.evento {
  position: relative;
}
form .select-wrapper:after,
form .wpcf7-form-control-wrap.modello:after,
form .wpcf7-form-control-wrap.evento:after,
.wpcf7-form .select-wrapper:after,
.wpcf7-form .wpcf7-form-control-wrap.modello:after,
.wpcf7-form .wpcf7-form-control-wrap.evento:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2218%22 height%3D%2231%22 viewBox%3D%220 0 18 31%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M4.4077 1.2322C3.4313.256 1.8484.256.872 1.2322c-.9763.9763-.9763 2.5593 0 3.5356l3.5356-3.5356Zm10.8726 14.4082 1.7677 1.7677c.9764-.9763.9764-2.5592 0-3.5355l-1.7677 1.7678ZM.8721 26.513c-.9763.9763-.9763 2.5592 0 3.5355.9763.9763 2.5593.9763 3.5356 0L.872 26.513Zm0-21.7452L13.5125 17.408l3.5355-3.5355L4.4077 1.2322.872 4.7678Zm12.6404 9.1048L.8721 26.513l3.5356 3.5355L17.048 17.4081l-3.5355-3.5355Z%22 fill%3D%22%23E4B985%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
form .attachment-file,
.wpcf7-form .attachment-file {
  margin-top: 40px;
}
form textarea,
.wpcf7-form textarea {
  overflow: hidden;
  height: auto;
  padding: 20px;
}
form input[type=checkbox],
form input[type=radio],
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  margin-right: 10px;
}
form input[type=file],
.wpcf7-form input[type=file] {
  font-size: 14px;
  border-bottom: none;
  height: auto;
  padding: 0 0 2px;
  margin-top: 0;
}
form .hint,
.wpcf7-form .hint {
  font-size: 12px;
  margin-top: -22px;
  display: block;
  color: #666;
  padding-left: 2px;
}
@media (max-width: 575.98px) {
  form .hint,
  .wpcf7-form .hint {
    margin-top: -15px;
  }
}
form .consent,
form .privacy,
form .marketing,
form .gdpr,
form .newsletter,
form .mc4wp-checkbox,
.wpcf7-form .consent,
.wpcf7-form .privacy,
.wpcf7-form .marketing,
.wpcf7-form .gdpr,
.wpcf7-form .newsletter,
.wpcf7-form .mc4wp-checkbox {
  display: block;
}
form .consent label,
form .privacy label,
form .marketing label,
form .gdpr label,
form .newsletter label,
form .mc4wp-checkbox label,
.wpcf7-form .consent label,
.wpcf7-form .privacy label,
.wpcf7-form .marketing label,
.wpcf7-form .gdpr label,
.wpcf7-form .newsletter label,
.wpcf7-form .mc4wp-checkbox label {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  opacity: 1;
}
form .consent .toggle-control,
form .privacy .toggle-control,
form .marketing .toggle-control,
form .gdpr .toggle-control,
form .newsletter .toggle-control,
form .mc4wp-checkbox .toggle-control,
.wpcf7-form .consent .toggle-control,
.wpcf7-form .privacy .toggle-control,
.wpcf7-form .marketing .toggle-control,
.wpcf7-form .gdpr .toggle-control,
.wpcf7-form .newsletter .toggle-control,
.wpcf7-form .mc4wp-checkbox .toggle-control {
  flex-shrink: 0;
  margin: 0 12px 0 0;
}
form .consent a,
form .privacy a,
form .marketing a,
form .gdpr a,
form .newsletter a,
form .mc4wp-checkbox a,
.wpcf7-form .consent a,
.wpcf7-form .privacy a,
.wpcf7-form .marketing a,
.wpcf7-form .gdpr a,
.wpcf7-form .newsletter a,
.wpcf7-form .mc4wp-checkbox a {
  text-decoration: underline;
}

.wpcf7 form .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.wpcf7 form .wpcf7-list-item.last {
  margin: 0;
}
.wpcf7 form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  padding: 0;
  margin: 5px 0 0;
}
.wpcf7 form .wpcf7-response-output {
  border-width: 2px;
  border-radius: 3px;
  padding: 20px;
  margin: 30px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fabb00;
  background: rgba(250, 187, 0, 0.15);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #82c643;
  background: rgba(130, 198, 67, 0.15);
}
.wpcf7 form .wpcf7-spinner {
  display: none;
  margin: 15px auto;
}
.wpcf7 form.submitting .wpcf7-spinner {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-disclaimer {
  font-size: 13px;
  text-align: center;
  color: #646464;
  margin-top: 16px;
}

.mc4wp-alert {
  border-width: 3px;
  border-style: solid;
  border-radius: 15px;
  padding: 15px 20px;
  line-height: 1;
  margin: 30px 0 0;
}
.mc4wp-alert.mc4wp-error {
  color: #946f00;
  border-color: #ffe494;
  background: #fff1c7;
}
.mc4wp-alert.mc4wp-success {
  color: #507d26;
  border-color: #d0eab8;
  background: #eaf5e0;
}

/*--------------------------------------------------------------
Toggle
--------------------------------------------------------------*/
.toggle-control {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin: -1px 6px 0 0;
  vertical-align: top;
  cursor: pointer;
}
.toggle-control--checkbox.toggle-control--active {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 22.799 21.129%22%3E%3Cpath fill%3D%22none%22 stroke%3D%22%23000000%22 d%3D%22m.397 10.864 7.211 9.433 14.789-20%22 vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
}
.toggle-control--radio {
  border-radius: 50%;
}
.toggle-control--radio.toggle-control--active {
  border-color: #E4B985;
  background: #E4B985;
}
.toggle-control--radio.toggle-control--active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.toggle-control--switch {
  position: relative;
  width: 35px;
  height: 17px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}
.toggle-control--switch:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  background: linear-gradient(182.62deg, #093E78 0%, #001D3C 100%);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.toggle-control--switch.toggle-control--active:after {
  left: 100%;
  transform: translate(-100%, 0);
}

/*--------------------------------------------------------------
Search form
--------------------------------------------------------------*/
.search-form {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form label {
  padding: 0;
  flex-grow: 1;
}
.search-form input[type=search] {
  width: 100%;
  height: 56px; /* IE 11 */
  font-size: 20px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #000000;
}
.search-form button {
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.search-form button .icon-search {
  display: inline-block;
  width: 17px;
  height: 100%;
  margin-left: 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 250.313 250.313%22%3E%3Cpath d%3D%22M244.186 214.604l-54.379-54.378c-.289-.289-.628-.491-.93-.76 10.7-16.231 16.945-35.66 16.945-56.554C205.822 46.075 159.747 0 102.911 0S0 46.075 0 102.911c0 56.835 46.074 102.911 102.91 102.911 20.895 0 40.323-6.245 56.554-16.945.269.301.47.64.759.929l54.38 54.38c8.169 8.168 21.413 8.168 29.583 0 8.168-8.169 8.168-21.413 0-29.582zm-141.275-44.458c-37.134 0-67.236-30.102-67.236-67.235 0-37.134 30.103-67.236 67.236-67.236 37.132 0 67.235 30.103 67.235 67.236s-30.103 67.235-67.235 67.235z%22 fill%3D%22%23fff%22 fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center/17px;
  vertical-align: top;
}
.search-form button .icon-close {
  display: inline-block;
  width: 17px;
  height: 100%;
  margin-left: 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 12.9192 12.9192%22%3E%3Cpath fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-miterlimit%3D%2210%22 stroke-width%3D%221.3%22 d%3D%22M.4596.4596l12 12M12.4596.4596l-12 12%22%2F%3E%3C%2Fsvg%3E") no-repeat center/14px;
  vertical-align: top;
}

/*--------------------------------------------------------------
Search results
--------------------------------------------------------------*/
body.search .entry-header .search-form {
  margin-left: -20px;
  margin-bottom: 37px;
}
body.search .search-submit {
  display: none;
}
body.search #results-count {
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: bold;
  color: #E4B985;
  margin-bottom: 16px;
}
body.search #results-count span {
  color: #fff;
}
body.search #search-results {
  background: #e1e1e1;
  padding: 60px 0 30px;
}

body.search-no-results #search-results h1,
body.error404 #search-results h1 {
  color: #000000;
}
body.search-no-results #search-results a:not(.button),
body.error404 #search-results a:not(.button) {
  display: inline-block;
}
body.search-no-results #search-results .button,
body.error404 #search-results .button {
  width: 100%;
}

span.wpcf7-list-item-label {
  color: #AC6E44;
}

form .wpcf7-select {
  height: 60px;
}
form .buttons-download {
  padding-top: 50px;
}
form .buttons-download input {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
form .cta-default {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.form-contact .sticky-container {
  position: sticky;
  top: 100px;
  left: 0;
}

.page-offerte-di-lavoro .works-list {
  padding-bottom: 300px;
  padding-top: 50px;
}
.page-offerte-di-lavoro .works-list .box-work {
  border: 1px solid #AC6E44;
  padding: 1rem;
}
.page-offerte-di-lavoro .works-list .box-work .informations {
  margin-bottom: 1rem;
}
.page-offerte-di-lavoro .works-list .box-work .informations p {
  font-size: 16px;
}
.page-offerte-di-lavoro .works-list .box-work .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.page-offerte-di-lavoro .works-list .box-work p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}

/*--------------------------------------------------------------
Popup
--------------------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(221.98deg, rgba(30, 48, 125, 0.85) 0%, rgba(11, 0, 29, 0.85) 100%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out 0.1s, visibility 0s 0.4s, left 0s 0.4s;
}
.popup-open .popup--active {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
.popup > .container,
.popup > .container-fluid,
.popup > .container-sm,
.popup > .container-md,
.popup > .container-lg,
.popup > .container-xl {
  height: 100%;
}
.popup > .container > .row,
.popup > .container-fluid > .row,
.popup > .container-sm > .row,
.popup > .container-md > .row,
.popup > .container-lg > .row,
.popup > .container-xl > .row {
  height: 100%;
  align-items: center;
}
.popup__content {
  position: relative;
  display: flex;
  flex-flow: column;
  height: auto;
  max-height: calc(100vh - 96px);
  opacity: 0;
  visibility: visible;
  border: none;
  background: #fff;
  transform: translate(0, -100px);
  transition: all 0.3s ease-out 0s;
  z-index: auto;
}
@media (max-width: 991.98px) {
  .popup__content {
    margin-top: 60px;
  }
}
.popup-open .popup--active .popup__content {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s ease-out 0.1s;
}
.popup--loading .popup__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 style%3D%22margin%3Aauto%22 viewBox%3D%220 0 100 100%22 preserveAspectRatio%3D%22xMidYMid%22 display%3D%22block%22%3E%3Cg%3E%3Cpath d%3D%22M50 15a35 35 0 1033.287 24.1844%22 fill%3D%22none%22 stroke%3D%22%23E4B985%22 stroke-width%3D%2210%22%2F%3E%3Cpath d%3D%22M49-1v32l16-16L49-1%22 fill%3D%22%23E4B985%22%2F%3E%3CanimateTransform attributeName%3D%22transform%22 type%3D%22rotate%22 repeatCount%3D%22indefinite%22 dur%3D%221.25s%22 values%3D%220 50 50%3B360 50 50%22 keyTimes%3D%220%3B1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/40px 40px;
  z-index: 50;
}
.popup__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  padding: 0 70px;
}
@media (max-width: 767.98px) {
  .popup__title {
    flex: 0 0 30px;
  }
}
.popup__title:empty {
  padding: 0;
}
.popup__title > span, .popup__title > p, .popup__title > .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup__body {
  max-width: 1280px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup--loading .popup__body {
  overflow: hidden;
}
.popup__footer {
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #EEE7DE;
}
@media (max-width: 767.98px) {
  .popup__footer {
    flex-wrap: wrap;
  }
}
.popup__footer:empty {
  padding: 0;
  flex: 0 0 40px;
  border-top: none;
}
@media (max-width: 767.98px) {
  .popup__footer:empty {
    flex: 0 0 30px;
  }
}
.popup__close {
  position: absolute;
  top: -30px;
  right: -72px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 60;
}
@media (max-width: 991.98px) {
  .popup__close {
    top: -62px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .popup__close svg {
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#site-footer {
  position: relative;
  padding-top: 1px;
  padding-bottom: 125px;
  color: #fff;
  background: #333333;
}
@media (max-width: 991.98px) {
  #site-footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  #site-footer {
    text-align: center;
  }
}
#site-footer .cta-footer {
  margin-top: -200px;
  margin-bottom: 155px;
}
@media (max-width: 991.98px) {
  #site-footer .cta-footer {
    margin-bottom: 100px;
  }
}
#site-footer .cta-footer__item {
  height: 315px;
  padding: 65px 60px 40px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
}
#site-footer .cta-footer__item:hover {
  transform: translateY(-20px);
}
@media (max-width: 991.98px) {
  #site-footer .cta-footer__item {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  #site-footer .cta-footer__item {
    height: 230px;
  }
}
#site-footer .cta-footer__item p {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #site-footer .footer-widgets {
    margin-bottom: 60px;
  }
}
#site-footer .widget-title {
  margin: 0 0 5px;
}
#site-footer a {
  color: inherit;
  text-decoration: none;
}
#site-footer address {
  margin-bottom: 1.2em;
}
#site-footer ul.menu li:not(:last-child) {
  margin-bottom: 0.2em;
}
#site-footer .social a {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  #site-footer .social a {
    margin-right: 15px;
  }
}
#site-footer .social svg {
  width: 16px;
  height: 16px;
}
#site-footer .social svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*svg path {
	fill: currentColor;
}*/
[class^=icon-] {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: 110%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  white-space: nowrap;
  vertical-align: top;
}

/*.icon-email {
	background-image: embed-svg('email', $primary-text-color);
}*/
/*
.icon-address {
	background-image: embed-svg('address', $white);
}

.icon-telephone {
	background-image: embed-svg('telephone', $white);
}

.icon-facebook {
	background-image: embed-svg('ico_facebook', $primary-text-color);

	#mega-menu & {
		background-image: embed-svg('ico_facebook', $white);
	}
}
*/
/*.icon-linkedin {
	background-image: embed-svg('ico_linkedin', $primary-color);

	#mega-menu & {
		background-image: embed-svg('ico_linkedin', $white);
	}
}*/
/*
.icon-instagram {
	background-image: embed-svg('ico_instagram', $primary-text-color);

	#mega-menu & {
		background-image: embed-svg('ico_instagram', $white);
	}
}

.icon-tiktok {
	background-image: embed-svg('ico_tiktok', $primary-text-color);

	#mega-menu & {
		background-image: embed-svg('ico_tiktok', $white);
	}
}

.icon-whatsapp {
	background-image: embed-svg('ico_whatsapp', $primary-text-color);
}


.icon-skype {
	background-image: embed-svg('ico_skype', $primary-text-color);

	footer & {
		background-image: embed-svg('ico_skype', $white);
	}
}

.icon-youtube {
	background-image: embed-svg('ico_youtube', $primary-text-color);
}

.icon-twitter {
	background-image: embed-svg('ico_twitter', $white);

	footer & {
		background-image: embed-svg('ico_twitter', $primary-text-color);
	}
}

.icon-pinterest {
	background-image: embed-svg('ico_pinterest', $primary-text-color);

	footer & {
		background-image: embed-svg('ico_pinterest', $primary-color);
	}
}
*/
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error404 #searchform #s {
  width: 100%;
  max-width: 480px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  padding: 0 0.625rem;
  margin: 20px 20px 0 0;
  border: none;
  border-bottom: 1px solid #333333;
  background: #EEE7DE;
  color: #000000;
  line-height: 46px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/*--------------------------------------------------------------
Mega menu
--------------------------------------------------------------*/
#mega-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  background: #eee7de;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: auto;
  z-index: 990;
  opacity: 0;
  transition: opacity 300ms, left 0s 300ms;
}
.menu-open #mega-menu {
  left: 0;
  opacity: 1;
  transition: opacity 300ms;
}
#mega-menu .container {
  position: relative;
  min-height: 100%;
}
#mega-menu .container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 47.9166666667%;
  width: 44.0277777778%;
  height: 100vh;
  background: url("images/deco-funghi-big.svg") no-repeat center bottom 70px/contain;
  pointer-events: none;
}
#mega-menu .row {
  min-height: 100%;
  padding-top: 230px;
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  #mega-menu .row {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
#mega-menu #mega-menu-widgets-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese {
    margin-bottom: 40px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down:before {
  transform: rotate(0deg);
  transition: 0.5s ease transform;
  will-change: transform;
  font-size: 35px;
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down:before {
    font-size: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item .bi-chevron-down.active:before, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item .bi-chevron-down.active:before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item {
    margin-bottom: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item:last-child, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item:last-child {
  margin-bottom: 0;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
  position: relative;
  display: inline-block;
  font-family: "Roboto Slab";
  font-size: 48px;
  font-weight: bold;
  color: #AC6E44;
}
@media (max-width: 991.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item a {
    font-size: 24px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .menu-item[class*=current] > a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .menu-item[class*=current] > a {
  color: #000000;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu {
  list-style: disc;
  margin-top: 10px;
  color: #AC6E44;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s ease height;
  will-change: height;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li {
  margin-bottom: 10px;
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a {
  font-size: 23px;
  transform: translateX(0);
  transition: 0.3s ease transform;
  will-change: transform;
}
@media (max-width: 767.98px) {
  #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a {
    font-size: 20px;
  }
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu li a:hover, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu li a:hover {
  transform: translateX(10px);
}
#mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1 .sub-menu.active-sub, #mega-menu #mega-menu-widgets-1 #menu-navigazione-mega-menu-1-inglese .sub-menu.active-sub {
  overflow: visible;
  height: 100px;
  pointer-events: all;
}
#mega-menu #menu-navigazione-mega-menu-2 {
  margin-bottom: 30px;
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item {
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  #mega-menu #menu-navigazione-mega-menu-2 .menu-item {
    margin-right: 30px;
  }
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item:last-child {
  margin-right: 0;
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item a {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  #mega-menu #menu-navigazione-mega-menu-2 .menu-item a {
    font-size: 16px;
  }
}
#mega-menu #menu-navigazione-mega-menu-2 .menu-item[class*=current] > a {
  color: #AC6E44;
}
#mega-menu .social a {
  margin-right: 20px;
}
#mega-menu .social svg {
  width: 26px;
  height: 26px;
}
#mega-menu .social svg path {
  fill: #000000;
}

.hero-single-post__back {
  margin-top: 64px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-single-post__back {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.hero-single-post__back a {
  font-family: "Roboto Slab";
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  color: #AC6E44;
}
@media (max-width: 767.98px) {
  .hero-single-post__back a {
    font-size: 12px;
  }
}
.hero-single-post .new-post-tag {
  margin-right: 2px;
  background-size: 12px auto;
  vertical-align: bottom;
  margin-bottom: -5px;
}
.hero-single-post__categories {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.hero-single-post__categories a {
  display: inline-block;
  background: #AC6E44;
  border-radius: 4px;
  padding: 2px 6px;
  margin-right: 6px;
}
.hero-single-post__date {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
}
.hero-single-post .title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-single-post .title {
    margin-top: 32px;
  }
}

.category-archive .single-post, .category-archive .card-post, .blog .single-post, .blog .card-post, .related-section .single-post, .related-section .card-post {
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(0);
  transition: 0.4s ease transform, 0.4s ease background-color;
  will-change: transform, background-color;
}
.category-archive .single-post:hover, .category-archive .card-post:hover, .blog .single-post:hover, .blog .card-post:hover, .related-section .single-post:hover, .related-section .card-post:hover {
  transform: translateY(-10px);
}
.category-archive .single-post__image, .category-archive .card-post__image, .blog .single-post__image, .blog .card-post__image, .related-section .single-post__image, .related-section .card-post__image {
  display: flex;
  justify-content: center;
}
.category-archive .single-post__image img, .category-archive .card-post__image img, .blog .single-post__image img, .blog .card-post__image img, .related-section .single-post__image img, .related-section .card-post__image img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.category-archive .single-post__title, .category-archive .card-post__title, .blog .single-post__title, .blog .card-post__title, .related-section .single-post__title, .related-section .card-post__title {
  font-weight: bold;
}
.category-archive .single-post__date, .category-archive .card-post__date, .blog .single-post__date, .blog .card-post__date, .related-section .single-post__date, .related-section .card-post__date {
  font-size: 12px;
  line-height: 1.6;
}
.category-archive .single-post .body-text, .category-archive .card-post .body-text, .blog .single-post .body-text, .blog .card-post .body-text, .related-section .single-post .body-text, .related-section .card-post .body-text {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.category-archive .single-post .body-text .wrapp-text, .category-archive .card-post .body-text .wrapp-text, .blog .single-post .body-text .wrapp-text, .blog .card-post .body-text .wrapp-text, .related-section .single-post .body-text .wrapp-text, .related-section .card-post .body-text .wrapp-text {
  display: block;
  padding: 0 1rem 0;
}
.category-archive .single-post .card, .category-archive .card-post .card, .blog .single-post .card, .blog .card-post .card, .related-section .single-post .card, .related-section .card-post .card {
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .category-archive .single-post .card, .category-archive .card-post .card, .blog .single-post .card, .blog .card-post .card, .related-section .single-post .card, .related-section .card-post .card {
    margin-top: 1rem;
  }
}
.category-archive .single-post .btn, .category-archive .card-post .btn, .blog .single-post .btn, .blog .card-post .btn, .related-section .single-post .btn, .related-section .card-post .btn {
  display: none;
}

.category-archive {
  margin-bottom: 150px;
}

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