@charset "UTF-8";
  :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
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: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--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: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@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: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@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: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@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: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.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: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.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;
}
.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-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !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-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !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-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !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-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1200px) {
.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-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !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;
}
}          .fade-in {
transform: translateY(40px);
opacity: 0;
transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fade-in.in-page {
transform: translateY(0);
opacity: 1;
}
.fade-in-footer {
transform: translateY(-30px);
opacity: 0;
transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.fade-in-footer.in-page {
transform: translateY(0);
opacity: 1;
}
.line {
overflow: hidden;
}
.word {
position: relative;
opacity: 0;
transform: translate(0%, 80%);
transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.word.in-page {
opacity: 1;
transform: translate(0, 0);
}   * {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
img {
border: none;
max-width: 100%;
height: auto;
display: block;
}
*:focus {
outline: none;
}
input:-webkit-autofill {
box-shadow: inset 0 0 0 9999px #ffffff;
-webkit-box-shadow: inset 0 0 0 9999px #ffffff;
}
input:-webkit-autofill:focus {
box-shadow: 0 0 0 50px #ffffff inset;
-webkit-box-shadow: 0 0 0 50px #ffffff inset;
}
body {
background-color: #ffffff;
overflow-x: hidden;
}
body,
input,
textarea,
select,
button {
font-family: "Montserrat", sans-serif;
}
a {
text-decoration: none;
color: #1d1d1d;
}
figure {
margin: 0;
}
.wp-block-pullquote blockquote {
border-left: none;
border-top: 5px solid #ffffff;
border-bottom: 5px solid #ffffff;
padding: 30px;
}
fieldset {
border: 1px solid #d9d9d9;
padding: 15px;
}
table {
width: 100%;
margin-bottom: 30px;
border-collapse: collapse;
}
th,
td {
border: none !important;
padding: 0.75rem !important;
}
td {
font-weight: 300;
font-size: 0.875rem;
}
tbody th {
font-weight: 300;
text-align: left;
background: #1d1d1d;
color: #ffffff;
}
tr:nth-child(even) {
background: #ffffff;
}
tr:nth-child(odd) {
background: #d9d9d9;
}
dl {
margin-bottom: 30px;
font-size: 0.875rem;
font-weight: 300;
line-height: 24px;
color: #1d1d1d;
}
dt {
font-size: 1rem;
font-weight: 400;
}
dd {
padding-left: 1rem;
}
address,
kbd {
font-size: 0.875rem;
font-weight: 300;
color: #1d1d1d;
}
address {
margin-bottom: 30px;
}
.tagcloud a {
font-family: "Libre Franklin", sans-serif;
font-weight: 400;
color: #1d1d1d;
font-size: 0.9rem !important;
}
.tagcloud a::before {
content: "/";
margin-right: 3px;
} input[type=text],
input[type=email],
input[type=search],
input[type=tel] {
border: none;
padding: 25px 25px;
border-bottom: 1px solid #6c6c6c;
width: 100%;
font-family: "Libre Franklin", sans-serif;
color: #000;
font-size: 0.925rem;
}
textarea {
border: none;
border-bottom: 1px solid #6c6c6c;
padding: 20px 25px;
resize: none;
width: 100%;
height: 100px;
font-family: "Libre Franklin", sans-serif;
color: #000;
font-size: 0.925rem;
}
input[type=submit] {
position: relative;
display: block;
color: #6c6c6c;
width: fit-content;
text-transform: uppercase;
padding: 15px 42px 15px 33px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
border: none;
background-color: #ffffff;
border: 1px solid #6c6c6c;
cursor: pointer;
}
::placeholder {
color: #1d1d1d;
font-weight: 400;
}  input[type=search]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type=search]::-ms-reveal {
display: none;
width: 0;
height: 0;
} input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none;
}
.search-form {
margin-bottom: 30px;
}
.search-form .search-inner {
position: relative;
}
.search-form .search-inner .search-submit {
position: absolute;
right: 0;
top: 10px;
}
.search-form .search-field {
padding-left: 0;
color: #1d1d1d;
font-size: 1.1rem;
text-transform: uppercase;
font-family: "Libre Franklin", sans-serif;
}
.search-form .search-field::placeholder {
font-family: "Libre Franklin", sans-serif;
color: #1d1d1d;
font-size: 1.1rem;
text-transform: uppercase;
}
.search-form .search-submit {
border: none;
background-color: transparent;
} .wpcf7-form {
width: 100%;
}
.first-row p,
.second-row p {
display: flex;
flex-direction: row;
gap: 15px;
justify-content: space-between;
}
.first-row p label,
.second-row p label {
width: 50%;
display: flex;
align-items: center;
position: relative;
top: 0;
left: 0;
color: #6c6c6c;
}
.first-row p label input[type=text],
.first-row p label input[type=email],
.first-row p label input[type=tel],
.second-row p label input[type=text],
.second-row p label input[type=email],
.second-row p label input[type=tel] {
color: #1d1d1d !important;
border-color: #6c6c6c;
}
.first-row p label input[type=text]::placeholder,
.first-row p label input[type=email]::placeholder,
.first-row p label input[type=tel]::placeholder,
.second-row p label input[type=text]::placeholder,
.second-row p label input[type=email]::placeholder,
.second-row p label input[type=tel]::placeholder {
color: #6c6c6c;
text-transform: uppercase;
}
.first-row p label .fa-user,
.first-row p label .fa-envelope,
.first-row p label .fa-phone,
.second-row p label .fa-user,
.second-row p label .fa-envelope,
.second-row p label .fa-phone {
position: absolute;
top: 4px;
left: 3px;
padding: 22px 0;
z-index: 2;
color: #6c6c6c;
}
.third-row {
margin-bottom: 60px;
}
.third-row label {
width: 100%;
display: flex;
align-items: center;
position: relative;
top: 0;
left: 0;
color: #6c6c6c;
}
.third-row label textarea {
color: #1d1d1d !important;
border-color: #6c6c6c;
width: 95%;
padding: 70px 20px 20px;
height: 200px;
}
.third-row label textarea::placeholder {
color: #6c6c6c;
text-transform: uppercase;
}
.third-row label .wpcf7-form-control-wrap {
width: 100%;
}
.third-row label .fa-pencil {
position: absolute;
top: 48px;
left: 3px;
padding: 22px 0;
z-index: 2;
color: #6c6c6c;
}
.submit-row p {
display: flex;
align-items: baseline;
}
.submit-row p input[type=submit]:hover {
background-color: #a32035;
color: #ffffff;
}
.submit-row p .wpcf7-list-item-label {
margin-left: 5px;
}
.wpcf7-list-item input[type=checkbox] {
margin-left: 60px;
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item-label {
font-size: 0.825rem;
font-family: "Libre Franklin", sans-serif;
}
.wpcf7-spinner {
display: none;
}
.wpcf7-not-valid-tip {
font-size: 0.8rem;
color: rgb(190, 46, 46);
}
.wpcf7-response-output {
font-family: "Libre Franklin", sans-serif;
border: none !important;
margin: 2em 0 !important;
padding: 0 !important;
font-weight: 300;
font-size: 0.8rem;
color: rgb(190, 46, 46);
}
.wpcf7 form.sent .wpcf7-response-output {
color: #1d1d1d !important;
} .ar-slider-block {
display: flex;
flex-direction: row;
padding-top: 16px;
}
.ar-slider-block .slick-prev {
position: absolute;
left: unset;
background: transparent;
z-index: 999;
height: 30px;
width: 30px;
border-radius: 50%;
opacity: 0.65;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
right: 170px;
bottom: -70px;
top: unset;
}
.ar-slider-block .slick-prev:hover:before {
opacity: 1;
}
.ar-slider-block .slick-next {
position: absolute;
right: 101px;
background: transparent;
z-index: 999;
height: 30px;
width: 30px;
border-radius: 50%;
opacity: 0.65;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
bottom: -70px;
top: unset;
border: 1px solid #ffffff;
}
.ar-slider-block .slick-next:hover:before {
opacity: 1;
}
.ar-slider-block .slick-prev:before,
.ar-slider-block .slick-next:before {
font-family: serif;
color: #6c6c6c;
position: relative;
top: 1px;
display: flex;
width: 50px;
height: 50px;
font-size: 26px;
border: 1px solid #6c6c6c;
border-radius: 50%;
justify-content: center;
align-items: center;
} .linea-menu {
width: 100%;
height: 1px;
background-color: #ffffff;
}
.flex {
display: flex;
}
.uppercase {
font-weight: 700;
text-transform: uppercase;
}
.flex-c {
display: flex;
flex-direction: column;
}
.spacer {
padding: 60px 0;
}
.spacer-div {
padding: 120px 0;
}
.spacer-small {
padding: 30px 0;
}
.divider {
padding: 15px 0;
}
.center {
text-align: center;
}
.responsive,
.responsive img {
width: 100%;
height: auto;
}
.bold {
font-weight: 700;
}
.simil-h1 {
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
color: #ffffff;
font-family: "Libre Franklin", sans-serif;
font-weight: 400;
}
.occhiello {
text-transform: uppercase;
font-weight: 500;
}
.simil-p {
font-size: 16px;
font-weight: 400;
width: 80%;
}
.title {
padding-left: 0;
color: #ffffff;
text-align: center;
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
font-size: 2.5rem;
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
color: #1d1d1d;
font-weight: 500;
font-family: "Libre Franklin", sans-serif;
}
.white {
color: #ffffff;
} .sib_signup_form {
max-width: 500px;
width: 100%;
}
.sib_signup_form .sib-email-area,
.sib_signup_form .sib-NAME-area {
color: #ffffff;
line-height: unset;
}
.sib_signup_form .sib-email-area input[type=email],
.sib_signup_form .sib-email-area input[type=text],
.sib_signup_form .sib-NAME-area input[type=email],
.sib_signup_form .sib-NAME-area input[type=text] {
border: none;
padding: 10px 20px;
border-bottom: 1px solid #ffffff;
width: 100%;
font-family: "Libre Franklin", sans-serif;
color: #ffffff !important;
background-color: transparent;
font-size: 0.925rem;
margin-bottom: 30px;
}
.sib_signup_form input[type=checkbox] {
color: #ffffff !important;
}
.sib_signup_form .privacy-check {
color: #ffffff;
margin-bottom: 20px;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 5px;
}
.sib_signup_form .privacy-check a {
color: #ffffff;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
text-decoration: underline;
}
.sib_signup_form .privacy-check a:hover {
color: #a32035;
}
.sib_signup_form .button {
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
font-weight: 700;
border: none;
padding: 15px 40px;
}
.sib_signup_form .button:hover {
background-color: #a32035;
color: #ffffff;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #ffffff;
border: 1px solid var(--grey);
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }    h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
word-wrap: break-word;
}
h1 {
font-size: 2.5rem;
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
color: #1d1d1d;
font-weight: 500;
font-family: "Libre Franklin", sans-serif;
}
.h1-alternative {
font-size: 2.5rem;
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
color: red;
font-weight: 700;
}
.resizetitle {
font-size: 2.5rem;
font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
}
h2 {
font-size: 1.875rem;
font-size: clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem);
color: #1d1d1d;
margin-bottom: 20px;
font-weight: 700;
line-height: 1.2;
}
.h2-resize {
font-size: 1.375rem;
font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}
h3 {
font-size: 1.625rem;
font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
color: #1d1d1d;
font-weight: 700;
text-transform: uppercase;
}
p {
font-family: "Libre Franklin", sans-serif;
font-size: 1rem;
font-size: clamp(1rem, 1rem + 0vw, 1rem);
color: #1d1d1d;
line-height: 1.6;
font-weight: 400;
letter-spacing: 1px;
}
.alternative-text {
color: #d9d9d9;
font-size: 1rem;
font-size: clamp(1rem, 1rem + 0vw, 1rem);
font-weight: 400;
}
figcaption {
color: #d9d9d9 !important;
font-size: 0.8rem !important;
font-weight: 300;
line-height: 24px;
font-style: italic;
}
blockquote {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
background-color: #ffffff;
padding: 50px;
}
blockquote::before {
position: absolute;
content: "“";
color: #1d1d1d;
left: 0;
top: -40px;
font-size: 5rem;
}
blockquote cite {
position: relative;
width: fit-content;
font-size: 0.9rem;
font-family: "Libre Franklin", sans-serif;
}
blockquote cite::after {
position: absolute;
content: "";
width: 70px;
height: 1px;
right: -90px;
top: 9px;
background-color: #1d1d1d;
}
ul,
ol {
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.8545918367rem + 0.1020408163vw, 0.9375rem);
font-weight: 300;
line-height: 24px;
}
label {
display: block;
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.8545918367rem + 0.1020408163vw, 0.9375rem);
margin-bottom: 5px;
}
legend {
color: #1d1d1d;
}
code {
font-family: "Montserrat", sans-serif;
font-size: 0.875rem;
font-style: italic;
}
pre {
font-family: "Montserrat", sans-serif;
font-size: 0.75rem;
margin-bottom: 30px;
white-space: pre-wrap;
word-wrap: break-word;
}
.white-link-text {
color: #ffffff !important;
}    .wp-block-media-text {
padding-left: 2vw;
padding-right: 2vw;
}
.wp-block-media-text__content {
padding-left: 2vw;
padding-right: 2vw;
}
.wp-block-media-text__media {
position: relative;
}
.wp-block-image {
margin: 0;
} .wp-block-cover__inner-container {
margin: 0 auto !important;
} .wp-block-button__link {
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
transition: 0.3s all ease;
width: fit-content;
color: #fff;
font-family: "Libre Franklin", sans-serif !important;
}
.wp-block-columns {
gap: 0;
}
.wp-block-button {
display: flex !important;
flex-direction: row-reverse !important;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wp-block-button:hover {
transform: translateX(10px);
}
.wp-block-columns {
margin-bottom: 0 !important;
}
.alternative a {
position: relative;
background-color: transparent;
text-align: left;
padding: 0;
text-transform: capitalize;
}
.alternative a::after {
position: absolute;
content: "";
left: -2px;
top: 20px;
height: 1px;
width: 0;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.alternative a:hover::after, .alternative a:active::after {
left: -2px;
width: 100%;
} .slideshow__container {
width: 100%;
position: relative;
margin: auto;
background-color: #8c7346;
padding: 0 0 50px;
}
.slideshow__container .wrapper-container {
position: relative;
top: 0;
left: 0;
}
.slideshow__container .slides__container {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
width: 75%;
padding: 30px 100px;
margin: 0 auto;
background-color: #a32035;
min-height: 280px;
}
.slideshow__container .slides__container .name {
text-align: center;
font-size: 1.2rem;
font-size: clamp(1.2rem, 1.6301020408rem + 1.2244897959vw, 2.625rem);
padding-bottom: 20px;
color: #ffffff;
}
.slideshow__container .slides__container .text-slider {
width: 100%;
font-size: 1rem;
font-size: clamp(1rem, 0.963rem + 0.1852vw, 1.125rem);
letter-spacing: 1px;
color: #ffffff;
} .slides {
display: none;
} .prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 7px;
color: #1d1d1d;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
user-select: none;
} .next {
right: 0;
} .prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.2);
} .text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
} .dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #d9d9d9;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active,
.dot:hover {
background-color: #d9d9d9;
} .fade {
animation-name: fade;
animation-duration: 1.2s;
}
@keyframes fade {
from {
opacity: 0.4;
}
to {
opacity: 1;
}
}     .admin-bar .header {
margin-top: 32px;
}
.admin-bar .search-mega-menu {
margin-top: 32px;
}
@media (max-width: 782px) {
.admin-bar .header {
margin-top: 46px;
}
}
@media (max-width: 600px) {
.fixed-header .header {
margin-top: 0;
}
} @media (min-width: 991.98px) {
.fixed-header .header__menu .menu .menu-item a {
margin: 25px 0;
}
} .header {
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: transparent;
z-index: 10000;
padding: 20px 0;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__container {
padding: 0px 5vw;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.4s all ease;
}
.header__row {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__col-sx {
width: 30%;
}
.header__col-sx .header__logo img {
width: 200px;
}
.header .logo-brand img {
width: 150px;
margin-bottom: 20px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .logo-brand img:hover {
transform: translateY(-5px);
}
.header__col-dx {
width: 70%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.header__close-menu {
display: block;
background-color: transparent;
position: fixed;
top: 80px;
right: 5vw;
color: #ffffff;
border: none;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}
.header__close-menu svg {
margin-right: 5px;
}
.header__brand a {
text-transform: uppercase;
color: #1d1d1d;
font-weight: 700;
font-size: 1.6rem;
letter-spacing: 2px;
}
.header .menu_visible {
display: flex;
justify-content: space-between;
align-items: center;
gap: 25px;
}
.header .menu_visible .fa-magnifying-glass {
color: #ffffff;
}
.header .menu_visible .testata__lingue .lingua {
font-family: "Montserrat", sans-serif;
font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
color: #ffffff;
text-transform: uppercase;
text-align: left;
font-weight: 500;
width: fit-content;
}
.header .menu_sidebar {
position: fixed;
right: -400px;
top: 0;
padding: 60px 35px 100px 35px;
height: 100vh;
width: 400px;
background-color: #a32035;
z-index: 10000;
display: flex;
flex-direction: column;
overflow-y: scroll;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu_sidebar .group-text {
color: #ffffff;
font-size: 12px;
margin-bottom: 10px;
}
.header .menu_sidebar .header__close-container {
width: 100%;
height: fit-content;
margin-bottom: 35px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.header .menu_sidebar .header__close-container .header__close {
width: fit-content;
height: fit-content;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu_sidebar .header__close-container .header__close:hover {
transform: translateY(-5px);
}
.header .menu_sidebar .header__close-container .fa-xmark {
color: #ffffff;
font-size: 40px;
}
.header .menu_sidebar .brand img {
width: 250px;
margin-bottom: 40px;
}
.header .menu_sidebar .logo-group {
width: 70%;
}
.header .menu_sidebar .social-container {
color: #ffffff;
display: flex;
flex-direction: column;
width: 100%;
height: fit-content;
padding-bottom: 20px;
border-bottom: 1px solid #ffffff;
margin-bottom: 20px;
}
.header .menu_sidebar .social {
font-family: "Libre Franklin", sans-serif;
color: #ffffff;
padding: 15px 0;
}
.header .menu_sidebar .social-icon-box {
display: flex;
justify-content: space-between;
width: 40%;
}
.header .menu_sidebar .social-icon-box a {
color: #ffffff;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
font-size: 22px;
}
.header .menu_sidebar .social-icon-box a:hover {
transform: translateY(-5px);
}
.header .menu_sidebar .header__menu .menu {
display: flex;
list-style-type: none;
padding: 0;
flex-direction: column; }
.header .menu_sidebar .header__menu .menu .fa-chevron-right {
color: #ffffff;
}
.header .menu_sidebar .header__menu .menu .menu-parent-hover a {
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu_sidebar .header__menu .menu .menu-hover:hover,
.header .menu_sidebar .header__menu .menu .menu-parent-hover:hover > a {
transform: translateX(10px);
}
.header .menu_sidebar .header__menu .menu .menu-item {
position: relative;
height: 100%;
width: fit-content;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
gap: 0px;
align-items: center;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu_sidebar .header__menu .menu .menu-item a {
position: relative;
left: 0;
display: block;
font-family: "Libre Franklin", sans-serif;
width: fit-content;
font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
font-weight: 700;
text-transform: uppercase;
margin: 0;
color: #ffffff;
padding: 15px 7px 15px 0;
}
.header .menu_sidebar .header__menu .menu .menu-child {
display: flex;
flex-direction: column !important;
align-items: self-start;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children {
position: relative;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children .sub-menu {
position: relative;
list-style-type: none;
display: flex;
flex-direction: column;
left: 0;
top: 0;
width: fit-content;
background-color: transparent;
overflow: hidden;
transition: 0.1s all ease;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children .sub-menu .menu-item {
padding: 0 15px 0 0;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children .sub-menu .sub-item a {
padding: 0;
padding-right: 7px;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children .sub-menu a {
position: relative;
left: 0;
display: block;
font-family: "Libre Franklin", sans-serif;
width: fit-content;
font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
font-weight: 300;
text-transform: uppercase;
margin: 0;
color: #ffffff;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children:hover .sub-menu::before {
height: 100%;
}
.header .menu_sidebar .header__menu .menu .menu-item-has-children:hover .menu-item a {
color: #ffffff;
}
.header__burger {
background-color: transparent;
border: none;
cursor: pointer;
display: flex;
flex-direction: column;
gap: 7px;
transition: 0.75s all ease;
transform: rotate(0);
width: 30px;
}
.header__burger .line1,
.header__burger .line2,
.header__burger .line3 {
display: block;
width: 30px;
height: 3px;
background-color: #ffffff;
transition: 0.75s all ease;
}
.header__burger .line2 {
width: 20px;
}
.header__burger:hover .line1, .header__burger:hover .line3 {
width: 20px;
}
.header__burger:hover .line2 {
width: 30px;
}
.header__social {
margin-top: 80px;
} .header__search .search-button {
cursor: pointer;
}
.header__search .search-mega-menu {
position: fixed;
padding: 0 5vw;
top: -100%;
width: 100%;
height: 180px;
background-color: #a32035;
left: 0;
display: flex;
align-items: center;
z-index: 11000;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__search .search-mega-menu .search-mega-menu-close {
position: absolute;
right: 5vw;
top: 20px;
color: #ffffff;
font-size: 20px;
z-index: 11000;
background-color: transparent;
border: none;
cursor: pointer;
}
.header__search .search-mega-menu form {
width: 100%;
}
.header__search .search-mega-menu form label {
position: relative;
display: block;
width: 100%;
}
.header__search .search-mega-menu form .search-form-search {
position: absolute;
background-color: transparent;
border: none;
cursor: pointer;
right: 30px;
top: 15px;
}
.header__search .search-mega-menu form .search-form-search .fa-magnifying-glass {
color: #ffffff !important;
font-size: 16px;
}
.header__search .search-mega-menu .search-field::placeholder {
padding-left: 20px;
color: #ffffff !important;
text-transform: none !important;
}
.header__search .search-mega-menu .search-field {
padding-left: 20px;
padding: 10px 10px;
background-color: transparent;
border-radius: 0;
border-bottom: 0.5px solid #ffffff !important;
color: #ffffff !important;
text-transform: none !important;
}
.header__search .search-mega-menu input[type=search] {
width: 100%;
display: block;
padding-bottom: 20px;
border: none;
border-bottom: 1px solid #8c7346;
font-size: 30px;
color: #ffffff;
font-weight: 700;
text-transform: none !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__search .search-mega-menu input[type=search]::placeholder {
font-size: 30px;
font-weight: 700;
color: #ffffff;
}
.wpml-ls-statics-shortcode_actions ul {
width: fit-content;
}
.wpml-ls-statics-shortcode_actions ul:hover .wpml-ls-item a {
opacity: 1;
visibility: visible;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item a {
color: #ffffff;
font-weight: 500;
font-family: "Libre Franklin", sans-serif;
font-size: 25px;
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item:hover a {
color: #8c7346;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
opacity: 1;
visibility: visible;
}
input:-webkit-autofill {
box-shadow: inset 0 0 0 9999px #a32035 !important;
-webkit-box-shadow: inset 0 0 0 9999px #a32035 !important;
}
#menu-menu-principale .fa-chevron-right::before,
#menu-menu-principale-de .fa-chevron-right::before,
#menu-english-menu .fa-chevron-right::before {
color: #ffffff;
}
.search-show {
top: 0 !important;
} .open-menu .sub-menu {
opacity: 1 !important;
visibility: visible !important;
}
.open-menu .header__burger:hover .line1, .open-menu .header__burger:hover .line3 {
width: 30px;
}
.open-menu .line1,
.open-menu .line2,
.open-menu .line3 {
background-color: #ffffff;
}
.open-menu .menu_sidebar {
right: 0;
}
.open-search .search-mega-menu {
top: 0 !important;
}
.fixed-header .header {
background-color: #1d1d1d;
padding: 10px 0;
}
.breadcrumbs-container {
width: 100%;
padding: 20px 5vw;
display: flex;
justify-content: flex-start;
}
.breadcrumbs span {
display: flex;
}
.breadcrumbs p,
.breadcrumbs a {
display: flex;
justify-content: center;
color: #ffffff;
width: 100%;
font-size: 14px;
font-weight: 300;
}
.breadcrumbs a {
margin-right: 5px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs a:hover {
color: #a32035;
}
.breadcrumbs .breadcrumb_last {
margin-left: 5px;
}       .footer {
width: 100%;
background-color: #1d1d1d;
}
.footer__container {
padding-top: 120px;
padding-bottom: 40px;
}
.footer__container h4 {
color: #a32035;
margin-bottom: 10px;
letter-spacing: 1px;
font-size: 1rem;
text-transform: uppercase;
}
.footer__container .logo {
margin-bottom: 20px;
}
.footer__container .logo img {
width: 50%;
}
.footer__container .footer-paragrafo p {
color: #ffffff;
margin-bottom: 50px;
width: 80%;
}
.footer__container .loghi-gruppo {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 50px;
}
.footer__container .loghi-gruppo .first-img img {
min-width: 170px;
max-width: 220px;
}
.footer__container .loghi-gruppo .second-img {
display: flex;
justify-content: center;
align-items: center;
}
.footer__container .loghi-gruppo .second-img img {
min-width: 120px;
max-width: 200px;
width: 90% !important;
}
.footer__container .loghi-gruppo img {
width: 90%;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__container .loghi-gruppo img:hover {
transform: scale(1.1);
}
.footer__container .copyright-text {
color: #ffffff;
text-transform: uppercase;
}
.footer__container .copyright-text a {
color: #ffffff;
}
.footer__container .contatti p,
.footer__container .orari_azienda p {
color: #ffffff;
margin-bottom: 20px;
}
.footer__container .contatti a {
color: #ffffff;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__container .contatti a:hover {
color: #a32035;
}
.footer__container .under-footer {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ffffff;
padding: 15px 0;
margin-top: 30px;
}
.footer__container .under-footer .perazza {
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__container .under-footer .perazza:hover {
color: #a32035;
}
.footer__container .under-footer .social-footer {
display: flex;
gap: 35px;
}
.footer__container .under-footer .social-footer a {
font-size: 22px;
color: #ffffff;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__container .under-footer .social-footer a:hover {
color: #a32035;
}
.footer__container .under-under-footer {
display: flex;
padding: 15px 0;
}
.footer__container .under-under-footer a {
color: #6c6c6c;
font-size: 14px;
margin-right: 5px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__container .under-under-footer a:hover {
color: #ffffff;
}
.footer .footer-block3 {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 30px;
}
.footer .footer-block4 {
margin-top: 70px;
}
.footer-button {
text-decoration: underline;
}      @media (max-width: 991.98px) {
.p-col {
padding-left: 6vw !important;
padding-right: 6vw !important;
}
.alignwide {
width: unset !important;
max-width: unset !important;
margin: 0 auto;
} .fixed-header .header__content {
padding: 15px 6vw;
} .header__content {
padding: 20px 5vw;
transition: 0.4s all ease;
} .footer .row {
gap: 30px;
} .wpml-ls-item a {
opacity: 1 !important;
visibility: visible !important;
font-size: 20px !important;
}
.wpml-ls-current-language a {
color: #8c7346 !important;
}
.spritzzello-main-txt h1 {
top: 10px !important;
} .contenitore {
height: 50vh !important;
}
.contenitore .overlay,
.contenitore .videofullscreen {
height: 102% !important;
}
.contenitore .main-fp {
top: 52%;
}
.empty-col {
flex-basis: 0 !important;
}
.text-blocks-container-right {
margin-left: 0 !important;
}
.colonne-dx {
display: flex;
justify-content: end;
}
.copertina-blend p {
width: 90% !important;
}
.card-columns {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
row-gap: 70px;
}
.card-vino-rosso,
.card-vino-bollicine,
.card-vino-bianco {
width: 350px !important;
margin-bottom: 80px;
}
.card-vino-rosso img,
.card-vino-bollicine img,
.card-vino-bianco img {
transform: scale(1.4) !important;
}
.colonna-bottiglia {
display: flex;
justify-content: center;
}
.fp-blog-title .wp-block-latest-posts__list li {
width: 370px !important;
}
.wp-block-latest-posts.is-grid li {
margin: 0 !important;
}
.fp-blog-title .wp-block-latest-posts__list {
display: flex;
justify-content: center;
margin-bottom: 40px;
gap: 30px;
}
.fp-loghi-group img {
width: 170px !important;
}
.fp-loghi-group .wp-block-columns {
display: flex !important;
justify-content: center !important;
}
.fp-loghi-group .wp-block-columns .wp-block-column {
flex-basis: unset !important;
flex-grow: unset !important;
}
.fp-loghi-group .card-loghi {
width: fit-content !important;
}
.spacer {
padding: 35px 0 !important;
} .form-fp__content {
padding-top: 100px;
}
.form-fp .row {
gap: 40px;
}
.form-fp p {
max-width: 100%;
}
.form-fp__inner {
padding: 0;
}
.footer__container .copyright-text {
width: 80%;
}
.footer__container .under-footer {
margin-top: unset !important;
} .sec-form .wp-block-columns {
display: flex;
}
.sec-form .gruppo-contatti {
text-align: center;
}
.sec-form .social-icon {
margin: 0 auto !important;
width: 40px;
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: center;
}
.submit-row p {
flex-direction: column-reverse;
}
.submit-row p .wpcf7-list-item input[type=checkbox] {
margin-bottom: 20px;
margin-left: 0 !important;
}
.fp-loghi-group .logo1,
.fp-loghi-group .logo2,
.fp-loghi-group .logo3 {
opacity: 1 !important;
} .main-blog {
height: 80vh !important;
}
.blog__container-inner {
padding-left: 6vw;
padding-right: 6vw;
grid-template-columns: repeat(2, 1fr) !important;
gap: 40px !important;
}
.related-articles {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: 20px !important;
}
.related-thumbnail {
min-width: unset !important;
} .category .categorie-vini ul {
flex-direction: column !important;
}
.category .categorie-vini ul li {
padding: 70px 6vw !important;
width: 100% !important;
} .ar_single-cpt-info__row .first-block p, .ar_single-cpt-info__row .second-block p, .ar_single-cpt-info__row .third-block p {
width: 90%;
color: #ffffff;
padding-bottom: 50px !important;
}
.related-products-flex {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}
.ar_single-cpt-main {
padding-top: 0 !important;
}
.img-container {
margin-bottom: 30px;
}
.cta-container {
justify-content: center !important;
}
.third-block p {
padding-bottom: 30px !important;
}
.ar_single-cpt-correlati .text-container {
margin-bottom: 40px;
}
.footer-block4 {
margin-top: 0px !important;
}
.under-under-footer {
flex-direction: column !important;
justify-content: center;
align-items: center;
gap: 20px;
}
}    @media (max-width: 769px) {
.contenitore {
height: 65vh !important;
}
.breadcrumbs-container {
justify-content: center !important;
}
.main-page .main-page__container {
align-items: end !important;
}
.sec-bottiglia .bottiglia-paragrafo {
width: 100% !important;
}
.fp-blog-title .wp-block-latest-posts__list li {
width: 250px !important;
}
.contenitore .main-fp {
width: 80%;
}
.card-columns {
grid-template-columns: repeat(1, 1fr) !important;
}
.category-button {
margin-bottom: 40px;
}
.category-button .button-special-rossi a,
.category-button .button-special-bianchi a,
.category-button .button-special-bollicine a {
padding: 30px 36px !important;
}
.prodotti__col {
width: fit-content;
}
.fp-loghi-group .logo1,
.fp-loghi-group .logo2,
.fp-loghi-group .logo3 {
width: 87vw !important;
}
.footer__container .copyright-text {
width: 100% !important;
margin-bottom: 20px !important;
text-align: center;
}
.footer__container .under-footer {
display: flex;
flex-direction: column;
align-items: center;
}  .scroll-on-top {
display: none;
} .header__menu-container .menu {
margin-left: 10%;
}
.header__social {
margin-left: 20%;
margin-top: 40px;
padding-left: 0;
}
.header .menu_visible {
gap: 20px !important;
}  .main-blog__container h1 {
width: 100% !important;
}
.info-article {
padding: 30px 2vw !important;
padding-left: 5vw !important;
}
.blog__container-inner {
grid-template-columns: repeat(1, 1fr) !important;
gap: 20px !important;
}
.ar-slider-block {
padding-left: 0 !important;
}
.wp-block-embed__wrapper {
height: 40vh;
}
.ar-video iframe {
height: 100% !important;
}
.related-articles {
display: grid !important;
grid-template-columns: repeat(1, 1fr);
gap: 20px !important;
}
.related-thumbnail .img-art img {
min-width: 350px;
} .wpml-ls-item a {
opacity: 1 !important;
visibility: visible !important;
font-size: 16px !important;
}
.wpml-ls-current-language a {
color: #8c7346 !important;
}
.spritzzello-main-txt h1 {
top: 0px !important;
font-size: 16px !important;
}
.occhiello {
margin-top: 30px;
} .wpcf7-form {
padding-left: 6vw;
padding-right: 6vw;
}
.first-row p,
.second-row p {
flex-direction: column;
}
.first-row p label,
.second-row p label {
width: 100%;
}
.social-icon {
margin: 0 auto !important;
width: 40px !important;
display: flex !important;
flex-direction: row !important;
align-items: center;
justify-content: center;
}
.simil-p {
width: 100%;
}
.sec-form .gruppo-contatti {
padding-left: 0 !important;
}
.row {
gap: 10px;
} .spacer-special {
padding: 15px 0 !important;
}
}  .open-menu .header__menu-container {
opacity: 1;
visibility: visible;
}    .alignfull {
width: 100vw;
max-width: 100vw;
margin: 0 calc(50% - 50vw);
}
.alignwide {
width: 100%;
max-width: 1320px;
margin: 0 auto;
} .embed-container-block {
position: relative;
top: 0;
left: 0;
width: 100vw;
height: 76vh;
overflow: hidden;
}
.embed-container-block iframe,
.embed-container-block object,
.embed-container-block embed {
position: absolute;
width: 100%;
height: 56.25vw;
min-height: 98vh;
min-width: 177.77vh;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}
.videoblock-container {
max-width: 100% !important;
margin: 0 !important;
}
.videoblock-container img {
width: 100%;
height: 100%;
object-fit: cover;
}    .up {
position: fixed;
bottom: 55px;
right: 20px;
border-radius: 50%;
background: #a32035;
padding: 20px;
z-index: 11;
cursor: pointer;
display: inline-block;
display: none;
transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up .up-container {
position: relative;
top: 0;
left: 0;
}
.up .line-arrow1,
.up .line-arrow2 {
width: 16px;
height: 3px;
background-color: #ffffff;
position: absolute;
top: 0;
left: 0;
border-radius: 6px;
}
.up .line-arrow1 {
transform: rotate(-45deg);
left: -13px;
top: -3px;
}
.up .line-arrow2 {
transform: rotate(45deg);
left: -3px;
top: -3px;
}
.up:hover {
padding: 22px;
} .button {
position: relative;
display: block;
margin-top: 30px;
color: #ffffff;
width: fit-content;
text-transform: uppercase;
padding: 15px 70px 15px 30px;
overflow: hidden;
z-index: 10;
transition: 0.4s all ease;
}
.alternative {
position: relative;
} .scroll {
position: fixed;
bottom: 36px;
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.button-black a,
.button-black .fa-chevron-right:before {
color: #1d1d1d !important;
}    ::-webkit-scrollbar {
width: 5px;
} ::-webkit-scrollbar-track {
background: #f1f1f1;
} ::-webkit-scrollbar-thumb {
background: #6c757d;
border-radius: 5px;
} ::-webkit-scrollbar-thumb:hover {
background: #1d1d1d;
}       .main-page {
height: 80vh;
display: flex;
align-items: center;
flex-direction: column;
}
.main-page .main-page__container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.main-page .main-page__container .main-page__text {
display: flex;
justify-content: center;
align-items: center;
}
.main-page .main-page__container .main-page__text .line {
text-align: center !important;
}
.main-page .main-page__container .main-page__text h1 {
padding-left: 0;
color: #ffffff;
text-align: center;
margin-bottom: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
}
.main-page .main-page__container .main-page__text p {
color: #ffffff;
padding-left: 0;
}
.h1-page a,
.slider-red a {
color: #ffffff;
text-decoration: underline;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h1-page a:hover,
.slider-red a:hover {
color: #8c7346;
}
.sec-form {
padding-left: 2vw;
padding-right: 2vw;
}
.sec-form .gruppo-contatti {
padding-left: 5vw;
}
.sec-form .gruppo-contatti a:hover {
color: #a32035;
}
.sec-form h2 {
font-weight: 500;
font-style: italic;
}
.sec-form .social-icon {
width: fit-content;
display: flex;
gap: 10px;
margin-left: 0;
}
.sec-form .social-icon .wp-block-column {
width: fit-content;
border: 1px solid #6c6c6c;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
color: #6c6c6c;
height: 40px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec-form .social-icon .wp-block-column:hover {
transform: scale(1.2);
}
.sec-form .wpcf7-form {
margin-bottom: 30px;
}
.ar-slider-block {
padding-left: 15vw;
height: 400px;
position: relative;
top: 0;
left: 0;
}
.ar-slider-block .slick-track {
height: 400px;
}
.ar-slider-block img {
object-fit: cover;
margin-left: 15px;
aspect-ratio: 3/2;
min-width: 300px;
}
.ar-video iframe {
height: 80% !important;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
height: 80%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 45% !important;
}
.slider-red .ar-slider-block .slick-next {
border: 1px solid transparent !important;
}
.slider-red .ar-slider-block .slick-prev:before,
.slider-red .ar-slider-block .slick-next:before {
font-family: serif;
color: #ffffff;
position: relative;
top: 1px;
display: flex;
width: 50px;
height: 50px;
font-size: 26px;
border: 1px solid #ffffff;
border-radius: 50%;
justify-content: center;
align-items: center;
}
.sec-media-txt {
padding: 120px 0;
}
.sec-media-txt a {
text-decoration: underline;
}
.sec-media-txt a:hover {
color: #8c7346;
}
.img-spritzzello {
width: 70%;
}
.spritzzello-main-txt {
display: flex;
flex-direction: column-reverse;
position: relative;
top: 0;
left: 0;
}
.spritzzello-main-txt h1 {
position: absolute;
top: 70px;
font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
text-transform: uppercase;
}
.h1-spritzzello {
flex-direction: row !important;
}
.wpcf7-form-control-wrap {
font-family: FontAwesome !important;
}
.fake-p {
font-size: 16px;
font-weight: 400;
line-height: 20px;
}
.link {
color: #ffffff !important;
text-decoration: underline !important;
}
.link:hover {
color: #a32035;
} .category .categorie-vini ul {
display: flex;
list-style: none;
}
.category .categorie-vini ul li {
padding: 70px 2vw;
width: 34%;
}
.category .categorie-vini ul li h2,
.category .categorie-vini ul li p,
.category .categorie-vini ul li a {
color: #ffffff;
}
.category .categorie-vini ul li a {
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
width: fit-content;
color: #fff;
font-family: "Libre Franklin", sans-serif !important;
display: flex !important;
flex-direction: row !important;
gap: 10px;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category .categorie-vini ul li a:hover {
transform: translateX(10px);
}
.category .categorie-vini ul .vini-rossi,
.category .categorie-vini ul .vini-rossi-sfusi,
.category .categorie-vini ul .red-wines,
.category .categorie-vini ul .red-blends,
.category .categorie-vini ul .blend-rotweine,
.category .categorie-vini ul .kollektion-rotweine,
.category .categorie-vini ul .wina-musujace,
.category .categorie-vini ul .wina-czerwone-luzem {
background-color: #a32035;
}
.category .categorie-vini ul .vini-bianchi,
.category .categorie-vini ul .vini-bianchi-sfusi,
.category .categorie-vini ul .white-wines,
.category .categorie-vini ul .white-blends,
.category .categorie-vini ul .blend-weissweine,
.category .categorie-vini ul .kollektion-weissweine,
.category .categorie-vini ul .wina-biale,
.category .categorie-vini ul .wina-biale-luzem {
background-color: #8c7346;
}
.category .categorie-vini ul .bollicine,
.category .categorie-vini ul .vini-frizzanti-sfusi,
.category .categorie-vini ul .sparkling-wines,
.category .categorie-vini ul .sparkling-blends,
.category .categorie-vini ul .blend-schaumweine,
.category .categorie-vini ul .kollektion-schaumweine,
.category .categorie-vini ul .wina-czerwone,
.category .categorie-vini ul .wina-polmusujace-luzem {
background-color: #1d1d1d;
}
.hero-page__text .breadcrumbs-container {
padding-left: 0;
}
.hero-page__text .breadcrumbs-container #breadcrumbs {
color: #1d1d1d;
}
.hero-page__text .breadcrumbs-container #breadcrumbs a {
color: #1d1d1d;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hero-page__text .breadcrumbs-container #breadcrumbs a:hover {
color: #a32035;
}
.prodotti__col {
display: grid !important;
grid-template-columns: repeat(5, 1fr);
gap: 20px !important;
width: fit-content;
}
.prodotti__col .card-vino {
background-color: #a32035;
border: 4px solid transparent;
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 250px;
min-width: 250px;
margin-bottom: 70px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col .card-vino:hover {
background-color: #811A2B !important;
}
.prodotti__col .card-vino:hover img {
transform: scale(1.2);
}
.prodotti__col .card-vino img {
transform: scale(1.1);
object-fit: cover;
width: 170px;
margin: 0 auto;
position: relative;
padding-top: 70px;
top: -50px;
left: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col .card-vino .text-container {
text-align: center;
}
.prodotti__col .card-vino .card-title {
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
text-transform: uppercase;
color: #ffffff;
min-height: 48px;
}
.prodotti__col .card-vino .card-title:hover {
transform: translateX(0) !important;
}
.prodotti__col .card-vino .card-button {
padding-bottom: 20px;
display: flex;
flex-direction: row-reverse;
justify-content: center;
margin-left: 10px;
}
.prodotti__col .card-vino .card-button:before {
align-items: center;
}
.prodotti__col .card-vino .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #ffffff;
position: relative;
top: 0;
left: 5px;
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
width: fit-content;
font-family: "Libre Franklin", sans-serif !important;
display: flex !important;
flex-direction: row-reverse !important;
gap: 10px;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col .card-vino .card-button:hover {
transform: translateX(0) !important;
}
.prodotti__col .card-vino .card-button:hover a {
transform: translate(-15px) !important;
}
.prodotti__col .card-vino .fa-chevron-right::before {
color: #ffffff;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col .card-vino .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.prodotti__col .card-vino .card-category-button {
margin-top: 6px;
}
.prodotti__col .card-vino .card-category-button a {
color: #ffffff;
font-weight: 500;
padding: 15px 0;
text-transform: uppercase;
font-family: "Libre Franklin", sans-serif;
}
.prodotti__col .card-vino .card-category-button:hover {
transform: translateX(0) !important;
}
.prodotti__col .bollicine,
.prodotti__col .vini-frizzanti-sfusi,
.prodotti__col .sparkling-wines,
.prodotti__col .sparkling-blends,
.prodotti__col .blend-schaumweine,
.prodotti__col .kollektion-schaumweine,
.prodotti__col .wina-musujace,
.prodotti__col .wina-polmusujace-luzem {
background-color: #d9d9d9;
}
.prodotti__col .bollicine:hover,
.prodotti__col .vini-frizzanti-sfusi:hover,
.prodotti__col .sparkling-wines:hover,
.prodotti__col .sparkling-blends:hover,
.prodotti__col .blend-schaumweine:hover,
.prodotti__col .kollektion-schaumweine:hover,
.prodotti__col .wina-musujace:hover,
.prodotti__col .wina-polmusujace-luzem:hover {
background-color: #BABABA !important;
}
.prodotti__col .bollicine .card-title,
.prodotti__col .vini-frizzanti-sfusi .card-title,
.prodotti__col .sparkling-wines .card-title,
.prodotti__col .sparkling-blends .card-title,
.prodotti__col .blend-schaumweine .card-title,
.prodotti__col .kollektion-schaumweine .card-title,
.prodotti__col .wina-musujace .card-title,
.prodotti__col .wina-polmusujace-luzem .card-title {
color: #a32035;
}
.prodotti__col .bollicine .card-category-button a,
.prodotti__col .vini-frizzanti-sfusi .card-category-button a,
.prodotti__col .sparkling-wines .card-category-button a,
.prodotti__col .sparkling-blends .card-category-button a,
.prodotti__col .blend-schaumweine .card-category-button a,
.prodotti__col .kollektion-schaumweine .card-category-button a,
.prodotti__col .wina-musujace .card-category-button a,
.prodotti__col .wina-polmusujace-luzem .card-category-button a {
color: #a32035;
}
.prodotti__col .bollicine .card-button a,
.prodotti__col .vini-frizzanti-sfusi .card-button a,
.prodotti__col .sparkling-wines .card-button a,
.prodotti__col .sparkling-blends .card-button a,
.prodotti__col .blend-schaumweine .card-button a,
.prodotti__col .kollektion-schaumweine .card-button a,
.prodotti__col .wina-musujace .card-button a,
.prodotti__col .wina-polmusujace-luzem .card-button a {
color: #a32035;
}
.prodotti__col .bollicine .fa-chevron-right::before,
.prodotti__col .vini-frizzanti-sfusi .fa-chevron-right::before,
.prodotti__col .sparkling-wines .fa-chevron-right::before,
.prodotti__col .sparkling-blends .fa-chevron-right::before,
.prodotti__col .blend-schaumweine .fa-chevron-right::before,
.prodotti__col .kollektion-schaumweine .fa-chevron-right::before,
.prodotti__col .wina-musujace  .fa-chevron-right::before,
.prodotti__col .wina-polmusujace-luzem .fa-chevron-right::before {
color: #a32035;
}
.prodotti__col .vini-bianchi,
.prodotti__col .vini-bianchi-sfusi,
.prodotti__col .white-wines,
.prodotti__col .white-blends,
.prodotti__col .blend-weissweine,
.prodotti__col .kollektion-weissweine,
.prodotti__col  .wina-biale,
.prodotti__col .wina-biale-luzem {
background-color: #ffffff;
border: 4px solid #a32035;
}
.prodotti__col .vini-bianchi:hover,
.prodotti__col .vini-bianchi-sfusi:hover,
.prodotti__col .white-wines:hover,
.prodotti__col .white-blends:hover,
.prodotti__col .blend-weissweine:hover,
.prodotti__col .kollektion-weissweine:hover,
.prodotti__col  .wina-biale:hover,
.prodotti__col .wina-biale-luzem:hover {
background-color: #ffffff !important;
}
.prodotti__col .vini-bianchi .card-title,
.prodotti__col .vini-bianchi-sfusi .card-title,
.prodotti__col .white-wines .card-title,
.prodotti__col .white-blends .card-title,
.prodotti__col .blend-weissweine .card-title,
.prodotti__col .kollektion-weissweine .card-title,
.prodotti__col  .wina-biale .card-title,
.prodotti__col .wina-biale-luzem .card-title {
color: #a32035;
}
.prodotti__col .vini-bianchi .card-category-button a,
.prodotti__col .vini-bianchi-sfusi .card-category-button a,
.prodotti__col .white-wines .card-category-button a,
.prodotti__col .white-blends .card-category-button a,
.prodotti__col .blend-weissweine .card-category-button a,
.prodotti__col .kollektion-weissweine .card-category-button a,
.prodotti__col  .wina-biale .card-category-button a,
.prodotti__col .wina-biale-luzem .card-category-button a {
color: #a32035;
}
.prodotti__col .vini-bianchi .card-button a,
.prodotti__col .vini-bianchi-sfusi .card-button a,
.prodotti__col .white-wines .card-button a,
.prodotti__col .white-blends .card-button a,
.prodotti__col .blend-weissweine .card-button a,
.prodotti__col .kollektion-weissweine .card-button a,
.prodotti__col  .wina-biale .card-button a,
.prodotti__col .wina-biale-luzem .card-button a {
color: #a32035;
}
.prodotti__col .vini-bianchi .fa-chevron-right::before,
.prodotti__col .vini-bianchi-sfusi .fa-chevron-right::before,
.prodotti__col .white-wines .fa-chevron-right::before,
.prodotti__col .white-blends .fa-chevron-right::before,
.prodotti__col .blend-weissweine .fa-chevron-right::before,
.prodotti__col .kollektion-weissweine .fa-chevron-right::before,
.prodotti__col  .wina-biale .fa-chevron-right::before,
.prodotti__col .wina-biale-luzem .fa-chevron-right::before {
color: #a32035;
}
.related-products-flex {
display: flex !important;
}
.prodotti__col-single {
width: fit-content;
}
.prodotti__col-single .card-vino {
background-color: #a32035;
border: 4px solid transparent;
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 250px;
margin-bottom: 70px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col-single .card-vino:hover {
background-color: #811A2B !important;
}
.prodotti__col-single .card-vino:hover img {
transform: scale(1.2);
}
.prodotti__col-single .card-vino img {
transform: scale(1.1);
object-fit: cover;
width: 170px;
margin: 0 auto;
position: relative;
top: -50px;
left: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col-single .card-vino .text-container {
text-align: center;
}
.prodotti__col-single .card-vino .card-title {
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
text-transform: uppercase;
color: #ffffff;
min-height: 48px;
}
.prodotti__col-single .card-vino .card-title:hover {
transform: translateX(0) !important;
}
.prodotti__col-single .card-vino .card-button {
padding-bottom: 20px;
display: flex;
flex-direction: row-reverse;
justify-content: center;
margin-left: 10px;
}
.prodotti__col-single .card-vino .card-button:before {
align-items: center;
}
.prodotti__col-single .card-vino .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #ffffff;
position: relative;
top: 0;
left: 5px;
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
width: fit-content;
font-family: "Libre Franklin", sans-serif !important;
display: flex !important;
flex-direction: row-reverse !important;
gap: 10px;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col-single .card-vino .card-button:hover {
transform: translateX(0) !important;
}
.prodotti__col-single .card-vino .card-button:hover a {
transform: translate(-15px) !important;
}
.prodotti__col-single .card-vino .fa-chevron-right::before {
color: #ffffff;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prodotti__col-single .card-vino .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.prodotti__col-single .card-vino .card-category-button {
margin-top: 6px;
}
.prodotti__col-single .card-vino .card-category-button a {
color: #ffffff;
font-weight: 500;
padding: 15px 0;
text-transform: uppercase;
font-family: "Libre Franklin", sans-serif;
}
.prodotti__col-single .card-vino .card-category-button:hover {
transform: translateX(0) !important;
}
.prodotti__col-single .bollicine {
background-color: #d9d9d9;
}
.prodotti__col-single .bollicine:hover {
background-color: #BABABA !important;
}
.prodotti__col-single .bollicine .card-title {
color: #a32035;
}
.prodotti__col-single .bollicine .card-category-button a {
color: #a32035;
}
.prodotti__col-single .bollicine .card-button a {
color: #a32035;
}
.prodotti__col-single .bollicine .fa-chevron-right::before {
color: #a32035;
}
.prodotti__col-single .vini-bianchi {
background-color: #ffffff;
border: 4px solid #a32035;
}
.prodotti__col-single .vini-bianchi:hover {
background-color: #ffffff !important;
}
.prodotti__col-single .vini-bianchi .card-title {
color: #a32035;
}
.prodotti__col-single .vini-bianchi .card-category-button a {
color: #a32035;
}
.prodotti__col-single .vini-bianchi .card-button a {
color: #a32035;
}
.prodotti__col-single .vini-bianchi .fa-chevron-right::before {
color: #a32035;
}
.banner .text-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.banner .text-container h2,
.banner .text-container p {
color: #ffffff !important;
text-align: center;
}
.banner .text-container h2 {
font-size: clamp(3.125rem, 2.75rem + 1.875vw, 5rem) !important;
}
.banner .text-container .simil-title-small {
margin-bottom: 20px;
text-align: center;
}
.banner .text-container .card-button {
padding-bottom: 20px;
display: flex;
flex-direction: row-reverse;
justify-content: center;
margin-left: 10px;
}
.banner .text-container .card-button:before {
align-items: center;
}
.banner .text-container .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #ffffff;
position: relative;
top: 0;
left: 5px;
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
width: fit-content;
font-family: "Libre Franklin", sans-serif !important;
display: flex !important;
flex-direction: row-reverse !important;
gap: 10px;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner .text-container .card-button:hover {
transform: translateX(0) !important;
}
.banner .text-container .card-button:hover a {
transform: translate(-15px) !important;
}
.banner .text-container .fa-chevron-right::before {
color: #ffffff;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner .text-container .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
} .ar_single-cpt-main {
padding-top: 120px;
}
.ar_single-cpt-main .ar_single-cpt-main__row .img-container {
width: 100%;
display: flex;
justify-content: center;
}
.ar_single-cpt-main .ar_single-cpt-main__row img {
object-fit: contain;
position: relative;
left: 0;
display: block;
}
.ar_single-cpt-main .ar_single-cpt-main__row .prezzo-vino {
font-weight: 500;
padding: 30px 0;
}
.ar_single-cpt-main .ar_single-cpt-main__row .vino-description {
color: #6c6c6c;
margin-bottom: 30px;
}
.ar_single-cpt-main .ar_single-cpt-main__row .caratteristiche-vino p {
margin-bottom: 20px;
}
.img-container-blend {
width: 70% !important;
display: flex;
justify-content: center;
margin: 0 auto !important;
}
.sopratitolo,
.titolo-caratteristica {
color: #a32035;
font-weight: 500;
text-transform: uppercase;
}
.titolo-vino {
font-style: italic;
font-family: "Cormorant", serif !important;
}
.ar_single-cpt-info {
display: inline-block;
width: 100%;
background-color: #a32035;
}
.cta-container {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 30px 0 0;
}
.cta-container .richiedi-info {
width: fit-content;
padding: 7px 20px;
border: 2px solid #1d1d1d;
display: flex !important;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
}
.cta-container .richiedi-info a {
padding: 15px 0;
margin: 0 20px;
color: #1d1d1d;
position: relative;
top: 0;
left: 5px;
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 15px 15px 0;
width: fit-content;
font-family: "Libre Franklin", sans-serif !important;
display: flex !important;
flex-direction: row-reverse !important;
gap: 10px;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-container .richiedi-info a:hover {
transform: translateX(0) !important;
}
.cta-container .richiedi-info:hover a {
transform: translate(-15px) !important;
}
.fa-chevron-right::before {
color: #1d1d1d;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.ar_single-cpt-info__row {
padding-bottom: 30px;
}
.ar_single-cpt-info__row h4 {
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
}
.ar_single-cpt-info__row .first-block p,
.ar_single-cpt-info__row .second-block p,
.ar_single-cpt-info__row .third-block p {
width: 90%;
color: #ffffff;
padding-bottom: 100px;
}
.ar_single-cpt-info__row .second-block,
.ar_single-cpt-info__row .third-block {
padding-bottom: 0;
}
.ar_single-cpt-contatto__row h2 {
text-align: center;
margin-bottom: 70px;
}
.ar_single-cpt-contatto__row .wpcf7-form {
width: fit-content;
margin: 0 auto;
}
.ar_single-cpt-correlati .text-container .sopratitolo,
.ar_single-cpt-correlati .text-container .titolo-vino {
text-align: center;
}
.button-404-container {
justify-content: center;
display: flex !important;
flex-direction: row-reverse !important;
align-items: center;
}
.button-404-container .button-404 {
color: #1d1d1d;
padding: 15px 0;
margin: 0 20px;
position: relative;
top: 0;
left: 5px;
position: relative;
border-radius: 0;
background-color: transparent;
text-transform: uppercase;
font-size: 14px;
padding: 15px 0px 15px 0;
width: fit-content;
font-family: "Libre Franklin", sans-serif !important;
font-weight: 700;
align-items: center !important;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button-404-container .button-404:hover {
transform: translateX(0) !important;
}
.button-404-container:hover .button-404 {
transform: translate(-15px) !important;
}
.button-404-container::before {
color: #1d1d1d;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button-404-container:hover:before {
opacity: 1;
visibility: visible;
} .button-download a {
font-family: "Libre Franklin", sans-serif;
font-size: 14px;
display: inline-block;
font-weight: 700;
border: 2px solid #a32035;
width: fit-content;
padding: 15px 30px;
text-transform: uppercase;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button-download a:hover {
background-color: #a32035;
color: #ffffff !important;
transform: translateX(10px);
}
.button-download-white a {
border: 2px solid #ffffff;
color: #ffffff !important;
}
.button-download-white a:hover {
background-color: #ffffff;
color: #1d1d1d !important;
} .spacer-special {
padding: 70px 0;
}    .main-blog {
height: 90vh;
display: flex;
align-items: center;
flex-direction: column;
}
.main-blog__container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.main-blog__container h1 {
color: #ffffff;
text-align: center;
font-size: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
width: 68%;
margin: 0 auto;
}
.main-blog .main-page__text {
width: 100%;
}
.main-blog .subtitle {
text-transform: uppercase;
color: #ffffff;
width: 68%;
margin: 0 auto;
text-align: center;
font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
} .article a {
color: #a32035;
}
.article a:hover {
color: #8c7346;
}
.related-article a:hover {
color: #a32035;
}
.img-article img {
max-width: 400px;
object-fit: contain;
}
.blog__container-inner {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 60px;
}
.blog-page__article-inner {
position: relative;
}
.blog__article figure:hover img {
transform: scale(1.2);
}
.blog__article figure a {
width: 100%;
height: 400px;
display: inline-block;
overflow: hidden;
}
.blog__article figure a img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog__article a {
width: 100%;
display: inline-block;
overflow: hidden;
}
.blog__article a img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.info-article {
padding: 30px 0;
background-color: #a32035;
}
.info-article .info-article-container {
display: flex;
justify-content: end;
padding-right: 6vw;
gap: 50px;
}
.info-article .info-article-container .fake-title {
text-transform: uppercase;
font-weight: 700;
color: #ffffff;
font-family: "font-family: " Libre Franklin ", sans-serif;";
}
.info-article .info-article-container .icona:hover .fa-brands {
transform: translateY(-7px);
}
.info-article .info-article-container .fa-brands {
color: #ffffff;
font-size: 16px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
font-size: 20px;
}
.info-article .info-article-container .social-container {
display: flex;
gap: 20px;
}
.info-article .info-article-container .icon-container {
color: #ffffff;
display: flex;
gap: 20px;
}
.article__container-inner h2 {
font-style: italic;
font-weight: 500;
font-size: clamp(3.125rem, 3rem + 0.625vw, 3.75rem);
}
.blog__article-inner h3 {
text-transform: unset !important;
}
.blog__article-inner h3 a {
font-size: 16px !important;
font-family: "Libre Franklin", sans-serif;
color: #1d1d1d;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog__article-inner h3 a:hover {
color: #a32035;
}
.text-article-container {
display: flex;
flex-direction: column;
}
.text-article-container .sopratitolo-home {
font-weight: 700;
}
.wp-block-image {
position: relative;
top: 0;
left: 0;
}
.wp-block-image img {
object-fit: cover;
width: 100%;
height: 100%;
}
.wp-block-image .wp-element-caption {
position: absolute;
bottom: 0;
right: 0;
background-color: #ffffff;
color: #1d1d1d !important;
padding: 15px 30px;
margin-bottom: 0;
} .title-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 40px;
}
.related-articles {
display: flex;
gap: 40px;
list-style: none;
justify-content: center;
}
.related-article {
list-style: none;
}
.related-thumbnail {
max-width: 300px;
}
.related-thumbnail .img-art {
height: 400px;
display: inline-block;
overflow: hidden;
}
.related-thumbnail .img-art img {
object-fit: cover;
width: 100%;
max-width: 350px;
height: 100%;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.related-thumbnail .img-art:hover img {
transform: scale(1.2);
} .navigation {
display: flex;
align-items: center;
justify-content: center;
margin-top: 70px;
}
.navigation .nav-links {
display: flex;
align-items: center;
gap: 30px;
}
.navigation .nav-links a {
position: relative;
font-size: 1.1rem;
color: #1d1d1d;
font-weight: 500;
}
.navigation .nav-links .next,
.navigation .nav-links .prev {
transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.navigation .nav-links .next:hover,
.navigation .nav-links .prev:hover {
background-color: #a32035 !important;
color: #ffffff;
}
.navigation .nav-links .current {
font-size: 1.3rem;
text-decoration: underline;
color: #a32035;
}
.navigation .page-numbers {
position: relative !important;
top: 0 !important;
margin-top: 0 !important;
}
.navigation .page-numbers:hover {
color: #a32035;
} .article {
position: relative;
}   .fp-container {
width: 100vw;
overflow-x: hidden;
}
main {
display: block;
}
.contenitore {
height: 98vh;
position: relative;
top: 0;
left: 0;
}
.embed-container {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.embed-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
width: 100%;
height: 56.25vw;
min-height: 98vh;
min-width: 177.77vh;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}
.PlayButton_module_playButtonWrapper__fc6bec57 {
display: none;
}
.videofullscreen {
position: absolute;
overflow: hidden;
width: 100% !important;
height: 100%;
object-fit: cover;
z-index: -100;
}
.overlay {
position: absolute;
width: 100% !important;
height: 100%;
object-fit: cover;
z-index: 2;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
top: 0;
}
.main-fp {
position: absolute;
color: #FFFFFF;
top: 56%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
z-index: 3;
}
.main-fp img {
margin: 0 auto;
}
.main-fp h1 {
text-align: center;
}
.contenitore-copertina {
position: relative;
top: 0;
left: 0;
}
.contenitore-copertina:hover .copertina-container-right::before {
background-color: transparent;
}
.contenitore-copertina:hover .copertina-container::before {
background-color: transparent;
}
.copertina-container,
.copertina-container-right {
max-height: 60vh;
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
padding: 120px 0;
top: 0;
left: 0;
max-width: unset !important;
}
.copertina-container::before,
.copertina-container-right::before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background-color: #a32035;
z-index: 2;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.copertina-container-right::before {
background-color: #8c7346;
}
h2 {
font-family: "Cormorant", serif;
font-size: clamp(2.125rem, 1.925rem + 1vw, 3.125rem) !important;
font-weight: 600;
}
.text-blocks-container,
.text-blocks-container-right {
padding-left: 3vw;
height: 100%;
z-index: 3;
min-height: 305px;
}
.text-blocks-container p,
.text-blocks-container-right p {
margin-bottom: 40px;
}
.text-blocks-container {
padding-right: 3vw;
}
.text-blocks-container-right {
padding-right: 3vw;
padding-left: 3vw;
}
.wp-block-cover__inner-container {
z-index: 3 !important;
position: relative;
top: 0;
left: 0;
}
.simil-title-small {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 40px;
}
.copertina-blend {
padding: 120px 0;
}
.copertina-blend p {
width: 40%;
margin-bottom: 10px;
}
.copertina-blend a {
color: #ffffff;
text-decoration: underline;
}
.copertina-blend a:hover {
color: #8c7346;
}
.copertina-blend .link-banner a {
text-decoration: none !important;
}
.copertina-blend .link-banner a:hover {
color: #ffffff;
}
.button-copertina {
text-decoration: none !important;
} .sec-scrolling {
width: 100%;
margin: 40px 0;
}
.sec-scrolling .container-scrolling {
overflow: hidden;
white-space: nowrap;
width: 100%;
background-color: #ffffff;
display: flex;
justify-content: center;
}
.sec-scrolling .scrolling {
animation: marquee 12s linear infinite;
display: inline-block;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
font-size: clamp(2.75rem, 1.3875rem + 6.8125vw, 9.5625rem);
color: #1d1d1d;
font-weight: 300;
font-family: "Cormorant", serif !important;
user-select: none;
text-transform: capitalize;
font-style: italic;
}
.sec-scrolling .scrolling-block {
background-color: #ffffff !important;
}
@keyframes marquee {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.sec-bottiglia .bottiglia-paragrafo {
margin: 0 auto 70px;
width: 70%;
}
.sec-bottiglia a {
color: #1d1d1d;
text-decoration: underline;
}
.sec-bottiglia a:hover {
color: #8c7346;
}
.category-button .button-special-rossi,
.category-button .button-special-bianchi,
.category-button .button-special-bollicine {
border: 3px solid transparent;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category-button .button-special-rossi:hover,
.category-button .button-special-bianchi:hover,
.category-button .button-special-bollicine:hover {
transform: translateX(0) !important;
}
.category-button .button-special-rossi:hover a,
.category-button .button-special-bianchi:hover a,
.category-button .button-special-bollicine:hover a {
color: #ffffff;
}
.category-button .button-special-rossi:hover {
background-color: #a32035;
}
.category-button .button-special-bianchi:hover {
border: 3px solid #a32035;
}
.category-button .button-special-bianchi:hover a {
color: #a32035;
}
.category-button .button-special-bollicine:hover {
background-color: #d9d9d9;
}
.category-button .button-special-bollicine:hover a {
color: #a32035;
}
.category-button .button-special-rossi a,
.category-button .button-special-bianchi a,
.category-button .button-special-bollicine a {
color: #1d1d1d;
font-weight: 700;
padding: 15px 25px;
}
.category-button .group-button {
margin: 0 auto;
} .card-bottiglie-container {
margin: 0 auto;
}
.card-columns {
margin: 0 auto;
display: flex;
gap: 30px;
}
.card-vino-rosso {
background-color: #a32035;
border: 4px solid transparent;
position: relative;
top: 0;
left: 0;
width: 250px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-rosso:hover {
background-color: #811A2B !important;
}
.card-vino-rosso:hover img {
transform: scale(1.2);
}
.card-vino-rosso img {
transform: scale(1.1);
object-fit: cover;
width: 170px;
margin: 0 auto;
position: relative;
top: -50px;
left: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-rosso .card-title {
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
text-transform: uppercase;
color: #ffffff;
}
.card-vino-rosso .card-title:hover {
transform: translateX(0) !important;
}
.card-vino-rosso .card-button {
padding-bottom: 20px;
}
.card-vino-rosso .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #ffffff;
position: relative;
top: 0;
left: 5px;
}
.card-vino-rosso .card-button:hover {
transform: translateX(0) !important;
}
.card-vino-rosso .card-button:hover a {
transform: translate(-15px) !important;
}
.card-vino-rosso .fa-chevron-right::before {
color: #ffffff;
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-rosso .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.card-vino-rosso .card-category-button a {
padding: 15px 0;
}
.card-vino-rosso .card-category-button:hover {
transform: translateX(0) !important;
}
.card-vino-bollicine {
background-color: #a32035;
border: 4px solid transparent;
position: relative;
top: 0;
left: 0;
width: 250px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bollicine:hover {
background-color: #BABABA !important;
}
.card-vino-bollicine:hover img {
transform: scale(1.2);
}
.card-vino-bollicine img {
transform: scale(1.1);
object-fit: cover;
width: 170px;
margin: 0 auto;
position: relative;
top: -50px;
left: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bollicine .card-title {
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
text-transform: uppercase;
color: #a32035;
}
.card-vino-bollicine .card-title:hover {
transform: translateX(0) !important;
}
.card-vino-bollicine .card-button {
padding-bottom: 20px;
}
.card-vino-bollicine .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #a32035;
}
.card-vino-bollicine .card-button:hover {
transform: translateX(0) !important;
}
.card-vino-bollicine .card-button:hover a {
transform: translate(-15px) !important;
}
.card-vino-bollicine .fa-chevron-right::before {
color: #a32035;
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bollicine .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.card-vino-bollicine .card-category-button a {
padding: 15px 0;
color: #a32035;
}
.card-vino-bollicine .card-category-button:hover {
transform: translateX(0) !important;
}
.card-vino-bianco {
background-color: #ffffff;
border: 4px solid #a32035;
position: relative;
top: 0;
left: 0;
width: 250px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bianco:hover {
background-color: #ffffff !important;
}
.card-vino-bianco:hover img {
transform: scale(1.2);
}
.card-vino-bianco img {
transform: scale(1.1);
object-fit: cover;
width: 170px;
margin: 0 auto;
position: relative;
top: -50px;
left: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bianco .card-title {
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
text-transform: uppercase;
color: #a32035;
}
.card-vino-bianco .card-title:hover {
transform: translateX(0) !important;
}
.card-vino-bianco .card-button {
padding-bottom: 20px;
}
.card-vino-bianco .card-button a {
padding: 15px 0;
margin: 0 20px;
color: #a32035;
}
.card-vino-bianco .card-button:hover {
transform: translateX(0) !important;
}
.card-vino-bianco .card-button:hover a {
transform: translate(-15px) !important;
}
.card-vino-bianco .fa-chevron-right::before {
color: #a32035;
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-vino-bianco .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.card-vino-bianco .card-category-button a {
padding: 15px 0;
color: #a32035;
}
.card-vino-bianco .card-category-button:hover {
transform: translateX(0) !important;
} .fp-blog-title {
margin: 0 auto;
padding-bottom: 120px;
}
.fp-blog-title h2 {
margin-bottom: 40px;
}
.fp-blog-title .fp-container-article {
width: 100%;
}
.fp-blog-title .news-button a, .fp-blog-title .news-button:before {
color: #1d1d1d;
}
.fp-blog-title .wp-block-group {
margin: 0 auto;
}
.fp-blog-title .wp-block-latest-posts__list {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.fp-blog-title .wp-block-latest-posts__list li {
width: 250px;
height: 500px;
}
.fp-blog-title .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image:hover img {
transform: scale(1.2);
}
.fp-blog-title .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
width: 100%;
height: 400px;
display: inline-block;
overflow: hidden;
}
.fp-blog-title .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fp-blog-title .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
font-size: 16px;
font-family: "Libre Franklin", sans-serif;
color: #1d1d1d;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fp-blog-title .wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
color: #a32035;
} .fp-loghi-group {
padding: 120px 0;
}
.fp-loghi-group .card-loghi {
border: 1px solid #d9d9d9;
}
.fp-loghi-group .card-loghi:hover .logo1, .fp-loghi-group .card-loghi:hover .logo2, .fp-loghi-group .card-loghi:hover .logo3 {
opacity: 1;
transform: translateY(-5px);
}
.fp-loghi-group .card-loghi:hover .card-loghi-button {
opacity: 1;
visibility: visible;
transform: translateX(0) !important;
}
.fp-loghi-group .card-loghi .card-loghi-button {
text-align: center;
opacity: 0;
visibility: hidden;
padding-bottom: 20px;
}
.fp-loghi-group .card-loghi .card-loghi-button a {
color: #1d1d1d;
}
.fp-loghi-group .logo1,
.fp-loghi-group .logo2,
.fp-loghi-group .logo3 {
display: flex;
justify-content: center;
align-items: center;
padding: 70px 20px 20px;
width: 100%;
height: 150px;
opacity: 0.4;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fp-loghi-group img {
width: 300px;
object-fit: cover;
}
.fp-loghi-group .fa-chevron-right::before {
color: #1d1d1d;
opacity: 0;
display: flex;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fp-loghi-group .fa-chevron-right:hover:before {
opacity: 1;
visibility: visible;
}
.bottles-card .wp-block-cover {
overflow: hidden;
}
.bottles-card img {
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bottles-card .wp-block-cover__inner-container {
height: 100%;
}
.bottles-card .wp-block-cover__inner-container .wp-block-group {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 65vh;
}
.bottles-card .wp-block-cover:hover img {
transform: scale(1.1);
}
.text-container-tax {
display: block !important;
}
.embed-container-social {position:absolute; left:-20276px}
.embed-container-login {position:absolute; left:-23640px}
.embed-container-register {position:absolute; left:-8626px}
.embed-container-search {position:absolute; left:-23256px}