﻿@font-face {
  font-family: Museo-100;
  src: url("../fonts/museo/Museo-100.otf");
  font-weight: var(--font-weight-light);
  font-style: normal;
}
@font-face {
  font-family: Museo-100-italic;
  src: url("../fonts/museo/Museo-100italic.otf");
  font-weight: var(--font-weight-light);
  font-style: italic;
}
@font-face {
  font-family: Museo-300;
  src: url("../fonts/museo/Museo-300.otf");
  font-weight: var(--font-weight-regular);
  font-style: normal;
}
@font-face {
  font-family: Museo-300-italic;
  src: url("../fonts/museo/Museo-300italic.otf");
  font-weight: var(--font-weight-regular);
  font-style: italic;
}
@font-face {
  font-family: Museo-500;
  src: url("../fonts/museo/Museo-500.otf");
  font-weight: var(--font-weight-medium);
  font-style: normal;
}
@font-face {
  font-family: Museo-500-italic;
  src: url("../fonts/museo/Museo-500italic.otf");
  font-weight: var(--font-weight-medium);
  font-style: italic;
}
@font-face {
  font-family: Museo-700;
  src: url("../fonts/museo/Museo-700.otf");
  font-weight: var(--font-weight-bold);
  font-style: normal;
}
@font-face {
  font-family: Museo-700-italic;
  src: url("../fonts/museo/Museo-700italic.otf");
  font-weight: var(--font-weight-bold);
  font-style: italic;
}
@font-face {
  font-family: Museo-900;
  src: url("../fonts/museo/Museo-900.otf");
  font-weight: var(--font-weight-extrabold);
  font-style: normal;
}
@font-face {
  font-family: Museo-900-italic;
  src: url("../fonts/museo/Museo-900italic.otf");
  font-weight: var(--font-weight-extrabold);
  font-style: italic;
}
:root {
  --font-family-100: "Museo-100";
  --font-family-100-italic: "Museo-100-italic";
  --font-family-300: "Museo-300";
  --font-family-300-italic: "Museo-300-italic";
  --font-family-500: "Museo-500";
  --font-family-500-italic: "Museo-500-italic";
  --font-family-700: "Museo-700";
  --font-family-700-italic: "Museo-700-italic";
  --font-family-900: "Museo-900";
  --font-family-900-italic: "Museo-900-italic";
  --font-size: 1.2rem;
  --font-size-sm: .95rem;
  --font-size-md: 1.8rem;
  --font-size-lg: 2.3rem;
  --font-weight-light: 100;
  --font-weight-regular: 300;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 900;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey: #EEEEF0;
  --color-orange: #D54215;
  --color-green: #00C992;
  --color-yellow: #D8CA04;
  --color-yellow-2: #7E5900;
  --color-violet: #F67BE6;
  --color-blue: #0052A3;
  --color-transparent: transparent;
  --box-shadow: 0 -10px 20px rgba(0, 0, 0, .3);
  --clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50px, 100% 100%, 80px 100%, 0 calc(100% - 50px));
  --clip-path-2: polygon(0 0, calc(100% - 50px) 0, 100% 40px, 100% 100%, 50px 100%, 0 calc(100% - 40px));
  --cubic-bezier: cubic-bezier(.6,.03,.44,.89);
}

@font-face {
  font-family: Museo-100;
  src: url("../fonts/museo/Museo-100.otf");
  font-weight: var(--font-weight-light);
  font-style: normal;
}
@font-face {
  font-family: Museo-100-italic;
  src: url("../fonts/museo/Museo-100italic.otf");
  font-weight: var(--font-weight-light);
  font-style: italic;
}
@font-face {
  font-family: Museo-300;
  src: url("../fonts/museo/Museo-300.otf");
  font-weight: var(--font-weight-regular);
  font-style: normal;
}
@font-face {
  font-family: Museo-300-italic;
  src: url("../fonts/museo/Museo-300italic.otf");
  font-weight: var(--font-weight-regular);
  font-style: italic;
}
@font-face {
  font-family: Museo-500;
  src: url("../fonts/museo/Museo-500.otf");
  font-weight: var(--font-weight-medium);
  font-style: normal;
}
@font-face {
  font-family: Museo-500-italic;
  src: url("../fonts/museo/Museo-500italic.otf");
  font-weight: var(--font-weight-medium);
  font-style: italic;
}
@font-face {
  font-family: Museo-700;
  src: url("../fonts/museo/Museo-700.otf");
  font-weight: var(--font-weight-bold);
  font-style: normal;
}
@font-face {
  font-family: Museo-700-italic;
  src: url("../fonts/museo/Museo-700italic.otf");
  font-weight: var(--font-weight-bold);
  font-style: italic;
}
@font-face {
  font-family: Museo-900;
  src: url("../fonts/museo/Museo-900.otf");
  font-weight: var(--font-weight-extrabold);
  font-style: normal;
}
@font-face {
  font-family: Museo-900-italic;
  src: url("../fonts/museo/Museo-900italic.otf");
  font-weight: var(--font-weight-extrabold);
  font-style: italic;
}
:root {
  --font-family-100: "Museo-100";
  --font-family-100-italic: "Museo-100-italic";
  --font-family-300: "Museo-300";
  --font-family-300-italic: "Museo-300-italic";
  --font-family-500: "Museo-500";
  --font-family-500-italic: "Museo-500-italic";
  --font-family-700: "Museo-700";
  --font-family-700-italic: "Museo-700-italic";
  --font-family-900: "Museo-900";
  --font-family-900-italic: "Museo-900-italic";
  --font-size: 1.2rem;
  --font-size-sm: .95rem;
  --font-size-md: 1.8rem;
  --font-size-lg: 2.3rem;
  --font-weight-light: 100;
  --font-weight-regular: 300;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 900;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey: #EEEEF0;
  --color-orange: #D54215;
  --color-green: #00C992;
  --color-yellow: #D8CA04;
  --color-yellow-2: #7E5900;
  --color-violet: #F67BE6;
  --color-blue: #0052A3;
  --color-transparent: transparent;
  --box-shadow: 0 -10px 20px rgba(0, 0, 0, .3);
  --clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50px, 100% 100%, 80px 100%, 0 calc(100% - 50px));
  --clip-path-2: polygon(0 0, calc(100% - 50px) 0, 100% 40px, 100% 100%, 50px 100%, 0 calc(100% - 40px));
  --cubic-bezier: cubic-bezier(.6,.03,.44,.89);
}

.color-black {
  color: var(--color-black) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-grey {
  color: var(--color-grey) !important;
}

.color-orange {
  color: var(--color-orange) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.color-yellow {
  color: var(--color-yellow) !important;
}

.color-violet {
  color: var(--color-violet) !important;
}

.color-blue {
  color: var(--color-blue) !important;
}

.color-transparent {
  color: var(--color-transparent) !important;
}

.background-black {
  background-color: var(--color-black) !important;
}

.background-white {
  background-color: var(--color-white) !important;
}

.background-grey {
  background-color: var(--color-grey) !important;
}

.background-orange {
  background-color: var(--color-orange) !important;
}

.background-green {
  background-color: var(--color-green) !important;
}

.background-yellow {
  background-color: var(--color-yellow) !important;
}

.background-violet {
  background-color: var(--color-violet) !important;
}

.background-blue {
  background-color: var(--color-blue) !important;
}

.background-transparent {
  background-color: var(--color-transparent) !important;
}

@font-face {
  font-family: "eber-stato-pratiche";
  src: url("../fonts/eber-stato-pratiche/fonts/eber-stato-pratiche.eot?diuthp");
  src: url("../fonts/eber-stato-pratiche/fonts/eber-stato-pratiche.eot?diuthp#iefix") format("embedded-opentype"), url("../fonts/eber-stato-pratiche/fonts/eber-stato-pratiche.ttf?diuthp") format("truetype"), url("../fonts/eber-stato-pratiche/fonts/eber-stato-pratiche.woff?diuthp") format("woff"), url("../fonts/eber-stato-pratiche/fonts/eber-stato-pratiche.svg?diuthp#eber-stato-pratiche") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ico-esp {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "eber-stato-pratiche" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-cancel:before {
  content: "\e900";
}

.ico-check:before {
  content: "\e901";
}

.ico-clock:before {
  content: "\e902";
}

body {
  font-family: var(--font-family-100);
  font-size: var(--font-size);
  color: var(--color-black);
  margin: 50px;
  overflow-x: hidden;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible,
input[type]:focus-visible,
[role=button]:focus-visible,
[role=group]:focus-visible,
area:focus-visible {
  outline: solid 3px var(--color-orange) !important;
  outline-offset: 2px;
  box-shadow: none !important;
  z-index: 9999;
}

a {
  font-family: var(--font-family-700-italic);
  color: var(--color-orange);
  text-decoration: none;
}
a > div {
  display: inline-block;
}
a .arrow {
  margin-right: 6px;
}
a .inner {
  position: relative;
}
a .inner .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-orange);
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-500);
}

h1 {
  font-size: var(--font-size-lg);
}

h2 {
  font-size: var(--font-size-md);
}

b,
strong,
h2,
h3 {
  font-family: var(--font-family-700);
}

input[type],
textarea,
select {
  font-family: var(--font-family-100);
  font-size: var(--font-size);
  padding: 8px 15px;
  border: solid 1px var(--color-black);
  background-color: var(--color-white);
}

.page-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.page-title img {
  height: 40px;
}
.page-title h1 {
  margin: 0;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
.page-title h1::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 12px);
  top: -6px;
  left: 0;
  background-color: var(--color-black);
  pointer-events: none;
}

.tag {
  display: inline-block;
  font-family: var(--font-family-700);
  font-size: var(--font-size-sm);
  padding: 4px 15px;
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.tag > .b,
.tag > .bo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: var(--color-white);
  z-index: 2;
}
.tag > .bo {
  height: 2px;
  top: unset;
  bottom: 0;
}
.tag > div {
  position: relative;
  z-index: 1;
}

.box {
  clip-path: var(--clip-path-2);
  background-color: var(--color-grey);
  padding: 40px 30px;
  position: relative;
}
.box h3 {
  font-size: var(--font-size);
}
.box .bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.box:has(.bottom) {
  padding-bottom: 90px;
}

.default {
  overflow: hidden;
  margin: 0;
}
.default .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 100px;
  z-index: 1000;
}
.default .loader > img {
  width: 50px;
  filter: grayscale(100) opacity(0.5);
}
.default .page-title {
  position: absolute;
  top: 80px;
  left: 100px;
  z-index: 10;
  opacity: 0;
  margin-bottom: 0;
}
.default .page-title h1 {
  color: var(--color-white);
}
.default .page-title h1::before {
  background-color: var(--color-white);
}
.default .default-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.default .default-content .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: calc(-50vw - 100px);
  width: calc(50vw + 100px);
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
}
.default .default-content .block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.default .default-content .block .content {
  padding: 60px 35px;
  position: relative;
  color: var(--color-white);
  width: 50%;
}
.default .default-content .block .content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  mix-blend-mode: multiply;
  clip-path: var(--clip-path);
  z-index: 1;
}
.default .default-content .block .content > * {
  position: relative;
  z-index: 2;
}
.default .default-content .block .content h2 {
  margin: 0 0 30px 0;
}
.default .default-content .block .content input[type],
.default .default-content .block .content textarea,
.default .default-content .block .content select {
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-transparent);
  border-color: var(--color-white);
}
.default .default-content .block.r {
  left: unset;
  right: calc(-50vw - 100px);
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}
.default .default-content .block.r .content .background {
  background-color: var(--color-yellow-2);
}

.detail h2,
.detail .box {
  opacity: 0;
  transform: translateY(50px);
}
.detail .box[class*=background-] .bottom a:focus-visible {
  outline-color: var(--color-white) !important;
}

.modal-backdrop {
  background-color: var(--color-white);
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0.5;
  z-index: 1;
}
#loader span {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 2;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 100%, 25% 100%, 0 85%);
}
#loader img {
  width: 60px;
  position: relative;
  z-index: 3;
}

.modal .modal-dialog {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: var(--box-shadow);
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 40px 40px 0 40px;
  height: 70px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: var(--font-weight-bold);
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus, .modal .modal-dialog .modal-content .modal-header .btn-close:focus-visible {
  outline: solid 3px var(--color-orange) !important;
  outline-offset: 2px;
  box-shadow: none !important;
  z-index: 9999;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}

#faq-modal .modal-dialog {
  margin: 0;
  max-width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#faq-modal .modal-dialog .modal-content {
  max-width: 40vw;
  height: 100vh;
}
#faq-modal .modal-dialog .modal-content .modal-body {
  height: calc(100% - 70px);
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper {
  height: 100%;
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper .swiper-wrapper {
  height: calc(100% - 70px);
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow-y: auto;
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper .swiper-pagination {
  text-align: left;
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 16px 0 0;
  background: var(--color-grey);
  opacity: 1;
}
#faq-modal .modal-dialog .modal-content .modal-body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-black);
}
#faq-modal.fade .modal-dialog {
  transform: translate(200px, 0);
}
#faq-modal.fade.show .modal-dialog {
  transform: translate(0, 0);
}
