/* Setup */
@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson_Text/CrimsonText-Regular.ttf');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson_Text/CrimsonText-Italic.ttf');
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson_Text/CrimsonText-Bold.ttf');
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Crimson';
  src: url('fonts/Crimson_Text/CrimsonText-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit/Outfit-VariableFont_wght.ttf'); }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Crimson';
  font-size: 21px;
  line-height: 36px;
  color: #fff;
  background: #090909; }
  body.modal-opened {
    overflow: hidden; }
    body.modal-opened * {
      position: static; }

.hidden {
  display: none !important; }

h1, h2, h3 {
  font-family: 'Outfit';
  font-weight: 600;
  text-transform: uppercase; }

h3 {
  font-size: 25px; }

p {
  word-break: break-word; }

.big-title h1 {
  font-size: 64px; }

h1.title-centered {
  text-align: center; }

.fullheight {
  height: 100vh; }

.grid {
  display: grid; }
  .grid.stack > * {
    grid-row: 1;
    grid-column: 1; }
  .grid.content-center {
    justify-content: center; }
  .grid.align-center {
    align-items: center; }

body.custom-widget {
  color: #343434;
  font-size: 18px;
  line-height: 24px; }
  body.custom-widget .content .page-header {
    color: #fff; }
  body.custom-widget .content .com-content-article .com-content-article__body {
    display: none; }
  body.custom-widget .content .wrap.post-content {
    margin-bottom: 40px;
    padding: 15px;
    background-color: #fffc; }
  body.custom-widget .footer-container .footer .wrap {
    padding: 0; }

@media screen and (max-width: 1430px) {
  body.custom-widget .content .wrap {
    width: calc(100% - 100px); } }
@media screen and (max-width: 1430px) and (max-width: 1430px) and (max-width: 1080px) {
  body.custom-widget .content .wrap {
    width: calc(100% - 50px); } }

a, a:visited {
  color: #fff;
  font-family: 'Outfit';
  font-weight: 300; }
  a.btn, a:visited.btn {
    padding: 10px 20px;
    border: 2px solid;
    border-radius: 36px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 17px; }

body:not(.contentpane.modal.com-sppagebuilder) span.btn {
  color: #fff;
  font-family: 'Outfit';
  font-weight: 300;
  padding: 0px 20px;
  border: 2px solid;
  border-radius: 36px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 17px; }

button, input, select, textarea {
  font-size: inherit;
  line-height: inherit; }

input {
  margin: 8px 0;
  font-family: 'Outfit';
  font-weight: 300; }

input[type="email"] {
  width: 350px;
  border: 0;
  box-shadow: 0 0;
  outline: none;
  padding: 6px; }

input[type="submit"] {
  padding: 0px 20px;
  border: 2px solid;
  color: #fff;
  background: transparent;
  border-radius: 36px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  min-width: 180px; }

.visually-hidden {
  display: none; }

.list-inline {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px; }

.flex {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex-gap-1 {
    gap: 60px; }
  .flex-center {
    justify-content: center; }

/* Containers */
.wrap {
  width: 1280px;
  margin: 0 auto; }
  .wrap.full-width {
    width: calc(100% - 72px); }

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999; }
  .popup .wrap {
    position: absolute;
    z-index: 2000;
    left: 50%;
    top: 50%;
    max-width: 800px;
    width: 100%;
    transform: translateX(-50%) translateY(-50%); }
  .popup.open {
    display: block; }
  .popup .close {
    position: absolute;
    z-index: 2000;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white !important;
    cursor: pointer; }
  .popup .bg {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
    .popup .popupContent img {
      width: 100%;
      max-width: 800px; }

/* Main menu */
.header-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none; }
  .header-container .header {
    pointer-events: none; }
    .header-container .header .wrap {
      pointer-events: all; }

.logo {
  position: relative;
  margin: 0 auto; }
  .logo .mod-custom {
    height: 100%; }
    .logo .mod-custom p {
      height: 100%;
      margin: 0; }
  .logo img {
    object-fit: contain; }

.mod-languages a {
  font-size: 16px; }

.header {
  padding-bottom: 105px;
  padding-top: 70px;
  color: #fff;
  background-image: url('/templates/pfr24/img/sh-head.png');
  background-repeat: repeat-x;
  background-size: contain; }
  .header .mainmenu, .header .lang {
    width: 142px; }
    .header .mainmenu:hover .menu, .header .mainmenu .menu.open {
      display: inline; }
    .header .mainmenu .menu {
      position: absolute;
      background: rgba(0, 0, 0, 0.7);
      padding-bottom: 16px;
      display: none;
      top: 0;
      padding-top: 142px; }
      .header .mainmenu .menu .mod-menu {
        list-style: none;
        padding: 0;
        margin: 0; }
        .header .mainmenu .menu .mod-menu li {
          padding: 0 25px;
          width: 280px;
          font-family: 'Outfit';
          margin: 0; }
          .header .mainmenu .menu .mod-menu li * {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 40px; }
        .header .mainmenu .menu .mod-menu .mod-menu__separator.separator {
          color: transparent;
          user-select: none; }
      .header .mainmenu .menu .mod-languages {
        display: none; }
  .header .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px; }
  .header .openmenu {
    display: flex;
    align-items: center;
    padding: 0 25px;
    gap: 8px; }
    .header .openmenu img.moessmer {
      width: 48px; }
    .header .openmenu img.hamburger {
      width: 18px; }

div.mod-languages ul, ul.mod-menu.inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  div.mod-languages ul li, ul.mod-menu.inline li {
    background-color: transparent;
    margin: 0; }
    div.mod-languages ul li:before, ul.mod-menu.inline li:before {
      content: "";
      letter-spacing: -4px;
      color: #fff;
      margin: 0 -2px;
      background: #fff;
      height: 17px;
      display: inline-block;
      margin-bottom: -3px;
      width: 2px; }
    div.mod-languages ul li:first-child:before, ul.mod-menu.inline li:first-child:before {
      content: none; }
    div.mod-languages ul li.lang-active, ul.mod-menu.inline li.lang-active {
      background-color: transparent; }
      div.mod-languages ul li.lang-active a, ul.mod-menu.inline li.lang-active a {
        text-decoration: underline; }

ul.mod-menu.inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0; }
  ul.mod-menu.inline:before {
    margin: 0 8px; }
    ul.mod-menu.inline li a {
      text-decoration: none; }

.mod-riconoscimenti {
  margin-top: 170px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
  .mod-riconoscimenti > p.flex {
    row-gap: 10px; }
  .mod-riconoscimenti img {
    width: 160px;
    height: 150px;
    object-fit: none;
    object-position: center top; }

.mod-custom.michelin {
  margin-top: 50px;
  margin-bottom: 100px; }
  .mod-custom.michelin img {
    max-width: 100%;
    height: auto; }

.mod-custom.contact h1 {
  font-size: clamp(1.9375rem, 7.75vw, 3.875rem);
  font-weight: 300 !important;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 38px; }
.mod-custom.contact p {
  font-size: 25px;
  margin: 16px 0; }
.mod-custom.contact .btn {
  font-size: clamp(1rem, 1.75vw, 1.4375rem) !important;
  padding: 8px 24px !important; }

.footer-container {
  background: #af9a84; }
  .footer-container .footer .wrap > *:first-child {
    padding-top: 48px; }
  .footer-container .footer .wrap > *:last-child {
    padding-bottom: 8px; }
  .footer-container .footer #mod-custom125 {
    max-width: 530px;
    margin: 0 auto; }
    .footer-container .footer #mod-custom125 > p {
      margin-top: 0;
      font-family: 'Outfit';
      font-size: 16px; }
      .footer-container .footer #mod-custom125 > p > a {
        display: flex; }
      .footer-container .footer #mod-custom125 > p:first-child {
        display: flex;
        gap: 35px; }
  .footer-container .footer h1 {
    font-family: 'Outfit';
    font-weight: normal; }
  .footer-container .footer .wrap {
    width: 970px; }
    .footer-container .footer .wrap .mod-menu li a {
      text-transform: uppercase;
      font-size: 16px;
      margin-left: 8px; }
  .footer-container ul.mod-menu.inline {
    gap: 8px; }
  .footer-container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer-container div#mod-custom125 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between; }

.leaflet-bar a, .leaflet-control-zoom a {
  color: #000 !important; }

.com-content-article {
  margin-top: 250px; }
  .com-content-article .page-header {
    margin-bottom: 30px; }
  .com-content-article figure.item-image {
    margin: 0;
    width: 100%;
    height: 350px;
    overflow: hidden; }
    .com-content-article figure.item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .com-content-article .com-content-article__body {
    background: #fff;
    color: #1c1c1c;
    padding: 24px 16px;
    margin-bottom: 50px; }
    .com-content-article .com-content-article__body a {
      color: #1c1c1c !important;
      text-decoration: underline; }
    .com-content-article .com-content-article__body .chronocredits {
      display: none; }

body.hideArticle .com-content-article {
  display: none; }

body.news .com-content-article {
  margin-top: 0; }
  body.news .com-content-article ul.tags.list-inline {
    display: none; }
body.philosophy .sp-page-builder {
  background-image: url('../img/background/dsc4043.jpg');
  background-attachment: fixed;
  background-size: cover; }
  body.philosophy .sp-page-builder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  body.philosophy .sp-page-builder .sppb-row p {
    margin-top: 0px;
    margin-bottom: 0; }
body.experience .sp-page-builder {
  background-image: url('../img/background/sfondo-legno.jpg');
  background-size: cover;
  background-attachment: fixed; }
  body.experience .sp-page-builder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
body.experience .page-content section p {
  font-size: 25px;
  margin: auto; }
body.custom-widget, body.gift-card {
  background-image: url('/images/headers/dsc5128.jpg'); }
body.custom-widget, body.gift-card, body.careers {
  background-size: cover;
  background-attachment: fixed; }
  body.custom-widget:before, body.gift-card:before, body.careers:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    background: url('/templates/pfr24/img/shadow-up.png') top center repeat-x, url('/templates/pfr24/img/shadow-bottom.png') bottom center repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  body.custom-widget .com-content-article__body, body.gift-card .com-content-article__body, body.careers .com-content-article__body {
    background: rgba(255, 255, 255, 0.79) !important; }
    body.custom-widget .com-content-article__body .nui.form .field input[type=date], body.gift-card .com-content-article__body .nui.form .field input[type=date], body.careers .com-content-article__body .nui.form .field input[type=date], body.custom-widget .com-content-article__body .nui.form .field input[type=datetime-local], body.gift-card .com-content-article__body .nui.form .field input[type=datetime-local], body.careers .com-content-article__body .nui.form .field input[type=datetime-local], body.custom-widget .com-content-article__body .nui.form .field input[type=email], body.gift-card .com-content-article__body .nui.form .field input[type=email], body.careers .com-content-article__body .nui.form .field input[type=email], body.custom-widget .com-content-article__body .nui.form .field input[type=month], body.gift-card .com-content-article__body .nui.form .field input[type=month], body.careers .com-content-article__body .nui.form .field input[type=month], body.custom-widget .com-content-article__body .nui.form .field input[type=number], body.gift-card .com-content-article__body .nui.form .field input[type=number], body.careers .com-content-article__body .nui.form .field input[type=number], body.custom-widget .com-content-article__body .nui.form .field input[type=password], body.gift-card .com-content-article__body .nui.form .field input[type=password], body.careers .com-content-article__body .nui.form .field input[type=password], body.custom-widget .com-content-article__body .nui.form .field input[type=text], body.gift-card .com-content-article__body .nui.form .field input[type=text], body.careers .com-content-article__body .nui.form .field input[type=text], body.custom-widget .com-content-article__body .nui.form .field input[type=time], body.gift-card .com-content-article__body .nui.form .field input[type=time], body.careers .com-content-article__body .nui.form .field input[type=time], body.custom-widget .com-content-article__body .nui.form .field input[type=week], body.gift-card .com-content-article__body .nui.form .field input[type=week], body.careers .com-content-article__body .nui.form .field input[type=week], body.custom-widget .com-content-article__body .nui.form .field textarea, body.gift-card .com-content-article__body .nui.form .field textarea, body.careers .com-content-article__body .nui.form .field textarea, body.custom-widget .com-content-article__body input.check-selector, body.gift-card .com-content-article__body input.check-selector, body.careers .com-content-article__body input.check-selector {
      background: transparent;
      border-color: #b5b5b5; }
body.careers {
  background-image: url('../img/background/sfondo-poltrona.jpg');
  background-position: center top; }
  body.careers .page-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    body.careers .page-content p {
      margin: 0 auto; }
body.partner-hotel {
  background-image: url('../img/background/sfondo-poltrona.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding-top: 225px; }
  body.partner-hotel:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6); }
    body.partner-hotel .page-content section p {
      margin: 0 auto; }

.pagination {
  display: flex;
  margin-bottom: 35px;
  list-style: none;
  gap: 20px; }
  .pagination li.disabled.page-item {
    display: none; }

.nui.checkbox > label {
  display: initial !important; }

.careers.careers-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr); }
.careers a {
  text-decoration: none; }
.careers .career-item {
  display: grid;
  height: 500px;
  overflow: hidden; }
  .careers .career-item > * {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%; }
  .careers .career-item .bg {
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
    transform: scale(1);
    z-index: -1; }
    .careers .career-item:hover .bg {
      transform: scale(1.1); }
  .careers .career-item .content {
    padding: 15px;
    display: flex;
    align-items: end;
    background-image: linear-gradient(0, rgba(0, 0, 0, 0.6) 15px, transparent 100px); }
    .careers .career-item .content .text h3 {
      margin: 0; }
  .careers .career-item.apply-item .content .text a {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px 20px; }

#career-modal {
  position: fixed;
  z-index: 99;
  background: #000A;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  overflow: auto; }
  #career-modal .modal-container {
    background: #af9a84;
    min-height: calc(100vh - calc(15px * 2)); }
  #career-modal .modal-close {
    position: fixed;
    top: 15px;
    right: 45px;
    left: 30px;
    text-align: right;
    z-index: 9; }
  #career-modal .career-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%; }
  #career-modal .content {
    padding: 50px;
    overflow: auto; }
  #career-modal .bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: sticky;
    top: -15px; }

@media screen and (max-width: 1430px) {
  .wrap {
    width: 860px; } }
@media screen and (max-width: 1430px) and (max-width: 1200px) {
  .careers.careers-grid {
    grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 1430px) and (max-width: 1080px) {
  body.partner-hotel {
    padding-top: 200px; }
  .wrap {
    width: 560px; }
    .wrap.full-width {
      width: calc(100% - 24px); }
  .header {
    padding-bottom: 25px;
    padding-top: 25px; }
    .header .wrap {
      flex-wrap: nowrap;
      padding: 0; }
    .header .mainmenu {
      width: auto; }
    .header .logo {
      max-width: 220px;
      margin: 0 auto;
      left: -20px; }
      .header .logo img {
        width: 100%; }
    .header .lang {
      display: none; }
    .header .mainmenu .menu .mod-languages {
      display: flex;
      justify-content: center;
      margin-top: 24px; }
  .footer-container .footer .wrap {
    width: 100%; } }
@media screen and (max-width: 1430px) and (max-width: 1080px) and (max-width: 992px) {
  .careers.careers-grid {
    gap: 25px; }
  .careers .career-item {
    height: 350px; }
  #career-modal .career-content {
    grid-template-columns: 1fr; }
  #career-modal .content {
    padding: 25px;
    overflow: auto; }
  #career-modal .bg {
    width: 100%;
    height: 80vh;
    grid-row: 1;
    background-size: cover;
    background-position: center center;
    position: static; } }
@media screen and (max-width: 1430px) and (max-width: 1080px) and (max-width: 992px) and (max-width: 720px) {
  .header .mainmenu .menu {
    padding-top: 96px; }
  body {
    font-size: 16px;
    line-height: 28px; }
    body.careers .page-content {
      min-height: calc(100vh - 75px); }
  h3 {
    font-size: 20px; }
  body:not(.contentpane.modal.com-sppagebuilder) .btn, body:not(.contentpane.modal.com-sppagebuilder) a:visited.btn {
    font-size: 14px; }
  .wrap, .footer-container .footer .wrap {
    width: calc(100% - 24px);
    padding: 0 12px; }
  input[type="email"] {
    width: 100%;
    max-width: 350px;
    margin: 0 24px; }
    .careers.careers-grid {
      grid-template-columns: 1fr; } }
@media screen and (max-width: 1430px) and (max-width: 1080px) and (max-width: 992px) and (max-width: 720px) and (max-width: 570px) {
  .footer-container ul.mod-menu.inline {
    flex-direction: column;
    gap: 0; }
    .footer-container ul.mod-menu.inline li {
      width: 100%;
      text-align: center;
      line-height: 1;
      padding: 16px 0; }
      .footer-container ul.mod-menu.inline li:not(:last-child) {
        border-bottom: 2px solid #fff; }
      .footer-container ul.mod-menu.inline li::before {
        content: none; }
      .footer-container ul.mod-menu.inline li a {
        margin-left: 0; }
  .footer-container .footer #mod-custom125 {
    gap: 40px; }
  .footer-container .mod-custom.custom.flex {
    flex-direction: column;
    align-items: center; }
    .footer-container .mod-custom.custom.flex p {
      margin-bottom: 0; } }
