@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.v-card{overflow-wrap:break-word;z-index:0;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;padding:0;text-decoration:none;transition-property:box-shadow,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.v-card--border{box-shadow:none;border-width:thin}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity)*var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity)*var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity))*var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}}.v-card--variant-outlined,.v-card--variant-plain,.v-card--variant-text,.v-card--variant-tonal{color:inherit;background:0 0}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity,#0003),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity,#00000024),0 1px 3px 0 var(--v-shadow-key-ambient-opacity,#0000001f)}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,#0003),0 0 0 0 var(--v-shadow-key-penumbra-opacity,#00000024),0 0 0 0 var(--v-shadow-key-ambient-opacity,#0000001f)}.v-card--variant-outlined{border:thin solid}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:after,.v-card--hover:before{border-radius:inherit;content:"";pointer-events:none;transition:inherit;display:block;position:absolute;inset:0}.v-card--hover:before{opacity:1;z-index:-1;box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity,#0003),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity,#00000024),0 1px 3px 0 var(--v-shadow-key-ambient-opacity,#0000001f)}.v-card--hover:after{z-index:1;opacity:0;box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity,#0003),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity,#00000024),0 3px 14px 2px var(--v-shadow-key-ambient-opacity,#0000001f)}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity,#0003),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity,#00000024),0 3px 14px 2px var(--v-shadow-key-ambient-opacity,#0000001f)}.v-card--link{cursor:pointer}.v-card-actions{flex:none;align-items:center;gap:.5rem;min-height:52px;padding:.5rem;display:flex}.v-card-item{flex:none;grid-template-columns:max-content auto max-content;grid-template-areas:"prepend content append";align-items:center;padding:.625rem 1rem;display:grid}.v-card-item+.v-card-text{padding-top:0}.v-card-item__append,.v-card-item__prepend{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{grid-area:content;align-self:center;overflow:hidden}.v-card-title{-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;overflow-wrap:normal;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word;flex:none;min-width:0;padding:.5rem 1rem;font-size:1.25rem;font-weight:500;display:block;overflow:hidden}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-actions,.v-card-title+.v-card-text{padding-top:0}.v-card-subtitle{letter-spacing:.0178571em;opacity:var(--v-card-subtitle-opacity,var(--v-medium-emphasis-opacity));text-overflow:ellipsis;text-transform:none;white-space:nowrap;flex:none;padding:0 1rem;font-size:.875rem;font-weight:400;display:block;overflow:hidden}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{letter-spacing:.0178571em;opacity:var(--v-card-text-opacity,1);text-transform:none;flex:auto;padding:1rem;font-size:.875rem;font-weight:400}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{z-index:-1;flex:auto;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.v-card__content{border-radius:inherit;position:relative;overflow:hidden}.v-card__loader{z-index:1;width:100%;position:absolute;inset:0 0 auto}@media (forced-colors:active){.v-card__loader .v-progress-linear{border:none}}.v-card__overlay{border-radius:inherit;pointer-events:none;opacity:0;background-color:currentColor;transition:opacity .2s ease-in-out;position:absolute;inset:0}@media (forced-colors:active){.v-card:not(.v-card--variant-text,.v-card--variant-plain){border:thin solid}}.v-dialog{justify-content:center;align-items:center;margin:auto}.v-dialog>.v-overlay__content{width:calc(100% - 48px);max-width:calc(100% - 48px);max-height:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{flex-direction:column;min-height:0;display:flex}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset:0px;flex:1 1 var(--v-card-height,100%);box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity,#0003),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity,#00000024),0 9px 46px 8px var(--v-shadow-key-ambient-opacity,#0000001f);border-radius:4px;overflow-y:auto}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{flex-direction:column;display:flex}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset:0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;top:0;left:0;overflow-y:auto}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{border-radius:0;min-width:100%;min-height:100%}.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{max-width:100%;max-height:100%}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{flex:1 1 var(--v-card-height,100%);flex-direction:column;display:flex}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-overlay-container{contain:layout;pointer-events:none;display:contents;position:absolute;top:0;left:0}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%;position:fixed}.v-overlay{--v-overlay-opacity:.32;border-radius:inherit;pointer-events:none;display:flex;position:fixed;inset:0}.v-overlay__content{pointer-events:auto;contain:layout;outline:none;position:absolute}.v-overlay__scrim{pointer-events:auto;border-radius:inherit;opacity:var(--v-overlay-opacity);background:#000;position:fixed;inset:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}html{scroll-behavior:smooth;scroll-padding-top:var(--me-scroll-offset)}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.app-page-loader--lock{touch-action:none;overflow:hidden}a{color:inherit}.semi{font-weight:600!important}.bold{font-weight:900!important}main{background:rgb(var(--v-theme-primary_dark))}section[id]{scroll-margin-top:var(--me-scroll-offset)}:root{--me-scroll-offset:calc(92px + env(safe-area-inset-top,0px));--theme-card-hover-img-width:99%;--theme-card-hover-img-scale:1.04;--theme-card-btn-min-height:36px;--theme-card-btn-padding-block:8px;--theme-card-btn-padding-inline:20px;--theme-card-btn-bottom:22px;--theme-card-btn-bottom-sm:48px}.incluye-viaje-img{width:auto;max-width:100%;height:auto;display:block}.text-primary-dark{color:rgb(var(--v-theme-primary_dark))}.text-primary-light{color:rgb(var(--v-theme-primary_light))}.text-primary-text-light{color:rgb(var(--v-theme-primary_text_light))}.text-primary-text-dark{color:rgb(var(--v-theme-primary_text_dark))}.text-secondary{color:rgb(var(--v-theme-secondary))}.text-tertiary{color:rgb(var(--v-theme-tertiary))}.bg-primary-dark{background-color:rgb(var(--v-theme-primary_dark))}.bg-primary-light{background-color:rgb(var(--v-theme-primary_light))}.bg-secondary{background-color:rgb(var(--v-theme-secondary))}.bg-tertiary{background-color:rgb(var(--v-theme-tertiary))}.bg-background{background-color:rgb(var(--v-theme-background))}.bg-dark{background-color:#1e0900}.me-section{padding-top:64px;padding-bottom:64px}.v-btn__content{font-weight:900}.parks-section-top{background-image:url(../img/nube_01_parks_galeria.svg);height:39px}.parks-section-bottom,.parks-section-top{background-position:top;background-repeat:repeat;width:100%}.parks-section-bottom{background-image:url(../img/nube_02_alojamiento_fiestas.svg);height:38px}.stays-section-bottom{background-image:url(../img/wave_set.svg);height:30px}.premium-set-section-bottom,.stays-section-bottom{background-position:top;background-repeat:no-repeat;background-size:cover;width:100%}.premium-set-section-bottom{background-image:url(../img/nube_02_alojamiento_fiestas.svg);height:50px}.parties-section-middle{z-index:100;background-image:url(../img/nube_03_fiestas_invertida.svg);background-position:bottom;background-repeat:repeat;width:100%;height:30px;margin-bottom:-30px;position:relative}.parties-section-middle-bottom{z-index:100;background-image:url(../img/nube_02_alojamiento_fiestas.svg);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:50px;margin-top:-40px;position:relative}.parties-section-bottom{background-image:url(../img/nube_04_eventos.svg);height:30px}.events-section-top,.parties-section-bottom{background-position:top;background-repeat:repeat;width:100%}.events-section-top{height:50px}.events-section-logo{float:right}.events-section-bottom{z-index:1000;background-image:url(../img/nube_beach.svg);background-position:top;background-repeat:repeat;background-size:cover;width:100%;height:40px;margin-top:-50px;position:relative}.events-section-gallery{justify-content:center;align-items:stretch;gap:clamp(12px,2.5vw,20px);width:100%;margin-top:24px;display:flex}.events-section-gallery__frame{aspect-ratio:2/3;background:#ffffff1f;border-radius:12px;flex:1 1 0;min-width:0;max-width:min(280px,46vw);overflow:hidden}.events-section-gallery__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.beach-section-top{z-index:100;background:linear-gradient(#fcea0d 2%,#fcea0d00);width:100%;height:90px;position:relative}.bg-beach-section{background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;background-image:url(../img/dia_playa_fondo.jpg)!important}.beach-section-bottom{background-image:url(../img/nube_07_asistencia.svg)}.assistance-section-bottom,.beach-section-bottom{background-position:top;background-repeat:repeat;width:100%;height:30px}.assistance-section-bottom{background-image:url(../img/nube_02_alojamiento_fiestas.svg)}.shopping-card{background:#ffffff1f}.resume-section-top{background-image:url(../img/yellow_cloud_02.svg)}.gallery-section-top,.resume-section-top{background-position:top;background-repeat:repeat;width:100%;height:30px}.gallery-section-top{background-image:url(../img/nube_01_parks_galeria.svg)}.gallery-section-bottom{background-image:url(../img/nube_11.svg);background-position:top;background-repeat:repeat-x;width:100%;height:40px}.contact-card{background-image:url(../img/nube_banner_01.svg);background-position:top;background-repeat:no-repeat;background-size:contain}@media (width<=599.98px){.contact-card{background-image:url(../img/nube_banner_01_mobile.svg);background-position:top;background-size:contain!important}}.testimonials-card{background-image:url(../img/nube_banner_02.svg);background-position:top;background-repeat:no-repeat;background-size:contain}@media (width<=599.98px){.testimonials-card{background-image:url(../img/nube_banner_02_mobile.svg);background-position:50%;background-size:contain!important}}.footer-section-top{background-image:url(../img/yellow_cloud_02.svg)}.footer-section-middle,.footer-section-top{background-position:top;background-repeat:repeat;width:100%;height:30px}.footer-section-middle{background-image:url(../img/nube_02_alojamiento_fiestas.svg)}.stays-page-middle{background-image:url(../img/nube_03_fiestas_invertida.svg);background-position:top;background-repeat:repeat;width:100%;height:40px}.parks-page-middle{background-image:url(../img/nube_11.png);background-position:bottom;background-repeat:repeat;width:100%;height:32px}.me-kicker{text-transform:uppercase;letter-spacing:1.2px;font-size:14px;font-weight:600;line-height:20px}.me-title{font-size:30px;line-height:1.2!important}.me-subtitle,.me-title{font-style:normal;font-weight:900}.me-subtitle{font-size:22px}.me-text{font-size:14px;font-style:normal;font-weight:500;line-height:19px}.me-text-small{font-size:13px;line-height:17px}.me-text-small,.me-text-x-small{font-style:normal;font-weight:400}.me-text-x-small{font-size:11px;line-height:12px}.me-card{background:#ffffff1f!important;border:1px solid #ffffff14!important}.txt-hero-kicker{font-family:Poppins;font-size:38px;font-style:normal;font-weight:400;line-height:38px}.txt-hero-title{font-size:46px;font-style:normal;font-weight:900;line-height:46px}.txt-hero-subtitle{font-size:16.9px;font-style:normal;font-weight:700}.txt-hero-text{font-size:15px;font-style:normal;font-weight:400}.txt-card-title{font-size:18px;font-weight:600;line-height:22px}.txt-card-body{font-size:14px;font-weight:400;line-height:18px}.highlight-card{background:#fff;border-radius:18px;box-shadow:0 4px 14px #0000000f}.highlight-content{align-items:center;gap:12px;padding:12px 16px;display:flex}.highlight-content__text{flex:1;min-width:0}.highlight-icon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:50px;height:50px}.theme-card{background-color:rgb(var(--v-theme-background));text-decoration:none;transition:box-shadow .5s;display:block;overflow:visible}.theme-card,.theme-card__body{border-radius:20px;position:relative}.theme-card__body{transition:background-color .5s}.theme-card:hover .theme-card__body.theme-card--hover-secondary{background-color:rgb(var(--v-theme-secondary))}.theme-card:hover .theme-card__body.theme-card--hover-primary_dark{background-color:rgb(var(--v-theme-primary_dark))}.theme-card:hover .theme-card__body.theme-card--hover-primary_light{background-color:rgb(var(--v-theme-primary_light))}.theme-card:hover .theme-card__body.theme-card--hover-tertiary{background-color:rgb(var(--v-theme-tertiary))}.theme-card__media{z-index:1;justify-content:center;align-items:center;min-height:140px;padding:16px 8px 8px;display:flex;position:relative;overflow:visible}.theme-card__img{-o-object-fit:contain;object-fit:contain;max-width:90%;height:auto;transition:opacity .5s,transform .4s}.theme-card__img--hover{opacity:0;pointer-events:none;width:var(--theme-card-hover-img-width);max-width:var(--theme-card-hover-img-width);z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.theme-card:hover .theme-card__img--default{opacity:0}.theme-card:hover .theme-card__img--hover{opacity:1;transform:translate(-50%,-50%) scale(var(--theme-card-hover-img-scale))}.theme-card .theme-card__btn.v-btn{left:50%;bottom:var(--theme-card-btn-bottom);z-index:10;min-height:var(--theme-card-btn-min-height);padding-block:var(--theme-card-btn-padding-block);padding-inline:var(--theme-card-btn-padding-inline);opacity:0;pointer-events:none;white-space:nowrap;font-weight:900;transition:opacity .3s,transform .3s;position:absolute;transform:translate(-50%,8px)scale(.96)}.theme-card:hover .theme-card__btn.v-btn{pointer-events:auto;transform:translate(-50%)scale(1);opacity:1!important}.sparkle-btn-wrap{display:inline-block;position:relative}.sparkle-btn-wrap .v-btn{z-index:10;position:relative}.sparkle-btn-gif{z-index:1;-o-object-fit:contain;object-fit:contain;pointer-events:none;mix-blend-mode:screen;opacity:.9;width:calc(100% + 80px);height:calc(100% + 60px);position:absolute;inset:-20px -30px}.wa-float{z-index:1560;color:#fff;background:linear-gradient(135deg,#28c55f,#21ad53);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:20px}.wa-float:hover{transform:translateY(-2px);box-shadow:0 12px 12px #0003}.book-meet-float{z-index:1560;color:#fff;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:64px;right:20px;height:40px!important}.book-meet-float:hover{transform:translateY(-2px);box-shadow:0 12px 12px #0003}.premium-assistance-card{color:#fff;background-color:#3d9cd1;border-radius:14px;height:100%;padding:22px 22px 20px}@media (width<=960px){body{overflow-x:clip}.home-journey-theme-row{margin-left:-15px!important;margin-right:-15px!important;margin-inline:0!important}.home-journey-theme-row>.home-journey-theme-col.v-col{padding-inline:0!important;padding:3px 0!important}.home-journey-theme-row.v-row{row-gap:6px}.theme-card__body{flex-direction:column;align-items:center;gap:4px;min-height:0;padding-bottom:0;display:flex}.theme-card__media{justify-content:center;align-items:center;min-height:0;padding:4px 4px 0}.theme-card__img{width:100%;max-width:100%}.theme-card__img--hover{display:none!important}.theme-card .theme-card__img--default,.theme-card:hover .theme-card__img--default{opacity:1!important}.theme-card:hover .theme-card__body.theme-card--hover-primary_dark,.theme-card:hover .theme-card__body.theme-card--hover-primary_light,.theme-card:hover .theme-card__body.theme-card--hover-secondary,.theme-card:hover .theme-card__body.theme-card--hover-tertiary{background-color:#0000!important}.theme-card .theme-card__btn.v-btn,.theme-card:hover .theme-card__btn.v-btn{z-index:1;align-self:center;width:auto;margin-top:0;margin-bottom:6px;padding-block:8px;padding-inline:18px;opacity:1!important;pointer-events:auto!important;position:static!important;bottom:auto!important;left:auto!important;transform:none!important}.me-section{padding-top:40px;padding-bottom:40px}@media (width<=599.98px){.me-section{padding-left:0!important;padding-right:0!important}}.me-kicker{letter-spacing:1px;font-size:13px;line-height:18px}.me-title{overflow-wrap:anywhere;font-size:clamp(24px,6.5vw,30px);line-height:1.2!important}.me-subtitle{overflow-wrap:anywhere;font-size:clamp(17px,4.2vw,21px);line-height:1.25}.me-text{font-size:15px;line-height:1.6}.me-text-small{font-size:13px;line-height:1.5}.txt-card-title{font-size:16px;line-height:20px}.txt-card-body{font-size:13px;line-height:17px}.txt-hero-kicker{font-size:clamp(26px,7.5vw,36px);line-height:1.05}.txt-hero-title{font-size:clamp(32px,9.5vw,44px);line-height:1.08}.txt-hero-subtitle{font-size:clamp(16px,4vw,18px);line-height:1.45}.txt-hero-text{font-size:15px;line-height:1.55}section.hero{min-height:100svh}.highlight-content{flex-wrap:nowrap;align-items:center;gap:12px;padding:12px 16px}.highlight-icon{width:48px;height:48px}.events-section-logo{float:none;margin:0 auto 16px;display:block}.events-section-gallery{flex-direction:column;align-items:center;margin-top:20px}.events-section-gallery__frame{width:100%;max-width:min(320px,100%)}.v-card.pa-16.pb-20{padding:24px 24px 48px!important}div.v-container.me-section.bg-primary.pa-0 .parties-video-root{min-height:min(92vh,620px)!important}div.v-container.me-section.bg-primary .parties-column-card{min-height:0!important;padding-bottom:40px!important}.contact-card,.testimonials-card{background-size:cover}.premium-assistance-card{padding:18px 16px 16px}.me-section .mx-16{margin-left:12px!important;margin-right:12px!important}.me-section .px-16{padding-left:8px!important;padding-right:8px!important}.book-meet-float{bottom:calc(78px + env(safe-area-inset-bottom,0px));white-space:normal;text-align:center;min-height:40px;padding:8px 12px;font-size:12px;line-height:1.25;height:auto!important}.book-meet-float,.wa-float{right:max(12px,env(safe-area-inset-right,0px));max-width:calc(100vw - 24px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))}.wa-float{bottom:calc(14px + env(safe-area-inset-bottom,0px));padding:10px 12px}}
