.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-text-link{display:flex}.breakdance .bde-text-link>*{margin:0;color:currentColor}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-button{max-width:100%}.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-icon{display:flex}.vbw-wizard{max-width:500px;margin:0 auto;font-family:inherit}.vbw-steps{display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.vbw-steps::before{content:'';position:absolute;top:15px;left:30px;right:30px;height:2px;background:#e0e0e0;z-index:0}.vbw-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.vbw-step__number{width:32px;height:32px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:8px;transition:all 0.3s ease}.vbw-step__title{font-size:12px;color:#666;text-align:center;transition:color 0.3s ease}.vbw-step--active .vbw-step__number{background:#2196F3;color:#fff}.vbw-step--active .vbw-step__title{color:#2196F3;font-weight:600}.vbw-step--completed .vbw-step__number{background:#4CAF50;color:#fff}.vbw-step--completed .vbw-step__title{color:#4CAF50}.vbw-panel{display:none;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.vbw-panel--active{display:block;animation:vbwFadeIn 0.3s ease}@keyframes vbwFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.vbw-panel__title{margin:0 0 20px;font-size:20px;font-weight:600;color:#333}.vbw-field{margin-bottom:16px}.vbw-field__label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:6px}.vbw-field__input{width:100%;height:48px;padding:0 16px;font-size:16px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;transition:border-color 0.2s,box-shadow 0.2s}.vbw-field__input:focus{outline:none;border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}.vbw-dates{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vbw-nights-display{text-align:center;padding:12px;background:#f5f5f5;border-radius:8px;margin-top:16px;font-size:14px;color:#666}.vbw-nights-count{font-weight:700;color:#2196F3;font-size:18px}.vbw-availability-msg{text-align:center;padding:10px;border-radius:6px;font-size:13px;margin-top:12px}.vbw-availability-msg--warning{background:#fff3cd;color:#856404}.vbw-availability-msg--error{background:#f8d7da;color:#721c24}.vbw-guests{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vbw-stepper{display:flex;align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;overflow:hidden}.vbw-stepper__btn{width:48px;height:48px;border:none;background:transparent;font-size:20px;font-weight:600;color:#333;cursor:pointer;transition:background 0.2s}.vbw-stepper__btn:hover:not(:disabled){background:#e0e0e0}.vbw-stepper__btn:disabled{opacity:0.4;cursor:not-allowed}.vbw-stepper__input{flex:1;height:48px;border:none;background:transparent;text-align:center;font-size:18px;font-weight:600;color:#333}.vbw-rooms-info{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;background:#e3f2fd;border-radius:8px;margin-top:16px}.vbw-rooms-label{font-size:14px;color:#1565C0}.vbw-rooms-count{font-size:24px;font-weight:700;color:#1565C0}.vbw-capacity-warning{padding:12px;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404;font-size:13px;text-align:center;margin-top:12px}.vbw-services__loading,.vbw-services__empty{text-align:center;padding:30px;color:#666}.vbw-service{display:flex;align-items:center;flex-wrap:wrap;padding:12px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;transition:border-color 0.2s,background 0.2s}.vbw-service:hover{border-color:#2196F3;background:#f8f9fa}.vbw-service__checkbox{display:flex;align-items:center;flex:1;cursor:pointer}.vbw-service__input{width:20px;height:20px;margin-right:12px;cursor:pointer}.vbw-service__name{font-size:14px;font-weight:500;color:#333}.vbw-service__price{font-size:14px;font-weight:600;color:#2196F3;margin-left:auto}.vbw-service__qty{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.vbw-service__qty-btn{width:32px;height:32px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background 0.2s}.vbw-service__qty-btn:hover{background:#f5f5f5}.vbw-service__qty-input{width:50px;height:32px;border:1px solid #ddd;border-radius:6px;text-align:center;font-size:14px;font-weight:600}.vbw-summary__loading{text-align:center;padding:30px;color:#666}.vbw-summary__section{padding:16px 0;border-bottom:1px solid #eee}.vbw-summary__row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.vbw-summary__label{font-size:14px;color:#666}.vbw-summary__value{font-size:14px;font-weight:600;color:#333}.vbw-summary__total{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-top:10px}.vbw-summary__total-label{font-size:18px;font-weight:600;color:#333}.vbw-summary__total-value{font-size:28px;font-weight:700;color:#2196F3}.vbw-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #eee}.vbw-btn{flex:1;height:48px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.2s}.vbw-btn:disabled{opacity:0.5;cursor:not-allowed}.vbw-btn--next,.vbw-btn--book{background:#2196F3;color:#fff}.vbw-btn--next:hover:not(:disabled),.vbw-btn--book:hover:not(:disabled){background:#1976D2}.vbw-btn--back{background:#f5f5f5;color:#333}.vbw-btn--back:hover:not(:disabled){background:#e0e0e0}.vbw-btn--skip{background:transparent;color:#666;border:1px solid #ddd}.vbw-btn--skip:hover:not(:disabled){background:#f5f5f5}.vbw-btn--restart{flex:0 0 auto;width:auto;padding:0 16px;background:transparent;color:#999;font-size:13px}.vbw-btn--restart:hover{color:#666}.vbw-booking-status{text-align:center;padding:12px;margin-top:16px;border-radius:6px;font-size:14px}.vbw-book-action{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.vbw-no-block-msg{text-align:center;padding:20px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:14px;margin:0}.vbw-booking-status--loading{background:#e3f2fd;color:#1565C0}.vbw-booking-status--success{background:#e8f5e9;color:#2e7d32}.vbw-booking-status--error{background:#ffebee;color:#c62828}@media (max-width:480px){.vbw-dates,.vbw-guests{grid-template-columns:1fr}.vbw-steps::before{display:none}.vbw-step__title{font-size:10px}.vbw-actions{flex-wrap:wrap}.vbw-btn--restart{width:100%;order:10;margin-top:10px}}.vbw-field__input-wrap{position:relative;display:flex;align-items:center}.vbw-field__input-wrap .vbw-field__icon{position:absolute;left:14px;width:20px;height:20px;color:#666;pointer-events:none;z-index:1}.vbw-field__input-wrap .vbw-field__icon svg{width:100%;height:100%}.vbw-field__input-wrap .vbw-field__input{padding-left:44px}.vbw-field--stepper .vbw-field__label{display:flex;align-items:center;gap:8px}.vbw-field--stepper .vbw-field__icon{width:18px;height:18px;color:#666}.vbw-field--stepper .vbw-field__icon svg{width:100%;height:100%}.vbw-field__limit{font-size:11px;color:#999;font-weight:400}.vbw-rooms-available{font-size:11px;color:#2196F3;font-weight:500}.vbw-guests{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:600px){.vbw-guests{grid-template-columns:1fr}}.vbw-capacity-info{padding:12px 16px;background:#f0f7ff;border-radius:8px;margin-top:16px}.vbw-capacity-info__row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#555}.vbw-required-rooms{font-size:20px;color:#2196F3}.vbw-capacity-warning{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-top:16px}.vbw-capacity-warning__icon{font-size:18px}.vbw-capacity-warning__text{font-size:13px;color:#856404}.vbw-summary__section-title{font-size:14px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:0.5px;margin:0 0 12px 0;padding-bottom:8px;border-bottom:2px solid #2196F3}.vbw-summary__row--main .vbw-summary__label{font-weight:500;color:#333}.vbw-summary__calc{display:block;font-size:11px;font-weight:400;color:#888;margin-top:2px}.vbw-flatpickr{font-family:inherit;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.15);border:none}.vbw-flatpickr .flatpickr-months{padding:12px 8px}.vbw-flatpickr .flatpickr-current-month{font-size:15px;font-weight:600}.vbw-flatpickr .flatpickr-weekdays{background:transparent}.vbw-flatpickr .flatpickr-weekday{color:#666;font-size:12px;font-weight:500}.vbw-flatpickr .flatpickr-day{border-radius:8px;font-size:14px;height:38px;line-height:38px;margin:2px;color:#333}.vbw-flatpickr .flatpickr-day:hover{background:#f0f0f0;border-color:#f0f0f0}.vbw-flatpickr .flatpickr-day.today{border-color:#2196F3}.vbw-flatpickr .flatpickr-day.selected,.vbw-flatpickr .flatpickr-day.startRange,.vbw-flatpickr .flatpickr-day.endRange{background:#2196F3;border-color:#2196F3;color:#fff}.vbw-flatpickr .flatpickr-day.inRange{background:rgba(33,150,243,0.15);border-color:rgba(33,150,243,0.15);box-shadow:none}.vbw-flatpickr .flatpickr-day.flatpickr-disabled{color:#dc3545!important;background:rgba(220,53,69,0.1)!important;text-decoration:line-through;text-decoration-color:#dc3545}.vbw-flatpickr .flatpickr-day.flatpickr-disabled:hover{background:rgba(220,53,69,0.15)!important;cursor:not-allowed}.autogenerated-blce-titledivider{max-width:100%}.autogenerated-blce-titledivider{margin:0px}.divider_text{padding:10px}.gradient_line_text{padding:10px}.dashed_line_text{padding:10px}.double_line_text{padding:10px}.breakdance .de-taxonomyloopbuilder{max-width:100%;width:100%}.breakdance .de-taxonomyloopbuilder .de-taxonomies-grid{--bde-items-per-row:1;--bde-items-gap:20px;display:grid;grid-template-columns:repeat(var(--bde-items-per-row),minmax(0,1fr));gap:var(--bde-items-gap);grid-auto-rows:auto}.breakdance .de-taxonomyloopbuilder .de-taxonomies-list{--bde-items-per-row:1}.breakdance .de-taxonomyloopbuilder .ee-posts-slider{--bde-items-gap:0px;display:flex;flex-wrap:nowrap!important}.breakdance .de-taxonomyloopbuilder .swiper .de-taxonomy-item{display:flex;flex-direction:column;gap:20px;padding:20px}.breakdance .bde-post-loop{max-width:100%;width:100%}.breakdance .bde-gallery{--width:100%;--columns:3;--column-width:calc(100% / var(--columns));--column-width-diff:calc(var(--column-gap) - (var(--column-gap) / var(--columns)));--column-gap:0px;--ratio:100%;--ratioSlider:100%;--ratio-custom-height:300px;--justified-row-height:200px;--hover-duration:0.3s;--hover-properties:opacity,transform,filter,box-shadow;--caption-duration:0.3s;--opacity:1;display:flex;flex-direction:column;width:var(--width);max-width:100%}.ee-gallery{position:relative;width:100%}.ee-gallery-item{position:relative;display:flex}.ee-gallery--isotope{display:flex;gap:0;margin-bottom:calc(var(--column-gap) * -1)}.ee-gallery--empty{height:0;margin:0}:where(.ee-gallery--grid.ee-gallery--isotope,.ee-gallery--masonry) .ee-gallery-item{width:calc(var(--column-width) - var(--column-width-diff));margin-bottom:var(--column-gap)}.ee-gallery--isotope .ee-gallery-item{position:absolute;top:0;left:0}.ee-gallery-gutter{width:var(--column-gap);height:0}.ee-gallery--grid{display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:var(--column-gap)}.ee-gallery--grid .ee-gallery-item-figure{padding-bottom:var(--ratio)}.ee-gallery--grid .ee-gallery-item-figure :where(img,video,iframe),.ee-gallery--slider.ee-gallery--ratio .ee-gallery-item-figure :where(img,video,iframe){width:100%;object-fit:cover;position:absolute;top:0;left:0;bottom:0;right:0;height:100%}.ee-gallery--masonry .ee-gallery-item-figure img{position:relative;width:100%;height:100%;object-fit:cover}.ee-gallery--masonry .ee-gallery-item--video{position:relative;padding-bottom:calc(56.25% / var(--columns));height:0}.ee-gallery--masonry .ee-gallery-item-figure :where(video,iframe){position:absolute;top:0;left:0;width:100%;height:100%;border:none}.ee-gallery--justified{margin-bottom:0}.ee-gallery--justified .ee-gallery-item{height:var(--justified-row-height)}.ee-gallery--justified .ee-gallery-item-figure{width:100%;height:100%}.ee-gallery--justified .ee-gallery-item-figure :where(img,video,iframe),.ee-gallery--slider .ee-gallery-item-figure :where(img,video,iframe){display:block;max-height:100%;min-width:100%;height:100%;object-fit:cover;vertical-align:bottom}.ee-gallery-item{--translate:0,0;--scale:1;--caption-translate:0,0;--caption-scale:1;--caption-opacity:1;overflow:hidden;transition-duration:var(--hover-duration);transition-property:box-shadow,opacity,background-color;transition-timing-function:ease}.ee-gallery-item-figure{width:100%;margin:0}.ee-gallery-item-figure :where(img,video,iframe){transform:scale(var(--scale)) translate(var(--translate));transition-duration:var(--hover-duration);transition-property:var(--hover-properties);transition-timing-function:ease;opacity:var(--opacity)}.ee-gallery-item-figure img{vertical-align:top}.ee-gallery-item-figure iframe{border:none}.ee-gallery--slider{margin-bottom:0}.ee-gallery--multiple .ee-gallery-swiper{display:none}.ee-gallery--multiple .ee-gallery-swiper.is-active{display:block}.ee-gallery--slider .ee-gallery-item-figure{padding-bottom:var(--ratioSlider);display:flex}.ee-gallery--slider.ee-gallery--custom .ee-gallery-item-figure :where(img,video,iframe){max-height:none}.ee-gallery--zoom-in .ee-gallery-item:hover{--scale:1.2}.ee-gallery--zoom-out .ee-gallery-item{--scale:1.2}.ee-gallery--zoom-out .ee-gallery-item:hover{--translate:0,0;--scale:1}.ee-gallery--slide-right .ee-gallery-item,.ee-gallery--slide-bottom .ee-gallery-item,.ee-gallery--slide-left .ee-gallery-item,.ee-gallery--slide-up .ee-gallery-item{--scale:1.2}.ee-gallery--slide-right .ee-gallery-item:hover{--translate:8%,0}.ee-gallery--slide-bottom .ee-gallery-item:hover{--translate:0,8%}.ee-gallery--slide-left .ee-gallery-item:hover{--translate:-8%,0}.ee-gallery--slide-up .ee-gallery-item:hover{--translate:0,-8%}.ee-gallery-item-caption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:12px 15px;line-height:1.3;color:#fff;text-align:center;margin:0;opacity:var(--caption-opacity);transform:scale(var(--caption-scale)) translate(var(--caption-translate));transition:var(--caption-duration) ease opacity,var(--caption-duration) transform ease}.ee-gallery--caption-top .ee-gallery-item-caption{top:0;bottom:auto}.ee-gallery--caption-bottom .ee-gallery-item-caption{bottom:0}.ee-gallery--caption-stretch .ee-gallery-item-caption{top:0;bottom:0}.ee-gallery--caption-fade .ee-gallery-item{--caption-opacity:0}.ee-gallery--caption-fade .ee-gallery-item:hover{--caption-opacity:1}.ee-gallery--caption-zoom-in .ee-gallery-item{--caption-scale:0.8;--caption-opacity:0}.ee-gallery--caption-zoom-in .ee-gallery-item:hover{--caption-scale:1;--caption-opacity:1}.ee-gallery--caption-zoom-out .ee-gallery-item{--caption-scale:1.2;--caption-opacity:0}.ee-gallery--caption-zoom-out .ee-gallery-item:hover{--caption-scale:1;--caption-opacity:1}.ee-gallery--caption-slide-up .ee-gallery-item{--caption-translate:0,100%}.ee-gallery--caption-slide-down .ee-gallery-item{--caption-translate:0,-100%}.ee-gallery--caption-slide-left .ee-gallery-item{--caption-translate:100%,0}.ee-gallery--caption-slide-right .ee-gallery-item{--caption-translate:-100%,0}.ee-gallery--caption-slide-up:not(.ee-gallery--caption-stretch) .ee-gallery-item,.ee-gallery--caption-slide-down:not(.ee-gallery--caption-stretch) .ee-gallery-item,.ee-gallery--caption-slide-left:not(.ee-gallery--caption-stretch) .ee-gallery-item,.ee-gallery--caption-slide-right:not(.ee-gallery--caption-stretch) .ee-gallery-item{--caption-opacity:0}.ee-gallery--caption-slide-up .ee-gallery-item:hover,.ee-gallery--caption-slide-down .ee-gallery-item:hover,.ee-gallery--caption-slide-left .ee-gallery-item:hover,.ee-gallery--caption-slide-right .ee-gallery-item:hover{--caption-translate:0,0;--caption-opacity:1}.ee-gallery--lightbox figure :where(video,video){pointer-events:none}.ee-gallery-filter{display:flex;flex-direction:column;flex-shrink:0}.breakdance .bde-code-block{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}