/*
Theme Name: Flatsome Child
Description: Birraioli
Author: UX Themes
Template: flatsome
Version: 3.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/ :root {
  --color-green: 105deg 100% 40%;
  --color-blue: 225.65deg 60.53% 14.9%;
  --color-sky: 200.55deg 89.02% 32.16%;
  --color-gray-100: 0deg 0% 40.39%;
  --color-gray-200: 0deg 0% 96.08%;
  --color-gray-300: 0deg 0% 46.27%;
  --color-gray-400: 222.86deg 46.67% 97.06%;
  --color-gray-500: 0deg 0% 31.37%;
  --color-black: 0 0% 0%;
  --color-white: 0 0% 100%;
  --font-body: "gotham", sans-serif;
  --color-text: 0deg 0% 31.37%;
  --color-muted: 0deg 0% 46.27%;
  --color-primary: 105deg 100% 40%;
  --color-secondary: 225.65deg 60.53% 14.9%;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: hsl(var(--color-white));
  color: hsl(var(--color-text));
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
}
.dark, .dark p, .dark td {
  color: #fff;
}
.tk-gotham {
  font-family: "gotham", sans-serif;
}
.col-pb-0 > .col {
  padding-bottom: 0;
}
.col-p-0 > .col {
  padding: 0;
}
.container-width, .full-width .ubermenu-nav, div.container, div.row {
  max-width: 1510px;
}
.container.max-w-4xl {
  max-width: 48rem;
}
.container.max-w-6xl {
  max-width: 72rem;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.h-full-screen {
  height: 100dvh;
}
.row.row-large.max-w-6xl, .row.row-small.max-w-6xl, .row.row-collapse.max-w-6xl, .row.max-w-6xl {
  max-width: 72rem;
}
.btn-group .button {
  margin: 0;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline;
}
.btn-group .col-inner {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-group .col-inner .button {
  margin-right: 0;
}
.icon-box.stroke-icon .icon-box-img svg path, .icon-box.stroke-icon .icon-box-img svg {
  fill: none;
}
.absolute-footer {
  display: none;
}
.text-center .col-left-align > div {
  margin-left: 0;
  margin-right: 0;
}
.min-w-200 {
  min-width: 200px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-1240 {
  max-width: 1240px;
}
.max-w-1280 {
  max-width: 1280px;
}
.max-w-1100 {
  max-width: 1100px;
}
.pb-2-5 {
  padding-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto-inner .col-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-38 {
  font-size: 38px;
  line-height: 1.6;
}
.text-32 {
  font-size: 32px;
  line-height: 1.6;
}
.text-26 {
  font-size: 26px;
  line-height: 1.6;
}
.text-24 {
  font-size: 24px;
  line-height: 1.6;
}
.text-20 {
  font-size: 20px;
  line-height: 1.6;
}
.text-18 {
  font-size: 18px;
  line-height: 1.6;
}
.text-16 {
  font-size: 16px;
  line-height: 1.6;
}
.text-14 {
  font-size: 14px;
  line-height: 1.6;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.ml-0-inner .col-inner {
  margin-left: 0 !important;
}
.mr-0-inner .col-inner {
  margin-right: 0 !important;
}
.ml-auto-inner .col-inner {
  margin-left: auto !important;
}
.mr-auto-inner .col-inner {
  margin-right: auto !important;
}
.bg-primary, .bg-green {
  background-color: hsl(var(--color-primary));
}
.bg-secondary, .bg-blue {
  background-color: hsl(var(--color-secondary));
}
.text-primary, .text-green {
  color: hsl(var(--color-primary)) !important;
}
.text-secondary, .text-blue {
  color: hsl(var(--color-secondary)) !important;
}
.text-sky {
  color: hsl(var(--color-sky));
}
.text-gray-100 {
  color: hsl(var(--color-gray-100));
}
.text-gray-200 {
  color: hsl(var(--color-gray-200));
}
.text-muted, .text-gray-300 {
  color: hsl(var(--color-muted));
}
.text-gray-400 {
  color: hsl(var(--color-gray-400));
}
.text-body, .text-gray-500 {
  color: hsl(var(--color-text));
}
.text-white {
  color: hsl(var(--color-white));
}
.text-white-hover:hover {
  color: hsl(var(--color-white));
}
.text-black {
  color: hsl(var(--color-black));
}
.appointment-form .gform_heading {
  display: none;
}
.letter-spacing-13 {
  letter-spacing: -0.13px;
}
.letter-spacing-14 {
  letter-spacing: -0.14px;
}
.letter-spacing-18 {
  letter-spacing: -0.18px;
}
.letter-spacing-24 {
  letter-spacing: -0.24px;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.weight-900 {
  font-weight: 900;
}
.header-main .nav > li > a {
  font-size: 16px;
  letter-spacing: -0.16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 10px;
}
.header-main .has-dropdown .icon-angle-down {
  display: none;
}
.header-nav.header-nav-main .header-block {
  width: auto;
}
.header-main .menu-item.has-dropdown.current-dropdown .nav-top-link {
  background: #29296B;
  border-radius: 25rem;
}
.header-main .nav-dropdown {
  color: hsl(var(--color-secondary));
  padding: 10px 0;
}
.header-main .nav-dropdown > li > a {
  font-size: 14px;
  letter-spacing: -0.14px;
  font-weight: 400;
  color: hsl(var(--color-secondary));
}
.header-main .nav-dropdown.nav-dropdown-bold > li > a:hover {
  background-color: #E0E6F1;
  color: hsl(var(--color-secondary)) !important;
}
.header-main .nav-dropdown.nav-dropdown-bold > li > a {
  border-radius: 10px;
  padding: 10px;
}
.mfp-ready .mfp-close {
  opacity: 1;
}
.footer-dark-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.footer-bottom-title p, .footer-bottom-title h2, .footer-bottom-title h3, .footer-follow-title p, .footer-follow-title h2, .footer-follow-title h3, .footer-dark-desc p {
  margin: 0;
}
.footer-bottom-title, .footer-follow-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 18px;
}
.footer-bottom-title {
  margin-bottom: 10px;
}
.social-icons.footer-follow .button.icon {
  color: #DEE2E8 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  margin-right: 20px;
  opacity: 1;
}
.social-icons.footer-follow .button.icon:hover {
  color: #DEE2E8 !important;
  box-shadow: none;
}
.social-icons.footer-follow .button.icon i {
  top: 0;
  font-size: 1.3em;
  color: hsl(var(--color-muted)) !important;
}
.max-w-300 {
  max-width: 300px;
}
.footer-col-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-col-title p, .footer-col-title h2, .footer-col-title h3 {
  margin: 0;
}
.footer-col-menu .ux-menu-link:hover .ux-menu-link__link {
  color: hsl(var(--color-secondary)) !important;
  opacity: 0.8;
}
.footer-col-menu .ux-menu-link__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(var(--color-secondary));
  min-height: unset;
}
.footer-icon-box {
  margin-bottom: 5px;
}
.footer-icon-box .icon-box-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(var(--color-secondary));
}
.footer-icon-box .icon-box-text a {
  color: hsl(var(--color-secondary));
}
.footer-icon-box .icon-box-text p {
  margin: 0;
}
.footer-icon-box .icon-box-img {
  width: 15px !important;
}
.icon-box-left.footer-icon-box .icon-box-img + .icon-box-text {
  padding-left: 10px;
}
.footer-payment-icons img {
  max-width: 42px;
}
.footer-payment-icons .img {
  width: auto !important;
  margin: 0 10px 10px 0 !important;
}
.footer-payment-icons .col-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-secure-box {
  width: auto;
  display: inline-flex;
}
.footer-secure-box .icon-box-img svg {
  padding-top: 0;
}
.footer-secure-box .icon-box-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: hsl(var(--color-muted));
}
.footer-secure-box .icon-box-text p {
  margin: 0;
}
.icon-box-left.footer-secure-box .icon-box-img + .icon-box-text {
  padding-left: 10px;
}
.footer-copyright-text {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}
.footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-direction: row;
}
.footer-bottom-menu .ux-menu-link:hover .ux-menu-link__link {
  color: hsl(var(--color-secondary));
  opacity: 1;
}
.footer-bottom-menu .ux-menu-link__link {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: hsl(var(--color-secondary));
  opacity: 0.5;
  text-decoration: underline;
  min-height: unset;
  padding: 0;
}
.friend-img img {
  max-width: 52px;
}
.section-title > *, .section-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  margin: 0;
}
.section-desc > *, .section-desc {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.section-small-desc {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.section-small-desc a {
  text-decoration: underline;
}
.newsletter-content {
  position: relative;
}
.newsletter-badge {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
  width: auto !important;
}
.newsletter-badge img {
  max-width: 81px;
}
.newsletter-left-col {
  z-index: 2;
}
.newsletter-bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  margin: 0 !important;
  width: 800px !important;
}
.newsletter-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsletter-img {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.max-w-580 {
  max-width: 580px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-730 {
  max-width: 730px;
}
.max-w-780 {
  max-width: 780px;
}
.max-w-820 {
  max-width: 820px;
}
.newsletter-left-col .col-inner {
  padding-top: 54px;
  padding-bottom: 30px;
}
.newsletter-img-col {
  align-items: end;
}
.newsletter-img-col .col-inner {
  position: unset;
  justify-content: center;
  display: flex;
}
.newsletter-form .gform-theme--framework .gform_validation_errors, .newsletter-form .gform_heading {
  display: none;
}
.newsletter-form #gform_wrapper_1[data-form-index="0"].gform-theme, .newsletter-form [data-parent-form="1_0"] {
  --gf-color-in-ctrl: transparent;
  --gf-ctrl-border-color: #D9D9D9;
  --gf-ctrl-size: 58px;
  --gf-local-height: 58px;
  --gf-ctrl-radius: 25rem;
  --gf-ctrl-font-size: 18px;
  --gf-ctrl-line-height: 1.6;
  --gf-local-color: #fff;
  --gf-ctrl-border-color-focus: #D9D9D9;
  --gf-ctrl-color-focus: #fff;
  --gf-ctrl-shadow-focus: none;
  --gf-color-primary: #D71312;
  --gf-color-in-ctrl-primary: #D71312;
  --gf-ctrl-btn-bg-color-hover-primary: #D71312;
  --gf-ctrl-btn-font-size: 16px;
  --gf-ctrl-icon-color: #fff;
  --gf-ctrl-icon-color-hover: #fff;
  --gf-ctrl-btn-radius: 25rem;
  --gf-ctrl-padding-x: 20px;
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 15px;
  --gf-local-color: #fff;
  --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.newsletter-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: #fff;
}
.newsletter-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-ctrl-color-focus: #fff;
}
.newsletter-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #fff;
  box-shadow: none;
  color: hsl(var(--color-secondary));
}
.newsletter-form .gform-theme--framework ::-moz-placeholder {
  color: #707070;
  opacity: 0.68;
}
.newsletter-form .gform-theme--framework ::placeholder {
  color: #707070;
  opacity: 0.68;
}
.newsletter-form .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #707070;
  opacity: 0.68;
}
.newsletter-form .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #707070;
  opacity: 0.68;
}
.newsletter-form .gform-theme--foundation .gform_footer .gform_button {
  width: 100% !important;
  font-weight: 500 !important;
  min-height: 58px !important;
}
.newsletter-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
  width: 100%;
}
.newsletter-form .gform-theme--foundation .gfield select {
  background-color: transparent !important;
  border-color: #D9D9D9 !important;
  padding: 10px 20px;
}
.newsletter-form .gform-theme--foundation .time-field .gform-grid-row {
  flex-wrap: nowrap;
}
.newsletter-form .gform-theme--foundation .gfield--type-submit {
  grid-column: span 3;
}
.newsletter-form .gform-theme--foundation .gfield--type-email {
  grid-column: span 9;
}
.newsletter-form .gform-theme--foundation .gfield--type-submit .gform-button {
  background: #fff url(./images/mail-icon.svg) no-repeat center left 25px !important;
  letter-spacing: -0.18px !important;
  color: hsl(var(--color-secondary)) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  min-height: 58px !important;
  padding: 0 30px 0 60px !important;
  min-width: 155px !important;
}
.newsletter-form .gform-theme--foundation .gform_footer, .newsletter-form .gform-theme--foundation .gform_page_footer {
  margin: 0 !important;
}
.hero-green-title > *, .hero-green-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: hsl(var(--color-primary)) !important;
  margin: 0;
}
.hero-section {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.22px;
  color: #FFFFFF;
}
.blue-grad-overlay .section-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0f1a3d 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.64;
}
.hero-desc > *, .hero-desc {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.34px;
  margin: 0;
}
.hero-title > *, .hero-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.54px;
  margin: 0;
}
.back-to-top.button {
  color: hsl(var(--color-primary));
}
.text-64-bold > *, .text-64-bold {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.64px;
  margin: 0;
}
.text-38-extrabold > *, .text-38-extrabold {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0;
}
.text-38-bold > *, .text-38-bold {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.text-34-regular > *, .text-34-regular {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.34px;
  margin: 0;
}
.text-30-bold > *, .text-30-bold {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.text-24-bold > *, .text-24-bold {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin: 0;
}
.text-18-medium > *, .text-18-medium {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.text-18-regular > *, .text-18-regular {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.text-16-regular > *, .text-16-regular {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.text-16-medium > *, .text-16-medium {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.16px;
}
.text-14-regular > *, .text-14-regular {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.14px;
}
.text-14-medium > *, .text-14-medium {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.text-12-regular > *, .text-12-regular {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.12px;
}
.radius-10 {
  border-radius: 10px;
}
.radius-20 img {
  border-radius: 20px;
}
.radius-30 {
  border-radius: 30px;
}
.radius-40 {
  border-radius: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
/* .home-product-list .product-small.col .col-inner{
    height: 100%;
} */
.home-product-list .product-small.box {
  border: 1px solid #D4D4D4;
  border-radius: 25px;
}
.home-product-list .box-image {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  width: 100%;
}
.home-product-list .box-text {
  padding: 20px;
  width: 100%;
}
.home-product-list .box-text .price-wrapper {
  width: 100%;
}
.home-product-list .box-text .woocommerce-LoopProduct-link {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: hsl(var(--color-secondary));
  margin: 0 0 18px;
}
.home-product-list .box-text span.amount {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.84px;
  color: hsl(var(--color-secondary));
}
.home-product-list .box-text .button {
  background-color: var(--fs-color-secondary);
  border-radius: 25rem;
  letter-spacing: -0.18px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-img {
  display: flex;
  align-items: start;
}



.title-img span {
  padding-left: 20px;
  line-height: 1;
}
.beer-festival-tab > .nav {
  background: #fff;
  border-radius: 14px;
  padding: 0 20px;
}
.beer-festival-tab .nav > li {
  min-width: 110px;
  text-align: center;
}
.beer-festival-tab .nav > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: hsl(var(--color-muted));
  letter-spacing: -0.18px;
  padding: 14px 0;
  position: relative;
}
.beer-festival-tab .nav-line-bottom > li > a::before {
  height: 2px;
}
.beer-festival-tab .nav-line-bottom > li.active > a, .beer-festival-tab .nav-line-bottom > li:hover > a {
  color: hsl(var(--color-primary));
  font-weight: 500;
}
.beer-festival-tab .nav-line-bottom > li.active > a:before, .beer-festival-tab .nav-line-bottom > li:hover > a:before {
  color: hsl(var(--color-primary));
  font-weight: 500;
}
.beer-festival-tab .tab-panels {
  padding-top: 40px;
}
.festival-cont-col .col-inner {
  padding-top: 30px;
}
.festival-card {
  border: 1px solid #D4D4D4;
  border-radius: 25px;
  background: #fff;
}
.festival-card .box-image {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  width: 100%;
}
.festival-card .box-text p {
  margin: 0;
}
.small-icon-box .icon-box-img {
  width: 16px !important;
  line-height: 1;
}
.small-icon-box .icon-box-img img, .small-icon-box .icon-box-img svg {
  padding-top: 0;
}
.small-icon-box .icon-box-text {
  padding-left: 10px;
}
.festival-card .box-text .button {
  margin: 0;
}
.festival-card .box-text {
  padding: 20px;
}
.button.secondary-outline {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.18px;
  padding: 7px 10px;
}
.button.secondary-outline.is-large {
  padding: 10px 15px;
}
.button.is-outline {
  border-width: 1px;
}
.button.sky-btn {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: hsl(var(--color-gray-400));
  border-color: hsl(var(--color-gray-400));
  color: hsl(var(--color-secondary));
  letter-spacing: -0.16px;
  padding: 8px 10px;
}
.ellipsis-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-5-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.button.white-btn {
  background-color: #fff !important;
  color: hsl(var(--color-secondary)) !important;
  border-color: #fff !important;
  letter-spacing: -0.18px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 7px 10px;
}
.button.white-btn.is-small {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding: 4px 10px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.arrow-right-icon .icon-angle-right {
  top: 0;
  line-height: 1;
}
.button.arrow-right-icon .icon-angle-right:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(./images/arrow-right.svg) no-repeat center center;
  display: inline-block;
  background-size: cover;
}
.justify-center {
  justify-content: center;
}
.justify-center-inner .col-inner {
  justify-content: center;
}
.min-w-190 {
  min-width: 190px;
}
.min-w-225 {
  min-width: 225px;
}
.min-w-260 {
  min-width: 260px;
}
.party-cont-col .col-inner > * {
  position: relative;
  z-index: 1;
}
.party-cont-col .col-inner .party-img {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 0;
  pointer-events: none;
  width: auto !important;
}
.party-cont-col .col-inner .party-img img {
  max-width: 325px;
}
.fullthrottle-grid .grid-item-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin: 0 0 12px;
}
.fullthrottle-grid .grid-item-desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 1.2;
  margin: 0;
}
.bottom-blue-overlay .overlay {
  background: transparent linear-gradient(180deg, #00003300 0%, #000033 100%) 0% 0% no-repeat padding-box !important;
  opacity: 0.85;
}
.fullthrottle-sect .banner-grid-wrapper {
  border-radius: 24px;
  overflow: hidden;
}
.row .fullthrottle-grid.row-xsmall:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}
.fullthrottle-grid.row-xsmall > .col {
  padding: 0 6px 12px;
}
.fullthrottle-grid .text-box-content {
  padding-right: 70px;
}
.fullthrottle-grid .text-box-content .button.white-arrow-btn {
  position: absolute;
  right: 26px;
  bottom: 20px;
  z-index: 0;
}
.button.white-arrow-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important;
  border: none !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 1;
  padding: 8px 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: unset;
  width: 36px;
  height: 36px;
}
.button.white-arrow-btn i {
  margin: 0 !important;
  top: 0;
  line-height: 1;
}
.button.secondary-label-btn {
  border-radius: 9px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 3px 24px;
  min-height: unset;
}
.button.secondary-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.16px;
  text-decoration: underline;
  min-height: unset;
  display: inline-flex;
}
.travel-choose-content {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 15px;
  max-width: 400px;
  margin: 0 auto;
}
.travel-choose-col .col-inner > .img {
  border-radius: 24px;
  overflow: hidden;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.breadcrumb-items .col-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-items .bread-home {
  width: auto !important;
  margin: 0 !important;
}
.breadcrumb-items .bread-home img {
  max-width: 12px;
  vertical-align: -1px;
}
.breadcrumb-items .bread-item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-gray-100));
  display: flex;
  align-items: center;
}
.breadcrumb-items .bread-item p {
  margin: 0;
  line-height: 1;
}
.breadcrumb-items .bread-item a {
  color: hsl(var(--color-gray-100));
  text-decoration: none;
}
.breadcrumb-items .bread-item a:hover {
  color: hsl(var(--color-gray-100));
}
.breadcrumb-items .bread-item:after {
  content: '';
  background: url(./images/chevron-right-icon.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb-items .bread-item.bread-current:after {
  display: none;
}
.expert-item-box .box-image {
  border-radius: 26px;
}
.count-number > *, .count-number {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.7px;
  margin: 0;
}
.count-number span {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.count-desc > *, .count-desc {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.22px;
  margin: 0;
}
.border-right .col-inner:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgba(112, 112, 112, 0.5);
  position: absolute;
  top: 0;
  right: -15px;
}
.check-icon-box {
  margin-bottom: 20px;
}
.check-icon-box p {
  margin: 0;
}
.team-leader-box .icon-box-img {
  max-width: 80px;
}
.team-leader-box.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 16px;
}
.team-leader-desig {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
}
.team-leader-name {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
}
.page-template-page-transparent-header-light .header.transparent {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}
.page-template-page-transparent-header-light .header-main .nav > li > a {
  color: hsl(var(--color-secondary));
}
.page-template-page-transparent-header-light .nav-dark .nav > li.active > a {
  color: hsl(var(--color-secondary));
}
.page-template-page-transparent-header-light .header-main .menu-item.has-dropdown.current-dropdown .nav-top-link {
  color: hsl(var(--color-white));
}
.page-template-page-transparent-header-light .header .stuck .header-bg-color {
  background-color: hsl(var(--color-white));
}
.agency-login-stack {
  border: 1px solid #C5C5C5;
  border-radius: 14px;
  padding: 25px;
}
.agency-login-stack .coupon-img {
  max-width: 52px;
  margin-left: auto !important;
}
.button.primary-outline-black {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-secondary));
  border-width: 2px;
  border-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
}
.agency-contact-box {
  width: auto;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.agency-contact-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.agency-contact-box.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 30px;
}
.agency-cont-col .col-inner {
  width: auto;
  display: inline-block;
}
.gform_title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin-bottom: 30px;
}
.gform_required_legend {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #979797;
  text-align: right;
  margin-bottom: 5px;
}
.registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, .registration-agency-form [data-parent-form="1_0"] {
  --gf-ctrl-label-color-primary: hsl(var(--color-secondary));
  --gf-ctrl-label-color-secondary: hsl(var(--color-gray-100));
  --gf-color-in-ctrl: transparent;
  --gf-ctrl-border-color: #BDBDBD;
  --gf-ctrl-size: 50px;
  --gf-local-height: 50px;
  --gf-local-min-height: 50px;
  --gf-ctrl-choice-size: 26px;
  --gf-ctrl-radius: 8px;
  --gf-ctrl-font-size: 18px;
  --gf-ctrl-line-height: 1.2;
  --gf-local-color: hsl(var(--color-secondary));
  --gf-ctrl-border-color-focus: hsl(var(--color-secondary));
  --gf-ctrl-color-focus: hsl(var(--color-secondary));
  --gf-ctrl-shadow-focus: none;
  --gf-color-primary: hsl(var(--color-secondary));
  --gf-color-in-ctrl-primary: hsl(var(--color-secondary));
  --gf-ctrl-btn-bg-color-hover-primary: hsl(var(--color-secondary));
  --gf-ctrl-btn-font-size: 16px;
  --gf-ctrl-icon-color: hsl(var(--color-secondary));
  --gf-ctrl-icon-color-hover: hsl(var(--color-secondary));
  --gf-ctrl-btn-radius: 11px;
  --gf-ctrl-padding-x: 15px;
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 20px;
  --gf-local-color: hsl(var(--color-secondary));
  --gf-ctrl-label-font-size-primary: 18px;
  --gf-ctrl-label-letter-spacing-primary: -0.18px;
  --gf-ctrl-label-font-weight-primary: 400;
  --gf-ctrl-label-line-height-primary: 1.2;
  --gf-ctrl-border-color: #BDBDBD;
  --gf-ctrl-checkbox-check-radius: 6px;
  --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.registration-agency-form .gform-theme--framework .gform-field-label--type-inline {
  --gf-local-color: hsl(var(--color-gray-100));
  --gf-local-font-size: 14px;
  --gf-local-letter-spacing: -0.14px;
  --gf-local-font-weight: 400;
  --gf-local-line-height: 1.2;
}
.registration-agency-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: hsl(var(--color-secondary));
}
.registration-agency-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-ctrl-color-focus: hsl(var(--color-secondary));
}
.registration-agency-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  -gf-local-min-height: 50px;
  background-color: #fff;
  box-shadow: none;
  color: hsl(var(--color-secondary));
}
.registration-agency-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .registration-agency-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-height: 26px;
}
.registration-agency-form .gform-theme--framework ::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.registration-agency-form .gform-theme--framework ::placeholder {
  color: #666666;
  opacity: 1;
}
.registration-agency-form .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #666666;
  opacity: 1;
}
.registration-agency-form .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #666666;
  opacity: 1;
}
.registration-agency-form .gform-theme--foundation .gfield select {
  background-color: transparent !important;
  border-color: #BDBDBD !important;
  padding: 10px 20px;
}
.registration-agency-form .gform-theme--foundation .gform_footer .gform_button {
  background: var(--fs-color-primary) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -0.16px !important;
  line-height: 1.4 !important;
  min-height: 50px !important;
  border: 1px solid var(--fs-color-primary) !important;
  box-shadow: none !important;
  width: 100% !important;
}
.registration-agency-form .gform-theme--foundation .gform_footer, .registration-agency-form .gform-theme--foundation .gform_page_footer {
  margin: 45px 0 0 !important;
}
.registration-agency-form .gform-theme--framework .gfield--type-choice .gchoice, .registration-agency-form .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}
.registration-agency-form .gform_confirmation_message {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.16px;
  color: hsl(var(--color-gray-100));
  display: flex;
  align-items: center;
}
.breadcrumbs .divider, .breadcrumbs .separator {
  font-size: 0;
  opacity: 0.6;
}
.breadcrumbs .divider:after, .breadcrumbs .separator:after {
  content: '';
  background: url(./images/chevron-right-icon.svg) no-repeat center center;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
}
.breadcrumbs a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.16px;
  color: hsl(var(--color-gray-100));
}
.breadcrumbs a:first-child {
  font-size: 0;
  background: url(./images/home-icon.svg) no-repeat center center;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.product-title {
  font-size: 24px;
  letter-spacing: -0.30px;
  line-height: 1.4;
  font-weight: 900;
  color: hsl(var(--color-secondary));
  margin: 0 0 15px;
}
.product-title-above-gallery {
  padding-bottom: 0;
}
.product-sharing-departures {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.departures-box {
  align-items: center;
}
.icon-box-left.departures-box .icon-box-img + .icon-box-text {
  padding-left: 10px;
}
.product-sharing-buttons {
  position: relative;
}
.product-sharing-departures .social-icons {
  display: none;
  position: absolute !important;
  top: 100%;
  right: 0;
  z-index: 5;
  padding: 10px;
  text-align: center;
}
.product-sharing-departures .social-icons .button.icon {
  margin: 0 5px;
}
.product-sharing-departures .social-icons .button.icon i {
  top: 0;
}
.button.share-btn.gray-outline-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
}
.button.share-btn.gray-outline-btn .icon-angle-up {
  margin: 0 6px 0 0;
  top: 0;
  line-height: 1;
}
.button.share-btn.gray-outline-btn .icon-angle-up:before {
  content: '';
  background: url(./images/share-icon-gray.svg) no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.product-gallery {
  margin-bottom: 50px;
}
.product-page-sections .product-section .row > .large-2.col {
  display: none;
}
.product-page-sections .product-section .row > .large-10.col {
  flex-basis: 100%;
  max-width: 100%;
}
.product-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-info-left {
  padding: 0;
  width: 100%;
}
.product-info-wrapper .product-info.product-summary {
  padding: 0;
  width: 100%;
}
.product-info-wrapper .product-info-inner {
  box-shadow: 0px 3px 26px #0000000D;
  border: 1px solid #D4D4D4;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 50px;
}
.woocommerce-Reviews-title, .product-sect-title > *, .product-sect-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0;
}
.prod-icon-box.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 12px;
}
.prod-desc-stack .prod-icon-box {
  margin-bottom: 20px;
}
.prod-icon-box .icon-box-img {
  max-width: 18px;
}
.prod-icon-box .icon-box-img img, .prod-icon-box .icon-box-img svg {
  padding-top: 0;
}
.prod-collapse-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.collapse-desc-link.expanded-btn .icon-angle-down {
  transform: rotate(180deg);
}
.prod-collapse-desc.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.button.sky-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-sky));
  margin: 0;
  min-height: auto;
  padding: 0;
}
.button.sky-link:hover {
  color: hsl(var(--color-sky));
}
.button.sky-link .icon-angle-down {
  font-weight: 600;
}
.left-img-box .icon-box-img {
  border-radius: 23px;
  overflow: hidden;
}
.icon-box-left.left-img-box .icon-box-img + .icon-box-text {
  padding-left: 22px;
}
.left-img-box .chevron-icon {
  max-width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-img-box {
  align-items: center;
}
.left-img-box .icon-box-text {
  position: relative;
  padding-right: 30px;
}
.collapse-item-row {
  border-bottom: 1px solid rgb(229, 229, 229);
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.collapse-col-content {
  display: none;
}
.collapse-item-row.open .collapse-col-content {
  display: block;
}
.collapse-col-content .col-inner {
  padding-top: 15px;
}
.collapse-col {
  cursor: pointer;
}
.collapse-col .chevron-icon {
  transition: transform 0.3s ease;
}
.collapse-col.active .chevron-icon {
  transform: rotate(180deg);
}
.button.gray-outline-btn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-text));
  background: none;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 10px 20px;
  min-height: auto;
  margin: 0;
}
.button.gray-outline-btn:hover {
  color: hsl(var(--color-text));
  background: none;
  border-color: #D4D4D4;
}
.product-section {
  border-top: 0;
}
.product-short-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.18px;
}
.product-page-sections .product-section .entry-content {
  padding: 0;
}
.google-review-wrapper > .col-inner {
  border: 1px solid #E5E5E5;
  border-radius: 28px;
  padding: 45px 64px;
}
.review-title > *, .review-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}
#review_form .review-form-inner {
  border: 1px solid #E5E5E5;
  border-radius: 24px;
}
.star-green .img {
  max-width: 28px;
}
.google-img-col {
  text-align: right;
}
.google-img {
  margin-left: auto;
}
.button.review-secondary-link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  min-height: unset;
}
.button.review-secondary-link span {
  display: block;
}
.prod-google-review {
  position: relative;
}
.prod-google-review .icon-box-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 52px;
}
.prod-google-review .icon-box-img img {
  padding: 0;
}
.prod-google-review.icon-box-left .icon-box-text {
  display: flex;
  flex-direction: column;
  padding: 5px 0 0 !important;
}
.prod-google-review .testimonial-meta {
  order: -1;
  display: flex;
  flex-direction: column;
  padding-left: 65px;
  padding-top: 0;
}
.prod-google-review .testimonial-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
  margin-bottom: 4px;
}
.prod-google-review .testimonial-name-divider {
  display: none;
}
.prod-google-review .testimonial-company {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: #979797;
}
.prod-google-review .testimonial-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
  font-style: normal !important;
}
.prod-google-review .testimonial-text p {
  margin-bottom: 10px;
}
.prod-google-review .star-rating {
  margin-top: 20px;
}
.button.gray-link {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
  font-style: normal;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  min-height: unset;
}
.button.gray-link:hover {
  color: hsl(var(--color-text));
  text-decoration: underline;
}
.button.gray-link span {
  display: block;
}
.prod-faqs .accordion-item {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
.prod-faqs .accordion-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: hsl(var(--color-secondary));
  padding: 30px 45px 30px 0;
  border-top: 0;
}
.evento-faq-accordion.prod-faqs .accordion-title {
  border: 0 !important;
}
.prod-faqs .accordion-title.active {
  background: none;
  border: 0;
}
.accordion.prod-faqs .toggle {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: hsl(var(--color-gray-100));
  font-size: 12px;
}
.accordion.prod-faqs .accordion-inner {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.request-box {
  border: 1px solid #D4D4D4;
  border-radius: 22px;
  padding: 24px;
}
.request-title {
  text-decoration: underline;
  margin: 0 0 4px;
}
.request-box p {
  margin: 0;
}
.button.write-us-link {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  min-height: auto;
  margin: 0;
  padding: 0;
}
.button.write-us-link i {
  font-weight: 600 !important;
}
.faq-box {
  width: auto;
  display: inline-flex;
  align-items: center;
}
.faq-box p {
  margin: 0;
}
.faq-box .icon-box-img {
  line-height: 1;
}
.faq-box .icon-box-img img, .faq-box.icon-box-img svg {
  padding: 0;
}
.fixed-btn {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 50;
}
.button.contact-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.18px;
  padding: 4px 12px;
  margin: 0;
  min-height: auto;
}
.button.contact-btn .icon-angle-up {
  margin: 0 2px 0 0;
  top: 0;
  line-height: 1;
}
.button.contact-btn .icon-angle-up:before {
  content: '';
  background: url(./images/paper-airplane-white.svg) no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
}
/* Tab icons for .search-tab homepage tabs - color via CSS mask */
.search-tab .nav-tabs > li > a > span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: hsl(var(--color-gray-100));
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
/* Icone agganciate all'id del tab (non alla posizione: l'ordine può cambiare) */
.search-tab .nav-tabs > li#tab-bus > a > span::before {
  -webkit-mask-image: url("images/bus.svg");
  mask-image: url("images/bus.svg");
}
.search-tab .nav-tabs > li[id="tab-bus-+-hotel"] > a > span::before {
  -webkit-mask-image: url("images/bus-hotel.svg");
  mask-image: url("images/bus-hotel.svg");
  width: 52px;
}
.search-tab .nav-tabs > li#tab-tavolo > a > span::before {
  -webkit-mask-image: url("images/table.svg");
  mask-image: url("images/table.svg");
}
.search-tab .nav-tabs > li.active > a > span::before {
  background-color: hsl(var(--color-primary));
}
.tabbed-content.search-tab {
  background: #FFFFFF;
  box-shadow: 0px 5px 12px #0000000F;
  border-radius: 20px;
  margin-top: 20px;
}
.tabbed-content.search-tab .nav-tabs > li {
  margin: 0 25px -1px;
}
.tabbed-content.search-tab .nav > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.18px;
  color: hsl(var(--color-gray-100));
}
.tabbed-content.search-tab .nav-tabs > li > a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 18px 10px;
}
.tabbed-content.search-tab .nav-tabs > li.active > a {
  background-color: transparent;
  color: var(--fs-color-primary);
  border-bottom-color: var(--fs-color-primary);
}
.tabbed-content.search-tab .nav-tabs + .tab-panels {
  background: none;
  border: 0;
  padding: 26px 22px;
}
.search-tab .brio-search {
  --brio-bg: hsl(var(--color-gray-200));
  --brio-radius-sm: 12px;
  font-family: var(--font-body);
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
}
.search-tab .brio-search__row {
  gap: 16px;
}
.search-tab .brio-search__field {
  padding: 12px 18px;
  margin: 0;
}
.search-tab .brio-search__field:hover {
  background: hsl(var(--color-gray-200));
}
.search-tab .brio-search__field.is-open {
  background: hsl(var(--color-gray-200));
  border-color: hsl(var(--color-gray-100));
  box-shadow: none;
}
.search-tab .brio-search__label {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.2;
  font-weight: 400;
  color: hsl(var(--color-gray-100));
  margin-bottom: 5px;
}
.search-tab .brio-search__value.is-placeholder, .search-tab .brio-search__value {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.search-tab .brio-search__value {
  font-weight: 500;
}
.search-tab .brio-search__clear {
  top: 12px;
  right: 10px;
  transform: none;
}
.search-tab .brio-search__cta svg {
  width: 26px;
  height: 26px;
}
.search-tab .brio-search__cta {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.22px;
  color: #fff;
  margin: 0;
  padding: 16px;
  min-width: 138px;
  text-align: center;
  justify-content: center;
}
.brio-popover {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px #00000026;
  border: 0.69px solid #D4D4D4;
  border-radius: 15px;
}
.brio-popover--periodo {
  width: 816px;
  padding-bottom: 40px;
}
.brio-tabs-switch {
  background: #FAFAFA;
  border-radius: 9px;
  padding: 8px 10px;
  margin-bottom: 40px;
}
.brio-tabs-switch__btn {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-gray-100));
  margin: 0;
  padding: 10px 12px;
  min-width: 84px;
}
.brio-tabs-switch__btn.is-active {
  background: #fff;
  box-shadow: 0px 1px 4px #00000014;
  border-radius: 6px;
  color: hsl(var(--color-secondary));
  font-weight: 500;
}
.brio-periodo__col-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-muted));
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 7px;
}
.brio-periodo .brio-periodo__seasons-col {
  border-right: 1px solid #E4E4E4;
  padding: 0 30px 0 10px;
}
.brio-periodo {
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.brio-periodo div:first-child {
  padding-right: 25px;
}
.brio-periodo div:nth-child(2) {
  border-left: #E4E4E4 solid 1px;
  padding-left: 32px;
}
.brio-periodo__item {
  padding: 12px 7px;
  margin: 0;
  align-items: flex-start;
  color: hsl(var(--color-muted));
}
.brio-periodo__item:first-child {
  padding: 12px 7px;
  margin: 0;
  align-items: flex-start;
  color: hsl(var(--color-muted));
}
.brio-periodo__item.is-selected {
  background: #F5F5F5;
  border: 1px solid #4E4E6C;
  border-radius: 8px;
}
.brio-periodo .brio-periodo__seasons-col .brio-periodo__item-icon {
  background: #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: hsl(var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.brio-periodo .brio-periodo__seasons-col .brio-periodo__item-icon svg {
  width: 22px;
  height: 22px;
}
.brio-pax__title, .brio-periodo__item-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin-bottom: 4px;
}
.brio-pax__sub, .brio-periodo__not-available, .brio-periodo__item-sub {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.2;
  font-weight: 400;
  color: hsl(var(--color-muted));
}
.brio-periodo__months {
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
}
.brio-periodo__months .brio-periodo__item-icon {
      background: #fff;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: hsl(var(--color-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}
.brio-periodo__months .brio-periodo__item {
  padding: 8px;
}
.brio-periodo__months .brio-periodo__item-text {
  margin-bottom: 0;
}
.brio-cal__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: hsl(var(--color-secondary));
  margin-bottom: 26px;
}
.brio-cal__dow {
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--color-secondary));
  text-transform: none;
}
.brio-date__nav {
  margin: 0;
  padding: 0;
  color: hsl(var(--color-primary));
  top: -4px;
}
.brio-date {
  gap: 100px;
}
.brio-cal__grid {
  font-size: 14px;
  font-weight: 500;
}
.brio-cal__day {
  color: hsl(var(--color-secondary));
  width: 36px;
  height: 36px;
}
.brio-cal__day--start, .brio-cal__day--end {
  background: hsl(var(--color-primary));
  font-weight: 500;
  color: #fff;
}
.brio-cal__day--range {
  font-weight: 500;
  border-radius: 50%;
  color: hsl(var(--color-secondary));
  background: rgba(51, 204, 0, 0.10);
}
.brio-cal__day:not(.brio-cal__day--empty):not(.brio-cal__day--muted):hover {
  background: hsl(var(--color-primary));
  color: #fff;
}
.brio-cal__day--muted {
  color: #A3A3A3;
}
.brio-popover--destinazione {
  width: 870px;
}
.brio-destinazione {
  gap: 20px 30px;
}
.brio-destinazione__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin-bottom: 5px;
}
.brio-destinazione__title em {
  font-weight: 700;
}
.brio-destinazione__item.is-selected .brio-destinazione__title {
  padding-right: 22px;
}
.brio-destinazione__icon {
  background: #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: hsl(var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.brio-destinazione__icon svg {
  width: 22px;
  height: 22px;
}
.brio-destinazione__dates {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.2;
  font-weight: 400;
  color: hsl(var(--color-secondary));
  margin-bottom: 12px;
}
.brio-destinazione__desc {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.2;
  font-weight: 400;
  color: hsl(var(--color-muted));
}
.brio-destinazione__item {
  padding: 12px 7px;
  margin: 0;
  border-radius: 8px;
  gap: 10px;
}
.brio-destinazione__item.is-selected {
  background: #F5F5F5;
  border: 1px solid #4E4E6C;
}
.brio-popover--partenza {
  width: 370px;
  padding: 0;
}
.brio-partenza__input-wrap {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
}
.brio-partenza__input-wrap .brio-partenza__input {
  outline: none !important;
  border: 0 !important;
  margin: 0;
  color: hsl(var(--color-secondary)) !important;
  font-size: 14px;
  letter-spacing: -0.14px !important;
  line-height: 1.2;
  font-weight: 400 !important;
  box-shadow: none !important;
  padding: 4px 20px;
  border-radius: 15px;
  height: 44px;
}
.brio-partenza__group {
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 1.2;
  font-weight: 500;
  color: hsl(var(--color-secondary));
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brio-partenza__group.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.brio-partenza__list {
  padding: 10px 20px;
}
.brio-partenza__item {
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 15px;
}
.brio-partenza__item.is-selected {
  background: #F5F5F5;
  border: 1px solid #4E4E6C;
}
.brio-partenza__item .brio-partenza__title {
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 1.2;
  font-weight: 500;
  color: hsl(var(--color-secondary));
}
.brio-partenza__icon {
  background: #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: hsl(var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
}
.brio-partenza__icon svg {
  width: 20px;
  height: 20px;
}
.brio-partenza__check {
  display: flex;
}
.brio-pax__row {
  padding: 12px 0;
}
.brio-pax__icon {
  color: hsl(var(--color-secondary));
}
.brio-stepper__val {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #242727;
}
.brio-stepper__btn {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  color: hsl(var(--color-gray-100));
  min-height: unset;
}
.brio-stepper__btn:disabled {
  background: #F5F5F5;
  border-color: #f5f5f5;
  opacity: 1;
}
.brio-pax__warning {
  background: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-muted));
  margin: 0;
  padding: 0;
  border-radius: 0;
}
/* ===== Locali & Pub partner (pagina /locali-pub-birraioli/) ===== */
.locali-grid-sect .col.locale-card {
  padding-bottom: 24px;
}
.locale-card .col-inner {
  background: #fff;
  border: 1px solid #e7eaf2;
  border-radius: 16px;
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow .25s ease, transform .25s ease;
}
.locale-card .col-inner:hover {
  box-shadow: 0 16px 38px rgba(15, 26, 61, .13);
  transform: translateY(-4px);
}
.locale-card .locale-logo {
  width: 150px;
  max-width: 70%;
  margin: 0 auto 20px !important;
}
.locale-card .locale-logo img {
  border-radius: 12px;
}
.locale-card .locale-name {
  margin: 0 0 6px !important;
}
.locale-card .locale-name h3 {
  margin: 0;
}
.locale-card .locale-meta {
  margin: 0 0 18px !important;
}
.locale-card .locale-meta p {
  color: #6b7280;
  margin: 0;
}
.locale-card .button {
  margin: auto 0 0 !important;
}
/* ===== locale-logo-fix: uniform contained logos (partners + locali) ===== */
.locale-card .locale-logo {
  width: 100% !important;
  max-width: 220px;
  margin: 0 auto 18px !important;
}
.locale-card .locale-logo > a, .locale-card .locale-logo .img-inner {
  display: block !important;
  height: 120px !important;
  padding: 0 !important;
}
.locale-card .locale-logo .img-inner img, .locale-card .locale-logo img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
/* ===== locale-rawlogo: raw <img> logos in cards (feste partner) ===== */
.locale-card .locale-logo-link {
  display: block;
  height: 120px;
  max-width: 220px;
  margin: 0 auto 18px;
}
.locale-card .locale-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
/* ===== gruppi-form: pagina /sconti-per-gruppi-organizzati/ ===== */
.gruppi-benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gruppi-benefits li {
  position: relative;
  padding: 0 0 10px 30px;
  line-height: 1.4;
}
.gruppi-benefits li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: hsl(var(--color-primary, 88 60% 45%));
  background: #7cb342;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #7cb342;
}
.gruppi-form-card .col-inner {
  background: #fff;
  border: 1px solid #e7eaf2;
  border-radius: 16px;
  padding: 34px 32px;
  box-shadow: 0 16px 38px rgba(15, 26, 61, .08);
}
.gruppi-form-card .wpcf7 p {
  margin: 0 0 14px;
  font-weight: 500;
  color: #0f1a3d;
}
.gruppi-form-card .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .gruppi-form-card .wpcf7 textarea, .gruppi-form-card .wpcf7 select {
  width: 100%;
  border: 1px solid #d8deea;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 6px;
  font-size: 15px;
  background: #fff;
  box-shadow: none;
}
.gruppi-form-card .wpcf7 textarea {
  min-height: 110px;
}
.gruppi-form-card .wpcf7 .wpcf7-acceptance {
  font-weight: 400;
}
.gruppi-form-card .wpcf7 input[type=submit] {
  background: #0f1a3d;
  color: #fff;
  border: 0;
  border-radius: 99px;
  padding: 14px 34px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.gruppi-form-card .wpcf7 input[type=submit]:hover {
  opacity: .92;
  transform: translateY(-2px);
}
@media (min-width:850px) {
  .gruppi-form-card {
    margin-top: 0;
  }
}
/* ===== gruppi-form GF: style Gravity Forms inside the card ===== */
.gruppi-form-card .gform_wrapper {
  margin: 0;
}
.gruppi-form-card .gform_wrapper .gfield_label {
  font-weight: 500;
  color: #0f1a3d;
}
.gruppi-form-card .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .gruppi-form-card .gform_wrapper textarea, .gruppi-form-card .gform_wrapper select {
  width: 100% !important;
  border: 1px solid #d8deea !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 15px;
  background: #fff;
  box-shadow: none !important;
}
.gruppi-form-card .gform_wrapper textarea {
  min-height: 110px;
}
.gruppi-form-card .gform_wrapper .gfield_consent_label, .gruppi-form-card .gform_wrapper .gform-field-label--type-inline {
  font-weight: 400;
  color: #444;
}
.gruppi-form-card .gform_footer {
  padding: 10px 0 0;
}
.gruppi-form-card .gform_wrapper .gform_footer input[type=submit], .gruppi-form-card .gform_wrapper .gform_footer button {
  background: #0f1a3d !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 99px !important;
  padding: 14px 34px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.gruppi-form-card .gform_wrapper .gform_footer input[type=submit]:hover, .gruppi-form-card .gform_wrapper .gform_footer button:hover {
  opacity: .92;
  transform: translateY(-2px);
}
/* ===== Form GF "tavolo su richiesta" inline nella sidebar evento ===== */
.evento-sb-form {
  margin: 4px 0 2px;
}
.evento-sb-form .gform_wrapper {
  margin: 0;
}
.evento-sb-form .gform_wrapper .gfield {
  margin-bottom: 10px;
}
.evento-sb-form .gform_wrapper .gfield_label {
  font-size: 13px;
  font-weight: 600;
  color: #0f1a3d;
  margin-bottom: 3px;
}
.evento-sb-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .evento-sb-form .gform_wrapper textarea, .evento-sb-form .gform_wrapper select {
  width: 100% !important;
  border: 1px solid #d8deea !important;
  border-radius: 9px !important;
  padding: 9px 11px !important;
  font-size: 14px;
  background: #fff;
  box-shadow: none !important;
}
.evento-sb-form .gform_wrapper textarea {
  min-height: 80px;
}
.evento-sb-form .gform_wrapper .gform_footer {
  padding: 6px 0 0;
  margin: 0;
}
.evento-sb-form .gform_wrapper .gform_footer input[type=submit], .evento-sb-form .gform_wrapper .gform_footer button {
  /* Uniforme alla CTA "Prenota" (.evento-sb-cta) */
  width: 100%;
  background: #33cc00 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 11px !important;
  padding: 16px !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -0.22px !important;
  cursor: pointer;
}
.evento-sb-form .gform_wrapper .gform_footer input[type=submit]:hover {
  filter: brightness(1.05);
}
.evento-sb-form .gform_wrapper .gfield_consent_label, .evento-sb-form .gform_wrapper .gform-field-label--type-inline {
  font-weight: 400;
  font-size: 12px;
  color: #555;
}
/* evento-sb-form: submit GF (catch .gform_button) */
.evento-sb-form .gform_button, .evento-sb-form button.gform_button, .evento-sb-form input[type=submit] {
  width: 100% !important;
  background: #16a34a !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 99px !important;
  padding: 13px 18px !important;
  font-weight: 700 !important;
  cursor: pointer;
}
/* ===== Descrizione pacchetto (Programma + Cosa è incluso) dinamica nella scheda evento ===== */
.evento-pak-desc h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f1a3d;
  margin: 26px 0 12px;
}
.evento-pak-desc h3:first-child {
  margin-top: 0;
}
.evento-pak-desc ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.evento-pak-desc li {
  position: relative;
  padding: 0 0 10px 30px;
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.evento-pak-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 11px;
  /* Inserimento dell'SVG come Data URI */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16.511' height='11.108' viewBox='0 0 16.511 11.108'><g id='Raggruppa_6999' data-name='Raggruppa 6999'><path id='Tracciato_28744' data-name='Tracciato 28744' d='M5.989,11.108a3.257,3.257,0,0,1-2.319-.961L0,6.477,1.944,4.533,5.615,8.2a.529.529,0,0,0,.748,0l8.2-8.2,1.944,1.944-8.2,8.2a3.257,3.257,0,0,1-2.319.96' transform='translate(0 0)' fill='%23505050'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.evento-pak-desc p {
  margin: 0 0 10px;
}
/* ===== Viaggiatori stepper (scheda evento sidebar) ===== */
.evento-pax-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.evento-pax-cap {
  display: flex;
  flex-direction: column;
}
.evento-pax .evento-pax-summary {
  font-weight: 700;
  color: #0f1a3d;
}
.evento-pax-arrow {
  color: #0f1a3d;
  transition: transform .2s ease;
  font-style: normal;
}
.evento-pax.is-open .evento-pax-arrow {
  transform: rotate(180deg);
}
.evento-pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.evento-pax-name strong {
  display: block;
  color: hsl(var(--color-secondary));
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 1.2;
}
.evento-pax-name small {
  color: hsl(var(--color-muted));
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  line-height: 1.2;
}
.evento-pax-step {
  display: flex;
  align-items: center;
  gap: 14px;
}
.evento-pax-step button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  background: #fff;
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  min-height: unset;
}
.evento-pax-step button:hover {
  border-color: #16a34a;
  color: #16a34a;
}
.evento-pax-step span {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
  color: #0f1a3d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
.evento-pax-close {
  position: sticky;
  bottom: -20px;
  z-index: 5;
  display: block;
  box-sizing: border-box;
  width: calc(100% + 50px);
  max-width: none;
  margin: 18px -25px -20px;
  text-align: right;
  background: #fff;
  border: 0;
  border-radius: 0 0 14px 14px;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  cursor: pointer;
  letter-spacing: 0;
	border-top: 1px solid #D4D4D4;
}
.evento-pax-close:hover {
  color: #0f1a3d;
}
/* ===== Selettore prenotazione: dropdown custom (scheda evento) ===== */
.evento-booking {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}
.evt-dd {
  position: relative;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 12px 14px;
}
.evt-dd-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.evt-dd-cap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.evt-dd-cap label {
  font-size: 12px;
  color: #8a909c;
  margin: 0 0 2px;
  cursor: pointer;
}
.evt-dd-val {
  font-weight: 700;
  color: #0f1a3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evt-dd-arr {
  color: #767676;
  font-style: normal;
  transition: transform .2s;
}
.evt-dd.is-open .evt-dd-arr {
  transform: rotate(180deg);
}
.evento-pax-body, .evt-dd-body {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
  background: #fff;
  box-shadow: 0px 1px 8px #00000026;
  border: 0.69px solid #D4D4D4;
  border-radius: 15px;
  padding: 20px 25px;
  max-height: 320px;
  overflow: auto;
}
.evento-pax-body {
  left: 24px;
  right: 24px;
}
.evt-dd-body-search {
  margin: -20px -25px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.evento-intro {
  line-height: 1.4;
}
.evt-dd-body .evt-dd-search {
  outline: none !important;
  border: 1px solid #D4D4D4 !important;
  margin: 5px 0 18px 0;
  color: hsl(var(--color-secondary)) !important;
  font-size: 16px;
  letter-spacing: -0.16px !important;
  line-height: 1.2;
  font-weight: 400 !important;
  box-shadow: none !important;
  padding: 4px 20px;
  border-radius: 15px;
  height: 50px;
}
.evt-dd-search-cont {
  position: relative;
}
.evt-dd-search-cont svg {
     width: 30px;
    color: #979797;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 14px;
}
.evt-dd-list {
  display: flex;
  flex-direction: column;
}
.evt-dd-group {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .14px;
  color: hsl(var(--color-muted));
  padding: 5px 8px 3px;
}
.evt-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  background: none;
  border: 0;
  border-radius: 8px;
  padding: 11px 12px;
  cursor: pointer;
  text-align: left;
  color: hsl(var(--color-secondary));
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.evt-opt .evt-ic {
  width: 28px;
  height: 28px;
  vertical-align: -9px;
    margin-right: 3px;
}
.evt-opt:hover {
  background: none;
}
.evt-opt.is-sel {
  background: #f5f5f5;
  border: 1px solid #4E4E6C;
}
.evt-opt .evt-chk {
  color: #16a34a;
  font-style: normal;
  opacity: 0;
}
.evt-opt.is-sel .evt-chk {
  opacity: 1;
}
.evt-opt-price {
  color: hsl(var(--color-muted));
  font-weight: 500;
  white-space: nowrap;
}
.evt-dd-empty {
  padding: 14px;
  color: hsl(var(--color-muted));
  text-align: center;
}
.evt-dd.is-disabled {
  opacity: .55;
  pointer-events: none;
}
.evt-ic {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.4em;
  margin-right: 0.25em;
}
.evento .breadcrumb-sect {
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}
.prossime-card-wrap {
  border: 1px solid #D4D4D4;
  border-radius: 25px;
}
.prossime-card-wrap .box-image {
  border-radius: 25px 25px 0 0 !important;
  width: 100%;
}
.prossime-card-wrap .box-text {
  width: 100%;
  padding: 20px 18px;
  flex: 1 0 auto;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.prossime-card-wrap .box-text-inner {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.prossime-card .prossime-sublabel p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.14px;
}
.prossime-card .prossime-date-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.18px;
}
.prossime-card-badge {
  border-radius: 12px;
  top: 16px;
  right: 16px;
}
.prossime-card-badge strong {
  color: hsl(var(--color-primary));
  font-size: 16px;
  letter-spacing: -0.16px;
  font-weight: 700;
}
.prossime-card-badge span {
  color: hsl(var(--color-secondary));
  font-size: 12px;
  letter-spacing: -0.12px;
}
.prossime-card .prossime-cta.button {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  padding: 11px 15px;
  min-height: unset;
  line-height: 1.2;
}
.prossime-card .prossime-cta.button span {
  line-height: 1.2;
}
.box.prossime-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.row .evento-page-wrapper .section {
  padding-left: 0;
  padding-right: 0;
}
.evento h1 {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.18px;
}
.partenza-eve p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.evento-page-wrapper .breadcrumb-sect {
  margin-bottom: 30px;
  padding: 0 !important;
}
.evento-page-wrapper .page-title {
  margin-bottom: 16px;
}
.evento-date-departure {
  color: hsl(var(--color-secondary));
  margin-bottom: 10px;
}
.evento-date-departure .evt-ic {
  width: 24px;
  height: 24px;
  color: hsl(var(--color-secondary));
}
.evento-date-departure p {
  margin: 0;
  display: flex;
  align-items: center;
}
.evento-hero-grid a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.evento-hero-grid {
  border-radius: 25px;
  overflow: hidden;
}
.evento-body-sect .evento-pak-desc h3 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 30px;
  color: hsl(var(--color-secondary));
}
.event-block-title h2, .event-why-choose h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 30px !important;
  color: hsl(var(--color-secondary));
}
.evento-list-check > li {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
}
.evento-reviews-head {
  margin-bottom: 40px;
}
.evento-reviews-head p {
  text-align: right;
}
.evento-reviews-head p img {
  margin-bottom: 12px;
}
.evento-reviews-box {
  border: 1px solid #E5E5E5;
  border-radius: 28px;
  box-shadow: none;
  padding: 45px 60px;
}
.evento-reviews-grid {
  gap: 40px 80px;
}
.evento-reviews-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  color: hsl(var(--color-secondary));
}
.evento-reviews-stars {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -5px;
}
.evento-reviews-gicon {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.22px;
  color: hsl(var(--color-secondary));
}
.evento-reviews-gicon small {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.evento-review-avatar {
  width: 52px;
  height: 52px;
}
.evento-review-head strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: hsl(var(--color-gray-500));
  margin-bottom: 4px;
}
.evento-review-head small {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: #979797;
}
.evento-review-stars {
  color: #0F1A3D;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1;
}
.evento-review-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
  margin: 0 0 10px;
}
.evento-review-more {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-gray-500));
  font-style: normal;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  min-height: unset;
}
.evento-sidebar {
  box-shadow: 0px 3px 26px #0000000D;
  border: 1px solid #D4D4D4;
  border-radius: 22px;
  font-family: var(--font-family);
  padding: 0;
}
.evento-sb-tabs {
  border-radius: 22px 22px 0 0;
  gap: 0;
  padding: 0;
  margin-bottom: 25px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
}
.evento-sb-tab {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #979797;
  border-radius: 0;
  padding: 18px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex: 1;
}
.evento-sb-tab:hover {
  color: #979797;
}
.evento-sb-tab.is-active {
  color: hsl(var(--color-primary));
  box-shadow: none;
  font-weight: 700;
}
.evento-sb-tab.is-active:hover {
  color: hsl(var(--color-primary));
}
.evento-sb-tab > span {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.evento-sb-tab .evt-ic {
  width: 28px;
  height: 28px;
  margin-right: 0;
}
.evento-sb-title {
  padding: 0 24px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  line-height: 1.2;
  color: hsl(var(--color-secondary));
}
.evento-sb-sub {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 24px 25px;
  margin-bottom: 25px;
}
.accordion.evento-tendoni .accordion-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin: 0;
}
.accordion.evento-tendoni .evento-tendone-sub {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
  display: block;
  width: 100%;
}
.accordion .accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
.accordion-title {
  border: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  padding: 15px 45px 15px 0;
}
.accordion-title.active {
  background: none;
  color: hsl(var(--color-secondary));
}
.accordion-inner {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-text));
}
.accordion .toggle {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: hsl(var(--color-gay-100));
  font-size: 12px;
}
.accordion .accordion-title.active .toggle {
  transform: translateY(-50%) rotate(180deg);
}
.evento-sb-panel .evento-booking {
  padding: 0 24px;
  margin-bottom: 30px;
  gap: 30px;
}
.evento-sb-panel .evento-sb-field {
  position: relative;
  padding: 0 24px;
  margin-bottom: 30px;
  background: none;
}
.evento-sb-field .evento-pax-head, .evt-dd {
  position: relative;
  background: #ffffff;
  border: 1px solid #D4D4D4;
  border-radius: 16px;
  padding: 12px 14px;
}
.evento-sb-field.is-open .evento-pax-head, .evt-dd.is-open {
  border-color: hsl(var(--color-secondary));
}
.evento-pax-head, .evt-dd-head {
  margin: 0;
}
.evento-pax-cap label, .evt-dd-cap label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-muted));
  display: flex;
  align-items: center;
}
.evento-pax-cap .evt-ic, .evt-dd-cap .evt-ic {
  width: 22px;
  height: 22px;
  color: hsl(var(--color-muted));
  vertical-align: middle;
  margin-right: 5px;
}
.evento-pax .evento-pax-summary, .evt-dd-val {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  padding-left: 30px;
}
.evento-pax-arrow.icon-angle-down, .evt-dd-arr.icon-angle-down {
  font-size: 24px;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: hsl(var(--color-muted));
}
.evt-dd-cap .evt-dd-val .evt-ic {
  display: none;
}
.evento-sb-toggle {
  border-top: 0;
  padding: 0 24px 30px;
}
.evento-sb-toggle strong {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.evento-sb-toggle a {
  color: hsl(var(--color-sky));
  text-decoration: underline;
}
.evento-sb-toggle p {
  font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.14px;
    color: hsl(var(--color-muted));
    margin-top: 8px;
}
.evento-total-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 24px;
  border-top: 1px solid #E5E5E5;
  flex-wrap: wrap;
}
.evento-total-row .evento-sb-price {
  margin: 0;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
}
.evento-sb-perperson {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-muted));
}
.evento-sb-total {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: hsl(var(--color-sky));
}
.evento-total-row .evento-sb-cta {
  width: 100%;
  max-width: 240px;
  border-radius: 11px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evento-sb-foot {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-secondary));
  background: #F5F5F5;
  border-radius: 0 0 22px 22px;
  text-align: center;
  padding: 20px 15px;
  margin: 0;
}
.evento-sb-quote {
  margin-top: 50px;
  border: 1px solid #D4D4D4;
  border-radius: 22px;
  box-shadow: none;
  font-family: var(--font-body);
  padding: 24px;
}
.evento-sb-quote__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-sky));
  margin: 0;
}
.evento-sb-quote .evt-ic {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
.evento-sb-quote p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-muted));
  padding-left: 48px;
}
.evento-sb-quote__cta {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: hsl(var(--color-sky));
  padding-left: 48px;
}
.evento-sb-faqlink {
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  padding: 5px 0;
}
.evento-sb-faqlink .evt-ic {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-right: 5px;
}
.share-icons-col {
  display: flex;
  align-items: flex-end;
}
.social-icons.share-icons .icon {
  opacity: 1;
  color: hsl(var(--color-secondary));
  margin-left: 10px;
}
.checkout-header-sect {
  padding: 22px 0 !important;
  border-bottom: 1px solid #D4D4D4;
}
.checkout-logo {
  display: flex;
}
.checkout-logo img {
  width: auto;
  max-height: 36px;
}
.button.is-outline.sky-btn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-sky));
  background: none;
  border: 1px solid hsl(var(--color-sky));
  border-radius: 8px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  margin: 0;
}
.button.is-outline.sky-btn:hover {
  color: hsl(var(--color-sky));
  background: none;
  border-color: hsl(var(--color-sky));
}
.checkout-header-right .col-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-end;
}
.checkout-footer-logo {
  display: flex;
}
.checkout-footer-logo img {
  width: auto;
  max-height: 36px;
}
.checkout-footer-sect .footer-copyright-text p {
  margin: 0;
}
#brio-checkout-root {
  font-family: var(--font-body);
}
.brio-co {
  max-width: 1510px;
  margin: 0 auto;
  padding: 50px 15px;
}
.brio-co-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 50px;
  align-items: unset;
}
.brio-co-stepper {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 80px;
}
.brio-co-step {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: hsl(var(--color-gray-100));
  padding-bottom: 26px;
}
.brio-co-step.is-active {
  color: hsl(var(--color-secondary));
  font-weight: 500;
}
.brio-co-step .dot {
  background: #D9D9D9;
  margin: 0 0 0 -4px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brio-co-step.is-active .dot {
  background: hsl(var(--color-primary));
}
.brio-co-step::after {
  height: 1px;
  background: #D9D9D9;
}
.brio-co-step.is-active::after {
  background: #D9D9D9;
}
.brio-co-step:first-child {
  text-align: left;
}
.brio-co-step:last-child {
  text-align: right;
}
.brio-co-step:first-child::after {
  left: 25%;
}
.brio-co-step:last-child::after {
  right: 25%;
}
.brio-co-step:first-child .dot {
  left: 25%;
}
.brio-co-step:last-child .dot {
  left: auto;
  right: 25%;
}
.brio-co-step.is-active.is-done .dot {
  background: #fff;
  width: 16px;
  height: 16px;
  bottom: -7px;
}
.brio-co-step.is-done {
  color: hsl(var(--color-gray-100));
  font-weight: 400;
}
.brio-co-step.is-done .dot:after {
      content: '';
    background-image: url(images/done-check.svg);
    color: hsl(var(--color-gray-100));
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    width: 17px;
    height: 17px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.brio-co-birraiolo-head .title, .brio-co h3.brio-co-question {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: hsl(var(--color-secondary));
}
.brio-co-pax-row {
  align-items: flex-start;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.brio-co-pax-counts {
  display: flex;
  gap: 80px;
}
.brio-co-pax-count .label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: hsl(var(--color-secondary));
  background: none;
  padding: 0;
  margin: 0 0 10px;
  text-shadow: none;
}
.brio-co-pax-count .sub {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-muted));
  margin: 15px 0 0;
}
.brio-co-pax-count .val {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: hsl(var(--color-sky));
}
.brio-co-pax-count button {
  margin: 0;
  background: #fff;
  border: 1px solid #E8E8E8;
  width: 45px;
  height: 45px;
  color: hsl(var(--color-gray-100));
  min-height: unset;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
}
.brio-co-pax-count button:hover {
  background: #fff;
  border-color: #E8E8E8;
  color: hsl(var(--color-gray-100));
}
.brio-co-pax-count .ctrl {
  gap: 20px;
}
.brio-co-pax-count {
  min-width: 170px;
}
.brio-co-birraiolo-head .ico {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.brio-co-birraiolo-head .ico .evt-ic {
  width: 22px;
  height: 22px;
}
.brio-co-birraiolo-head {
  gap: 14px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.brio-co-birraiolo-head .badge {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  background: hsl(var(--color-secondary));
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.brio-co-check a, .brio-co-check .link, .brio-co-birraiolo-head .hint {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-sky));
  text-decoration: none;
}
.brio-co .required-note {
  margin-left: auto;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #979797;
}
.brio-co-field label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  color: hsl(var(--color-secondary));
  margin: 0 0 8px;
}
.brio-co-field input[type="text"], .brio-co-field input[type="email"], .brio-co-field input[type="tel"], .brio-co-field input[type="date"], .brio-co-field select {
  border: 0.69px solid #BDBDBD;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  margin: 0;
  padding: 13px 18px;
}
.brio-co-field select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
.brio-co-field input[type="date"] {
  text-transform: uppercase;
}
.brio-co-field input:focus, .brio-co-field select:focus {
  border-color: #33cc00;
}
.brio-co-phone {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
}
.brio-co-phone select {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.brio-co-field .brio-co-phone input[type="tel"] {
  border-radius: 0 8px 8px 0;
}
.brio-co-fieldgrid {
  gap: 24px 30px;
}
.brio-help-close {
  margin: 0;
  z-index: 10;
  padding: 5px;
  min-height: unset;
  font-weight: 400;
}
.brio-help-body .col {
  padding: 0;
}
.brio-help-body h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.20px;
  color: hsl(var(--color-secondary));
  margin: 0 0 15px;
}
.brio-help-body {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-text));
}
.brio-help-modal .brio-agency-form {
  padding: 10px 28px 20px;
  gap: 30px;
  flex-direction: column;
}
.brio-agency-form .brio-agency-code {
  border: 0.69px solid #BDBDBD;
  border-radius: 10px;
  padding: 14px 20px;
  height: 58px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: hsl(var(--color-secondary));
  margin: 0;
  text-transform: none;
}
.brio-help-modal {
  padding-bottom: 20px;
}
.brio-help-modal .brio-agency-msg {
  padding: 0 24px 5px;
}
.brio-agency-form .brio-agency-apply {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 10px;
}
.brio-co-sub h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin: 34px 0 28px;
}
.brio-co-check {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  align-items: center;
  margin: 24px 0;
  flex-wrap: wrap;
}
.brio-co-check:last-of-type {
  margin-bottom: 0;
}
.brio-co-check input[type="checkbox"] {
  margin: 0;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 0.69px solid #C5C5C5;
  border-radius: 6px;
  place-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brio-co-check input[type="checkbox"]:before {
  content: "";
  font-size: 24px;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f1a3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.brio-co-check input[type="checkbox"]:disabled + span {
  color: #979797;
  cursor: not-allowed;
}
.brio-co-check input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.brio-co-check input[type="checkbox"]:checked {
  background: #fff;
  border-color: #C5C5C5;
  accent-color: #fff;
}
.brio-co-check input[type="checkbox"]:checked:before {
  opacity: 1;
}
.brio-co-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 68px;
  margin-bottom: 50px;
  gap: 15px;
}
.brio-co-cta {
  margin: 0 0 0 auto;
  border-radius: 11px;
  min-height: unset;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
.brio-co-back {
  margin: 0;
  border-radius: 11px;
  min-height: unset;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none;
  color: hsl(var(--color-secondary));
  border: 1px solid hsl(var(--color-secondary));
}
.brio-co-birraiolo {
  border-top: 1px solid #d5d5d5;
  padding: 35px 0 35px;
}
.brio-co-birraiolo:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.brio-co-sidebar {
  box-shadow: 0px 3px 26px #0000000D;
  border: 1px solid #D4D4D4;
  border-radius: 22px;
  padding: 30px;
  top: 40px;
}
.brio-co-sb-eyebrow {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-muted));
  margin: 0 0 20px;
}
.brio-co-sb-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: hsl(var(--color-secondary));
  margin: 0 0 10px;
}
.brio-co-sb-sub {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: #505050;
  margin: 0 0 5px;
}
.brio-co-sb-sub:after {
  content: '';
  height: 1px;
  display: block;
  background: #e5e5e5;
  margin: 25px -30px 0;
}
.brio-co-sb-line .amt, .brio-co-sb-line .lbl, .brio-co-sb-info .lbl {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-muted));
  margin: 0 0 5px;
}
.brio-co-sb-line .amt, .brio-co-sb-line .lbl {
  margin: 0;
}
.brio-co-sb-line {
  margin-bottom: 10px;
}
.brio-co-sb-info .val {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-sb-info .ico {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: hsl(var(--color-muted));
}
.brio-co-sb-info .ico .evt-ic {
  width: 24px;
  height: 24px;
}
.brio-co-sb-info {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
}
.brio-co-sb-lines {
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  padding-top: 30px;
}
.brio-co-sb-info:first-of-type {
  border-top: 0;
}
.brio-co-sb-info .meta {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-muted));
  margin-top: 10px;
}
.brio-co-sb-info .meta span {
  color: hsl(var(--color-sky));
}
.brio-co-sb-totalrow {
  border: 0;
  margin-top: 10px;
  padding: 10px 0;
}
.brio-co-sb-totalrow .lbl {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-sb-totalrow .amt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: hsl(var(--color-secondary));
}
.brio-co-sb-advancerow {
  font-size: 14px;
  text-align: right;
  color: hsl(var(--color-gray-100));
}
.brio-co-part-num {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin-bottom: 30px;
}
.brio-co-part-num .ico .evt-ic {
  width: 24px;
  height: 24px;
  color: hsl(var(--color-muted));
  margin-right: 5px;
}
.brio-co-rooms-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-rooms-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 20px 0 40px;
}
.brio-co-room-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  font-size: 16px;
  color: hsl(var(--color-secondary));
  cursor: pointer;
  background: #fff;
  user-select: none;
  transition: all 120ms;
  line-height: 1.2;
  min-height: 50px;
}
.brio-co-room-pill.is-active {
  background: #fff;
  border: 2px solid hsl(var(--color-primary));
  color: hsl(var(--color-secondary));
}
.brio-co-room-pill .ctrl {
  border-left: 0.69px solid #C5C5C5;
  height: 100%;
  padding-left: 10px;
}
.brio-co-room-pill .ctrl button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E8E8E8;
  color: #767676;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  min-height: unset;
  font-weight: 400;
}
.brio-co-room-pill .ctrl .v {
  font-weight: 500;
  min-width: 14px;
  text-align: center;
}
.brio-co-is-divider {
  height: 1px;
  width: 100%;
  background: #d5d5d5;
  margin: 35px 0;
}
.brio-co-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  padding: 22px 24px;
  font-size: 18px;
  color: hsl(var(--color-secondary));
  margin: 20px 0 45px;
  border: 0.69px solid #C5C5C5;
  border-radius: 14px;
  letter-spacing: -0.18px;
  line-height: 1.2;
  font-weight: 500;
}
.brio-co-info-banner strong {
  font-weight: 500;
  margin-bottom: 5px;
}
.brio-co-info-banner small {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: #505050;
}
.brio-co-info-banner .ico .evt-ic {
  width: 72px;
    height: 48px;
    color: #000033;
}
.brio-co-extras-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0 50px;
}
.brio-co-extra-card {
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 24px 26px;
  background: #fff;
  transition: border-color 120ms, background 120ms;
}
.brio-co-extra-card.is-selected {
  border-color: #B2CACD;
  background: #F4F6FB;
}
.brio-co-extra-body .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-extra-body .desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-muted));
  margin-top: 10px;
}
.brio-co-extra-head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  user-select: none;
  margin: 0;
}
.brio-co-extra-head .price.gratis {
  color: hsl(var(--color-secondary));
}
.brio-co-extra-head .price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-extra-head input[type="checkbox"] {
  margin: 0;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #C5C5C5;
  border-radius: 6px;
  place-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brio-co-extra-head input[type="checkbox"]:before {
  content: "";
  font-size: 24px;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f1a3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.brio-co-extra-head input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.brio-co-extra-head input[type="checkbox"]:checked {
  background: #fff;
  border-color: #C5C5C5;
  accent-color: #fff;
}
.brio-co-extra-head input[type="checkbox"]:checked:before {
  opacity: 1;
}
.brio-co-extra-fixedcheck {
  margin: 0;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: hsl(var(--color-secondary));
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #C5C5C5;
}
.brio-co-extra-opts {
  margin-top: 20px;
  padding: 0 0 0 40px;
  border-top: 0;
}
.brio-co-extra-opts .label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-secondary));
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.brio-co-extra-opts .label strong {
  font-weight: 400;
}
.brio-co-extra-opt-pill {
  border: 0.69px solid #C5C5C5;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: hsl(var(--color-secondary));
  min-height: 38px;
  padding: 5px 14px;
}
.brio-co-extra-opt-pill.is-active {
  border: 2px solid hsl(var(--color-primary));
  background: #fff;
  color: hsl(var(--color-secondary));
}
.brio-co-extra-opt-pill .opt-reset {
  margin: 0;
  min-height: unset;
}
.brio-co-back {
  margin: 0;
}
.brio-co-extra-opt-pill .opt-v {
  font-weight: 400;
  margin-left: 5px;
  color: hsl(var(--color-secondary));
  border-left: 0.69px solid #C5C5C5;
  height: 100%;
  padding: 4px 0 0 10px;
}
.brio-co-extra-opt-pill .opt-name {
  line-height: 1;
}
.brio-co-incl-badge {
  font-weight: 500;
}
.brio-co-sb-note {
  background: #fff;
  border-radius: 18px;
  box-shadow: none;
  padding: 22px;
  margin-top: 35px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: hsl(var(--color-muted));
  border: 0.69px solid #D4D4D4;
  font-weight: 400;
  letter-spacing: -0.14px;
}
.brio-co-sb-note strong {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: hsl(var(--color-muted));
  margin-bottom: 3px;
}
.brio-co-sb-note-small {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.12px;
  margin-top: 18px;
  margin-bottom: 0;
}
.brio-co-sb-note .ico {
  color: hsl(var(--color-muted));
  flex-shrink: 0;
}
.brio-co-sb-note .ico .evt-ic {
  width: 24px;
  height: 24px;
}
.brio-co-question-desc {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin-bottom: 36px;
}
.brio-co-radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  margin-bottom: 20px;
  column-gap: 24px;
}
.brio-co-radio-grid.payment .desc {
  margin-top: 16px;
}
.brio-co-radio-grid.payment .desc img {
  margin-right: 10px;
}
.brio-co-radio-card {
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 24px;
  cursor: pointer;
  background: #fff;
  display: flex;
  gap: 15px;
  transition: all 120ms;
}
.brio-co-radio-card.is-active {
  border-color: #B2CACD;
  background: #F4F6FB;
}
.brio-co-radio-card .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
}
.brio-co-radio-card .surcharge, .brio-co-radio-card .desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-secondary));
  margin-top: 10px;
}
.brio-co-radio-card .surcharge {
  margin-top: 0;
}
.brio-co-radio-card .indicator {
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #c5c5c5;
  flex: 0 0 26px;
  margin-top: 0;
  position: relative;
}
.brio-co-radio-card.is-active .indicator {
  border-color: #c5c5c5;
}
.brio-co-radio-card.is-active .indicator::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  border-left: 2px solid hsl(var(--color-secondary));
  border-bottom: 2px solid hsl(var(--color-secondary));
  transform: rotate(-45deg);
  top: 7px;
  left: 6px;
}
.brio-co-coupon {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 36px 0;
  flex-direction: column;
}
.brio-co-coupon-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.brio-co-coupon .ico {
  flex: 0 0 50px;
}
.brio-co-coupon .ico .evt-ic {
  width: 50px;
  height: 36px;
}
.brio-co-coupon h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  margin: 0;
}
.brio-co-coupon p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: hsl(var(--color-gray-500));
  margin: 8px 0 0;
}
.brio-co-coupon-body {
  width: 100%;
}
.brio-co-coupon-body-form {
  display: flex;
  gap: 24px;
}
.brio-co-coupon input {
  border: 0.6px solid #C5C5C5;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  color: hsl(var(--color-secondary));
  margin: 0;
  height: 58px;
  padding: 15px 24px;
}
.brio-co-coupon button {
  background: #FFFFFF;
  border: 2px solid #33CC00;
  border-radius: 10px;
  min-height: unset;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: hsl(var(--color-secondary));
  padding: 15px 15px;
  min-width: 150px;
}
.brio-ty-card {
  box-shadow: 0px 3px 26px #0000000D;
  border: 0.69px solid #D4D4D4;
  border-radius: 22px;
}
.brio-ty-btn {
  border-radius: 12px;
  min-height: unset;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.brio-co-panel-step3 .brio-co-cta-row {
  margin-top: 60px;
}
@media (min-width: 550px) {}
@media (min-width: 850px) {
  .min-w-280 {
    min-width: 280px;
  }
  .md-pb-5 {
    padding-bottom: 5rem;
  }
  .md-text-right {
    text-align: right
  }
  .md-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .md-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .md-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .md-text-38 {
    font-size: 38px;
    line-height: 1.6;
  }
  .md-text-32 {
    font-size: 32px;
    line-height: 1.6;
  }
  .md-text-26 {
    font-size: 26px;
    line-height: 1.6;
  }
  .md-text-24 {
    font-size: 24px;
    line-height: 1.6;
  }
  .md-text-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .md-text-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .md-text-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .md-text-14 {
    font-size: 14px;
    line-height: 1.6;
  }
  .md-mb-75 {
    margin-bottom: 75px;
  }
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .header-main .flex-col.hide-for-medium.flex-left {
    display: none;
  }
  .header-main .nav > li {
    margin: 0 5px;
  }
  .header-main .header-right-col > * {
    --stack-gap: 0.7rem !important;
  }
  .footer-secure-col .col-inner {
    text-align: right;
  }
  .friend-col .col-inner {
    text-align: right;
  }
  .section-title > *, .section-title {
    font-size: 30px;
  }
  .section-desc > *, .section-desc {
    font-size: 16px;
  }
  .newsletter-form #gform_wrapper_1[data-form-index="0"].gform-theme, .newsletter-form [data-parent-form="1_0"] {
    --gf-form-gap-x: 30px;
  }
  .hero-green-title > *, .hero-green-title {
    font-size: 30px;
  }
  .hero-section {
    font-size: 18px;
  }
  .hero-desc > *, .hero-desc {
    font-size: 26px;
  }
  .hero-title > *, .hero-title {
    font-size: 42px;
  }
  .text-64-bold > *, .text-64-bold {
    font-size: 48px;
  }
  .text-38-extrabold > *, .text-38-extrabold {
    font-size: 30px;
  }
  .text-38-bold > *, .text-38-bold {
    font-size: 30px;
  }
  .text-34-regular > *, .text-34-regular {
    font-size: 26px;
  }
  .text-30-bold > *, .text-30-bold {
    font-size: 24px;
  }
  .text-24-bold > *, .text-24-bold {
    font-size: 20px;
  }
  .text-18-medium > *, .text-18-medium {
    font-size: 18px;
  }
  .text-18-regular > *, .text-18-regular {
    font-size: 18px;
  }
  .text-16-regular > *, .text-16-regular {
    font-size: 16px;
  }
  .text-16-medium > *, .text-16-medium {
    font-size: 16px;
  }
  .text-14-regular > *, .text-14-regular {
    font-size: 14px;
  }
  .text-14-medium > *, .text-14-medium {
    font-size: 14px;
  }
  .left-top-radius-24 {
    border-top-left-radius: 24px;
    overflow: hidden;
  }
  .left-bottom-radius-24 {
    border-bottom-left-radius: 24px;
    overflow: hidden;
  }
  .right-top-radius-24 {
    border-top-right-radius: 24px;
    overflow: hidden;
  }
  .right-bottom-radius-24 {
    border-bottom-right-radius: 24px;
    overflow: hidden;
  }
  .team-leader-box .icon-box-img {
    max-width: 100px;
  }
  .team-leader-box.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 16px;
  }
  .team-leader-desig {
    font-size: 14px;
  }
  .team-leader-name {
    font-size: 20px;
  }
  .registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, .registration-agency-form [data-parent-form="1_0"] {
    --gf-form-gap-x: 24px;
    --gf-form-gap-y: 26px;
  }
  .agency-cont-col {
    text-align: right;
    margin-top: 80px;
  }
  .product-title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .lg-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .lg-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .lg-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .lg-text-38 {
    font-size: 38px;
    line-height: 1.6;
  }
  .text-34-regular > *, .text-34-regular {
    font-size: 34px;
  }
  .lg-text-32 {
    font-size: 32px;
    line-height: 1.6;
  }
  .lg-text-26 {
    font-size: 26px;
    line-height: 1.6;
  }
  .lg-text-24 {
    font-size: 24px;
    line-height: 1.6;
  }
  .lg-text-20 {
    font-size: 20px;
    line-height: 1.6;
  }
  .lg-text-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .lg-text-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .lg-text-14 {
    font-size: 14px;
    line-height: 1.6;
  }
  .lg-text-right {
    text-align: right
  }
  .lg-mb-75 {
    margin-bottom: 75px;
  }
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
  .header-nav.header-nav-main .header-block {
    margin-left: 10px;
  }
  .header-main .nav > li {
    margin: 0 2px;
  }
  .header-main .nav > li > a {
    padding: 10px 8px;
  }
  .header-main #logo {
    width: 180px;
  }
  .header-main .header-right-col > * {
    --stack-gap: 0.8rem !important;
  }
  .section-title > *, .section-title {
    font-size: 38px;
  }
  .section-desc > *, .section-desc {
    font-size: 18px;
  }
  .hero-green-title > *, .hero-green-title {
    font-size: 38px;
  }
  .hero-section {
    font-size: 22px;
  }
  .hero-desc > *, .hero-desc {
    font-size: 34px;
  }
  .hero-title > *, .hero-title {
    font-size: 54px;
  }
  .text-64-bold > *, .text-64-bold {
    font-size: 64px;
  }
  .text-38-extrabold > *, .text-38-extrabold {
    font-size: 38px;
  }
  .text-38-bold > *, .text-38-bold {
    font-size: 38px;
  }
  .text-30-bold > *, .text-30-bold {
    font-size: 30px;
  }
  .text-24-bold > *, .text-24-bold {
    font-size: 24px;
  }
  .team-leader-box .icon-box-img {
    max-width: 120px;
  }
  .team-leader-box.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 26px;
  }
  .team-leader-desig {
    font-size: 14px;
  }
  .team-leader-name {
    font-size: 24px;
  }
  .product-title {
    font-size: 38px;
    letter-spacing: -0.38px;
  }
  .product-info-wrapper {
    flex-direction: row;
  }
  .product-info-left {
    padding: 0 30px 0 0;
    width: 60%;
  }
  .product-info-wrapper .product-info.product-summary {
    padding: 0;
    width: 40%;
  }
  .evento-body-left .col-inner {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .header-nav.header-nav-main .header-block {
    margin-left: 7px;
  }
  .header-main .nav > li {
    margin: 0 3px;
    line-height: 88px;
  }
  .header-main .nav > li > a {
    padding: 10px 10px;
  }
  .header-main #logo {
    width: 180px;
  }
  .header-main .header-right-col > * {
    --stack-gap: 1rem !important;
  }
  .newsletter-badge {
    right: 12px;
    top: inherit;
    bottom: 80px;
  }
  .team-leader-box .icon-box-img {
    max-width: 156px;
  }
  .product-info-left {
    width: 66.66%;
    padding: 0 50px 0 0;
  }
  .product-info-wrapper .product-info.product-summary {
    padding: 0;
    width: 33.33%;
  }
}
@media (min-width: 1480px) {
  .header-main .nav > li {
    margin: 0 10px;
    line-height: 88px;
  }
  .stuck .header-main .nav > li {
    line-height: unset;
  }
  .header-main .nav > li > a {
    padding: 10px 16px;
  }
  .header-nav.header-nav-main .header-block {
    margin-left: 75px;
  }
  .header-main #logo {
    width: 210px;
  }
  .header-main .header-right-col > * {
    --stack-gap: 1.7rem !important;
  }
}
@media (max-width: 1366px) {
  .brio-co-grid {
    grid-template-columns: 1fr 380px;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .brio-co-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .brio-co-sidebar {
    position: unset;
  }
}
@media (max-width: 849px) {
  .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
  }
  .sidebar-menu .nav > li > a {
    color: hsl(var(--color-secondary));
    font-size: 16px;
    letter-spacing: -0.14px;
    font-weight: 400;
  }
  .sidebar-menu .nav > li > a:hover {
    background-color: #E0E6F1;
    color: hsl(var(--color-secondary)) !important;
  }
  .sidebar-menu .header-right-col {
    padding: 24px 10px;
  }
  .sidebar-menu .nav-vertical > li > ul li a {
    color: hsl(var(--color-secondary));
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 400;
  }
  .sidebar-menu .toggle {
    color: hsl(var(--color-secondary));
    opacity: 1;
  }
  .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item.active, .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: hsl(var(--color-gray-400));
  }
  .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item.active > a, .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item:hover > a {
    font-weight: 700;
  }
  .home-product-list .box-text .woocommerce-LoopProduct-link {
    font-size: 20px;
  }
  .home-product-list .box-text span.amount {
    font-size: 24px;
  }
  .festival-card .box-text {
    padding: 15px;
  }
  .beer-festival-tab > .nav {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .beer-festival-tab .nav > li {
    min-width: auto;
    margin: 0 20px;
  }
  .beer-festival-tab .nav > li > a {
    font-size: 16px;
    padding: 10px 0;
  }
  .beer-festival-tab .tab-panels {
    padding-top: 30px;
  }
  .festival-cont-col .col-inner {
    padding-top: 0;
  }
  .party-cont-col .col-inner .party-img {
    position: relative;
    bottom: -25px;
    margin-top: -30px;
  }
  .party-cont-col .col-inner .party-img img {
    max-width: 280px;
  }
  .fullthrottle-grid .grid-item-title {
    font-size: 20px;
  }
  .fullthrottle-grid .grid-item-desc {
    font-size: 14px;
  }
  .tab-order-1 {
    order: 1;
  }
  .tab-order-2 {
    order: 2;
  }
  .count-number > *, .count-number {
    font-size: 50px;
  }
  .count-number span {
    font-size: 32px;
  }
  .count-desc > *, .count-desc {
    font-size: 18px;
  }
  .breadcrumb-items .bread-item {
    font-size: 14px;
  }
  .gform_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .agency-contact-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .agency-contact-box.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 20px;
  }
  .product-sharing-departures {
    flex-wrap: wrap;
  }
  .product-short-description {
    font-size: 16px;
  }
  .woocommerce-Reviews-title, .product-sect-title > *, .product-sect-title {
    font-size: 24px;
  }
  .review-title > *, .review-title {
    font-size: 24px;
  }
  .button.sky-link {
    font-size: 14px;
  }
  .product-info-wrapper .product-info-inner {
    padding: 15px;
    margin-bottom: 30px;
  }
  .google-review-wrapper > .col-inner {
    padding: 30px 30px;
  }
  .star-green .img {
    max-width: 24px;
  }
  .button.review-secondary-link {
    font-size: 16px;
  }
  .prod-google-review .testimonial-name {
    font-size: 16px;
  }
  .prod-google-review .testimonial-company {
    font-size: 14px;
  }
  .prod-google-review .testimonial-text {
    font-size: 16px;
  }
  .button.gray-link {
    font-size: 16px;
  }
  .prod-faqs .accordion-title {
    font-size: 18px;
    padding: 15px 30px 15px 0;
  }
  .accordion.prod-faqs .accordion-inner {
    padding: 10px 0;
  }
  .product-gallery {
    margin-bottom: 30px;
  }
  .left-img-box .icon-box-img {
    max-width: 100px;
  }
  .fixed-btn {
    display: none;
  }
  .tabbed-content.search-tab .nav-tabs > li {
    margin: 0 5px -1px;
  }
  .tabbed-content.search-tab .nav > li > a {
    font-size: 16px;
  }
  .brio-periodo .brio-periodo__seasons-col {
    padding: 0 15px 0 0;
  }
  .brio-periodo {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .brio-periodo__col-title {
    margin-bottom: 15px;
  }
  .brio-tabs-switch {
    margin-bottom: 25px;
  }
  .brio-periodo__months {
    grid-template-columns: 1fr;
    gap: 15px 10px;
  }
  .brio-date {
    gap: 30px;
  }
  .search-tab .brio-search__value.is-placeholder, .search-tab .brio-search__value {
    font-size: 16px;
  }
  .search-tab .brio-search__cta {
    font-size: 20px;
    min-height: 48px;
    padding: 12px 16px;
  }
  .brio-destinazione__title, .brio-pax__title, .brio-periodo__item-text {
    font-size: 16px;
  }
  .brio-tabs-switch__btn {
    font-size: 16px;
  }
  .brio-destinazione {
    gap: 20px;
  }
  .beer-festival-tab .tab-panels > .panel:not(.active) {
    height: 0 !important;
  }
  .prossime-card-wrap .box-text {
    padding: 15px;
  }
  .accordion.evento-tendoni .accordion-title {
    font-size: 20px;
  }
  .accordion.evento-tendoni .evento-tendone-sub {
    font-size: 16px;
  }
  .accordion-title {
    font-size: 16px;
  }
  .accordion-inner {
    font-size: 16px;
  }
  .evento-page-wrapper .breadcrumb-sect {
    margin-bottom: 20px;
  }
  .event-block-title h2, .event-why-choose h2, .evento-body-sect .evento-pak-desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .evento-reviews-title {
    font-size: 24px;
  }
  .evento-list-check > li, .evento-pak-desc li {
    font-size: 16px;
  }
  .evento-list-check > li::before {
    width: 20px;
    height: 20px;
  }
  .evento-sidebar {
    position: unset;
  }
  .evento-reviews-box {
    padding: 30px;
  }
  .evento-reviews-gicon small {
    font-size: 16px;
  }
  .evento-reviews-gicon {
    font-size: 20px;
  }
  .evento-reviews-head {
    margin-bottom: 30px;
  }
  .evento-review-more, .evento-review-head strong, .evento-review-text {
    font-size: 16px;
  }
  .evento-reviews-grid {
    gap: 30px 30px;
  }
  .evento-review-head small {
    font-size: 14px;
  }
  .evento-review-stars {
    font-size: 20px;
  }
  .evento-review-avatar {
    width: 40px;
    height: 40px;
  }
  .evento-sb-tab {
    font-size: 16px;
    padding: 14px 10px;
  }
  .evento-sb-title {
    font-size: 20px;
  }
  .evento-sb-faqlink, .evento-sb-quote__title, .evento-sb-sub {
    font-size: 16px;
  }
  .checkout-header-right .col-inner {
    gap: 15px;
  }
  .checkout-header-sect {
    padding: 15px 0 !important;
  }
  .brio-co {
    padding: 30px 15px;
  }
  .brio-co-stepper {
    margin-bottom: 40px;
  }
  .brio-co-birraiolo-head .title, .brio-co h3.brio-co-question {
    font-size: 18px;
  }
  .brio-co-sub h4, .brio-co-field label, .brio-co-pax-count .label {
    font-size: 16px;
  }
  .brio-co-pax-count button {
    width: 40px;
    height: 40px;
  }
  .brio-co-pax-counts {
    gap: 30px;
  }
  .brio-co-field input[type="text"], .brio-co-field input[type="email"], .brio-co-field input[type="tel"], .brio-co-field input[type="date"], .brio-co-field select {
    font-size: 16px;
  }
  .brio-co-sub h4 {
    margin: 25px 0 20px;
  }
  .brio-co-check {
    font-size: 16px;
  }
  .brio-co-check a, .brio-co-check .link, .brio-co-birraiolo-head .hint {
    font-size: 14px;
  }
  .brio-co-check input[type="checkbox"] {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .brio-co-cta-row {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .brio-co-sidebar {
    padding: 20px;
  }
  .brio-co-sb-eyebrow {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .brio-co-sb-title {
    font-size: 20px;
  }
  .brio-co-sb-sub {
    font-size: 16px;
  }
  .brio-co-sb-sub:after {
    margin: 20px -20px 0;
  }
  .brio-co-sb-info {
    padding: 16px 0;
  }
  .brio-help-body h3 {
    font-size: 18px;
  }
  .brio-agency-form .brio-agency-code {
    padding: 10px 15px;
    height: 50px;
    font-size: 16px;
  }
  .brio-help-modal .brio-agency-form {
    gap: 20px;
  }
  .brio-agency-form .brio-agency-apply {
    min-height: 50px;
    font-size: 16px;
  }
  .brio-co-rooms-title, .brio-co-part-num {
    font-size: 16px;
  }
  .brio-co-rooms-pills {
    gap: 15px;
    margin: 15px 0 30px;
  }
  .brio-co-info-banner {
    font-size: 16px;
    gap: 14px;
    padding: 15px 20px;
    margin: 15px 0 30px;
  }
  .brio-co-is-divider {
    margin: 25px 0;
  }
  .brio-co-extra-card {
    padding: 15px;
  }
  .brio-co-extra-head .price, .brio-co-extra-body .name {
    font-size: 16px;
  }
  .brio-co-extra-body .desc {
    font-size: 14px;
    margin-top: 6px;
  }
  .brio-co-extra-opts {
    margin-top: 15px;
  }
  .brio-co-extra-opts .label {
    font-size: 14px;
  }
  .brio-co-question-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .brio-co-radio-grid {
    gap: 10px;
  }
  .brio-co-radio-card {
    padding: 15px;
  }
  .brio-co-coupon h4, .brio-co-radio-card .name {
    font-size: 16px;
  }
  .brio-co-coupon p, .brio-co-radio-card .surcharge, .brio-co-radio-card .desc {
    font-size: 14px;
  }
  .brio-co-coupon {
    gap: 20px;
    margin: 25px 0;
  }
  .brio-co-coupon-body-form {
    gap: 15px;
  }
  .brio-co-coupon input {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .brio-co-coupon button {
    font-size: 16px;
    padding: 13px 15px;
  }
  .brio-ty-card {
    padding: 20px;
  }
  .brio-ty-card h1 {
    font-size: 22px;
  }
  .brio-ty {
    padding: 15px 0;
  }
  .brio-co-panel-step3 .brio-co-cta-row {
    margin-top: 40px;
  }
}
@media (max-width: 549px) {
  .newsletter-form .gform-theme--foundation .gfield--type-email {
    grid-column: 1 / -1;
  }
  .newsletter-form .gform-theme--foundation .gfield--type-submit {
    grid-column: 1 / -1;
  }
  .home-product-list .box-text .woocommerce-LoopProduct-link {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .home-product-list .box-text span.amount {
    font-size: 20px;
  }
  .home-product-list .box-text .button {
    margin-top: 15px;
  }
  .home-product-list .box-text {
    padding: 15px;
  }
  .home-product-list .box-text .button {
    font-size: 16px;
  }
  .button.secondary-outline {
    font-size: 16px;
  }
  .beer-festival-tab .tab-panels {
    padding-top: 20px;
  }
  .party-cont-col .col-inner .party-img {
    position: relative;
    bottom: -20px;
    margin-top: -20px;
  }
  .party-cont-col .col-inner .party-img img {
    max-width: 210px;
  }
  .fullthrottle-grid .grid-item-title {
    font-size: 20px;
  }
  .button.secondary-label-btn {
    font-size: 14px;
  }
  .button.secondary-outline.is-large {
    padding: 8px 12px;
  }
  .mob-order-1 {
    order: 1;
  }
  .mob-order-2 {
    order: 2;
  }
  .count-number > *, .count-number {
    font-size: 36px;
  }
  .count-number span {
    font-size: 24px;
  }
  .count-desc > *, .count-desc {
    font-size: 16px;
  }
  .border-right .col-inner:after {
    display: none;
  }
  .agency-login-stack .coupon-img {
    margin-left: 0 !important;
  }
  .registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, .registration-agency-form [data-parent-form="1_0"] {
    --gf-ctrl-font-size: 16px;
    --gf-ctrl-size: 40px;
    --gf-local-height: 40px;
    --gf-local-min-height: 40px;
    --gf-local-font-size: 16px;
    --gf-ctrl-label-font-size-primary: 16px;
  }
  .agency-cont-col .col-inner {
    width: 100%;
  }
  .agency-contact-box.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 15px;
  }
  .page-title-inner {
    min-height: unset;
  }
  .page-title-inner.medium-flex-wrap .flex-col {
    padding: 0;
  }
  .woocommerce-Reviews-title, .product-sect-title > *, .product-sect-title {
    font-size: 20px;
  }
  .left-img-box .icon-box-img {
    max-width: 80px;
    border-radius: 16px;
  }
  .icon-box-left.left-img-box .icon-box-img + .icon-box-text {
    padding-left: 15px;
  }
  .collapse-item-row {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }
  .button.gray-outline-btn {
    font-size: 14px;
  }
  .google-img {
    margin-left: 0;
  }
  .google-img-col {
    text-align: left;
  }
  .google-review-wrapper > .col-inner {
    padding: 20px 15px;
  }
  .review-title > *, .review-title {
    font-size: 20px;
  }
  .star-green .img {
    max-width: 20px;
  }
  .prod-google-review .icon-box-img {
    max-width: 44px;
  }
  .prod-google-review .testimonial-meta {
    padding-left: 55px;
  }
  .tabbed-content.search-tab .nav-tabs > li {
    margin: 0 0 -1px;
  }
  .tabbed-content.search-tab .nav > li > a {
    font-size: 14px;
  }
  .brio-periodo__col-title {
    font-size: 14px;
  }
  .brio-periodo {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .brio-periodo .brio-periodo__seasons-col .brio-periodo__item-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .brio-periodo .brio-periodo__seasons-col .brio-periodo__item-icon svg {
    width: 20px;
    height: 20px;
  }
  .brio-periodo__months .brio-periodo__item-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .brio-cal__title {
    font-size: 14px;
  }
  .brio-partenza__list {
    padding: 10px 15px;
  }
  .brio-partenza__item {
    padding: 10px 10px 10px 10px;
    margin: 0;
  }
  .brio-destinazione {
    gap: 15px;
  }
  .search-tab .brio-search__cta {
    font-size: 18px;
    min-height: 44px;
    padding: 10px 16px;
  }
  .search-tab .brio-search__cta svg {
    width: 22px;
    height: 22px;
  }
  .brio-pax__warning {
    font-size: 12px;
  }
  .prossime-card .prossime-sublabel p {
    font-size: 12px;
  }
  .prossime-card .prossime-date-text p {
    font-size: 14px;
  }
  .prossime-date-box .icon-box-img {
    width: 19px !important;
  }
  .prossime-card .prossime-cta.button {
    font-size: 16px;
  }
  .prossime-card-badge strong {
    font-size: 14px;
  }
  .prossime-card-badge span {
    font-size: 10px;
  }
  .accordion.evento-tendoni .accordion-title {
    font-size: 18px;
  }
  .accordion.evento-tendoni .evento-tendone-sub {
    font-size: 14px;
  }
  .accordion-title {
    font-size: 16px;
  }
  .accordion-inner {
    font-size: 14px;
  }
  .evento-page-wrapper .breadcrumb-sect {
    margin-bottom: 10px;
  }
  .social-icons.share-icons {
    text-align: right;
  }
  .social-icons.share-icons .icon {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .evento-gallery-sect {
    padding-bottom: 0 !important;
  }
  .evento-reviews-title, .event-block-title h2, .event-why-choose h2, .evento-body-sect .evento-pak-desc h3 {
    font-size: 20px;
  }
  .evento-body-sect {
    padding-top: 10px !important;
  }
  .evento-page-wrapper .section .is-divider {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .evento-reviews-stars {
    font-size: 30px;
  }
  .evento-reviews-head {
    margin-bottom: 25px;
  }
  .evento-sb-foot {
    font-size: 12px;
  }
  .evento-total-row {
    flex-direction: column;
    padding: 20px 15px;
    gap: 15px;
  }
  .evento-total-row .evento-sb-price {
    flex-direction: row;
    justify-content: space-between;
  }
  .evento-total-row .evento-sb-cta {
    max-width: 100%;
    padding: 14px;
    font-size: 20px;
  }
  .evento-sb-perperson {
    font-size: 16px;
  }
  .evento-sb-total {
    font-size: 24px;
  }
  .evento-sb-toggle strong {
    font-size: 16px;
  }
  .evento-sb-toggle p {
    font-size: 12px;
  }
  .evento-pax-cap label, .evt-dd-cap label {
    font-size: 14px;
  }
  .evento-pax .evento-pax-summary, .evt-dd-val {
    font-size: 16px;
  }
  .evento-pax-cap .evt-ic, .evt-dd-cap .evt-ic {
    width: 20px;
    height: 20px;
  }
  .evento-sb-toggle {
    padding: 0 15px 20px;
  }
  .evento-sb-panel .evento-sb-field {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .evento-sb-panel .evento-booking {
    padding: 0 15px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .evento-sb-title {
    padding: 0 15px;
  }
  .evento-sb-sub {
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
  .evento-pax-body {
    left: 15px;
    right: 15px;
  }
  .evt-opt {
    font-size: 14px;
    padding: 10px 10px;
  }
  .evento-pax-body, .evt-dd-body {
    padding: 15px;
  }
  .evt-dd-body-search {
    margin: -15px -15px 10px;
  }
  .evt-opt .evt-ic {
    width: 24px;
    height: 24px;
  }
  .checkout-header-sect {
    padding: 12px 0 !important;
	      position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  }
  .checkout-logo {
    text-align: center;
    margin-bottom: 0;
  }
  .checkout-logo img {
    max-height: 28px;
  }
  .checkout-logo {
    justify-content: flex-start;
  }
  .checkout-header-right .col-inner {
    justify-content: end;
    gap: 5px;
  }
  .checkout-header-right .button.is-outline.sky-btn {
    padding: 5px 15px;
    min-height: unset;
  }
  .checkout-header-text {
    font-size: 14px;
  }
  .brio-co-step {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .brio-co-sb-title {
    font-size: 22px;
  }
  .brio-co-sb-line .amt, .brio-co-sb-line .lbl, .brio-co-sb-info .lbl, .brio-co-sb-eyebrow, .brio-co-sb-sub {
    font-size: 16px;
  }
  .brio-co-sb-info .val {
    font-size: 16px;
  }
  .brio-co-sb-info .ico {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
  .brio-co-sb-info .ico .evt-ic {
    width: 20px;
    height: 20px;
  }
  .brio-co-sb-info .meta {
    font-size: 12px;
  }
  .brio-co-sb-lines {
    padding-top: 20px;
  }
  .brio-co-sb-totalrow .lbl {
    font-size: 16px;
  }
  .brio-co-sb-totalrow .amt {
    font-size: 22px;
  }
  .brio-co-pax-row {
    flex-direction: column;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .brio-co-birraiolo-head .title, .brio-co h3.brio-co-question {
    font-size: 18px;
  }
  .brio-co-pax-counts {
    gap: 20px;
	  margin: 12px 0;
  }
  .brio-co-pax-count {
    min-width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brio-co-pax-count .sub {
    font-size: 12px;
    margin-top: 10px;
  }
  .brio-co-pax-count .ctrl {
    gap: 15px;
  }
  .brio-help-body h3 {
    font-size: 16px;
  }
  .brio-help-body {
    font-size: 14px;
  }
  .brio-co-birraiolo-head {
    gap: 10px;
    margin-bottom: 20px;
  }
  .brio-co-fieldgrid {
    gap: 20px 20px;
  }
  .brio-co-birraiolo {
    padding: 25px 0 30px;
  }
  .brio-co-cta {
    width: 100%;
  }
  .brio-co .required-note {
    font-size: 12px;
  }
  .brio-co-part-num {
    margin-bottom: 20px;
  }
  .brio-co-room-pill {
    font-size: 16px;
    padding: 5px 10px;
    min-height: 44px;
  }
  .brio-co-info-banner small, .brio-co-info-banner {
    font-size: 16px;
  }
  .brio-co-info-banner {
    gap: 14px;
    padding: 12px 15px;
  }
	.brio-co-panel .tipol {
	 font-size: 16px!important;
	}
  .brio-co-info-banner .ico .evt-ic {
            width: 62px;
        height: 38px;
  }
  .brio-co-extra-opts-pills {
    gap: 5px;
  }
  .brio-co-extra-opt-pill {
    font-size: 12px;
    min-height: 34px;
  }
  .brio-co-back {
    width: 100%;
  }
  .brio-co-extra-fixedcheck, .brio-co-extra-head input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .brio-co-sb-note {
    padding: 15px;
    font-size: 12px;
    margin-top: 25px;
  }
  .brio-co-sb-note strong {
    font-size: 14px;
  }
  .brio-co-sb-note-small {
    font-size: 10px;
    margin-top: 10px;
  }
  .brio-co-sb-advancerow {
    font-size: 12px;
  }
  .brio-co-question-desc {
    font-size: 14px;
  }
  .brio-co-radio-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .brio-co-radio-card .indicator {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .brio-co-radio-card {
    gap: 10px;
  }
  .brio-co-radio-card.is-active .indicator::after {
    width: 10px;
    height: 5px;
    top: 6px;
    left: 5px;
  }
  .brio-co-coupon {
    margin: 20px 0 50px 0;
  }
  .brio-co-coupon .ico {
    flex: 0 0 30px;
  }
  .brio-co-coupon .ico .evt-ic {
    width: 62px;
        height: 38px;
  }
  .brio-co-coupon-head {
    gap: 14px;
  }
  .brio-co-coupon p, .brio-co-coupon h4 {
    font-size: 16px;
  }
  .brio-co-coupon button {
    min-width: 100px;
  }
  .brio-ty-card {
    padding: 20px 15px;
  }
  .brio-ty-card h1 {
    font-size: 20px;
  }
  .brio-ty-btn {
    padding: 12px 20px;
    font-size: 16px;
    width: 100%;
  }
  .brio-ty-badge {
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
  }
  .brio-co-panel-step3 .brio-co-cta-row {
    margin-top: 30px;
  }
  .brio-co-back {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .tabbed-content.search-tab .nav-tabs > li {
    margin: 0 0 -1px;
  }
  .search-tab .nav-tabs > li > a > span::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .tabbed-content.search-tab .nav-tabs > li > a {
    padding: 14px 5px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1280px) {}
/* ===== Dropdown selettore evento: titolo + Chiudi ===== */
.evt-dd-title {
  font-size: 16px;
  font-weight: 500;
  color: #767676;
  padding: 0 12px 14px 0;
  border-bottom: none;
}
.evt-dd-close {
  position: sticky;
  bottom: -20px;
  z-index: 5;
  display: block;
  box-sizing: border-box;
  width: calc(100% + 50px);
  max-width: none;
  margin: 18px -25px -20px;
  text-align: right;
  background: #fff;
  border: 0;
  border-radius: 0 0 14px 14px;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  cursor: pointer;
  letter-spacing: 0;
	border-top: 1px solid #D4D4D4;
}
.evt-dd-close:hover {
  color: #0f1a3d;
}
/* Orario+giorno nella testata Citta di partenza: piu piccoli e senza troncature */
.evt-dd-val {
  white-space: normal;
}
.evt-dd-val .evt-val-time {
  font-size: 14px;
  font-weight: 400;
  color: #8a90a2;
  white-space: nowrap;
}
.mfp-bg.off-canvas-center:not(.dark) {
	background: rgba(15, 26, 61, .55)!important;
}
/* Nota sotto Opzioni aggiuntive + lightbox spiegazione opzioni */
.evt-variant-note {
  font-size: 14px;
  color: #767676;
  margin: -20px 4px -8px;
}
.evt-variant-note a {
  color: #2f6fb2;
  text-decoration: underline;
}
.evento-opzioni-info {
  background: #fff;
  max-width: 540px;
  margin: 30px auto;
  padding: 34px;
  border-radius: 16px;
}
.evento-opzioni-info h3 {
  margin: 0 0 18px;
  color: #0f1a3d;
  font-size: 24px;
  font-weight: 700;
}
.evento-opz-item {
  padding: 14px 0;
  border-bottom: 1px solid #eef0f6;
}
.evento-opz-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.evento-opz-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.evento-opz-ic {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1a3d;
}
.evento-opz-ic svg {
  width: 24px;
  height: 24px;
}
.evento-opz-head h4 {
  margin: 0;
  font-size: 16px;
  color: #0f1a3d;
}
.evento-opz-item p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #676767;
}
.evento-opz-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #676767;
}
.evento-opz-desc h3, .evento-opz-desc h4 {
  font-size: 14px;
  color: #0f1a3d;
  margin: 10px 0 6px;
}
.evento-opz-desc ul {
  margin: 0 0 8px 18px;
  padding: 0;
}
.evento-opz-desc li {
  margin: 0 0 4px;
}
.evento-opz-desc p {
  margin: 0 0 8px;
}
/* Box "Richiedi un preventivo": icona flessata, cosi il titolo che va a capo
   (mobile) resta allineato al proprio testo e in colonna con paragrafo e CTA */
.evento-sb-quote__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.evento-sb-quote .evt-ic {
  flex: 0 0 34px;
}
/* ===== Nota punto di carico sotto Città di partenza ===== */
.evt-city-note {
  font-size: 14px;
  color: #767676;
  line-height: 1.45;
  margin: -20px 4px -8px;
}
.evt-city-note a {
  color: #09699B;
  font-weight: 400;
  text-decoration: underline;
}
/* ===== Lightbox mappa punto di carico ===== */
#brio-map-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 26, 61, .55);
  padding: 20px;
}
#brio-map-overlay.is-open {
  display: flex;
}
.brio-map-modal {
  position: relative;
  background: #fff;
  border-radius: 14px;
  max-width: 640px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(15, 26, 61, .35);
  overflow: hidden;
}
.brio-map-modal iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
.brio-map-cap {
  padding: 28px 38px;
    font-weight: 500;
    color: #000033;
    font-size: 20px;
    line-height: 26px;
}
.brio-map-close {
    position: absolute;
    top: 17px;
    right: 0px;
    border: 0;
    background: rgba(80, 80, 80, 0.38);
    cursor: pointer;
    font-size: 16px;
    line-height: 0;
    color: #fff;
    z-index: 2;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    font-weight: 400;
}
.brio-map-close:hover {
  color: #0f1a3d;
}
/* ===== Barra di ricerca in cima alla scheda evento ===== */
.evento-searchbar-sect {
  background: #0f1a3d;
}
.evento-searchbar-sect .brio-search-wrap {
  max-width: 1140px;
  margin: 0 auto;
}
/* ===== Form tavolo in sidebar (GF tema Orbital): spaziature compatte ===== */
.evento-sb-form .gform_wrapper.gform-theme {
  --gf-form-gap-y: 12px;
  --gf-form-gap-x: 12px;
  --gf-field-gap-y: 12px;
  --gf-label-space-y-md-primary: 4px;
  --gf-label-space-y-md-secondary: 4px;
}
.evento-sb-form .gform_fields {
  row-gap: 12px !important;
  grid-row-gap: 12px !important;
}
.evento-sb-form .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.evento-sb-form .gfield_label {
  margin: 0 0 4px !important;
  padding: 0 !important;
}
.evento-sb-form .ginput_container {
  margin: 0 !important;
}
.evento-sb-form .gform_footer {
  padding: 8px 0 0 !important;
  margin: 0 !important;
}
/* Form tavolo: allineato al padding del pannello; niente margine sotto gli input
   (i bordi degli input full-bleed sembravano righe separatrici) */
.evento-sb-form {
  padding: 0 24px;
}
.evento-sb-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .evento-sb-form .gform_wrapper textarea, .evento-sb-form .gform_wrapper select {
  margin-bottom: 0 !important;
}
/* Select dei form Gravity (tavolo, contatti, agenzia...): line-height fissa 38px
   + padding tagliava il testo del placeholder */
.gform_wrapper select {
  line-height: 1.3 !important;
  height: auto !important;
}
/* ===== Scheda evento: su mobile la sidebar viene prima del contenuto ===== */
@media (max-width: 849px) {
  .evento-body-row > .col:first-child {
    order: 1;
  }
  .evento-body-row > .col:last-child {
    order: 0;
  }
}
/* ===== Mobile: dropdown del selettore evento centrati stile popup ===== */
@media (max-width: 849px) {
  .evt-dd .evt-dd-body {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(15, 26, 61, 0.45);
  }
  .evt-dd .evt-dd-body .evt-dd-list {
    max-height: none;
  }
  /* su mobile il body ha padding 15px: adegua il footer Chiudi full-bleed */
  .evt-dd-close, .evento-pax-close {
    width: calc(100% + 30px);
    margin: 12px -15px -15px;
    bottom: -15px;
  }
}
/* Scroll pagina bloccato con dropdown selettore aperto (mobile) */
body.brio-lock-scroll {
  overflow: hidden !important;
  touch-action: none;
}
body.brio-lock-scroll .evt-dd-body {
  touch-action: auto;
}
@media (max-width: 849px) {
  /* iOS: niente auto-zoom sul focus */
  .evt-dd-search {
    font-size: 16px !important;
  }
  .evento-sb-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .evento-sb-form .gform_wrapper textarea, .evento-sb-form .gform_wrapper select {
    font-size: 16px !important;
  }
}
/* ===== Scheda evento, mobile: padding laterali compatti =====
   Le section aggiungevano 30px per lato (45px totali col gutter delle colonne):
   azzerati, restano i 15px delle colonne. */
@media (max-width: 849px) {
  body.brio-evento #content .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ===== Scheda evento, mobile: overlay dietro ai dropdown =====
   .section-content (z-index:1) crea uno stacking context che intrappola il
   popup sotto l'overlay di root: qui l'overlay è il ::before del dropdown
   aperto (stesso contesto, sotto al body del popup) e la section del
   selettore viene alzata sopra il resto. L'overlay di root è disattivato. */
@media (max-width: 849px) {
  body.brio-evento.brio-lock-scroll::after {
    display: none;
  }
  body.brio-lock-scroll .evento-body-sect > .section-content {
    z-index: 99995;
  }
  .evt-dd.is-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(15, 26, 61, 0.5);
    z-index: 99990;
    animation: brioOverlayIn 160ms ease;
  }
}

@media (max-width: 849px) {
  .title-img {
	  align-items: flex-start;
	}
	.section-title > *, .section-title {
		font-size: 30px;
		line-height: 1.2;
    margin: 0 0 6px;
	}
	.section-desc > *, .section-desc {
		font-size: 16px;
	}
	.festival-tab-row h3 {
		font-size: 22px;
    margin: 6px 0;
	}
	.festival-tab-row .section-desc {
	    font-size: 18px;
    line-height: 1.3;
	}
	.festival-tab-row section-md-desc {
		font-size: 15px;
	}
	.festival-card h4 {
		    font-size: 22px;
	}
	.party-cont-col > .col-inner {
		padding: 30px 30px 20px 30px!important;
	}
	.party-cont-col .col-inner .party-img {
        margin-top: 14px;
    }
	.party-cont-col .button.white-btn.is-small {
		margin-top: 8px;
	}
	.travel-choose-content h3 {
		    font-size: 24px;
		margin: 8px 0;
	}
	.travel-choose-content .travel-choose-desc p {
		    font-size: 16px;
	}
	.newsletter-bg-img {
		display: none;
	}
	.newsletter-badge {
		top: -48px;
		right: -6px;
		width: auto!important;
	}
	.newsletter-badge img {
    max-width: 60px;
}
	.evt-city-note {
		margin: -10px 4px -8px;
	}
	    .checkout-header-sect > .row {
        justify-content: space-between;
    flex-flow: wrap;
    display: flex;
    align-items: center;
    gap: 20px;
    }
	   .checkout-header-sect .checkout-header-left,
	.checkout-header-sect .checkout-header-right{
            flex-basis: content;
		max-width: 100%;
		text-align: right;
    }
	.checkout-header-sect .checkout-header-right .checkout-header-text {
        display: none;
    }
	.brio-co-pax-count .label {
		margin: 10px 0;
	}
	.brio-co-rooms-error {
    margin: 16px 0 26px;
    line-height: 1.4;
}
	#logo {
    width: 176px!important;
}
	.toggle i {
    font-size: 1.2em;
}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 100%!important;
}
	.mfp-close svg {
    pointer-events: none;
    width: 20px;
}
	.mfp-close {
    right: 8px;
}
	.off-canvas .sidebar-menu {
    padding: 46px 0 30px 0;
}
}