/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: Gambarino;
  font-style: normal;
  src: url("/css/advanced/fonts/Gambarino-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Switzer;
  font-style: normal;
  src: url("/css/advanced/fonts/Switzer-Variable.ttf") format("truetype");
}
body {
  font-family: Switzer, sans-serif;
  font-size: calc((100vw - 360px) / 1080 * 1 + 12px);
  color: #254A07;
}

h1 {
  font-family: Gambarino, sans-serif;
  font-size: calc((100vw - 360px) / 1080 * 56 + 40px);
  line-height: 1.2;
}

h2 {
  font-family: Gambarino, sans-serif;
  font-size: calc((100vw - 360px) / 1080 * 32 + 32px);
  line-height: 1.2;
}

h3 {
  font-family: Gambarino, sans-serif;
  font-size: calc((100vw - 360px) / 1080 * 28 + 20px);
  line-height: 1.2;
}

h4 {
  font-family: Switzer, sans-serif;
  font-weight: 200;
  font-size: calc((100vw - 360px) / 1080 * 10 + 20px);
  line-height: 1.4;
  font-style: italic;
  opacity: 0.7;
}

a {
  cursor: pointer;
}
a.btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration-line: underline;
  cursor: pointer;
  font-size: calc((100vw - 360px) / 1080 * 8 + 16px);
}
a.category {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 12px 12px 0;
  border-radius: 48px;
  background: #EBEBEB;
  color: #254A07;
}
a.category._active {
  background: #254A07;
  color: #f5f5f5;
}
a._fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

p {
  max-width: 540px;
}
p._comment {
  opacity: 0.7;
  font-style: italic;
}
p._comment._md {
  font-size: 18px;
}
p._note {
  color: #1C3209;
  font-size: calc((100vw - 360px) / 1080 * 4 + 20px);
  font-weight: 500;
  font-style: italic;
}

img {
  width: 100%;
}

.row {
  margin: 0;
}
.row .col {
  padding: 0;
}
.row .col._img-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.row .col._img-wrap img {
  width: 100%;
}
.row .col.d-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.m-t_xl {
  margin-top: calc((100vw - 360px) / 1080 * 56 + 40px);
}
.m-t_md {
  margin-top: calc((100vw - 360px) / 1080 * 24 + 24px);
}
.m-t_sm {
  margin-top: calc((100vw - 360px) / 1080 * 8 + 16px);
}

.p-t_xl {
  padding-top: calc((100vw - 360px) / 1080 * 56 + 40px);
}
.p-t_md {
  padding-top: calc((100vw - 360px) / 1080 * 24 + 24px);
}
.p-t_sm {
  padding-top: calc((100vw - 360px) / 1080 * 8 + 16px);
}

.bg_beige {
  background: #1C3209;
  color: #fff !important;
  border-color: #fff !important;
}
.bg_light {
  background: #F5F5F5;
}

.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left !important;
}
.txt_j {
  text-align: justify;
}
.txt_uppercase {
  text-transform: uppercase;
}
.txt_bold {
  font-weight: 500;
}
.txt_italic {
  font-style: italic;
}

.img-tint:after, .home-page .header__body .header__img:after, .popup .popup__body .popup__img:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a7b1a0;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: color;
}

@media (max-width: 767px) {
  .f-r._m {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.nav {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px calc((100vw - 360px) / 1080 * 28 + 12px);
}
@media (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F5F5F5;
  }
  .nav_desktop {
    display: none;
  }
  .nav .nav__contact {
    display: none !important;
  }
  .nav .nav__links {
    display: none !important;
    gap: 0 !important;
  }
  .nav .nav__links._mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    background-color: inherit;
    transform: translateY(-100%);
  }
  .nav .nav__links._mobile a {
    padding: 12px 0;
    font-size: 18px;
    text-align: left !important;
    width: 100%;
  }
  .nav .nav__links._mobile a ~ a {
    border-top: 1px solid #254A07;
  }
  .nav .nav__burger-btn {
    display: block !important;
    text-decoration: underline;
    font-size: 15px !important;
  }
}
.nav .nav__brand img {
  cursor: pointer;
}
.nav .nav__links {
  display: flex;
  flex-flow: row;
  gap: 24px;
}
.nav .nav__links._mobile {
  display: none;
}
.nav .nav__links a {
  cursor: pointer;
  padding-left: 12px;
}
.nav .nav__links a._active::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px !important;
  border-radius: 2px;
  height: 100%;
  background-color: #254A07;
}
.nav .nav__burger-btn {
  display: none;
  cursor: pointer;
}
.nav .nav__contact {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.nav .nav__langs {
  display: flex;
  flex-flow: row;
  gap: 8px;
}
.nav .nav__langs a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #fff;
}
.nav .nav__langs a._active {
  color: #FFF;
  background-color: #254A07;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: calc((100vw - 360px) / 1080 * 28 + 12px);
  will-change: opacity;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .popup {
    padding: 12px;
  }
  .popup .popup__body {
    flex-flow: column !important;
    padding: 48px 12px !important;
  }
  .popup .popup__body .popup__img {
    display: none !important;
  }
  .popup .popup__body .popup__info {
    align-items: center !important;
  }
}
.popup._hidden {
  pointer-events: none !important;
  opacity: 0;
}
.popup._hidden .popup__body {
  transform: translateY(144px);
}
.popup .popup__body {
  display: flex;
  flex-flow: row;
  gap: 24px;
  width: 100%;
  max-width: 812px;
  padding: 12px;
  background: #fff;
  will-change: transform;
  transition: transform 0.3s;
}
.popup .popup__body .popup__img {
  width: 40%;
  background-image: url(/img/Chiostro-della-Madonna-dell-orto-Home);
  background-size: cover;
  background-position: center;
}
.popup .popup__body .popup__img svg {
  opacity: 0;
}
.popup .popup__body .popup__info {
  align-self: stretch;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}
.popup .popup__body .popup__info .popup__heading {
  font-size: calc((100vw - 360px) / 1080 * 16 + 32px) !important;
}
.popup .popup__body .popup__info .popup__link {
  padding: 6px 20px 12px !important;
  text-decoration: underline;
  background-color: #1C3209 !important;
  color: #fff !important;
  font-size: calc((100vw - 360px) / 1080 * 8 + 16px);
  text-transform: uppercase;
  border-radius: 48px;
}
.popup .popup__body .popup__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  text-decoration: underline;
  font-size: 15px;
}

@media (max-width: 767px) {
  main {
    padding-top: 72px !important;
  }
}
main .footer {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 12px calc((100vw - 360px) / 1080 * 28 + 12px);
  gap: 12px;
}
main .footer._bg-dark {
  background-color: #1C3209 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  main .footer {
    justify-content: center;
  }
  main .footer__copyrights {
    padding-top: 12px;
    border-top: 1px solid #254A07;
    text-align: center;
    width: 100% !important;
    margin: auto !important;
  }
}
main .footer__copyrights {
  width: auto;
  margin-right: auto;
}

.home-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  min-height: 100vh;
}
.home-page .header {
  padding: 24px calc((100vw - 360px) / 1080 * 28 + 12px);
  width: 100%;
  height: 100%;
}
.home-page .header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 calc((100vw - 360px) / 1080 * 8 + 12px);
}
.home-page .header__body .header__title {
  color: #254A07;
  text-align: center;
}
.home-page .header__body .header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
.home-page .header__body .header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page .header, .space-page .header, .contact-page .header, .archive-page .header, .history-page .header {
  padding-top: 48px;
}
.about-page .header__body, .space-page .header__body, .contact-page .header__body, .archive-page .header__body, .history-page .header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 calc((100vw - 360px) / 1080 * 28 + 12px);
}
.about-page .header__body .header__title, .space-page .header__body .header__title, .contact-page .header__body .header__title, .archive-page .header__body .header__title, .history-page .header__body .header__title {
  color: #254A07;
  width: 100%;
}
.about-page .header__body .header__img, .space-page .header__body .header__img, .contact-page .header__body .header__img, .archive-page .header__body .header__img, .history-page .header__body .header__img {
  margin-top: 24px;
  max-width: 100%;
  max-height: 100%;
  width: 800px;
}
.about-page .banner, .space-page .banner, .contact-page .banner, .archive-page .banner, .history-page .banner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page .banner__expand-btn, .space-page .banner__expand-btn, .contact-page .banner__expand-btn, .archive-page .banner__expand-btn, .history-page .banner__expand-btn {
    display: block !important;
  }
  .about-page .banner__interactive-area, .space-page .banner__interactive-area, .contact-page .banner__interactive-area, .archive-page .banner__interactive-area, .history-page .banner__interactive-area {
    display: none !important;
  }
}
.about-page .banner._slider, .space-page .banner._slider, .contact-page .banner._slider, .archive-page .banner._slider, .history-page .banner._slider {
  text-align: center;
}
.about-page .banner._slider .main-carousel, .space-page .banner._slider .main-carousel, .contact-page .banner._slider .main-carousel, .archive-page .banner._slider .main-carousel, .history-page .banner._slider .main-carousel {
  opacity: 0;
  margin-bottom: calc((100vw - 360px) / 1080 * 48 + 24px);
}
.about-page .banner._slider .carousel-cell, .space-page .banner._slider .carousel-cell, .contact-page .banner._slider .carousel-cell, .archive-page .banner._slider .carousel-cell, .history-page .banner._slider .carousel-cell {
  padding: 6px;
  height: 70vmin;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .banner._slider .carousel-cell img, .space-page .banner._slider .carousel-cell img, .contact-page .banner._slider .carousel-cell img, .archive-page .banner._slider .carousel-cell img, .history-page .banner._slider .carousel-cell img {
  width: auto !important;
}
.about-page .banner._border, .space-page .banner._border, .contact-page .banner._border, .archive-page .banner._border, .history-page .banner._border {
  padding: calc((100vw - 360px) / 1080 * 28 + 12px);
}
.about-page .banner__img, .space-page .banner__img, .contact-page .banner__img, .archive-page .banner__img, .history-page .banner__img {
  width: 100%;
}
.about-page .banner__expand-btn, .about-page .banner__interactive-area, .space-page .banner__expand-btn, .space-page .banner__interactive-area, .contact-page .banner__expand-btn, .contact-page .banner__interactive-area, .archive-page .banner__expand-btn, .archive-page .banner__interactive-area, .history-page .banner__expand-btn, .history-page .banner__interactive-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto !important;
}
.about-page .banner__interactive-area, .space-page .banner__interactive-area, .contact-page .banner__interactive-area, .archive-page .banner__interactive-area, .history-page .banner__interactive-area {
  display: block !important;
  z-index: 50 !important;
}
.about-page .banner__expand-btn, .space-page .banner__expand-btn, .contact-page .banner__expand-btn, .archive-page .banner__expand-btn, .history-page .banner__expand-btn {
  display: none;
}
.about-page .plain, .space-page .plain, .contact-page .plain, .archive-page .plain, .history-page .plain {
  padding-left: calc((100vw - 360px) / 1080 * 28 + 12px);
  padding-right: calc((100vw - 360px) / 1080 * 28 + 12px);
  padding-bottom: calc((100vw - 360px) / 1080 * 36 + 36px);
}
.about-page .plain._archive .slider-tip, .space-page .plain._archive .slider-tip, .contact-page .plain._archive .slider-tip, .archive-page .plain._archive .slider-tip, .history-page .plain._archive .slider-tip {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  line-height: 24px;
  opacity: 0.7;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-page .plain._archive .slider-tip, .space-page .plain._archive .slider-tip, .contact-page .plain._archive .slider-tip, .archive-page .plain._archive .slider-tip, .history-page .plain._archive .slider-tip {
    display: none;
  }
}
.about-page .plain._archive .slider-tip img, .space-page .plain._archive .slider-tip img, .contact-page .plain._archive .slider-tip img, .archive-page .plain._archive .slider-tip img, .history-page .plain._archive .slider-tip img {
  width: 24px;
}
.about-page .plain .row._contact, .space-page .plain .row._contact, .contact-page .plain .row._contact, .archive-page .plain .row._contact, .history-page .plain .row._contact {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-right: 0 !important;
  gap: 24px;
}
@media (max-width: 767px) {
  .about-page .plain .row._contact, .space-page .plain .row._contact, .contact-page .plain .row._contact, .archive-page .plain .row._contact, .history-page .plain .row._contact {
    flex-flow: column;
    margin-top: 24px;
    gap: 12px;
  }
}
.about-page .plain .row._contact a.btn, .space-page .plain .row._contact a.btn, .contact-page .plain .row._contact a.btn, .archive-page .plain .row._contact a.btn, .history-page .plain .row._contact a.btn {
  flex: 1;
  word-wrap: normal;
  white-space: nowrap;
}
.about-page .plain .row .col, .space-page .plain .row .col, .contact-page .plain .row .col, .archive-page .plain .row .col, .history-page .plain .row .col {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .about-page .plain .row .col, .space-page .plain .row .col, .contact-page .plain .row .col, .archive-page .plain .row .col, .history-page .plain .row .col {
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.contact-wrap {
  background: #1C3209;
  color: #fff !important;
  padding: 24px calc((100vw - 360px) / 1080 * 48 + 24px);
}
.contact-wrap .contact {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  margin-top: calc((100vw - 360px) / 1080 * 24 + 24px);
}
@media (max-width: 767px) {
  .contact-wrap .contact {
    flex-flow: column;
    margin-top: 24px;
    gap: 12px;
  }
}
.contact-wrap .contact .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 136%;
  min-width: 100%;
}
.contact-wrap .contact .contact__item {
  min-width: 40%;
  flex: 1;
}
.contact-wrap .contact .contact__item ._comment {
  font-style: italic;
  margin-bottom: 6px;
}
.contact-wrap .contact .contact__item ._note {
  font-style: normal;
  font-size: 18px !important;
  word-wrap: break-word;
  white-space: wrap;
  color: #fff !important;
}
.contact-wrap .contact .contact__item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-flex;
}
.contact-form, .contact-page .row .col._contact {
  margin-top: 24px;
}
.contact-form input, .contact-page .row .col._contact input, .contact-form textarea, .contact-page .row .col._contact textarea {
  width: 100%;
  padding: 12px 0;
  border-bottom: 2px solid #254A07;
  background-color: transparent;
  color: #254A07;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 24px;
}
.contact-form input.submit, .contact-page .row .col._contact input.submit {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration-line: underline;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 24px;
  border: none;
  background-color: #254A07;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 48px;
}

@media (max-width: 767px) {
  .contact-page form input.submit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }
  .contact-page .contact-wrap .contact {
    gap: 24px;
  }
  .contact-page .row .col._contact {
    display: none;
  }
}
.contact-page .row .col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.contact-page .row .col._contact .col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.contact-page .row .col._contact .col .img {
  background-image: url(/img/Chiostro-della-Madonna-dell-orto-Home);
  background-size: cover;
  background-position: center;
  width: 100%;
}
.contact-page .row .col._contact .col:last-child .img {
  background-image: url(/img/Chiostro-della-Madonna-dell-orto-About);
  background-size: cover;
  background-position: center;
}

.space-page .expand {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
  pointer-events: none;
  opacity: 0;
}
.space-page .expand__body {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.space-page .expand__body .expand__img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.space-page .expand__close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */