@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;z-index:1;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.image-gallery{width:100vw;height:100%}.image-gallery :focus{outline:none!important}.image-gallery-image-container{align-items:center;height:100vh;display:flex}@media (width>=481px){.image-gallery-image-container{height:auto;display:block}}.image-gallery-content,.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:unset!important}@media (width>=1200px){.image-gallery-content,.image-gallery-content .image-gallery-slide .image-gallery-image{height:100vh!important}.image-gallery-image{width:auto!important}}.image-gallery-thumbnails-wrapper{justify-content:center;width:100vw;display:flex;position:absolute;bottom:16px}.image-gallery-thumbnails{padding:0}.image-gallery-thumbnail{position:relative;border:3px solid #c1c1c1!important;width:64px!important}.image-gallery-thumbnail:hover,.image-gallery-thumbnail:focus{z-index:2;border:3px solid #969696!important;transition:none!important}.image-gallery-thumbnail.active{z-index:1;border:3px solid #ea0a2a!important}.image-gallery-icon{color:#fff;appearance:none;cursor:pointer;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a);background-color:#0000;border:0;outline:none;transition:all .3s ease-out;position:absolute}@media (hover:hover) and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{padding:20px;bottom:0}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:28px;height:28px}@media (width<=768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:24px;height:24px}}@media (width<=480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:16px;height:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:60px;height:120px}@media (width<=768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:36px;height:72px}}@media (width<=480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:24px;height:48px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;user-select:none;-o-user-select:none;-webkit-tap-highlight-color:#0000;position:relative}.image-gallery.fullscreen-modal{z-index:5;background:#000;width:100%;height:100%;position:fixed;inset:0}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 110px);display:inline-block}@media (width<=768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{white-space:nowrap;text-align:center;line-height:0;position:relative;overflow:hidden}.image-gallery-slide{width:100%;position:absolute;top:0;left:0}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{color:#fff;white-space:normal;background:#0006;padding:10px 20px;line-height:1;position:absolute;bottom:70px;left:0}@media (width<=768px){.image-gallery-slide .image-gallery-description{padding:8px 15px;font-size:.8em;bottom:45px}}.image-gallery-bullets{z-index:4;width:80%;margin:0 auto;position:absolute;bottom:20px;left:0;right:0}.image-gallery-bullets .image-gallery-bullets-container{text-align:center;margin:0;padding:0}.image-gallery-bullets .image-gallery-bullet{appearance:none;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:50%;outline:none;margin:0 5px;padding:5px;transition:all .2s ease-out;display:inline-block;box-shadow:0 2px 2px #1a1a1a}@media (width<=768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (width<=480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media (hover:hover) and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{vertical-align:top;width:100px;display:inline-block}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{margin-right:0;padding:0;display:block}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-top:2px;margin-left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{padding:5px 0;overflow:hidden}@media (width<=768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:0 0;border:4px solid #0000;width:100px;padding:0;transition:border .3s ease-out;display:inline-block}@media (width<=768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media (width<=768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover:hover) and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media (hover:hover) and (pointer:fine) and (width<=768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;text-shadow:0 2px 2px #1a1a1a;white-space:normal;width:100%;padding:5%;font-size:1em;line-height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{color:#fff;z-index:4;background:#0006;padding:10px 20px;line-height:1;position:absolute;top:0;right:0}@media (width<=768px){.image-gallery-index{padding:5px 10px;font-size:.8em}}.rdp-root{--rdp-cell-size:40px;--rdp-accent-color:#ea0a2a;--rdp-background-color:white;--rdp-outline-selected:3px solid var(--rdp-accent-color);--rdp-range_start-background:$colors-white;--rdp-range_middle-background-color:$colors-red;--rdp-range_end-background:$colors-white;--rdp-day-width:0;--rdp-day-height:0;margin:1em}.rdp-root button{min-width:0!important}.rdp-root button.rdp-button{border-radius:100%}.rdp-root button.rdp-button:disabled{cursor:unset}.rdp-root button.rdp-button.rdp-nav_button{width:40px;min-width:40px;height:40px;padding:0}.rdp-root button.rdp-button.rdp-day_range_middle{border-radius:0}.rdp-root button.rdp-day_button{height:40px;min-width:unset;border-radius:100%;width:40px;margin:2px 0;font-family:Roboto,sans-serif;font-size:14px;font-weight:300}.rdp-root .rdp-selected button.rdp-day_button{color:#fff;background-color:#ea0a2a;font-weight:700}.rdp-root .rdp-selected button.rdp-day_button:hover{background-color:#f74962}.rdp-root .rdp-selected button.rdp-day_button.rdp-day_outside{color:#fff}.rdp-root button.rdp-button{margin:2px 0}.rdp-root .rdp-today button{text-underline-offset:4px;text-decoration-line:underline;text-decoration-color:#ea0a2a;text-decoration-thickness:2px}.rdp-root .rdp-weekday{color:#a7a7a7;vertical-align:middle;text-align:center;text-transform:uppercase;padding:16px 0;font-size:13px;font-weight:700}.rdp-root .rdp-chevron{fill:#2d2a26}.rdp-root .rdp-outside button{color:#a7a7a7;opacity:1}.rdp-root .rdp-day:not(.rdp-selected):not(.rdp-outside) button:not([disabled]):hover{opacity:1;border:1px solid #ea0a2a;border-radius:100%}.rdp-root .rdp-nav button{border-radius:100%;width:40px;height:40px;padding:0}.rdp-root .rdp-button_previous:hover,.rdp-root .rdp-button_next:hover{border:1px solid #ea0a2a}.rdp-root .rdp-month_caption{justify-content:space-between;align-items:center;padding:0 10px;display:flex}.rdp-root .rdp-range_start button{border-radius:100% 0 0 100%}.rdp-root .rdp-range_middle button{border-radius:0}.rdp-root .rdp-range_end button{border-radius:0 100% 100% 0}.rdp-caption_label{text-transform:capitalize;font-weight:400}.rdp-caption{color:#2d2a26}*{scrollbar-width:none}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}@-moz-document url-prefix(){body{font-weight:lighter!important}}body iframe[src*=satispay]{z-index:6000!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._profileWrapper_1qech_1{grid-template-rows:210px auto;grid-template-columns:auto 1fr;display:grid}@media (width<=819.98px){._profileWrapper_1qech_1{grid-template-columns:1fr;grid-template-rows:unset}}._profileWrapper_1qech_1._grey_1qech_13{background-color:#f2f2f2}._profileWrapper__sectionWrapper_1qech_17{padding:64px 128px}@media (width<=819.98px){._profileWrapper__sectionWrapper_1qech_17{width:calc(100vw - 32px);margin:0 auto;padding:16px}}@media (width<=419.98px){._profileWrapper__sectionWrapper_1qech_17{margin:0}}._profileWrapper__section_1qech_17{grid-row-gap:16px;text-align:justify;display:grid;position:relative}@media (width>=481px){._profileWrapper__section_1qech_17{margin:0 auto}._profileWrapper__section_1qech_17:not(._transactions_1qech_46){max-width:640px}}@media (width>=1200px){._profileWrapper__section_1qech_17{margin:unset;grid-row-gap:32px}}._profileWrapper__section_1qech_17 h3{font-weight:300!important}._profileWrapper__loader_1qech_60{justify-content:center;min-height:calc(100vh - 56px);padding-top:64px;display:flex}@media (width>=481px){._profileWrapper__loader_1qech_60{min-height:calc(100vh - 64px)}}@media (width>=1200px){._profileWrapper__loader_1qech_60{min-height:calc(100vh - 80px)}}._profileHeaderMobileContainer_1b33r_1{display:grid}@media (width>=481px){._profileHeaderMobileContainer_1b33r_1{display:none}}._profileHeaderDesktopContainer_1b33r_10{display:none}@media (width>=481px){._profileHeaderDesktopContainer_1b33r_10{display:grid}}._avatarContainer_1b33r_19{color:#fff;background-color:#2d2a26;justify-content:center;align-items:center;display:flex}@media (width>=481px){._avatarContainer__skeleton_1b33r_28{padding:58px}}._userDataContainer_1b33r_33{background-image:var(--image-profile-headerbg)}@media (width>=321px){._userDataContainer_1b33r_33{color:#fff;grid-row-gap:8px;background-color:#2d2a26;align-content:center;font-size:1.4em;padding:0 32px!important}}._userDataContainer_1b33r_33 ._name__skeleton_1b33r_46{width:8em;height:20px}._userDataContainer_1b33r_33 ._phone__skeleton_1b33r_50{width:9em;height:20px}._userDataContainer_1b33r_33 ._email__skeleton_1b33r_54{width:12em;height:20px}._userDataContainer_1b33r_33 ._birthPlace__skeleton_1b33r_58{width:10em;height:20px}._birthPlace_1b33r_58{align-items:center;display:flex}._birthPlace_1b33r_58 img{height:16px;margin-right:8px}._auth_profile_menu_header_avatarbox_container_sic15_1{align-items:center;display:grid}._auth_profile_menu_header_avatarbox_container_sic15_1 img{height:112px}._auth_profile_menu_header_avatarbox_container_sic15_1 ._img__skeleton_sic15_8{width:116px;height:112px}@media (width>=321px){._auth_profile_menu_header_avatarbox_container_sic15_1 ._img__skeleton_sic15_8{width:80px;height:82px}}._auth_profile_menu_header_avatarbox_container_sic15_1 ._hello_sic15_18{margin-top:16px;font-size:2em;display:none}._auth_profile_menu_header_avatarbox_container_sic15_1 ._hello__skeleton_sic15_23{display:none}@media (width<=819.98px){._auth_profile_menu_header_avatarbox_container_sic15_1{flex-direction:column;justify-content:center;align-items:center;display:flex}._auth_profile_menu_header_avatarbox_container_sic15_1 img{height:80px}._auth_profile_menu_header_avatarbox_container_sic15_1 ._hello_sic15_18{display:block}._auth_profile_menu_header_avatarbox_container_sic15_1 ._hello__skeleton_sic15_23{width:180px;height:28px;margin-top:16px;display:block}}._btnLogout_1c7bn_1{cursor:pointer;color:#fff;justify-content:flex-start;align-items:center;padding:32px;font-size:1.2em;display:flex}._btnLogout_1c7bn_1 img{height:32px}._btnLogout_1c7bn_1 ._text_1c7bn_16{margin-left:16px}._pagewithsubsections_voices_voice_container_kblnc_1{color:#fff;cursor:pointer;align-items:center;min-width:160px;padding:32px;font-size:1.2em;display:flex;position:relative}._pagewithsubsections_voices_voice_container_kblnc_1 ._active_voice_kblnc_14{position:absolute;right:-1px}._pagewithsubsections_voices_voice_container_kblnc_1 ._active_voice_kblnc_14 img{height:96px}._pagewithsubsections_voices_voice_container_kblnc_1:hover{background-color:#2d2a26}._pagewithsubsections_voices_voice_container_kblnc_1._active_kblnc_14{background-color:#2d2a26;font-weight:700}._pagewithsubsections_voices_voice_container__skeleton_kblnc_31{color:#fff;cursor:pointer;min-width:160px;cursor:unset;align-items:center;padding:32px;font-size:1.2em;display:flex;position:relative}._pagewithsubsections_voices_voice_container__skeleton_kblnc_31 ._active_voice_kblnc_14{position:absolute;right:-1px}._pagewithsubsections_voices_voice_container__skeleton_kblnc_31 ._active_voice_kblnc_14 img{height:96px}._voice__skeleton_kblnc_53{width:126px;height:18px}._pagewithsubsections_voices_mobile_container_1wlwq_1{background-color:#2d2a26;padding:16px}._pagewithsubsections_voices_mobile_container_1wlwq_1 input{color:#fff;background-color:#2d2a26;border:none;border-radius:32px;margin-left:16px;padding:7.5px 32px}._pagewithsubsections_voices_mobile_container_1wlwq_1 input:focus{outline:none}._pagewithsubsections_voices_mobile_container_1wlwq_1 select{cursor:pointer;color:#fff;background-color:#2d2a26;background:var(--image-white-down) right/24px no-repeat #2d2a26;appearance:none;background-position:90%;background-size:16px 8px;border:none;border-radius:32px;min-width:1px;margin-left:16px;padding:7.5px 32px}._pagewithsubsections_voices_mobile_container_1wlwq_1 select:focus{outline:none}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 ._checkmark_1wlwq_54{background-color:#2d2a26;border-radius:3px;width:24px;height:24px}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 input:checked~._checkmark_1wlwq_54{background-color:#2d2a26;border-radius:3px}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 ._checkmark_1wlwq_54:after{content:"";display:none;position:absolute}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 input:checked~._checkmark_1wlwq_54:after{display:flex}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 ._checkmark_1wlwq_54:after{border:3px solid #fff;border-width:0 3px 3px 0;width:5px;height:10px;margin-top:3px;margin-left:8px;transform:rotate(45deg)}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38 ._label_1wlwq_83{margin-left:16px}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._checkbox_container_1wlwq_38:hover input~._checkmark_1wlwq_54{background-color:#4e4e4e}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89{text-align:center;margin-top:32px}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93{color:#ea0a2a;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#fff;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93{padding:6px 16px}}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93:hover{color:#fff;background-color:#ea0a2a;border-color:#fff}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93{color:#ea0a2a;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#0000;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}}@media (width<=819.98px) and (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93{padding:6px 16px}}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93:hover{color:#fff;background-color:#ea0a2a;border-color:#0000}}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._submit_container_1wlwq_89 ._button_1wlwq_93{padding-left:48px;padding-right:48px}._pagewithsubsections_voices_mobile_container_1wlwq_1 form{flex-direction:column;justify-content:center;align-items:center;display:flex}._pagewithsubsections_voices_mobile_container_1wlwq_1 input,._pagewithsubsections_voices_mobile_container_1wlwq_1 select{border:1px solid #4e4e4e;max-width:208px;margin-left:0}@media (width<=419.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 input,._pagewithsubsections_voices_mobile_container_1wlwq_1 select{width:auto;max-width:none}._pagewithsubsections_voices_mobile_container_1wlwq_1 select{width:100%}}._pagewithsubsections_voices_mobile_container_1wlwq_1 input._error_1wlwq_179,._pagewithsubsections_voices_mobile_container_1wlwq_1 select._error_1wlwq_179{border:1px solid #ea0a2a}._pagewithsubsections_voices_mobile_container_1wlwq_1 span._error_1wlwq_179{line-height:1.4em}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._text_1wlwq_186{text-align:center;margin-bottom:16px;font-size:1em}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._text_1wlwq_186 div{margin-bottom:16px}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._text_1wlwq_186 ._headline_1wlwq_194{margin-bottom:32px;font-weight:700}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._headline_inside_box_1wlwq_198{color:#fff;justify-content:center;margin-bottom:16px;font-size:1.2em;font-weight:700;display:flex}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._fields_1wlwq_206{background-color:#2d2a26;border-radius:24px;flex-direction:column;max-width:256px;padding:32px 64px;display:flex}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._fields_1wlwq_206{align-items:center;padding:32px 16px}}@media (width<=419.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1 ._fields_1wlwq_206{width:100%;max-width:none}}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._error_1wlwq_179{color:#ea0a2a}._pagewithsubsections_voices_mobile_container_1wlwq_1 ._inputBox_1wlwq_229{display:flex}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_1wlwq_1{padding:16px}}._pagewithsubsections_voices_mobile_container_1wlwq_1 select{border:1px solid #fff;width:100%;max-width:none}._skeleton_1wlwq_243{height:33px}._layout_modal_1n4cm_1 ._modal_1n4cm_1{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5000;background:#0009;width:100%;height:100%;position:fixed;top:0;left:0}._layout_modal_1n4cm_1 ._modal_1n4cm_1._dark_1n4cm_11{background:#000000d9}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14{background:#fff;border-radius:12px;width:auto;height:auto;position:fixed;top:50%;left:50%;transform:translate(calc(.5px - 50%),-50%)}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._overflowY_1n4cm_24{max-height:90%;overflow-y:scroll}@media (width<=819.98px){._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._fullscreenOnMobile_1n4cm_29{border-radius:0;width:100%;height:100%;max-height:100%;overflow-y:scroll}}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._grey_1n4cm_37{background:#f2f2f2}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._transparent_1n4cm_40{background:0 0}._layout_modal_1n4cm_1 ._show_1n4cm_43{display:block}._layout_modal_1n4cm_1 ._hide_1n4cm_46{display:none}._layout_modal_1n4cm_1 ._close_1n4cm_49{cursor:pointer;z-index:3000;position:absolute;top:16px;right:16px}._layout_modal_1n4cm_1 ._close_1n4cm_49 img{width:32px;height:32px}._layout_modal_1n4cm_1 ._full_height_1n4cm_60{height:100%}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._full_width_1n4cm_63{width:100%;padding:0 16px}@media (width>=481px){._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._full_width_1n4cm_63{padding:0}}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._full_width_1n4cm_63 ._close_1n4cm_49{right:32px}@media (width>=481px){._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._limitDesktopWidth_1n4cm_76{max-width:412px}}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._noBodyFixed_1n4cm_80 ._close_1n4cm_49{right:48px}._layout_modal_1n4cm_1 ._modal_main_1n4cm_14._noPadding_1n4cm_83{padding:0}._modal_active_1n4cm_87{position:fixed;overflow:hidden}@media (width>=481px){._modal_active_1n4cm_87{position:unset}}._loginContainer_n28ss_1{background-size:cover;height:100%;position:relative;overflow-y:auto}._loginContainer_n28ss_1 form{margin-top:32px}@media (width>=1200px){._loginContainer_n28ss_1 form{margin-top:8px}._loginContainer_n28ss_1 form [datatype=form-buttonbar]{justify-self:center}}div._login_n28ss_1{color:#fff;grid-row-gap:0;align-content:start;padding-bottom:32px;position:relative}div._login_n28ss_1 a strong{color:#fff}@media (width>=1200px){div._login_n28ss_1{color:#2d2a26;width:100%;padding-bottom:unset;grid-template-columns:repeat(10,1fr)}div._login_n28ss_1 a strong{color:#2d2a26}}._login__btnBack_n28ss_41{background:var(--image-goback);background-repeat:no-repeat;border:1px solid #fff;border-radius:100%;width:34px;height:34px;top:16px;left:16px;position:absolute!important}@media (width>=1200px){._login__btnBack_n28ss_41{top:0;left:32px}}._login__btnBack_n28ss_41:hover{background:var(--image-goback-inverted) white}._height100_n28ss_62{height:100%}._fromModal_n28ss_66{margin-bottom:64px}._login__balloon_n28ss_70{top:50%;left:50%;transform:translate(-50%,-50%)}._login__balloon_n28ss_70>div:first-child{min-height:560px}._balloonContainer_1jhno_1{position:relative}._balloon_1jhno_1{grid-row-gap:24px;border-top-left-radius:16px;border-top-right-radius:16px;padding:32px 0;display:grid;box-shadow:0 4px 12px -4px #2e374d1a}@media (width>=481px){._balloon_1jhno_1{grid-row-gap:40px}}._balloon_1jhno_1._containsMenu_1jhno_19{padding-bottom:16px}@media (width<=819.98px){._balloon_1jhno_1._medium_1jhno_23{padding-top:24px;padding-bottom:24px}}._balloon_1jhno_1._nopadding_1jhno_29{padding:0}._balloonColor_black_1jhno_33{color:#fff;background-color:#2d2a26}._balloonColor_black_1jhno_33 [datatype=category-header-progress-item]{background-color:#fff}._balloonColor_black_1jhno_33 [datatype=menu-item] a{color:#fff}._balloonColor_black_1jhno_33 [datatype=menu-item][data-active=true] a{border-bottom:2px solid #fff}._balloonColor_white_1jhno_47{color:#2d2a26;background-color:#fff}._balloonColor_grey_1jhno_52{color:#2d2a26;background-color:#f2f2f2}._balloonColor_blue_1jhno_57{color:#fff;background-color:#1b8af9}._balloonColor_red_1jhno_62{color:#fff;background-color:#ea0a2a}._balloonColor_red_light_1jhno_67{color:#2d2a26;background-color:#feeaea}._balloonColor_yellow_1jhno_72{color:#2d2a26;background-color:#fff5e5}._balloonTip_left_1jhno_77{border-bottom-right-radius:16px}._balloonTip_right_1jhno_81{border-bottom-left-radius:16px}._balloonTipContainer_left_1jhno_85,._balloonTipContainer_right_1jhno_86{z-index:2000;position:absolute;bottom:-60px}._balloonTipContainer_left_1jhno_85._small_1jhno_91,._balloonTipContainer_right_1jhno_86._small_1jhno_91{bottom:-29px}._balloonTipContainer_left_1jhno_85._small_1jhno_91 img,._balloonTipContainer_right_1jhno_86._small_1jhno_91 img{height:30px}@media (width<=819.98px){._balloonTipContainer_left_1jhno_85,._balloonTipContainer_right_1jhno_86{bottom:-29px}._balloonTipContainer_left_1jhno_85 img,._balloonTipContainer_right_1jhno_86 img{height:30px}._balloonTipContainer_left_1jhno_85._medium_1jhno_23,._balloonTipContainer_right_1jhno_86._medium_1jhno_23{bottom:-45px}._balloonTipContainer_left_1jhno_85._medium_1jhno_23 img,._balloonTipContainer_right_1jhno_86._medium_1jhno_23 img{height:46px}}._balloonTipContainer_left_1jhno_85{left:0}._balloonTipContainer_right_1jhno_86{right:0}._grid_1w8yk_1{width:calc(100vw - 32px);margin-left:16px;margin-right:16px}._grid_1w8yk_1 ._grid_1w8yk_1{margin-left:unset;margin-right:unset}@media (width>=1200px){._grid_1w8yk_1{width:1136px;margin-left:32px;margin-right:32px}._grid_1w8yk_1._extraPadding_1w8yk_19{width:1168px;margin:-32px;padding:0 32px}}._gridType_flex_1w8yk_26{scrollbar-width:none;display:flex;overflow:auto hidden}._gridType_flex_1w8yk_26::-webkit-scrollbar{display:none}._gridType_flex_1w8yk_26 ._gridType_flex_1w8yk_26,._gridType_flex_1w8yk_26 ._gridCol_1w8yk_38{flex-shrink:0}._gridType_flex_1w8yk_26 ._gridCol_1w8yk_38:not(:first-child){margin-left:8px}@media (width>=1200px){._gridType_flex_1w8yk_26 ._gridCol_1w8yk_38:not(:first-child){margin-left:16px}}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_1_1w8yk_49{width:calc(6.25vw - 9.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_2_1w8yk_52{width:calc(12.5vw - 11px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_3_1w8yk_55{width:calc(18.75vw - 12.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_4_1w8yk_58{width:calc(25vw - 14px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_5_1w8yk_61{width:calc(31.25vw - 15.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_6_1w8yk_64{width:calc(37.5vw - 17px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_7_1w8yk_67{width:calc(43.75vw - 18.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_8_1w8yk_70{width:calc(50vw - 20px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_9_1w8yk_73{width:calc(56.25vw - 21.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_10_1w8yk_76{width:calc(62.5vw - 23px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_11_1w8yk_79{width:calc(68.75vw - 24.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_12_1w8yk_82{width:calc(75vw - 26px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_13_1w8yk_85{width:calc(81.25vw - 27.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_14_1w8yk_88{width:calc(87.5vw - 29px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_15_1w8yk_91{width:calc(93.75vw - 30.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_16_1w8yk_94{width:calc(100vw - 32px)}@media (width>=481px){._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_1_1w8yk_98{width:calc(6.25vw - 9.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_2_1w8yk_103{width:calc(12.5vw - 11px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_3_1w8yk_108{width:calc(18.75vw - 12.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_4_1w8yk_113{width:calc(25vw - 14px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_5_1w8yk_118{width:calc(31.25vw - 15.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_6_1w8yk_123{width:calc(37.5vw - 17px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_7_1w8yk_128{width:calc(43.75vw - 18.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_8_1w8yk_133{width:calc(50vw - 20px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_9_1w8yk_138{width:calc(56.25vw - 21.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_10_1w8yk_143{width:calc(62.5vw - 23px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_11_1w8yk_148{width:calc(68.75vw - 24.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_12_1w8yk_153{width:calc(75vw - 26px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_13_1w8yk_158{width:calc(81.25vw - 27.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_14_1w8yk_163{width:calc(87.5vw - 29px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_15_1w8yk_168{width:calc(93.75vw - 30.5px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_16_1w8yk_173{width:calc(100vw - 32px)}}@media (width>=1200px){._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_1_1w8yk_178{width:56px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_2_1w8yk_183{width:128px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_3_1w8yk_188{width:200px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_4_1w8yk_193{width:272px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_5_1w8yk_198{width:344px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_6_1w8yk_203{width:416px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_7_1w8yk_208{width:488px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_8_1w8yk_213{width:560px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_9_1w8yk_218{width:632px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_10_1w8yk_223{width:704px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_11_1w8yk_228{width:776px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_12_1w8yk_233{width:848px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_13_1w8yk_238{width:920px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_14_1w8yk_243{width:992px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_15_1w8yk_248{width:1064px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_16_1w8yk_253{width:1136px}}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_oneSixth_1w8yk_257{width:calc(16.6667vw - 12px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_oneFourth_1w8yk_260{width:calc(25vw - 14px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_mobile_oneThird_1w8yk_263{width:calc(33.3333vw - 16px)}@media (width>=481px){._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_oneSixth_1w8yk_267{width:calc(16.6667vw - 12px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_oneFourth_1w8yk_272{width:calc(25vw - 14px)}._gridType_flex_1w8yk_26 ._gridColumnSpan_tablet_oneThird_1w8yk_277{width:calc(33.3333vw - 16px)}}@media (width>=1200px){._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_oneSixth_1w8yk_282{width:176px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_oneFourth_1w8yk_287{width:272px}._gridType_flex_1w8yk_26 ._gridColumnSpan_laptop_oneThird_1w8yk_292{width:368px}}._gridType_grid_1w8yk_297{grid-column-gap:8px;grid-row-gap:24px;grid-template-columns:repeat(16,1fr);display:grid}@media (width>=1200px){._gridType_grid_1w8yk_297{grid-column-gap:16px;grid-row-gap:32px}}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_1_1w8yk_309{grid-column-end:1}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_1_1w8yk_312{grid-row-end:1}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_2_1w8yk_315{grid-column-end:2}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_2_1w8yk_318{grid-row-end:2}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_3_1w8yk_321{grid-column-end:3}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_3_1w8yk_324{grid-row-end:3}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_4_1w8yk_327{grid-column-end:4}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_4_1w8yk_330{grid-row-end:4}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_5_1w8yk_333{grid-column-end:5}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_5_1w8yk_336{grid-row-end:5}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_6_1w8yk_339{grid-column-end:6}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_6_1w8yk_342{grid-row-end:6}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_7_1w8yk_345{grid-column-end:7}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_7_1w8yk_348{grid-row-end:7}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_8_1w8yk_351{grid-column-end:8}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_8_1w8yk_354{grid-row-end:8}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_9_1w8yk_357{grid-column-end:9}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_9_1w8yk_360{grid-row-end:9}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_10_1w8yk_363{grid-column-end:10}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_10_1w8yk_366{grid-row-end:10}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_11_1w8yk_369{grid-column-end:11}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_11_1w8yk_372{grid-row-end:11}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_12_1w8yk_375{grid-column-end:12}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_12_1w8yk_378{grid-row-end:12}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_13_1w8yk_381{grid-column-end:13}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_13_1w8yk_384{grid-row-end:13}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_14_1w8yk_387{grid-column-end:14}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_14_1w8yk_390{grid-row-end:14}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_15_1w8yk_393{grid-column-end:15}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_15_1w8yk_396{grid-row-end:15}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_16_1w8yk_399{grid-column-end:16}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_16_1w8yk_402{grid-row-end:16}._gridType_grid_1w8yk_297 ._gridColumnEnd_mobile_17_1w8yk_405{grid-column-end:17}._gridType_grid_1w8yk_297 ._gridRowEnd_mobile_17_1w8yk_408{grid-row-end:17}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_1_1w8yk_411{grid-column-start:1}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_1_1w8yk_414{grid-row-start:1}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_2_1w8yk_417{grid-column-start:2}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_2_1w8yk_420{grid-row-start:2}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_3_1w8yk_423{grid-column-start:3}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_3_1w8yk_426{grid-row-start:3}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_4_1w8yk_429{grid-column-start:4}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_4_1w8yk_432{grid-row-start:4}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_5_1w8yk_435{grid-column-start:5}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_5_1w8yk_438{grid-row-start:5}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_6_1w8yk_441{grid-column-start:6}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_6_1w8yk_444{grid-row-start:6}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_7_1w8yk_447{grid-column-start:7}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_7_1w8yk_450{grid-row-start:7}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_8_1w8yk_453{grid-column-start:8}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_8_1w8yk_456{grid-row-start:8}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_9_1w8yk_459{grid-column-start:9}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_9_1w8yk_462{grid-row-start:9}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_10_1w8yk_465{grid-column-start:10}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_10_1w8yk_468{grid-row-start:10}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_11_1w8yk_471{grid-column-start:11}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_11_1w8yk_474{grid-row-start:11}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_12_1w8yk_477{grid-column-start:12}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_12_1w8yk_480{grid-row-start:12}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_13_1w8yk_483{grid-column-start:13}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_13_1w8yk_486{grid-row-start:13}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_14_1w8yk_489{grid-column-start:14}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_14_1w8yk_492{grid-row-start:14}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_15_1w8yk_495{grid-column-start:15}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_15_1w8yk_498{grid-row-start:15}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_16_1w8yk_501{grid-column-start:16}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_16_1w8yk_504{grid-row-start:16}._gridType_grid_1w8yk_297 ._gridColumnStart_mobile_17_1w8yk_507{grid-column-start:17}._gridType_grid_1w8yk_297 ._gridRowStart_mobile_17_1w8yk_510{grid-row-start:17}@media (width>=481px){._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_1_1w8yk_514{grid-column-end:1}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_1_1w8yk_519{grid-row-end:1}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_2_1w8yk_524{grid-column-end:2}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_2_1w8yk_529{grid-row-end:2}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_3_1w8yk_534{grid-column-end:3}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_3_1w8yk_539{grid-row-end:3}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_4_1w8yk_544{grid-column-end:4}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_4_1w8yk_549{grid-row-end:4}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_5_1w8yk_554{grid-column-end:5}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_5_1w8yk_559{grid-row-end:5}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_6_1w8yk_564{grid-column-end:6}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_6_1w8yk_569{grid-row-end:6}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_7_1w8yk_574{grid-column-end:7}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_7_1w8yk_579{grid-row-end:7}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_8_1w8yk_584{grid-column-end:8}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_8_1w8yk_589{grid-row-end:8}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_9_1w8yk_594{grid-column-end:9}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_9_1w8yk_599{grid-row-end:9}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_10_1w8yk_604{grid-column-end:10}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_10_1w8yk_609{grid-row-end:10}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_11_1w8yk_614{grid-column-end:11}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_11_1w8yk_619{grid-row-end:11}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_12_1w8yk_624{grid-column-end:12}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_12_1w8yk_629{grid-row-end:12}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_13_1w8yk_634{grid-column-end:13}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_13_1w8yk_639{grid-row-end:13}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_14_1w8yk_644{grid-column-end:14}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_14_1w8yk_649{grid-row-end:14}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_15_1w8yk_654{grid-column-end:15}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_15_1w8yk_659{grid-row-end:15}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_16_1w8yk_664{grid-column-end:16}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_16_1w8yk_669{grid-row-end:16}._gridType_grid_1w8yk_297 ._gridColumnEnd_tablet_17_1w8yk_674{grid-column-end:17}._gridType_grid_1w8yk_297 ._gridRowEnd_tablet_17_1w8yk_679{grid-row-end:17}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_1_1w8yk_684{grid-column-start:1}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_1_1w8yk_689{grid-row-start:1}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_2_1w8yk_694{grid-column-start:2}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_2_1w8yk_699{grid-row-start:2}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_3_1w8yk_704{grid-column-start:3}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_3_1w8yk_709{grid-row-start:3}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_4_1w8yk_714{grid-column-start:4}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_4_1w8yk_719{grid-row-start:4}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_5_1w8yk_724{grid-column-start:5}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_5_1w8yk_729{grid-row-start:5}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_6_1w8yk_734{grid-column-start:6}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_6_1w8yk_739{grid-row-start:6}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_7_1w8yk_744{grid-column-start:7}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_7_1w8yk_749{grid-row-start:7}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_8_1w8yk_754{grid-column-start:8}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_8_1w8yk_759{grid-row-start:8}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_9_1w8yk_764{grid-column-start:9}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_9_1w8yk_769{grid-row-start:9}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_10_1w8yk_774{grid-column-start:10}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_10_1w8yk_779{grid-row-start:10}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_11_1w8yk_784{grid-column-start:11}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_11_1w8yk_789{grid-row-start:11}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_12_1w8yk_794{grid-column-start:12}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_12_1w8yk_799{grid-row-start:12}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_13_1w8yk_804{grid-column-start:13}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_13_1w8yk_809{grid-row-start:13}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_14_1w8yk_814{grid-column-start:14}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_14_1w8yk_819{grid-row-start:14}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_15_1w8yk_824{grid-column-start:15}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_15_1w8yk_829{grid-row-start:15}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_16_1w8yk_834{grid-column-start:16}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_16_1w8yk_839{grid-row-start:16}._gridType_grid_1w8yk_297 ._gridColumnStart_tablet_17_1w8yk_844{grid-column-start:17}._gridType_grid_1w8yk_297 ._gridRowStart_tablet_17_1w8yk_849{grid-row-start:17}}@media (width>=1200px){._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_1_1w8yk_854{grid-column-end:1}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_1_1w8yk_859{grid-row-end:1}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_2_1w8yk_864{grid-column-end:2}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_2_1w8yk_869{grid-row-end:2}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_3_1w8yk_874{grid-column-end:3}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_3_1w8yk_879{grid-row-end:3}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_4_1w8yk_884{grid-column-end:4}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_4_1w8yk_889{grid-row-end:4}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_5_1w8yk_894{grid-column-end:5}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_5_1w8yk_899{grid-row-end:5}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_6_1w8yk_904{grid-column-end:6}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_6_1w8yk_909{grid-row-end:6}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_7_1w8yk_914{grid-column-end:7}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_7_1w8yk_919{grid-row-end:7}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_8_1w8yk_924{grid-column-end:8}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_8_1w8yk_929{grid-row-end:8}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_9_1w8yk_934{grid-column-end:9}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_9_1w8yk_939{grid-row-end:9}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_10_1w8yk_944{grid-column-end:10}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_10_1w8yk_949{grid-row-end:10}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_11_1w8yk_954{grid-column-end:11}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_11_1w8yk_959{grid-row-end:11}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_12_1w8yk_964{grid-column-end:12}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_12_1w8yk_969{grid-row-end:12}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_13_1w8yk_974{grid-column-end:13}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_13_1w8yk_979{grid-row-end:13}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_14_1w8yk_984{grid-column-end:14}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_14_1w8yk_989{grid-row-end:14}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_15_1w8yk_994{grid-column-end:15}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_15_1w8yk_999{grid-row-end:15}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_16_1w8yk_1004{grid-column-end:16}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_16_1w8yk_1009{grid-row-end:16}._gridType_grid_1w8yk_297 ._gridColumnEnd_laptop_17_1w8yk_1014{grid-column-end:17}._gridType_grid_1w8yk_297 ._gridRowEnd_laptop_17_1w8yk_1019{grid-row-end:17}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_1_1w8yk_1024{grid-column-start:1}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_1_1w8yk_1029{grid-row-start:1}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_2_1w8yk_1034{grid-column-start:2}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_2_1w8yk_1039{grid-row-start:2}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_3_1w8yk_1044{grid-column-start:3}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_3_1w8yk_1049{grid-row-start:3}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_4_1w8yk_1054{grid-column-start:4}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_4_1w8yk_1059{grid-row-start:4}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_5_1w8yk_1064{grid-column-start:5}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_5_1w8yk_1069{grid-row-start:5}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_6_1w8yk_1074{grid-column-start:6}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_6_1w8yk_1079{grid-row-start:6}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_7_1w8yk_1084{grid-column-start:7}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_7_1w8yk_1089{grid-row-start:7}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_8_1w8yk_1094{grid-column-start:8}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_8_1w8yk_1099{grid-row-start:8}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_9_1w8yk_1104{grid-column-start:9}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_9_1w8yk_1109{grid-row-start:9}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_10_1w8yk_1114{grid-column-start:10}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_10_1w8yk_1119{grid-row-start:10}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_11_1w8yk_1124{grid-column-start:11}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_11_1w8yk_1129{grid-row-start:11}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_12_1w8yk_1134{grid-column-start:12}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_12_1w8yk_1139{grid-row-start:12}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_13_1w8yk_1144{grid-column-start:13}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_13_1w8yk_1149{grid-row-start:13}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_14_1w8yk_1154{grid-column-start:14}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_14_1w8yk_1159{grid-row-start:14}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_15_1w8yk_1164{grid-column-start:15}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_15_1w8yk_1169{grid-row-start:15}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_16_1w8yk_1174{grid-column-start:16}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_16_1w8yk_1179{grid-row-start:16}._gridType_grid_1w8yk_297 ._gridColumnStart_laptop_17_1w8yk_1184{grid-column-start:17}._gridType_grid_1w8yk_297 ._gridRowStart_laptop_17_1w8yk_1189{grid-row-start:17}}._gridContainer_uzmvf_1{width:100vw}._gridContainer_uzmvf_1 *{box-sizing:border-box}@media (width>=1200px){._gridContainer_uzmvf_1{width:1200px;margin:0 auto}}._formWrapper_11yc3_1{width:100%;position:relative}._form_11yc3_1{grid-row-gap:24px;padding-top:48px;display:grid}@media (width>=481px){._form_11yc3_1{padding-top:56px}}._form_11yc3_1 *{box-sizing:border-box}._form_11yc3_1 input,._form_11yc3_1 select{color:#2d2a26;background-color:#fff;border:1px solid #c1c1c1;width:100%;padding-left:14px;padding-right:14px;font-size:12px}@media (width>=481px){._form_11yc3_1 input,._form_11yc3_1 select{padding-left:16px;padding-right:16px;font-size:14px}}._form_11yc3_1 button,._form_11yc3_1 #_submit_11yc3_1{color:#2d2a26;border:unset;width:100%;padding-left:14px;padding-right:14px;font-size:12px;font-weight:700}@media (width>=481px){._form_11yc3_1 button,._form_11yc3_1 #_submit_11yc3_1{padding-left:16px;padding-right:16px;font-size:14px}}@media (width>=480px){._form_11yc3_1 button,._form_11yc3_1 #_submit_11yc3_1{min-width:130px}}._form_11yc3_1 input,._form_11yc3_1 select,._form_11yc3_1 button,._form_11yc3_1 #_submit_11yc3_1{height:32px}._form_11yc3_1 ._inputDate_11yc3_67{color:#2d2a26;text-align:left;background-color:#fff;border:1px solid #c1c1c1;width:100%;padding-left:14px;padding-right:14px;font-size:12px;font-weight:400}@media (width>=481px){._form_11yc3_1 ._inputDate_11yc3_67{padding-left:16px;padding-right:16px;font-size:14px}}._form_11yc3_1 select{appearance:none;background-image:var(--image-arrow-down);cursor:pointer;background-position:right 10px bottom 46%;background-repeat:no-repeat;background-size:11.83px 5.16px}@media (width>=481px){._form_11yc3_1 select{background-position:right 16px bottom 46%}}._form__fieldWithLabel_11yc3_101 ._form__fieldLabel_11yc3_101{margin-bottom:8px;padding-left:16px;font-size:12px;font-weight:700}._form__buttonBar_11yc3_108{justify-self:end}@media (width<=819.98px){._form__buttonBar_11yc3_108{justify-self:center}}div._form__buttonSubmit_11yc3_117{color:#fff;border:unset;cursor:pointer;background-color:#ea0a2a;border:1px solid #0000;border-radius:32px;justify-content:center;align-items:center;width:100%;min-width:136px;height:32px;padding-left:14px;padding-right:14px;font-size:12px;font-weight:700;transition:all .3s;display:flex}@media (width>=481px){div._form__buttonSubmit_11yc3_117{padding-left:16px;padding-right:16px;font-size:14px}}@media (width>=480px){div._form__buttonSubmit_11yc3_117{min-width:130px}}div._form__buttonSubmit_11yc3_117:hover{background-color:#f97a8c}._form__container__skeleton_11yc3_153{padding-top:56px}._form__container__skeleton_11yc3_153 ._form__element__skeleton_11yc3_156{width:92dvw;height:32px}@media (width>=481px){._form__container__skeleton_11yc3_153 ._form__element__skeleton_11yc3_156{width:640px}}._form__container__skeleton_11yc3_153 ._form__element__margin__skeleton_11yc3_165{margin-top:24px}._form__container__skeleton_11yc3_153 ._form__submit__skeleton_11yc3_168{width:136px;height:32px}@media (width>=321px){._form__container__skeleton_11yc3_153 ._form__submit__skeleton_11yc3_168{margin-left:30dvw}}@media (width>=481px){._form__container__skeleton_11yc3_153 ._form__submit__skeleton_11yc3_168{float:right;margin-left:0}}._formFieldError_u8x3g_1{color:#ea0a2a;opacity:0;align-items:center;min-width:300px;font-size:10px;font-weight:300;line-height:1.2;animation:.2s ease-out forwards _animate-formFieldError_u8x3g_1;display:flex;position:absolute;bottom:-16px;left:0;line-height:1!important}._formFieldError_u8x3g_1 img{width:8px;height:8px;margin-right:6px}@media (width>=1200px){._formFieldError_u8x3g_1{font-size:12px;font-weight:300;line-height:1.33}._formFieldError_u8x3g_1 img{margin-right:8px}}._formFieldError_u8x3g_1._longErr_u8x3g_32{bottom:-24px}@keyframes _animate-formFieldError_u8x3g_1{0%{opacity:0}to{opacity:1}}._formError_4felq_1{opacity:0;background-color:#fa839834;border-radius:8px;align-items:center;width:100%;padding:8px 14px;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}@media (width>=1200px){._formError_4felq_1{padding:8px 18px}}._formError_4felq_1._show_4felq_19{opacity:1}._formError_4felq_1 img{margin-right:36px;width:16px!important;height:16px!important}@media (width>=1200px){._formError_4felq_1 img{margin-right:34px}}._formError__message_4felq_33{word-break:break-all;font-size:10px;font-weight:300;line-height:1.2}@media (width>=1200px){._formError__message_4felq_33{font-size:12px;font-weight:300;line-height:1.33}}._formError_4felq_1._longError_4felq_47{position:relative}._formError_4felq_1._longError_4felq_47 ._formError__message_4felq_33{word-break:normal}._formField_pdsrw_1{position:relative}._formField_pdsrw_1 input,._formField_pdsrw_1 textarea,._formField_pdsrw_1 select{transition:border-color .3s}._formField_pdsrw_1._error_pdsrw_9 input,._formField_pdsrw_1._error_pdsrw_9 textarea,._formField_pdsrw_1._error_pdsrw_9 select{border-color:#ea0a2a}._formField__hidden_pdsrw_15{display:none}._formField__checkbox_pdsrw_19{align-items:center;display:flex}._formField__checkbox_pdsrw_19 input{padding:unset;width:16px;height:16px;margin:0 8px 0 0}._formField__checkbox_pdsrw_19 input,._formField__checkbox_pdsrw_19 label{cursor:pointer}._checkboxWrapper_box7l_1{grid-column-gap:8px;cursor:pointer;text-align:start;grid-template-columns:auto 1fr;place-items:center start;display:grid}._checkboxWrapper_box7l_1 *{box-sizing:border-box}._checkbox_box7l_1{background-color:#fff;border:1px solid #2d2a26;border-radius:4px;width:16px;height:16px}._checkbox_box7l_1 div{border:4px solid #0000;border-radius:3px;width:100%;height:100%;transition:border .3s}._checkbox_box7l_1._checked_box7l_28 div{border-color:#ea0a2a}._calendarWrapper_zk5y6_1{grid-row-gap:16px;text-align:center;justify-items:center;padding:64px 32px;display:grid}@media (width<=419.98px){._calendarWrapper_zk5y6_1{padding:64px 8px 8px}}._calendarWrapper_zk5y6_1._removePadding_zk5y6_14{padding:0 16px}@media (width<=419.98px){._buttonConfirmBox_zk5y6_19{justify-self:stretch}}._outerInput_2do4w_1:disabled{color:#969696;background-color:#f5f5f5}._dataList_2do4w_6{z-index:5000;background-color:#f5f5f5;width:100%;position:absolute;top:32px;left:0}._dataList_2do4w_6 button{justify-content:flex-start;width:100%;margin-top:8px;padding-left:8px;font-size:10px}@media (width>=1200px){._dataList_2do4w_6 button{padding-left:16px;font-size:14px}}._action_1jjsp_1{box-sizing:border-box;height:26px;padding:unset;border-style:solid;border-width:1px;border-radius:16px;align-items:center;transition:all .3s;display:flex;position:relative}._action_1jjsp_1._disabled_1jjsp_13{opacity:.5;pointer-events:none}@media (width>=481px){._action_1jjsp_1{height:28px}}@media (width>=1200px){._action_1jjsp_1{height:32px}}._actionAlignment_center_1jjsp_28{justify-content:center}._actionAlignment_iconRight_1jjsp_32{justify-content:flex-start}._actionAlignment_iconRight_1jjsp_32 img{width:24px;height:24px;position:absolute;right:4px}._actionAlignment_iconCenter_1jjsp_42{justify-content:center}._actionAlignment_iconCenter_1jjsp_42 img{width:32px;height:32px}._actionBackgroundColor_black_1jjsp_50{background-color:#2d2a26}._actionBackgroundColor_grey_1jjsp_54{background-color:#c9c5c0}._actionBackgroundColor_red_1jjsp_58{background-color:#ea0a2a}._actionBackgroundColor_transparent_1jjsp_62{background-color:#0000}._actionBackgroundColor_white_1jjsp_66{background-color:#fff}._actionBorderColor_black_1jjsp_70{border-color:#2d2a26!important}._actionBorderColor_grey_1jjsp_74{border-color:#c9c5c0!important}._actionBorderColor_red_1jjsp_78{border-color:#ea0a2a!important}._actionBorderColor_transparent_1jjsp_82{border:none!important}._actionBorderColor_white_1jjsp_86{border-color:#fff!important}._actionColor_black_1jjsp_90{color:#2d2a26!important}._actionColor_red_1jjsp_94{color:#ea0a2a!important}._actionColor_transparent_1jjsp_98{color:#0000!important}._actionColor_white_1jjsp_102{color:#fff!important}._actionFormat_circle_1jjsp_106{width:32px!important;height:32px!important;padding:unset!important;border-radius:160px!important}._actionFormat_fullWidth_1jjsp_113{width:100%}._actionFormat_regular_1jjsp_117{min-width:80px;padding:0 8px}@media (width>=1200px){._actionFormat_regular_1jjsp_117{min-width:136px;padding:0 16px}}._actionSize_s_1jjsp_128{height:28px;font-size:12px!important}._actionFormat_regular_1jjsp_117._actionSize_s_1jjsp_128{min-width:128px}._actionBackgroundColor_black_1jjsp_50._actionColor_white_1jjsp_102:hover{background-color:#fff;color:#2d2a26!important}._actionBackgroundColor_grey_1jjsp_54._actionColor_white_1jjsp_102:hover{background-color:#2d2a26;color:#fff!important}._actionBackgroundColor_grey_1jjsp_54._actionColor_white_1jjsp_102._actionBorderColor_grey_1jjsp_74:hover{border-color:#2d2a26!important}._actionBackgroundColor_red_1jjsp_58._actionColor_white_1jjsp_102:hover{background-color:#fff;color:#ea0a2a!important}._actionBackgroundColor_transparent_1jjsp_62._actionColor_black_1jjsp_90:hover,._actionBackgroundColor_white_1jjsp_66._actionColor_black_1jjsp_90:not(._actionHover_grey_1jjsp_160):not(._actionHover_white_1jjsp_160):hover{background-color:#2d2a26;color:#fff!important}._actionBackgroundColor_white_1jjsp_66._actionColor_red_1jjsp_94:hover{background-color:#ea0a2a;color:#fff!important}._actionHover_grey_1jjsp_160:hover{color:#2d2a26!important;background-color:#c9c5c0!important}._actionHover_white_1jjsp_160:hover{color:#2d2a26!important;background-color:#fff!important}._phoneContainer_152u6_1{grid-column-gap:16px;grid-template-columns:150px auto;display:grid}._phoneContainer_152u6_1 select{display:none}._phoneContainer_152u6_1 button{background-color:#fff;border:1px solid #c1c1c1;font-weight:400;font-size:14px!important}@media screen and (color-index>=0) and (-webkit-device-pixel-ratio>=0){._phoneContainer_152u6_1 button{padding-top:3px}}@media screen and (-webkit-device-pixel-ratio>=0) and (resolution>=.001dpcm){._phoneContainer_152u6_1 button{padding-top:5px}}._phoneContainer_152u6_1 li{color:#2d2a26!important}._phoneContainer_152u6_1 button:disabled,._phoneContainer_152u6_1 input:disabled{color:#969696;cursor:not-allowed;background-color:#f5f5f5}._phoneContainer_152u6_1._evenPhone_152u6_35{grid-template-columns:320px auto}._radioGroupContainer_wi131_1{flex-direction:column;display:flex}._radioGroupContainer_wi131_1 ._optionsContainer_wi131_5,._radioGroupContainer_wi131_1 ._radioContainer_wi131_10{flex-direction:row;align-items:center;display:flex}._radioGroupContainer_wi131_1 ._radioContainer_wi131_10 ._label_wi131_15{margin-right:8px}._radioGroupContainer_wi131_1 ._radioContainer_wi131_10 input{width:16px;height:16px;margin:0;padding:0;appearance:auto!important}._radioGroupContainer_wi131_1 ._description_wi131_27{margin-top:4px;font-size:10px}._formWrapper_15l4u_1{width:100%;position:relative}._form_15l4u_1{grid-row-gap:24px;padding-top:48px;display:grid}@media (width>=481px){._form_15l4u_1{padding-top:56px}}._form_15l4u_1 *{box-sizing:border-box}._form_15l4u_1 input,._form_15l4u_1 select{color:#2d2a26;background-color:#fff;border:1px solid #c1c1c1;width:100%;padding-left:14px;padding-right:14px;font-size:12px}@media (width>=481px){._form_15l4u_1 input,._form_15l4u_1 select{padding-left:16px;padding-right:16px;font-size:14px}}._form_15l4u_1 button,._form_15l4u_1 #_submit_15l4u_1{color:#2d2a26;border:unset;width:100%;padding-left:14px;padding-right:14px;font-size:12px;font-weight:700}@media (width>=481px){._form_15l4u_1 button,._form_15l4u_1 #_submit_15l4u_1{padding-left:16px;padding-right:16px;font-size:14px}}@media (width>=480px){._form_15l4u_1 button,._form_15l4u_1 #_submit_15l4u_1{min-width:130px}}._form_15l4u_1 input,._form_15l4u_1 select,._form_15l4u_1 button,._form_15l4u_1 #_submit_15l4u_1{height:32px}._form_15l4u_1 ._inputDate_15l4u_67{color:#2d2a26;text-align:left;background-color:#fff;border:1px solid #c1c1c1;width:100%;padding-left:14px;padding-right:14px;font-size:12px;font-weight:400}@media (width>=481px){._form_15l4u_1 ._inputDate_15l4u_67{padding-left:16px;padding-right:16px;font-size:14px}}._form_15l4u_1 select{appearance:none;background-image:var(--image-arrow-down);cursor:pointer;background-position:right 10px bottom 46%;background-repeat:no-repeat;background-size:11.83px 5.16px}@media (width>=481px){._form_15l4u_1 select{background-position:right 16px bottom 46%}}._form__fieldWithLabel_15l4u_101 ._form__fieldLabel_15l4u_101{margin-bottom:8px;padding-left:16px;font-size:12px;font-weight:700}._form__buttonBar_15l4u_108{justify-self:end}@media (width<=819.98px){._form__buttonBar_15l4u_108{justify-self:center}}div._form__buttonSubmit_15l4u_117{color:#fff;border:unset;cursor:pointer;background-color:#ea0a2a;border:1px solid #0000;border-radius:32px;justify-content:center;align-items:center;width:100%;min-width:136px;height:32px;padding-left:14px;padding-right:14px;font-size:12px;font-weight:700;transition:all .3s;display:flex}@media (width>=481px){div._form__buttonSubmit_15l4u_117{padding-left:16px;padding-right:16px;font-size:14px}}@media (width>=480px){div._form__buttonSubmit_15l4u_117{min-width:130px}}div._form__buttonSubmit_15l4u_117:hover{background-color:#f97a8c}._form__container__skeleton_15l4u_153{padding-top:56px}._form__container__skeleton_15l4u_153 ._form__element__skeleton_15l4u_156{width:92dvw;height:32px}@media (width>=481px){._form__container__skeleton_15l4u_153 ._form__element__skeleton_15l4u_156{width:640px}}._form__container__skeleton_15l4u_153 ._form__element__margin__skeleton_15l4u_165{margin-top:24px}._form__container__skeleton_15l4u_153 ._form__submit__skeleton_15l4u_168{width:136px;height:32px}@media (width>=321px){._form__container__skeleton_15l4u_153 ._form__submit__skeleton_15l4u_168{margin-left:30dvw}}@media (width>=481px){._form__container__skeleton_15l4u_153 ._form__submit__skeleton_15l4u_168{float:right;margin-left:0}}div._container_15l4u_184{color:#2d2a26;background-color:#fff;border:1px solid #c1c1c1;border-radius:16px;width:100%;padding-left:14px;padding-right:14px;font-size:12px;display:grid;position:relative}@media (width>=481px){div._container_15l4u_184{padding:8px 8px 8px 16px;font-size:14px}}._hasError_15l4u_209{border-color:#ea0a2a!important}textarea._textArea_15l4u_213{border:unset;margin:unset;scrollbar-width:thin;background-color:#0000;min-height:160px;max-height:300px;padding:0 8px 0 0;position:relative;border-radius:unset!important}._paragraph_15l4u_225{color:#a7a7a7;margin-right:8px;font-size:10px;font-weight:300;line-height:1.2;display:flex;position:absolute;bottom:-17px;right:0}._loginStepImg_1qsq8_1,._loginStepLabel_1qsq8_2{justify-content:center;display:flex}._loginStepImg_1qsq8_1{margin-top:32px}._loginStepImg_1qsq8_1 img{width:94px;height:94px}@media (width>=1200px){._loginStepImg_1qsq8_1{margin-top:-32px}._loginStepImg_1qsq8_1 img{filter:invert()}}._loginStepLabel_1qsq8_2{text-align:center;margin-top:32px}._loginEmail__register_1gvm2_1,._loginEmail__forgotPwd_1gvm2_2{text-align:center;justify-content:center;display:flex}._loginEmail__register_1gvm2_1 a,._loginEmail__register_1gvm2_1 button,._loginEmail__forgotPwd_1gvm2_2 a,._loginEmail__forgotPwd_1gvm2_2 button{font-weight:500!important}@media (width>=1200px){._loginEmail__register_1gvm2_1 a,._loginEmail__register_1gvm2_1 button,._loginEmail__forgotPwd_1gvm2_2 a,._loginEmail__forgotPwd_1gvm2_2 button{color:#2d2a26!important}}._loginEmail__register_1gvm2_1{margin-top:64px}._loginEmail__forgotPwd_1gvm2_2{margin-top:24px}@media (width>=1200px){._loginEmail__forgotPwd_1gvm2_2{margin-top:unset}}._emailConfirm_1s1jg_1{grid-row-gap:32px;margin-top:40px;display:grid}@media (width>=1200px){._emailConfirm_1s1jg_1{margin-top:32px}}._radioBtn_1sqjn_1{background-color:#fff;border:1px solid #2d2a26;justify-content:center;align-items:center;width:100%;height:32px;display:flex;position:relative}._radioBtn_1sqjn_1:hover{background-color:#fffc}@media (width>=1200px){._radioBtn_1sqjn_1:hover{background-color:#2d2a261a}}._radioBtn__selector_1sqjn_20{border:1px solid #2d2a26;border-radius:100%;width:16px;height:16px;position:absolute;top:8px;left:8px}._radioBtn__selector_1sqjn_20 div{border:3px solid #0000;border-radius:100%;width:100%;height:100%;transition:border .3s}._radioBtn_1sqjn_1._selected_1sqjn_37 ._radioBtn__selector_1sqjn_20 div{border-color:#ea0a2a}._login__loginWith_1e2uu_1,._login__loginOr_1e2uu_2,._login__logo_1e2uu_3{justify-content:center;display:flex}._login__logo_1e2uu_3{margin-top:32px}._login__logo_1e2uu_3 img{width:128px}@media (width>=1200px){._login__logo_1e2uu_3{display:none}}._login__loginOr_1e2uu_2{margin-top:48px}@media (width>=1200px){._login__loginOr_1e2uu_2{margin-top:40px}}._login__loginWith_1e2uu_1{margin-top:34px}@media (width>=1200px){._login__loginWith_1e2uu_1{margin-top:8px}}._login__externals_1e2uu_38{justify-content:space-evenly;margin-top:32px;display:flex}@media (width>=1200px){._login__externals_1e2uu_38{justify-content:space-evenly;margin-top:40px}}._login__internals_1e2uu_50{grid-row-gap:14px;margin-top:40px;display:grid}._login__external_1ggtk_1{padding:unset;border:unset;background-color:#0000;border-radius:100%!important}._login__external_1ggtk_1 img{width:64px;height:64px}._login__external_1ggtk_1:hover{background-color:#2d2a260d!important}._login__external_1ggtk_1:disabled{pointer-events:none;opacity:.4}@media (width>=1200px){._login__external_1ggtk_1 img{filter:invert()}}._login__internal_aiijv_1{width:100%;height:64px;padding:unset;color:#fff;background-color:#0000;border:1px solid #fff;border-radius:8px}._login__internal_aiijv_1 div{grid-template-columns:calc(18.75vw - 12.5px) 1fr;place-items:center;display:grid}._login__internal_aiijv_1 h4{text-align:left;justify-self:start}._login__internal_aiijv_1:hover{background-color:#2d2a264d!important}@media (width>=1200px){._login__internal_aiijv_1{color:#2d2a26!important;border:1px solid #2d2a26!important}._login__internal_aiijv_1 div{grid-template-columns:56px 1fr}._login__internal_aiijv_1 img{filter:invert()}._login__internal_aiijv_1:hover{color:#2d2a26;background-color:#2d2a260d!important}}._loginOTP__phone_k71qz_1{justify-content:center;margin-top:21px;display:flex}@media (width>=1200px){._loginOTP__phone_k71qz_1{margin-top:unset}}._loginOTP__otp_k71qz_12 form{margin-top:unset}._loginOTP__otp_k71qz_12 form>div:first-child{justify-content:space-around}@media (width>=1200px){._loginOTP__otp_k71qz_12 form>div:first-child{justify-content:center}}._loginOTP__otp_k71qz_12 form>div:nth-child(2) button{color:#fff!important}@media (width>=1200px){._loginOTP__otp_k71qz_12 form>div:nth-child(2) button{color:#2d2a26!important}}._otpForm__fields_mkm1z_1{grid-column-gap:16px;grid-template-columns:repeat(4,auto);justify-content:center;width:100%;display:grid;position:relative}@media (width>=481px){._otpForm__fields_mkm1z_1{grid-column-gap:32px}}._otpForm__fields_mkm1z_1 input{padding:unset;text-align:center;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;font-weight:700;display:flex;-moz-appearance:textfield!important}@media (width>=481px){._otpForm__fields_mkm1z_1 input{width:50px;height:50px;font-size:28px}}@media (width>=1200px){._otpForm__fields_mkm1z_1 input{width:56px;height:56px}}._otpForm__fields_mkm1z_1 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._otpForm__fields_mkm1z_1 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._otpForm__fields_mkm1z_1 input[type=number]{-moz-appearance:textfield}._otpForm__buttonBar_mkm1z_51{justify-self:center}._otpForm__button_mkm1z_51{min-width:152px!important}._otpForm__button_mkm1z_51._onBlackBg_mkm1z_59{color:#fff!important}._loginPhone__phone_1byh6_1 form>div:nth-child(2){grid-column-gap:8px;grid-template-columns:repeat(2,1fr)}._loginPhone__phone_1byh6_1 form>div:nth-child(2) button{min-width:unset!important}@media (width>=1200px){._loginPhone__phone_1byh6_1 form>div:nth-child(2){grid-column-gap:16px;grid-template-columns:144px 1fr;padding:0 32px}}._buttonsHeader_11ltm_1{justify-content:space-between;margin-top:24px;display:flex}@media (width>=1200px){._buttonsHeader_11ltm_1{margin-top:unset;padding:0 24px}}._buttonsHeader__back_11ltm_13,._buttonsHeader__close_11ltm_14{background-color:#0000;border:1px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;padding:unset!important}._buttonsHeader__back_11ltm_13 img,._buttonsHeader__close_11ltm_14 img{margin-left:1px}._buttonsHeader__back_11ltm_13:hover,._buttonsHeader__close_11ltm_14:hover{background-color:#2d2a264d}@media (width>=1200px){._buttonsHeader__back_11ltm_13,._buttonsHeader__close_11ltm_14{border:1px solid #2d2a26!important;width:32px!important;height:32px!important}._buttonsHeader__back_11ltm_13 img,._buttonsHeader__close_11ltm_14 img{filter:invert()}._buttonsHeader__back_11ltm_13:hover,._buttonsHeader__close_11ltm_14:hover{background-color:#2d2a2626}}._buttonsHeader__close_11ltm_14 img{margin-top:1px}@media (width>=1200px){._buttonsHeader__close_11ltm_14 img{width:11px;height:11px;margin-left:unset}}._registerStepper_6gaad_1{flex-direction:row;justify-content:center;align-items:center;margin-top:32px;display:flex}@media (width>=1200px){._registerStepper_6gaad_1{margin-top:40px}}._registerStepper__step_6gaad_14{background-color:#fff;border-radius:2px;width:12px;height:12px}._registerStepper__step_6gaad_14:not(:last-child){margin-right:12px}._registerStepper__step_6gaad_14._done_6gaad_23{background-color:#ea0a2a}@media (width>=1200px){._registerStepper__step_6gaad_14{background-color:#2d2a26}}._feesDialog_1va9f_1{z-index:5001;background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._feesDialog_1va9f_1>div{background-color:#fff;border-radius:16px;width:100%;height:90%;padding:40px 24px 24px;position:relative;overflow:hidden;box-shadow:0 0 32px -16px #ea0a2a}@media (width>=768px){._feesDialog_1va9f_1>div{width:90%;height:70%}}@media (width>=1200px){._feesDialog_1va9f_1>div{width:50%;height:40%}}._feesDialog_1va9f_1 *{box-sizing:border-box}._buttonClose_1va9f_39{background-color:unset;border:unset;height:24px;padding:unset;width:24px;position:absolute;top:8px;right:8px}._buttonClose_1va9f_39 img{width:24px;height:24px}._skeleton_1va9f_54{margin-bottom:16px}._feesContainer_1va9f_58{height:calc(100% - 64px);margin-top:16px;overflow:auto}._fees_1va9f_1,._feesHeader_1va9f_65{grid-template-columns:minmax(100px,1fr) repeat(3,100px);display:grid}._fees_1va9f_1._withSector_1va9f_69,._feesHeader_1va9f_65._withSector_1va9f_69{grid-template-columns:100px minmax(100px,1fr) repeat(3,100px)}@media (width>=768px){._fees_1va9f_1,._feesHeader_1va9f_65{grid-template-columns:minmax(150px,1fr) repeat(3,100px)}._fees_1va9f_1._withSector_1va9f_69,._feesHeader_1va9f_65._withSector_1va9f_69{grid-template-columns:100px minmax(150px,1fr) repeat(3,100px)}}._fees_1va9f_1>*,._feesHeader_1va9f_65>*{padding:8px 4px}._feesHeader_1va9f_65{background-color:#fff;position:sticky;top:0}._fees_1va9f_1>*{border-top:1px solid #c1c1c1}._fees_1va9f_1._goods_1va9f_98,._feesHeader_1va9f_65._goods_1va9f_98{grid-template-columns:minmax(100px,1fr) repeat(2,100px)}._checkout_container_1uexu_1{height:100vh;display:grid}._insideIframe_1uexu_6{height:auto}._checkout_container_1uexu_1._transaction_in_progress_1uexu_10{flex-direction:row;align-items:center;height:100%}._iframeContainer_1uexu_16{max-width:1200px;margin:0 auto;padding-top:16px;padding-bottom:16px}._poweredBy_1uexu_23{justify-content:center;align-items:center;display:flex}._poweredBy_1uexu_23 img{margin-left:16px}._checkout_steps_auth_container_1u9an_1{width:100%}._checkout_steps_auth_container_1u9an_1 ._transaction_in_progress_1u9an_4{justify-content:center;align-items:center;display:flex}._checkout_steps_auth_container_1u9an_1 ._auth_body_1u9an_9{min-width:1040px}@media (width<=1199.98px){._checkout_steps_auth_container_1u9an_1 ._auth_body_1u9an_9{min-width:800px}}@media (width<=819.98px){._checkout_steps_auth_container_1u9an_1 ._auth_body_1u9an_9{min-width:auto}}._checkout_steps_auth_container_1u9an_1 ._auth_body_1u9an_9 ._spinner_1u9an_22{justify-content:center;display:flex}._checkout_steps_auth_container_1u9an_1 ._on_login_1u9an_26{padding-bottom:24px}@media (width>=1200px){._checkout_steps_auth_container_1u9an_1 ._on_login_1u9an_26{padding-bottom:64px}}@media (width<=1199.98px){._checkout_steps_auth_container_1u9an_1 ._on_login_1u9an_26{color:#fff;background-color:#2d2a26}._checkout_steps_auth_container_1u9an_1 ._on_register_1u9an_39{background-color:#fff}}._checkout_eventdetails_desktop_container_1e1yw_1{z-index:4000;box-shadow:0 4px 12px -4px #2e374d1a;box-shadow:none;background-color:#0000;flex-direction:row;justify-content:space-between;margin-top:32px;display:flex;position:sticky;top:0}._checkout_eventdetails_desktop_container_1e1yw_1 ._details_1e1yw_16{flex-direction:row;display:flex}._checkout_eventdetails_desktop_container_1e1yw_1 ._goback_1e1yw_20{cursor:pointer;flex-direction:column;justify-content:flex-start;display:flex}._checkout_eventdetails_desktop_container_1e1yw_1 ._goback_1e1yw_20 img{height:32px}._checkout_eventdetails_cover_container_1ypx1_1 ._image_1ypx1_1{width:200px;height:200px;image-rendering:"auto";background-repeat:no-repeat;background-size:contain;border-radius:16px;margin-right:16px}._checkout_eventdetails_description_container_1fdnr_1{background-color:#fff;border-radius:16px;flex-direction:column;justify-content:space-evenly;width:776px;padding:0 32px;display:flex;position:relative}@media (width<=1199.98px){._checkout_eventdetails_description_container_1fdnr_1{width:auto;min-width:160px}}._checkout_eventdetails_description_container_1fdnr_1 ._daytime_1fdnr_17,._checkout_eventdetails_description_container_1fdnr_1 ._daytimeSkeleton_1fdnr_18{font-size:24px}._checkout_eventdetails_description_container_1fdnr_1 ._day_1fdnr_17{font-weight:700}._checkout_eventdetails_description_container_1fdnr_1 ._daytime_1fdnr_17:first-letter{text-transform:capitalize}._checkout_eventdetails_description_container_1fdnr_1 ._name_1fdnr_27{max-width:800px;font-weight:900}@media (width<=819.98px){._checkout_eventdetails_description_container_1fdnr_1 ._name_1fdnr_27{margin:8px 0;font-size:24px}}._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37{flex-direction:row;align-items:center;display:flex}._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37 ._location_image_1fdnr_42{margin-right:8px}._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37 ._location_image_1fdnr_42 img{width:12px;height:16px}@media (width<=819.98px){._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37 ._location_image_1fdnr_42 img{display:inline}}._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37 ._location_text_1fdnr_54{font-weight:100}@media (width<=819.98px){._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37 ._location_text_1fdnr_54{font-size:1em}}._checkout_eventdetails_description_container_1fdnr_1 ._roundBox_1fdnr_62{background-color:#f2f2f2;border-radius:1600px;width:48px;height:48px;position:absolute;top:50%;right:-32px;transform:translateY(-50%)}@media (width<=819.98px){._checkout_eventdetails_description_container_1fdnr_1{min-height:64px;padding:0}._checkout_eventdetails_description_container_1fdnr_1 ._daytime_1fdnr_17{font-size:1em}._checkout_eventdetails_description_container_1fdnr_1 ._name_1fdnr_27{font-size:2em}._checkout_eventdetails_description_container_1fdnr_1 ._location_container_1fdnr_37{font-size:1em}._checkout_eventdetails_description_container_1fdnr_1 ._roundBox_1fdnr_62{display:none}}@media (width<=282.99px){._checkout_eventdetails_description_container_1fdnr_1{max-width:192px}}._daytimeSkeleton__container_1fdnr_96{grid-column-gap:8px;grid-template-columns:150px auto 50px;align-self:flex-start;align-items:center;display:grid}@media (width>=1200px){._daytimeSkeleton__container_1fdnr_96{grid-template-columns:220px auto 120px}}._daytimeSkeleton_1fdnr_18{height:16px}@media (width>=1200px){._daytimeSkeleton_1fdnr_18{height:24px}}._nameSkeleton_1fdnr_118{width:85%;height:24px;margin:16px 0}@media (width>=1200px){._nameSkeleton_1fdnr_118{width:500px;height:32px}}._locationSkeleton_1fdnr_130{width:150px}@media (width>=1200px){._locationSkeleton_1fdnr_130{width:300px;height:24px}}._checkout_eventdetails_description_daytime_container_1sdqu_1 ._daytime_1sdqu_1,._checkout_eventdetails_description_daytime_container_1sdqu_1 ._daytimeSkeleton_1sdqu_2{font-size:24px}._checkout_eventdetails_description_daytime_container_1sdqu_1 ._day_1sdqu_1{font-weight:700}._checkout_eventdetails_description_daytime_container_1sdqu_1 ._daytime_1sdqu_1:first-letter{text-transform:capitalize}@media (width<=819.98px){._checkout_eventdetails_description_daytime_container_1sdqu_1 ._daytime_1sdqu_1{font-size:1em}}._daytimeSkeleton__container_1sdqu_17{grid-column-gap:8px;grid-template-columns:150px auto 50px;align-self:flex-start;align-items:center;display:grid}@media (width>=1200px){._daytimeSkeleton__container_1sdqu_17{grid-template-columns:220px auto 120px}}._daytimeSkeleton_1sdqu_2{height:16px}@media (width>=1200px){._daytimeSkeleton_1sdqu_2{height:24px}}._checkout_eventdetails_description_season_container_195c6_1{background-color:#9c55ff1a;border-radius:4px;flex-direction:row;align-items:center;width:fit-content;padding:4px 8px 4px 0;display:flex}._checkout_eventdetails_description_season_container_195c6_1 ._text_195c6_10{color:#9c55ff;font-size:12px;font-weight:700;line-height:1.33}._checkout_eventdetails_mobile_container_1eo94_1{z-index:4000;background-color:#fff;flex-direction:row;justify-content:space-between;padding:16px 64px;display:flex;position:sticky;top:0;box-shadow:0 4px 12px -4px #2e374d1a}@media (width<=819.98px){._checkout_eventdetails_mobile_container_1eo94_1{padding:16px}}._checkout_eventdetails_mobile_container_1eo94_1 ._details_1eo94_19{flex-direction:row;display:flex}._checkout_eventdetails_mobile_container_1eo94_1 ._goback_1eo94_23 img{height:24px}._checkout_eventdetails_mobile_container_1eo94_1._skeleton_1eo94_26{display:block}._checkout_authbox_login_container_x4yqp_1{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:32px 64px;display:flex}._checkout_authbox_login_container_x4yqp_1 ._text_x4yqp_11{font-size:1.5em}._checkout_authbox_login_container_x4yqp_1 ._button_x4yqp_14{text-align:center;background-color:none;border:1px solid #00000080;border-color:none;color:#2d2a26;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;border-radius:16px;min-width:128px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._checkout_authbox_login_container_x4yqp_1 ._button_x4yqp_14{padding:6px 16px}}._checkout_authbox_login_container_x4yqp_1 ._button_x4yqp_14:hover{color:#fff;background-color:#2d2a26;border-color:#2d2a26}@media (width<=819.98px){._checkout_authbox_login_container_x4yqp_1 ._text_x4yqp_11{font-size:1.4em}}@media (width<=419.98px){._checkout_authbox_login_container_x4yqp_1{flex-direction:column}._checkout_authbox_login_container_x4yqp_1 ._button_x4yqp_14{margin-top:16px}}@media (width>=1200px){._checkout_fastcheckout_container_s6s90_2 ._content_s6s90_2{justify-content:space-between;align-items:center;display:flex}}._checkout_fastcheckout_image_container_1enbb_1 img{height:192px}._fast_checkout_phoneform_wrapper_6efh6_1{padding:16px}@media (width>=1200px){._fast_checkout_phoneform_wrapper_6efh6_1{margin-left:40px}}._fast_checkout_phoneform_wrapper_6efh6_1 ._otpCodeBox_6efh6_9{justify-content:center;display:flex}._fast_checkout_phoneform_wrapper_6efh6_1 ._otpBox_6efh6_13{flex-direction:column;display:flex}._fast_checkout_phoneform_wrapper_6efh6_1 ._header_6efh6_17{position:relative}._fast_checkout_phoneform_wrapper_6efh6_1 ._goBack_6efh6_20{background-color:#0000;border:1px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:-32px;right:0}._fast_checkout_phoneform_wrapper_6efh6_1 ._goBack_6efh6_20 img{margin-left:1px}._fast_checkout_phoneform_wrapper_6efh6_1 ._goBack_6efh6_20:hover{background-color:#2d2a264d}._auth_otpV2_header_container_1n204_1 ._text_container_1n204_1{text-align:center;font-size:1.2em;font-weight:700}._auth_otpV2_header_container_1n204_1 ._text_container_1n204_1 ._insert_code_text_1n204_6{margin-bottom:16px}._auth_otpV2_header_container_1n204_1 ._text_container_1n204_1 ._number_1n204_9{font-size:1.5em}@media (width<=819.98px){._auth_otpV2_header_container_1n204_1 ._text_container_1n204_1{margin-top:32px}._auth_otpV2_header_container_1n204_1 ._text_container_1n204_1._noMargin_1n204_18{margin-top:0}}._checkout_loginbox_container_li2nf_1 ._button_li2nf_1{border:1px solid #00000080;border-color:none;color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._checkout_loginbox_container_li2nf_1 ._button_li2nf_1{padding:6px 16px}}._checkout_loginbox_container_li2nf_1 ._button_li2nf_1:hover{color:#ea0a2a;border-color:none;background-color:#fff}._checkout_loginbox_container_li2nf_1 ._content_li2nf_28{flex-direction:row;justify-content:center;align-items:center;margin-top:32px;margin-bottom:32px;display:flex}._checkout_loginbox_container_li2nf_1 ._content_li2nf_28 ._text_li2nf_36{flex:.4;font-size:1.5em}._checkout_titlebar_container_11tks_1{flex-direction:row;margin-top:32px;margin-bottom:32px;display:flex}@media (width<=819.98px){._checkout_titlebar_container_11tks_1{margin-top:16px;margin-bottom:16px}}._checkout_titlebar_container_11tks_1 ._title_11tks_13{font-weight:700}._titleSkeleton_11tks_17{width:230px;height:24px;margin-bottom:32px}@media (width>=1200px){._titleSkeleton_11tks_17{width:500px;height:40px;margin-bottom:32px}}._checkout_steps_external_container_1rcko_1{flex-direction:column;justify-content:center;align-items:center;min-width:1040px;padding:32px 64px;display:flex}@media (width<=1199.98px){._checkout_steps_external_container_1rcko_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_external_container_1rcko_1{min-width:auto;padding:16px}}._checkout_steps_external_container_1rcko_1 ._title_1rcko_24{margin-bottom:16px;font-size:2.5em}._checkout_steps_external_container_1rcko_1 ._enable_popup_warning_1rcko_28{flex-direction:row;align-items:center;font-size:14px;font-weight:300;line-height:1.14;display:flex}._checkout_steps_external_container_1rcko_1 ._enable_popup_warning_1rcko_28 img{width:24px;margin-left:8px}._checkout_steps_external_container_1rcko_1 ._form_1rcko_40{display:none}._checkout__loader_c45ch_1{place-items:center;height:100%;display:grid}._checkout__loader_c45ch_1 ._beatloader_container_c45ch_7{display:flex}._checkout_steps_initerror_container_1sn6y_1{flex-direction:column;justify-content:center;align-items:center;min-width:1040px;padding:32px 64px;display:flex}@media (width<=819.98px){._checkout_steps_initerror_container_1sn6y_1{padding:16px}}@media (width<=1199.98px){._checkout_steps_initerror_container_1sn6y_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_initerror_container_1sn6y_1{min-width:auto}}._checkout_steps_initerror_container_1sn6y_1 ._initerror_error_body_1sn6y_24 ._title_1sn6y_24{margin-bottom:32px;font-size:2.5em}._checkout_steps_initerror_container_1sn6y_1 ._initerror_error_body_1sn6y_24 ._go_back_1sn6y_28{cursor:pointer;margin-top:32px;font-size:1.2em;text-decoration:underline}._checkout_steps_satispay_container_1ickw_1{flex-direction:column;justify-content:center;align-items:center;min-width:1040px;padding:32px 64px;display:flex}@media (width<=819.98px){._checkout_steps_satispay_container_1ickw_1{padding:16px}}@media (width<=1199.98px){._checkout_steps_satispay_container_1ickw_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_satispay_container_1ickw_1{min-width:auto}}._checkout_steps_satispay_container_1ickw_1 ._satispay_error_body_1ickw_24 ._title_1ickw_24{margin-bottom:32px;font-size:2.5em}._checkout_steps_satispay_container_1ickw_1 ._satispay_error_body_1ickw_24 ._go_back_1ickw_28{cursor:pointer;margin-top:32px;font-size:1.2em;text-decoration:underline}._checkout_steps_satispay_container_1ickw_1 ._form_1ickw_34{display:none}._checkout_steps_select_container_1xu5n_1 ._select_body_1xu5n_1{min-width:1040px}@media (width<=1199.98px){._checkout_steps_select_container_1xu5n_1 ._select_body_1xu5n_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_select_container_1xu5n_1 ._select_body_1xu5n_1{min-width:auto}}@supports ((-moz-appearance:none)){._checkout_steps_select_container_1xu5n_1 ._firefox_whitespace_workaround_1xu5n_15{background-color:#0000;width:100%;height:80px}}._recapSticky_1xu5n_22{z-index:4000;position:sticky;bottom:0}._soldoutErrorMsg_1xu5n_28{margin-top:12px}._event_collection_container_3ss8k_1 h2{margin:32px 0}@media (width<=419.98px){._event_collection_container_3ss8k_1 h2{margin-bottom:64px}}._event_date_list_desktop_container_1becb_1{background-color:#f2f2f2;border-radius:16px;justify-content:flex-start;min-height:102px;padding:12px 16px;display:flex;position:relative}._event_date_list_desktop_container_1becb_1._removeContainer_1becb_11{background-color:#0000;border-radius:0;padding:12px 0}._event_date_list_calendarbutton_container_1mn04_1{cursor:pointer;width:calc(50vw - 20px);position:absolute;top:-32px;right:0}@media (width>=481px){._event_date_list_calendarbutton_container_1mn04_1{width:128px;position:static}}._event_date_list_calendarbutton_container_1mn04_1 ._chooseDate_1mn04_14{text-align:center}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17{color:#fff;background:#2d2a26;border-radius:8px 8px 0 0;flex-direction:row;justify-content:space-evenly;align-items:center;width:calc(50vw - 20px);height:auto;padding:8px 8px 16px;display:flex}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17 ._elem_1mn04_32{align-items:center;display:flex}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17 ._elem_1mn04_32 img{position:relative;top:-3px}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17 ._text_1mn04_40{margin-right:16px;font-weight:700}@media (width>=481px){._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17 ._text_1mn04_40{margin-right:0}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17{color:#2d2a26;background-color:#fff;border-radius:8px;flex-direction:column;width:128px;height:80px;margin-right:0;padding:8px}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17:hover{color:#fff;background-color:#2d2a26}._event_date_list_calendarbutton_container_1mn04_1 ._content_1mn04_17:hover img{filter:invert()}}._event_date_button_container_1ogbj_1{cursor:pointer;width:calc(25vw - 14px);margin-bottom:24px;margin-right:8px;position:relative}@media (width>=481px){._event_date_button_container_1ogbj_1{width:128px;margin-bottom:0;margin-right:16px}@supports ((-moz-appearance:none)){._event_date_button_container_1ogbj_1{margin-right:12px}}}._event_date_button_container_1ogbj_1 ._content_1ogbj_20{z-index:2;background-color:#fff;border:1px solid #fff;border-radius:8px;flex-direction:column;justify-content:center;width:calc(25vw - 14px);min-height:80px;padding:8px;display:flex;position:relative}._event_date_button_container_1ogbj_1 ._content_1ogbj_20 ._dayName_1ogbj_33,._event_date_button_container_1ogbj_1 ._content_1ogbj_20 ._month_1ogbj_34{text-transform:capitalize;font-size:14px;font-weight:300;line-height:1.14}._event_date_button_container_1ogbj_1 ._content_1ogbj_20 ._dateBox_1ogbj_40{flex-direction:column;justify-content:center;align-items:center;display:flex}._event_date_button_container_1ogbj_1 ._content_1ogbj_20 ._dateBox_1ogbj_40._fullPass_1ogbj_46 ._text_1ogbj_46{font-size:10px;font-weight:700}@media (width>=481px){._event_date_button_container_1ogbj_1 ._content_1ogbj_20 ._dateBox_1ogbj_40._fullPass_1ogbj_46 ._text_1ogbj_46{font-size:14px}._event_date_button_container_1ogbj_1 ._content_1ogbj_20{width:128px;position:absolute}}._event_date_button_container_1ogbj_1 ._content_1ogbj_20._fullPass_1ogbj_46{color:#ea0a2a;border:1px solid #ea0a2a!important}._event_date_button_container_1ogbj_1 ._content_1ogbj_20._fullPass_1ogbj_46:hover{color:#fff;background:#ea0a2a;border:1px solid #ea0a2a;transition:all .3s}._event_date_button_container_1ogbj_1 ._content_1ogbj_20._current_1ogbj_71._currentFullpass_1ogbj_71{border:1px solid #2d2a26}._event_date_button_container_1ogbj_1 ._hourBox_1ogbj_74{color:#fff;z-index:1;background-color:#ea0a2a;border-bottom-right-radius:8px;border-bottom-left-radius:8px;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:calc(25vw - 14px);min-height:32px;padding-bottom:3px;padding-left:8px;font-weight:700;display:flex;position:absolute;bottom:-24px;left:0}@media (width>=481px){._event_date_button_container_1ogbj_1 ._hourBox_1ogbj_74{width:128px;height:48px;bottom:-24px}@supports ((-moz-appearance:none)){._event_date_button_container_1ogbj_1 ._hourBox_1ogbj_74{bottom:-28px}}}._event_date_button_container_1ogbj_1 ._hourBox_1ogbj_74 img{width:13px;margin-bottom:2px}@media (width>=481px){._event_date_button_container_1ogbj_1 ._hourBox_1ogbj_74 ._text_1ogbj_46{margin-left:8px}}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114{z-index:1;background-color:#2d2a26;border-top-right-radius:8px;border-bottom-right-radius:8px;width:auto}@media (width>=481px){._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114{width:200px;min-height:80px;position:absolute;right:0}}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._header_1ogbj_129{justify-content:center;margin:12px 0 6px;display:flex}@media (width>=481px){._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._header_1ogbj_129{color:#fff;margin-left:56px}}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._header_1ogbj_129 img{width:13px;margin-bottom:2px}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._header_1ogbj_129 ._text_1ogbj_46{color:#fff;margin-left:8px;font-weight:700}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._formBox_1ogbj_149{justify-content:flex-end;display:flex}._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._formBox_1ogbj_149 select{color:#2d2a26;background-color:#fff;background:var(--image-black-down) 90px/16px no-repeat white;cursor:pointer;border:none;width:calc(33.3333vw - 16px);margin:0 16px;padding:8px 16px}@media (width>=481px){._event_date_button_container_1ogbj_1 ._selectBox_1ogbj_114 ._formBox_1ogbj_149 select{width:113.6px;margin:0 16px 0 72px}}._event_date_button_container_1ogbj_1 ._content_1ogbj_20._current_1ogbj_71{border:1px solid #ea0a2a}@media (width>=481px){._event_date_button_container_1ogbj_1 ._content_1ogbj_20._current_1ogbj_71{border:1px solid #2d2a26}}._event_date_button_container_1ogbj_1 ._content_1ogbj_20:hover{border:1px solid #2d2a26}._event_date_button_container_1ogbj_1._isSelectOpen_1ogbj_186{background-color:#2d2a26;border-radius:16px;width:auto;display:flex}@media (width>=481px){._event_date_button_container_1ogbj_1._isSelectOpen_1ogbj_186{width:272px}}._event_date_button_container_1ogbj_1._isSelectOpen_1ogbj_186 ._content_1ogbj_20{border:1px solid #2d2a26}._event_date_button_container_1ogbj_1:last-child{margin-right:0}._event_date_list_mobile_1fddr_1{position:relative}._event_date_list_mobile_1fddr_1 ._fakeBg_1fddr_4{background-color:#eaeaea;width:90%;height:102px;position:absolute;top:0;left:16px}._event_date_list_mobile_1fddr_1 ._container_1fddr_12{scrollbar-width:none;background-color:#0000;border-radius:16px;flex-wrap:nowrap;width:calc(100vw - 32px);min-height:102px;padding:12px 16px;display:flex;position:relative;overflow:auto hidden}._event_date_list_mobile_1fddr_1 ._container_1fddr_12 ::-webkit-scrollbar{display:none}._event_date_list_mobile_1fddr_1 ._container_1fddr_12 ._spacer_1fddr_28{z-index:2;visibility:hidden;background-color:#fff;border:1px solid #0000;flex-direction:column;justify-content:center;min-height:80px;padding:16px;display:flex;position:relative}._event_date_list_mobile_1fddr_1 ._leftArrow_1fddr_40,._event_date_list_mobile_1fddr_1 ._rightArrow_1fddr_41{z-index:3;background:#eaeaea;justify-content:center;align-items:center;width:calc(12.5vw - 11px);height:102px;display:flex;position:absolute;top:0}._event_date_list_mobile_1fddr_1 ._leftArrow_1fddr_40,._event_date_list_mobile_1fddr_1 ._leftCover_1fddr_53{border-top-left-radius:16px;border-bottom-left-radius:16px;left:0}._event_date_list_mobile_1fddr_1 ._rightArrow_1fddr_41,._event_date_list_mobile_1fddr_1 ._rightCover_1fddr_59{border-top-right-radius:16px;border-bottom-right-radius:16px;right:0}._event_date_list_mobile_1fddr_1 ._leftCover_1fddr_53,._event_date_list_mobile_1fddr_1 ._rightCover_1fddr_59{z-index:2;background:#fff;width:calc(12.5vw - 11px);height:102px;position:absolute;bottom:0}._event_date_list_mobile_1fddr_1._removeContainer_1fddr_74 ._container_1fddr_12{background-color:#0000;border-radius:0;padding:12px 0}._event_date_list_mobile_1fddr_1._insideCheckout_1fddr_80 ._leftCover_1fddr_53,._event_date_list_mobile_1fddr_1._insideCheckout_1fddr_80 ._rightCover_1fddr_59{background:#f2f2f2}._checkout_steps_notickets_container_h8yaf_1{margin-top:192px}._checkout_steps_notickets_container_h8yaf_1 ._notickets_error_body_h8yaf_4{text-align:center}._checkout_steps_notickets_container_h8yaf_1 ._notickets_error_body_h8yaf_4 ._title_h8yaf_7{margin-bottom:32px;font-size:2.5em}._checkout_steps_notickets_container_h8yaf_1 ._notickets_error_body_h8yaf_4 ._go_back_h8yaf_11{cursor:pointer;margin-top:32px;font-size:1.2em;text-decoration:underline}@media (width>=1200px){._balloonBoxModal__container_kp36p_14{width:416px}}._checkout_paymentmethods_container_n3iyq_1{margin-bottom:32px}._checkout_paymentmethods_container_n3iyq_1 input{color:#2d2a26;background-color:#fff;border:none;border-radius:32px;margin-left:16px;padding:7.5px 32px}._checkout_paymentmethods_container_n3iyq_1 input:focus{outline:none}._checkout_paymentmethods_container_n3iyq_1 select{cursor:pointer;color:#2d2a26;background-color:#fff;background:var(--image-black-down) right/24px no-repeat white;appearance:none;background-position:90%;background-size:16px 8px;border:none;border-radius:32px;min-width:1px;margin-left:16px;padding:7.5px 32px}._checkout_paymentmethods_container_n3iyq_1 select:focus{outline:none}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 ._checkmark_n3iyq_50{background-color:#fff;border-radius:3px;width:24px;height:24px}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 input:checked~._checkmark_n3iyq_50{background-color:#fff;border-radius:3px}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 ._checkmark_n3iyq_50:after{content:"";display:none;position:absolute}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 input:checked~._checkmark_n3iyq_50:after{display:flex}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 ._checkmark_n3iyq_50:after{border:3px solid #2d2a26;border-width:0 3px 3px 0;width:5px;height:10px;margin-top:3px;margin-left:8px;transform:rotate(45deg)}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34 ._label_n3iyq_79{margin-left:16px}._checkout_paymentmethods_container_n3iyq_1 ._checkbox_container_n3iyq_34:hover input~._checkmark_n3iyq_50{background-color:#4e4e4e}._checkout_paymentmethods_container_n3iyq_1 ._title_n3iyq_85{margin-top:8px;margin-bottom:24px}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90{grid-row-gap:8px;grid-column-gap:8px;background-color:#0000;grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}@media (width>=321px){._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90{grid-template-columns:repeat(4,1fr)}}@media (width>=481px){._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90{background-color:#fff;border-radius:16px;justify-content:space-between;display:flex}}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89{cursor:pointer;background-color:#fff;border-radius:8px;flex:1;justify-content:center;align-items:center;width:100%;height:64px;font-size:10px;font-weight:300;line-height:1.2;display:flex}@media (width>=481px){._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89{background-color:#0000;border-radius:16px;max-width:160px;height:72px}}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cart_n3iyq_138,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._scalapay_n3iyq_139,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cart_n3iyq_138,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._scalapay_n3iyq_139{font-weight:700}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._scalapay_n3iyq_139 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._scalapay_n3iyq_139 img{width:80%}@media (width>=481px){._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._scalapay_n3iyq_139 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._scalapay_n3iyq_139 img{width:unset;height:16px}}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._paypal_n3iyq_159 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._paypal_n3iyq_159 img{width:80%}@media (width>=481px){._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._paypal_n3iyq_159 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._paypal_n3iyq_159 img{width:unset;height:18.4px}}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._pos_n3iyq_170 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._pos_n3iyq_170 img{height:48px}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._voucher_n3iyq_174,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._diciottoapp_n3iyq_175,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cartaMeritoCultura_n3iyq_176,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._voucher_n3iyq_174,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._diciottoapp_n3iyq_175,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cartaMeritoCultura_n3iyq_176{padding-top:0;padding-bottom:0;font-weight:700}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._voucher_n3iyq_174 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._diciottoapp_n3iyq_175 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cartaMeritoCultura_n3iyq_176 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._voucher_n3iyq_174 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._diciottoapp_n3iyq_175 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cartaMeritoCultura_n3iyq_176 img{height:32px}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._cart_n3iyq_138 img{height:24px;margin-bottom:8px}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197):hover,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197):hover{color:#fff!important;background-color:#4e4e4e!important}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197{color:#fff!important;background-color:#2d2a26!important}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._cartaMeritoCultura_n3iyq_176 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._paypal_n3iyq_159 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._scalapay_n3iyq_139 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._satispay_n3iyq_211 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._diciottoapp_n3iyq_175 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._selected_n3iyq_197._applepay_n3iyq_213 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._cartaMeritoCultura_n3iyq_176:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._cart_n3iyq_138:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._paypal_n3iyq_159:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._scalapay_n3iyq_139:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._satispay_n3iyq_211:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._diciottoapp_n3iyq_175:hover img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._box_n3iyq_89:not(._selected_n3iyq_197)._applepay_n3iyq_213:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._cartaMeritoCultura_n3iyq_176 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._cart_n3iyq_138 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._paypal_n3iyq_159 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._scalapay_n3iyq_139 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._satispay_n3iyq_211 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._diciottoapp_n3iyq_175 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._selected_n3iyq_197._applepay_n3iyq_213 img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._cartaMeritoCultura_n3iyq_176:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._cart_n3iyq_138:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._paypal_n3iyq_159:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._scalapay_n3iyq_139:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._satispay_n3iyq_211:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._diciottoapp_n3iyq_175:hover img,._checkout_paymentmethods_container_n3iyq_1 ._textbox_container_n3iyq_90 ._box_n3iyq_89:not(._selected_n3iyq_197)._applepay_n3iyq_213:hover img{filter:invert()}._checkout_paymentmethods_container_n3iyq_1 ._credit_card_container_n3iyq_237,._checkout_paymentmethods_container_n3iyq_1 ._voucher_container_n3iyq_238{color:#fff;background-color:#2d2a26;border-radius:16px;padding:24px}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._voucher_n3iyq_174,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._diciottoapp_n3iyq_175,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cartaMeritoCultura_n3iyq_176,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cart_n3iyq_138{flex-direction:column;justify-content:center;align-items:center;display:flex}._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._voucher_n3iyq_174 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._diciottoapp_n3iyq_175 img,._checkout_paymentmethods_container_n3iyq_1 ._boxes_container_n3iyq_89 ._cartaMeritoCultura_n3iyq_176 img{margin-bottom:8px}._titleSkeleton_n3iyq_259{width:290px;height:24px;margin-top:40px;margin-bottom:32px}@media (width>=1200px){._titleSkeleton_n3iyq_259{width:500px;height:40px;margin-bottom:32px}}._paymentMethodSkeleton_n3iyq_273{height:64px}@media (width>=1200px){._paymentMethodSkeleton_n3iyq_273{width:992px;height:72px}}._ccrecap_container_nhbsj_1{color:#fff;background-color:#2d2a26;border-radius:16px;padding:24px}._ccrecap_container_nhbsj_1 ._header_wrapper_nhbsj_7{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}._ccrecap_container_nhbsj_1 ._header_wrapper_nhbsj_7 img{height:16px;margin-right:16px}@media (width>=1200px){._ccrecap_container_nhbsj_1 ._header_wrapper_nhbsj_7 img{margin-right:32px}}._ccrecap_container_nhbsj_1 ._goBackWrapper_nhbsj_23,._ccrecap_container_nhbsj_1 ._editWrapper_nhbsj_24{cursor:pointer;flex-direction:row;align-items:center;display:flex}._ccrecap_container_nhbsj_1 ._editWrapper_nhbsj_24{border:1px solid #fff;border-radius:24px;flex-direction:row;justify-content:space-between;padding:8px 16px;font-weight:700;display:flex}._ccrecap_container_nhbsj_1 ._editWrapper_nhbsj_24 img{margin-left:16px;margin-right:0}@media (width>=1200px){._ccrecap_container_nhbsj_1 ._editWrapper_nhbsj_24 img{margin-left:32px}}._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48{color:#2d2a26;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin:0;padding:24px;display:flex}._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48 img{height:12px}@media (width>=1200px){._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48{border-radius:16px;justify-content:space-around;margin:0 32px;padding:32px 24px}._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48 img{height:16px}}._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48 ._label_nhbsj_72{margin-bottom:2px;font-weight:700}._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48 ._mastercard_nhbsj_76 img{height:16px}@media (width>=1200px){._ccrecap_container_nhbsj_1 ._cardContainer_nhbsj_48 ._mastercard_nhbsj_76 img{height:32px}}._ccrecapItem_container_1sgi5_1{color:#2d2a26;cursor:pointer;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin:0;padding:24px;display:flex}._ccrecapItem_container_1sgi5_1 img{height:12px}._ccrecapItem_container_1sgi5_1 ._info_1sgi5_15{flex-direction:row;justify-content:space-between;align-items:center;width:70%;display:flex}@media (width>=1200px){._ccrecapItem_container_1sgi5_1{border-radius:16px;justify-content:space-around;margin:0 32px;padding:32px 24px}._ccrecapItem_container_1sgi5_1 img{height:16px}}._ccrecapItem_container_1sgi5_1 ._label_1sgi5_33{margin-bottom:2px;font-weight:700}._ccrecapItem_container_1sgi5_1 ._mastercard_1sgi5_37 img{height:16px}@media (width>=1200px){._ccrecapItem_container_1sgi5_1 ._mastercard_1sgi5_37 img{height:32px}}._ccrecapItem_container_1sgi5_1 ._delete_1sgi5_45{cursor:pointer}._ccrecapItem_container_1sgi5_1 ._delete_1sgi5_45 img{height:24px}._installments_dipbi_1{color:#fff;grid-row-gap:16px;background-color:#2d2a26;border-radius:8px;padding:16px calc(6.25vw - 1.5px);display:grid}@media (width>=1200px){._installments_dipbi_1{grid-row-gap:32px;padding:24px 0}}._installments__header_dipbi_16{align-items:center;display:flex;position:relative}._installments__header_dipbi_16 button{padding:unset;background-color:#0000;border-radius:100%;justify-content:center;align-items:center;display:flex}._installments__header_dipbi_16 button:hover{background-color:#fff3}._installments__header_dipbi_16 h3{margin-left:8px}@media (width>=1200px){._installments__header_dipbi_16 h3{margin-left:16px}}button._installments__btnBack_dipbi_41{border:unset;width:calc(6.25vw - 9.5px)}@media (width>=480px){button._installments__btnBack_dipbi_41{justify-content:flex-start;width:24px}}@media (width>=1200px){button._installments__btnBack_dipbi_41{justify-content:center;width:32px;height:32px;margin-left:24px}button._installments__btnBack_dipbi_41 img{height:14px}}button._installments__btnInfo_dipbi_63{border:1px solid #fff;width:24px;height:24px;position:absolute;right:0}@media (width>=1200px){button._installments__btnInfo_dipbi_63{width:32px;height:32px;right:24px}button._installments__btnInfo_dipbi_63 img{height:14px}}._installments__grid_dipbi_81{grid-column-gap:8px;grid-row-gap:12px;grid-template-columns:calc(62.5vw - 23px) calc(25vw - 14px);display:grid}@media (width>=1200px){._installments__grid_dipbi_81{grid-column-gap:16px;grid-row-gap:8px;grid-template-columns:344px 200px;margin:0 216px}}._installments__gridSep_dipbi_96{background-color:#fff;grid-column:1/3;height:1px}._installment_date_dipbi_102{margin-left:calc(6.25vw - 1.5px);display:flex}._installment_date_dipbi_102 ._no_dipbi_106{margin-right:8px}@media (width>=1200px){._installment_date_dipbi_102{margin-left:unset}}._installments__description_dipbi_115{margin-top:-8px;font-size:12px;font-weight:300;line-height:1.33}@media (width>=1200px){._installments__description_dipbi_115{margin:-24px 216px 0}}._installments__btnConfirm_dipbi_127{justify-self:center;font-size:12px;font-weight:700;line-height:1.33;min-width:unset!important;width:110px!important}@media (width>=1200px){._installments__btnConfirm_dipbi_127{width:128px!important}}._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1{margin-bottom:24px}._stripeBox_container_1gn9h_1 ._inputBox_1gn9h_4{background-color:#fff;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;width:calc(87.5vw - 29px);height:32px;padding:0 16px;font-size:14px;display:flex}@media (width>=481px){._stripeBox_container_1gn9h_1 ._inputBox_1gn9h_4{width:272px}}._stripeBox_container_1gn9h_1 ._halfBox_1gn9h_21{background-color:#fff;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;width:calc(43.75vw - 18.5px);height:32px;padding:0 16px;font-size:14px;display:flex}@media (width>=481px){._stripeBox_container_1gn9h_1 ._halfBox_1gn9h_21{width:128px}}._stripeBox_container_1gn9h_1 ._halfBoxWithMargin_1gn9h_44{background-color:#fff;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;width:calc(43.75vw - 18.5px);height:32px;margin-right:8px;padding:0 16px;font-size:14px;display:flex}@media (width>=481px){._stripeBox_container_1gn9h_1 ._halfBoxWithMargin_1gn9h_44{width:128px;margin-right:16px}}._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._errorField_1gn9h_73{margin-bottom:8px}._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._errorField_1gn9h_73 ._inputBox_1gn9h_4,._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._errorField_1gn9h_73 ._halfBox_1gn9h_21,._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._errorField_1gn9h_73 ._halfBoxWithMargin_1gn9h_44{border:1px solid #ea0a2a;margin-bottom:8px}._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._okField_1gn9h_82 ._inputBox_1gn9h_4,._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._okField_1gn9h_82 ._halfBox_1gn9h_21,._stripeBox_container_1gn9h_1 ._inputWrapper_1gn9h_1._okField_1gn9h_82 ._halfBoxWithMargin_1gn9h_44{border:1px solid #00e0a1}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87 ._button_1gn9h_87{color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#ea0a2a;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87 ._button_1gn9h_87{padding:6px 16px}}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87 ._button_1gn9h_87:hover{color:#ea0a2a;background-color:#fff;border-color:#fff}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87 ._button_1gn9h_87{width:128px}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87._disabled_1gn9h_117 ._button_1gn9h_87{color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#969696;border:1px solid #969696;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87._disabled_1gn9h_117 ._button_1gn9h_87{padding:6px 16px}}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87._disabled_1gn9h_117 ._button_1gn9h_87:hover{color:#969696;background-color:#fff;border-color:#fff}._stripeBox_container_1gn9h_1 ._buttonWrapper_1gn9h_87._disabled_1gn9h_117 ._button_1gn9h_87{cursor:not-allowed}._stripeBox_container_1gn9h_1 ._header_wrapper_1gn9h_147{flex-direction:row;align-items:center;margin-bottom:32px;display:flex}._stripeBox_container_1gn9h_1 ._header_wrapper_1gn9h_147 ._goBackWrapper_1gn9h_153{cursor:pointer;flex-direction:row;align-items:center;display:flex}._stripeBox_container_1gn9h_1 ._header_wrapper_1gn9h_147 ._goBack_1gn9h_153 img{height:16px;margin-right:32px}._stripeBox_container_1gn9h_1 form{flex-direction:column;align-items:center;display:flex}._stripeBox_container_1gn9h_1 form ._row_1gn9h_168{flex-direction:row;align-items:center;display:flex}._stripeBox_container_1gn9h_1 form ._row_1gn9h_168._saveCCInfo_1gn9h_173{margin-bottom:16px;font-size:12px;font-weight:300;line-height:1.33}._stripeBox_container_1gn9h_1 form input[type=checkbox]{margin-left:0;margin-right:8px}._stripeBox_container_1gn9h_1 ._error_1gn9h_73{color:#ea0a2a;margin-left:16px}._stripeBox_container_1gn9h_1 ._error_row_1gn9h_187{flex-direction:column;width:272px;display:flex}._stripeBox_container_1gn9h_1 ._error_row_1gn9h_187 ._error_1gn9h_73{margin-bottom:8px}._cardsListContainer_12j11_1 ._header_wrapper_12j11_1{flex-direction:row;align-items:center;margin-bottom:32px;display:flex}._cardsListContainer_12j11_1 ._header_wrapper_12j11_1 ._goBackWrapper_12j11_7{cursor:pointer;flex-direction:row;align-items:center;display:flex}._cardsListContainer_12j11_1 ._header_wrapper_12j11_1 ._goBack_12j11_7 img{height:16px;margin-right:32px}._cardsListContainer_12j11_1 ._separator_12j11_17{border-bottom:1px solid #0000;margin:16px 32px}@media (width>=481px){._cardsListContainer_12j11_1 ._separator_12j11_17{border-bottom:1px solid #4e4e4e}}._cardsListContainer_12j11_1 ._cardItemWrapper_12j11_26{margin-bottom:8px}@media (width>=481px){._cardsListContainer_12j11_1 ._cardItemWrapper_12j11_26{margin-bottom:16px}}._ccaddNew_container_uvyl1_1{color:#2d2a26;cursor:pointer;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin:0;padding:24px;display:flex}._ccaddNew_container_uvyl1_1 img{height:12px}._ccaddNew_container_uvyl1_1 ._left_uvyl1_15,._ccaddNew_container_uvyl1_1 ._right_uvyl1_16{justify-content:center;align-items:center;display:flex}._ccaddNew_container_uvyl1_1 ._plusIcon_uvyl1_21{margin-right:16px}._ccaddNew_container_uvyl1_1 ._cardIcon_uvyl1_24 img{height:16px}@media (width>=1200px){._ccaddNew_container_uvyl1_1{border-radius:16px;justify-content:space-between;margin:0 32px;padding:40px 64px 40px 40px}._ccaddNew_container_uvyl1_1 img{height:16px}._ccaddNew_container_uvyl1_1 ._cardIcon_uvyl1_24 img{height:24px}._ccaddNew_container_uvyl1_1 ._plusIcon_uvyl1_21{margin-right:32px}}._balloonBoxModal_1cwu0_1{z-index:5000;background:#2d2a2680;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._balloonBoxModal__container_1cwu0_14{grid-row-gap:32px;text-align:center;place-items:start center;padding:0 32px;font-size:12px;display:grid}@media (width>=1200px){._balloonBoxModal__container_1cwu0_14{width:416px}}._balloonBoxModal__img_1cwu0_29{width:32px;height:32px}._balloonBoxModal__btnClose_1cwu0_34{position:absolute;top:16px;right:16px}._balloonBoxModal__btnClose_1cwu0_34:hover{background-color:#0000!important}._balloonBoxModal__btnClose_1cwu0_34 img{width:16px!important;height:16px!important}._popupModal_1cwu0_47{text-align:center;flex-direction:column;align-items:center;width:calc(87.5vw - 29px);display:flex}._popupModal_1cwu0_47 ._text_1cwu0_54{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;width:calc(62.5vw - 23px);display:-webkit-box;overflow:hidden}._popupModal_1cwu0_47 ._buttons_1cwu0_62{flex-direction:row;justify-content:space-evenly;width:calc(75vw - 26px);margin-top:48px;display:flex}@media (width>=1200px){._popupModal_1cwu0_47{width:416px}._popupModal_1cwu0_47 ._text_1cwu0_54{width:272px}._popupModal_1cwu0_47 ._buttons_1cwu0_62{width:344px}}._voucherbox_container_udmon_1 ._header_wrapper_udmon_1{flex-direction:row;align-items:center;margin-bottom:32px;display:flex}._voucherbox_container_udmon_1 ._header_wrapper_udmon_1 ._goBackWrapper_udmon_7{cursor:pointer;flex-direction:row;align-items:center;display:flex}._voucherbox_container_udmon_1 ._header_wrapper_udmon_1 ._goBack_udmon_7 img{height:16px;margin-right:32px}._voucherbox_container_udmon_1 form{grid-row-gap:0;flex-direction:column;align-items:center;padding-top:0;display:flex}._voucherbox_container_udmon_1 form input{width:calc(87.5vw - 29px);margin-left:0}._voucherbox_container_udmon_1 form button{width:calc(31.25vw - 15.5px)}@media (width>=481px){._voucherbox_container_udmon_1 form input{width:560px}._voucherbox_container_udmon_1 form button{width:128px}}._voucherbox_container_udmon_1 form>div:last-child{margin-top:8px}._voucherbox_container_udmon_1 ._invalid_voucher_error_udmon_42{text-align:center;color:#ea0a2a;margin-top:8px}._voucherbox_container_udmon_1 ._no_tickets_selected_udmon_47{text-align:center;margin-bottom:32px}._voucher_recap_container_97zyy_1{color:#fff;background-color:#2d2a26;border-radius:16px;padding:24px}._voucher_recap_container_97zyy_1 ._header_wrapper_97zyy_7{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._voucher_recap_container_97zyy_1 ._header_wrapper_97zyy_7 img{height:16px;margin-right:16px}@media (width>=1200px){._voucher_recap_container_97zyy_1 ._header_wrapper_97zyy_7 img{margin-right:32px}}._voucher_recap_container_97zyy_1 ._goBackWrapper_97zyy_23,._voucher_recap_container_97zyy_1 ._editWrapper_97zyy_24{cursor:pointer;flex-direction:row;align-items:center;display:flex}._voucher_recap_container_97zyy_1 ._editWrapper_97zyy_24{border:1px solid #fff;border-radius:24px;flex-direction:row;justify-content:space-between;padding:8px 16px;font-weight:700;display:flex}._voucher_recap_container_97zyy_1 ._editWrapper_97zyy_24 img{margin-left:16px;margin-right:0}@media (width>=1200px){._voucher_recap_container_97zyy_1 ._editWrapper_97zyy_24 img{margin-left:32px}}._voucher_recap_container_97zyy_1 ._content_97zyy_48{flex-direction:row;justify-content:center;display:flex}._voucher_recap_container_97zyy_1 ._content_97zyy_48 ._infobox_container_97zyy_53{flex-direction:column;justify-content:center;align-items:center;width:calc(87.5vw - 29px);display:flex}@media (width>=481px){._voucher_recap_container_97zyy_1 ._content_97zyy_48 ._infobox_container_97zyy_53{width:560px}}._voucher_recap_container_97zyy_1 ._content_97zyy_48 ._infobox_container_97zyy_53 ._infobox_row_97zyy_65{border-top:1px solid #fff;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:8px 0;display:flex}._voucher_recap_container_97zyy_1 ._content_97zyy_48 ._infobox_container_97zyy_53 ._infobox_row_97zyy_65._right_97zyy_74{justify-content:flex-end}._voucher_recap_container_97zyy_1 ._content_97zyy_48 ._infobox_container_97zyy_53 ._infobox_row_97zyy_65:last-child{border-bottom:1px solid #fff}._voucher_recap_container_97zyy_1 ._insufficientAmount_97zyy_80{color:#ea0a2a;font-weight:700}._recapSticky_17n0i_1{z-index:4000;position:sticky;bottom:8px}._recapSticky_17n0i_1._mobileSafari_17n0i_6{bottom:24px}._checkout_recapbox_container_iq8u6_1{color:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}._checkout_recapbox_container_iq8u6_1 ._header_iq8u6_7{color:#2d2a26;background-color:#fff;border:1px solid #f5f5f5;flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:8px 16px;display:flex}._checkout_recapbox_tickets_container_1kfss_1{background-color:#fff;padding:16px 0}@media (width<=819.98px){._checkout_recapbox_tickets_container_1kfss_1{background-color:#fff;padding-right:16px}}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11{flex-flow:wrap;justify-content:flex-start;padding:0 16px;display:flex}@media (width<=819.98px){._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11{scrollbar-width:none;flex-wrap:nowrap;overflow:auto hidden}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ::-webkit-scrollbar{display:none}}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11{color:#2d2a26;box-sizing:content-box;background-color:#f5f5f5;border-top-left-radius:8px;border-bottom-left-radius:8px;flex-direction:row;justify-content:space-between;width:calc(25vw - 14px);height:48px;margin-bottom:16px;margin-right:32px;padding:8px 24px 8px 8px;font-weight:700;display:flex;position:relative}@media (width>=1200px){._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11{width:96px}}@media (width<=819.98px){._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11{margin-bottom:unset;flex-shrink:0}}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58{flex-direction:column;justify-content:space-around;display:flex}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58 ._seat_1kfss_63{font-size:1em;font-weight:400}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58 ._amount_1kfss_67{font-size:1.5em}@media (width<=819.98px){._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58 ._amount_1kfss_67{font-size:1em}}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58 ._title_1kfss_75{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:128px;font-size:10px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58._small_1kfss_87{font-size:10px}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._data_1kfss_58._small_1kfss_87 ._title_1kfss_75{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._tip_corner_1kfss_97{position:absolute;top:0;right:-8px}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._tip_corner_1kfss_97 img{height:64px}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._remove_tickets_1kfss_105{z-index:3000;cursor:pointer;position:absolute;top:2px;right:-6px}._checkout_recapbox_tickets_container_1kfss_1 ._tickets_1kfss_11 ._ticket_1kfss_11 ._remove_tickets_1kfss_105 img{height:16px}._checkout_recapbox_totals_container_1d5d8_1{color:#2d2a26;background-color:#f2f2f2;flex-direction:row;justify-content:flex-end;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._terms_1d5d8_8,._checkout_recapbox_totals_container_1d5d8_1 ._additionalTerms_1d5d8_9,._checkout_recapbox_totals_container_1d5d8_1 ._additionalTermsDescription_1d5d8_10{cursor:pointer;justify-content:center;align-items:center;font-size:10px;font-weight:300;line-height:1.2;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._additionalTerms_1d5d8_9 input,._checkout_recapbox_totals_container_1d5d8_1 ._defaultTerms_1d5d8_20 input{margin-left:0}._checkout_recapbox_totals_container_1d5d8_1 ._termsWrapper_1d5d8_23{cursor:pointer;flex-direction:column;justify-content:space-evenly;align-items:flex-start;padding-left:16px;font-size:10px;font-weight:300;line-height:1.2;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._termsWrapper_1d5d8_23 ._defaultTerms_1d5d8_20{flex-direction:row;justify-content:center;align-items:center;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._subtotal_1d5d8_40{text-align:right;flex-direction:column;flex:3;justify-content:center;font-size:10px;font-weight:300;line-height:1.2;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._commission_1d5d8_50{text-align:right;flex-direction:column;flex:2;justify-content:center;font-size:10px;font-weight:300;line-height:1.2;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._total_1d5d8_60{text-align:right;flex:1;position:relative}._checkout_recapbox_totals_container_1d5d8_1 ._total_1d5d8_60 ._amount_1d5d8_65{font-weight:700}._checkout_recapbox_totals_container_1d5d8_1 ._total_1d5d8_60 ._balloon_container_1d5d8_68{justify-content:flex-end;margin-right:-32px;display:flex}._checkout_recapbox_totals_container_1d5d8_1 ._total_1d5d8_60 ._balloon_container_1d5d8_68 img{height:72px}._checkout_recapbox_totals_container_1d5d8_1 ._total_1d5d8_60 ._total_data_1d5d8_76{color:#2d2a26;text-align:left;position:absolute;top:50%;right:16px;transform:translateY(-50%)}._checkout_recapbox_totals_container_1d5d8_1 ._buy_1d5d8_84{cursor:pointer;background-color:#fff;position:relative}._checkout_recapbox_totals_container_1d5d8_1 ._buy_1d5d8_84 ._balloon_container_1d5d8_68{margin-right:0}._checkout_recapbox_totals_container_1d5d8_1 ._buy_1d5d8_84 ._text_1d5d8_92{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-20%,-50%)}._checkout_recapbox_totals_container_1d5d8_1 ._label_1d5d8_99{margin-bottom:8px;font-weight:400}._checkout_recapbox_totals_container_1d5d8_1 ._amount_1d5d8_65{font-weight:700}._checkout_recapbox_totals_container_1d5d8_1._longCC_1d5d8_107 h3{font-size:21px}._checkout_recapbox_mobile_header_container_butsq_1{color:#2d2a26;background-color:#fff;border-bottom:1px solid #f2f2f2;border-top-left-radius:8px;border-top-right-radius:8px;flex-direction:row;justify-content:space-between;padding:8px 32px;display:flex}._checkout_recapbox_mobile_header_container_butsq_1 ._label_butsq_12{font-size:1em;font-weight:700}._checkout_recapbox_mobile_header_container_butsq_1 ._arrow_butsq_16{align-items:center;display:flex}._checkout_recapbox_mobile_header_container_butsq_1 ._arrow_butsq_16 img{height:8px}._checkout_recapbox_mobile_help_container_10xtx_1{color:#2d2a26;background-color:#fff;border-bottom:1px solid #f2f2f2;flex-direction:row;justify-content:center;padding:8px 32px;font-size:1em;display:flex}._checkout_recapbox_mobile_help_container_10xtx_1 ._help_10xtx_11{color:#ea0a2a;margin-left:8px;font-weight:700}._checkout_recapbox_mobile_help_container_10xtx_1 ._hasMapWithHelp_10xtx_16{flex-direction:row;justify-content:space-between;width:100%;display:flex}._checkout_recapbox_mobile_help_container_10xtx_1 ._hasMapWithHelp_10xtx_16 ._help_10xtx_11{margin-left:0}._checkout_recapbox_mobile_subtotals_container_12rr4_1{color:#2d2a26;background-color:#f2f2f2;border-bottom:1px solid #fff;flex-direction:row;justify-content:space-between;padding:16px;display:flex}._checkout_recapbox_mobile_subtotals_container_12rr4_1 ._label_12rr4_10{margin-bottom:8px;font-size:.8em}._checkout_recapbox_mobile_subtotals_container_12rr4_1 ._amount_12rr4_14{font-weight:700}@media (width<=321.98px){._checkout_recapbox_mobile_subtotals_container_12rr4_1 ._quantity_12rr4_18{display:none}}._checkout_recapbox_mobile_subtotals_container_12rr4_1 ._sbt_box_12rr4_22{background-color:#fff;border:1px solid #969696;border-radius:8px;min-width:96px;padding:16px}._checkout_recapbox_mobile_terms_container_b31l3_1{color:#2d2a26;background-color:#fff;border-bottom:1px solid #f2f2f2;flex-direction:row;justify-content:flex-start;padding:8px 32px;font-size:.8em;display:flex}._checkout_recapbox_mobile_terms_container_b31l3_1 ._defaultTerms_b31l3_11{flex-direction:row;align-items:center;display:flex}._checkout_recapbox_mobile_terms_container_b31l3_1 ._defaultTerms_b31l3_11 input{min-width:none}._checkout_recapbox_mobile_terms_container_b31l3_1 ._terms_and_conditions_b31l3_19{color:#ea0a2a;margin-left:8px;font-weight:700}._checkout_recapbox_mobile_terms_container_b31l3_1 ._additionalTerms_b31l3_24 input,._checkout_recapbox_mobile_terms_container_b31l3_1 ._defaultTerms_b31l3_11 input{margin-left:0}._checkout_recapbox_mobile_totals_container_ghuef_1{background-color:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;justify-content:space-between;display:flex;overflow:hidden}._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9{flex-direction:row;justify-content:space-between;align-items:center;min-width:144px;margin-left:32px;font-weight:700;display:flex}@media (width<=321.98px){._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9{flex-direction:column;min-width:80px}}._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9 ._label_ghuef_24{font-size:1.2em}._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9 ._amount_ghuef_27{font-size:1.6em}@media (width<=282.99px){._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9 ._amount_ghuef_27{font-size:1.4em}}@media (width<=321.98px){._checkout_recapbox_mobile_totals_container_ghuef_1 ._total_ghuef_9 ._amount_ghuef_27{font-size:1.2em}}._checkout_recapbox_mobile_totals_container_ghuef_1 ._buy_ghuef_40{height:48px;position:relative}._checkout_recapbox_mobile_totals_container_ghuef_1 ._buy_ghuef_40 img{width:160px}._checkout_recapbox_mobile_totals_container_ghuef_1 ._buy_ghuef_40 ._label_ghuef_24{z-index:2;color:#fff;font-size:1em;font-weight:700;position:absolute;top:50%;right:32px;transform:translateY(-50%)}@media (width<=282.99px){._checkout_recapbox_mobile_totals_container_ghuef_1 ._buy_ghuef_40 ._label_ghuef_24{right:48px}}._checkout_recapbox_mobile_totals_container_ghuef_1._longCC_ghuef_63 ._label_ghuef_24,._checkout_recapbox_mobile_totals_container_ghuef_1._longCC_ghuef_63 ._amount_ghuef_27{font-size:1em}._countDown_15i3a_1{justify-content:space-between;width:100%;display:flex}._countDown_15i3a_1 ._timer_15i3a_6{color:#ea0a2a}._countDown_15i3a_1 ._timer_15i3a_6 span{font-weight:700}._countDown_15i3a_1 ._icon_15i3a_12 img{width:16px;margin-right:8px}._checkout_season_container_pkh1b_1{margin-top:32px}._checkout_season_container_pkh1b_1 ._dropdown_pkh1b_4{background-color:#fff;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;padding:24px 16px;display:flex}@media (width>=1200px){._checkout_season_container_pkh1b_1 ._dropdown_pkh1b_4{padding:24px}}._checkout_season_container_pkh1b_1 ._dropdown_pkh1b_4 ._arrow_pkh1b_18{cursor:pointer;border-radius:1600px;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._checkout_season_container_pkh1b_1 ._dropdown_pkh1b_4 ._arrow_pkh1b_18 img{height:8px}._checkout_season_container_pkh1b_1 ._dropdown_pkh1b_4 ._arrow_pkh1b_18._isOpen_pkh1b_31{background-color:#2d2a26}._checkout_season_container_pkh1b_1 ._seasonSkeleton_pkh1b_34{width:100%;height:80px;margin-bottom:16px}._checkout_season_items_desktop_container_q9u1x_1{grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0;display:grid}._checkout_season_item_container_ejubr_1{background-color:#fff;border-radius:16px;flex-direction:row;align-items:center;padding:16px;display:flex}._checkout_season_item_container_ejubr_1 ._coverBox_ejubr_9{margin-right:16px}._checkout_season_item_container_ejubr_1 ._coverBox_ejubr_9 img{border-radius:8px;width:64px;height:64px}._checkout_season_item_container_ejubr_1 ._textBox_ejubr_17{flex-direction:column;justify-content:space-evenly;height:64px;display:flex}._checkout_season_item_container_ejubr_1 ._title_ejubr_23{font-size:14px;font-weight:700;line-height:1.14}._checkout_season_item_container_ejubr_1 ._itemSkeleton_ejubr_29{width:100%;height:80px}._checkout_season_items_paginator_container_u72c7_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._checkout_season_items_paginator_container_u72c7_1 ._page_u72c7_7{color:#2d2a26;cursor:pointer;background-color:#fff;border-radius:1600px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;font-size:14px;font-weight:300;line-height:1.14;display:flex}._checkout_season_items_paginator_container_u72c7_1 ._page_u72c7_7._isCurrent_u72c7_22{color:#fff;cursor:default;background-color:#2d2a26;font-weight:700}._checkout_season_items_paginator_container_u72c7_1 ._prev_u72c7_28{margin-right:16px}._checkout_season_items_paginator_container_u72c7_1 ._next_u72c7_31{margin-left:8px}._checkout_season_items_paginator_container_u72c7_1 ._dots_u72c7_34{margin:0 16px}._checkout_season_items_paginator_container_u72c7_1 ._disabled_u72c7_37{opacity:.5;cursor:default}._checkout_season_items_mobile_container_137to_1,._checkout_season_items_skeleton_desktop_container_mft7j_1{grid-template-columns:repeat(1,1fr);gap:8px;margin:16px 0;display:grid}._checkout_season_items_skeleton_desktop_container_mft7j_1 ._itemSkeleton_mft7j_7{border-radius:16px;width:100%;height:104px}._checkout_season_items_paginator_skeleton_container_fd310_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._checkout_season_items_paginator_skeleton_container_fd310_1 ._page_fd310_7{margin-right:16px}._checkout_season_items_skeleton_mobile_container_f3v4m_1{grid-template-columns:repeat(1,1fr);gap:8px;margin:16px 0;display:grid}._checkout_season_items_skeleton_mobile_container_f3v4m_1 ._itemSkeleton_f3v4m_7{border-radius:16px;width:100%;height:104px}._checkout_ticketselection_container_kfwna_1 ._title_kfwna_1{margin-bottom:16px;font-size:1.5em}@media (width<=819.98px){._checkout_ticketselection_container_kfwna_1 ._title_kfwna_1{display:none}}._checkout_ticketselection_automatic_container_kcx28_1{position:relative}@media (width<=819.98px){._checkout_ticketselection_automatic_container_kcx28_1{min-height:auto}}._ticketSkeleton_ibkvt_1{width:100%;height:72px;margin-bottom:16px}@media (width>=1200px){._ticketSkeleton_ibkvt_1{height:123px}}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1{flex-direction:row;margin-bottom:16px;display:flex}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_hidden_o53bc_6{width:100%;height:120px;position:relative}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6{border-top-left-radius:16px;border-bottom-left-radius:16px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:120px;padding-left:48px;display:flex;position:relative}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_placeholder_o53bc_23{opacity:.7;flex:1}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_placeholder_o53bc_23 img{width:40px;height:40px}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_title_o53bc_31{flex:2;font-weight:700}@media (width<=1199.98px){._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_title_o53bc_31{font-size:1.6em}}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_details_o53bc_40{flex-direction:column;flex:3;justify-content:space-evenly;min-height:80px;margin-right:32px;font-size:1em;display:flex}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_details_o53bc_40 ._title_o53bc_49{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_details_o53bc_40 ._details_o53bc_56{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:8px;display:-webkit-box;overflow:hidden}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_price_box_o53bc_64{flex-direction:column;flex:2;justify-content:space-evenly;align-items:flex-start;min-height:80px;display:flex}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_price_box_o53bc_64 ._price_title_o53bc_72{font-size:1em;font-weight:700}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_price_box_o53bc_64 ._price_o53bc_72{font-weight:700}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_price_box_o53bc_64 ._presale_o53bc_79{font-size:1em}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82{z-index:3001;align-items:center;display:flex;position:absolute;top:50%;right:-198px;transform:translateY(-50%)}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._minus_o53bc_91 img,._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._plus_o53bc_92 img{width:16px}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._minus_o53bc_91,._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._plus_o53bc_92{cursor:pointer;box-sizing:content-box;border:2px solid #fff;border-radius:96px;flex-direction:row;width:16px;height:16px;padding:8px;display:flex}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._minus_o53bc_91:hover,._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._plus_o53bc_92:hover{border:2px solid #2d2a26}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._quantity_o53bc_111{text-align:center;min-width:64px;font-weight:700}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._minus_o53bc_91,._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._plus_o53bc_92,._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_box_o53bc_82 ._quantity_o53bc_111{margin-right:24px}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_background_o53bc_121{z-index:3000;position:absolute;top:-1px;right:-216px}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6 ._ticket_select_background_o53bc_121 img{height:122px}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6._green_o53bc_130{background-color:#00e0a1}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_container_o53bc_6._yellow_o53bc_133{background-color:#ffab4d}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_tip_container_o53bc_136{position:relative}._checkout_ticketselection_automatic_ticket_desktop_container_o53bc_1 ._ticket_tip_container_o53bc_136 img{height:120px}button._buttonFees_1ctuj_1{background-color:unset;border:unset;color:#2d2a26;grid-column-gap:2px;letter-spacing:.1px;min-width:unset;width:unset;z-index:3001;grid-template-columns:repeat(3,auto);align-items:center;padding:0;font-weight:400;display:grid;font-size:12px!important}button._buttonFees_1ctuj_1:hover{font-weight:800}@media (width>=768px){button._buttonFees_1ctuj_1{grid-column-gap:4px;font-size:14px!important}}._textFees_1ctuj_27{text-decoration:underline}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1{border-radius:16px;flex-direction:column;margin-bottom:16px;padding:8px 0 8px 16px;display:flex;position:relative;overflow:hidden}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_hidden_ou0zj_11{width:100%;height:80px;position:relative}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:56px;display:flex;position:relative}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25{flex-direction:column;justify-content:space-between;height:100%;display:flex}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31{flex-direction:row;align-items:center;margin-top:3px;display:flex}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31 ._arrow_ou0zj_37{margin-left:16px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31 ._arrow_ou0zj_37 img{width:16px;height:8px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31 ._text_ou0zj_44{font-size:12px;font-weight:300;line-height:1.33}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31._bottom_ou0zj_49{margin-top:8px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._left_data_ou0zj_25 ._see_details_ou0zj_31._hidden_ou0zj_52{visibility:hidden}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_title_ou0zj_55{z-index:3;max-width:160px;font-size:1em;font-weight:700;position:relative}@media (width<=419.98px){._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_title_ou0zj_55{font-size:1em}}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_title_ou0zj_55 ._title_ou0zj_67{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_title_ou0zj_55 ._title_ou0zj_67._open_ou0zj_74{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:16px;display:-webkit-box;overflow:hidden}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_price_box_ou0zj_82{z-index:3;flex-direction:row;align-items:center;display:flex;position:relative}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_price_box_ou0zj_82 ._price_ou0zj_89{margin-right:8px;font-size:1.1em;font-weight:700}@media (width<=282.99px){._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_price_box_ou0zj_82 ._price_ou0zj_89{font-size:1em}}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_price_box_ou0zj_82 ._presale_ou0zj_99{margin-left:8px;font-size:.8em}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103{z-index:3;align-items:center;display:flex;position:relative}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._minus_ou0zj_109 img,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._plus_ou0zj_110 img{width:16px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._minus_ou0zj_109,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._plus_ou0zj_110{cursor:pointer;box-sizing:content-box;border-radius:96px;flex-direction:row;width:16px;height:16px;padding:8px;display:flex}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._minus_ou0zj_109:hover,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._plus_ou0zj_110:hover{background-color:#2d2a26}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._minus_ou0zj_109:hover img,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._plus_ou0zj_110:hover img{filter:invert()}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._quantity_ou0zj_132{text-align:center;min-width:32px;font-size:1.8em;font-weight:700}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._minus_ou0zj_109,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._plus_ou0zj_110,._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_container_ou0zj_11 ._ticket_select_box_ou0zj_103 ._quantity_ou0zj_132{margin-right:3px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143{z-index:3;flex-direction:column;width:calc(100% + 32px);padding:8px 32px 8px 16px;font-size:.8em;display:flex;position:relative;top:8px;left:-16px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._details_ou0zj_155{font-size:12px;font-weight:300;line-height:1.33}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._availableUntil_ou0zj_160{font-weight:700}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31{flex-direction:row;align-items:center;margin-top:3px;display:flex}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31 ._arrow_ou0zj_37{margin-left:16px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31 ._arrow_ou0zj_37 img{width:16px;height:8px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31 ._text_ou0zj_44{font-size:12px;font-weight:300;line-height:1.33}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31._bottom_ou0zj_49{margin-top:8px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143 ._see_details_ou0zj_31._hidden_ou0zj_52{visibility:hidden}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143._green_ou0zj_187{background-color:#00e0a1}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_details_ou0zj_143._yellow_ou0zj_190{background-color:#ffab4d}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_select_background_ou0zj_193{z-index:2;height:84px;margin-top:-11px;position:absolute;right:-16px}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1 ._ticket_select_background_cover_ou0zj_200{z-index:2;background-color:#fff;width:16px;height:80px;position:absolute;top:0;right:0}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1._green_ou0zj_187{background-color:#00e0a1}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1._yellow_ou0zj_190{background-color:#ffab4d}._checkout_ticketselection_automatic_ticket_mobile_container_ou0zj_1._hidden_ou0zj_52{background-color:#0000!important}._showMoreContainer_sutym_1{margin-bottom:48px}._showMoreContainer_sutym_1 button{border:unset;background-color:#0000;justify-content:space-between;align-items:center;min-width:190px;display:flex}._showMoreContainer_sutym_1._showAll_sutym_12{margin-bottom:unset}._showMoreBox_sutym_16{z-index:2000;background:linear-gradient(#f2f2f200 0%,#f2f2f2 70%);justify-content:center;align-items:flex-end;width:100%;height:64px;display:flex;position:absolute;bottom:-32px}@media (width<=819.98px){._showMoreBox_sutym_16{background:linear-gradient(#f2f2f200 0%,#f2f2f2 50%)}}@media (width>=481px){._showMoreBox_sutym_16{height:144px}}._showMoreBox_sutym_16._whiteGradient_sutym_38{background:linear-gradient(360deg,#fff 0%,#f2f2f280 100%)}._showMoreBox_sutym_16._noGradient_sutym_42{height:96px}._showLessBox_sutym_46{justify-content:center;align-items:center;width:100%;margin:-10px 0 16px;display:flex}._showMoreContainer_sutym_1._shortenButton_sutym_54 button{min-width:130px}._checkout_ticketselection_filters_desktop_container_1popc_1{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._checkout_ticketselection_filters_pricerange_desktop_container_ktk8i_1{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._checkout_ticketselection_filters_pricerange_desktop_container_ktk8i_1 ._text_ktk8i_7,._checkout_ticketselection_filters_pricerange_desktop_container_ktk8i_1 ._slider_ktk8i_8{margin-right:32px}._checkout_ticketselection_filters_pricerange_desktop_container_ktk8i_1 ._text_ktk8i_7{font-weight:700}._checkout_ticketselection_filters_pricerange_desktop_container_ktk8i_1 ._slider_ktk8i_8{min-width:192px}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1{flex-direction:row;justify-content:space-between;align-items:flex-end;display:flex}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._filter_container_1w171_7{flex-direction:column;flex:2;display:flex}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._filter_container_1w171_7 ._text_container_1w171_12{flex-direction:row;justify-content:space-between;font-size:1em;display:flex}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._filter_container_1w171_7 ._text_container_1w171_12 ._label_1w171_18{flex:1;font-weight:700}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._filter_container_1w171_7 ._text_container_1w171_12 ._from_to_1w171_22{flex:1}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._filter_container_1w171_7 ._slider_container_1w171_25{margin-top:8px;margin-left:3px;margin-right:3px}._checkout_ticketselection_filters_pricerange_mobile_container_1w171_1 ._switch_container_1w171_30{flex:1;justify-content:flex-end;display:flex}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1{justify-content:flex-end;display:flex}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1 ._header_tz1ra_1{color:#fff;background-color:#2d2a26;border-top-left-radius:16px;border-top-right-radius:16px;justify-content:space-between;align-items:center;width:50%;padding:8px 16px 16px;font-size:1em;font-weight:700;display:flex;position:relative;top:16px}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1 ._header_tz1ra_1 img{height:24px}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1 ._header_tz1ra_1 ._title_tz1ra_24,._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1 ._header_tz1ra_1 ._icon_tz1ra_25{position:relative;top:-3px}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1 ._header_tz1ra_1._active_filters_tz1ra_29{background-color:#ea0a2a}@media (width<=819.98px){._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._header_container_tz1ra_1{margin-top:-16px}}._checkout_ticketselection_filters_mobile_container_tz1ra_1 ._filters_tz1ra_37{z-index:2;background-color:#fff;border-radius:16px;margin-bottom:16px;padding:16px;position:relative}._ticketSeatSelectorContainer_1g3ar_1{grid-row-gap:16px;grid-template-columns:1fr;grid-template-areas:"seat-selector""seat-legend";margin-bottom:32px;display:grid;position:relative}._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9._summary_1g3ar_9._tickets_1g3ar_9{grid-template-areas:"seat-selector""map3d-actions""seat-legend""tickets-summary"}@media (width>=1200px){._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9._summary_1g3ar_9._tickets_1g3ar_9{grid-template-areas:"seat-selector tickets-summary""seat-legend seat-legend"}}._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9._summary_1g3ar_9:not(._tickets_1g3ar_9){grid-template-areas:"seat-selector""map3d-actions""seat-legend""tickets-summary"}@media (width>=1200px){._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9._summary_1g3ar_9:not(._tickets_1g3ar_9){grid-template-areas:"seat-selector""seat-legend""tickets-summary"}}._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9:not(._summary_1g3ar_9){grid-template-areas:"seat-selector""map3d-actions""seat-legend"}@media (width>=1200px){._ticketSeatSelectorContainer_1g3ar_1._seat3D_1g3ar_9:not(._summary_1g3ar_9){grid-template-areas:"seat-selector""seat-legend"}}._ticketSeatSelectorContainer_1g3ar_1:not(._seat3D_1g3ar_9)._summary_1g3ar_9._tickets_1g3ar_9{grid-template-areas:"seat-selector""seat-legend""tickets-summary"}@media (width>=1200px){._ticketSeatSelectorContainer_1g3ar_1:not(._seat3D_1g3ar_9)._summary_1g3ar_9._tickets_1g3ar_9{grid-template-areas:"seat-selector tickets-summary""seat-legend seat-legend"}}._ticketSeatSelectorContainer_1g3ar_1:not(._seat3D_1g3ar_9)._summary_1g3ar_9:not(._tickets_1g3ar_9){grid-template-areas:"seat-selector""seat-legend""tickets-summary"}@media (width>=1200px){._ticketSeatSelectorContainer_1g3ar_1{height:756px;margin-bottom:64px}._ticketSeatSelectorContainer_1g3ar_1._tickets_1g3ar_9._summaryOpened_1g3ar_49{grid-template-columns:560px 432px}._ticketSeatSelectorContainer_1g3ar_1._tickets_1g3ar_9._summaryClosed_1g3ar_52{grid-template-columns:920px 72px}}._seatsLegend_1g3ar_57{grid-area:seat-legend;align-items:center;display:flex}._seatsLegend_1g3ar_57>div{display:flex}._seatsLegend_1g3ar_57>div:not(:first-child){margin-left:16px}._seatsLegend_1g3ar_57 img{margin-right:8px}._skeleton_1g3ar_72{position:absolute;top:0;left:0}._linkedSeatsConfirm__wrapper_1c76m_1{z-index:5000;background:#2d2a2680;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._linkedSeatsConfirm_1c76m_1{grid-row-gap:16px;justify-items:center;display:grid}._linkedSeatsConfirm__buttonBar_1c76m_20{justify-content:center;display:flex}._linkedSeatsConfirm__buttonBar_1c76m_20>:not(:last-child){margin-right:16px}._textboxes_balloonbox_1cnoy_1{flex-direction:column;justify-content:center;align-items:center;padding:32px 64px;display:flex}._textboxes_balloonbox_1cnoy_1 ._title_1cnoy_8{margin-top:16px;font-weight:700}._textboxes_balloonbox_1cnoy_1 ._content_1cnoy_12{text-align:center;margin-top:16px}._textboxes_balloonbox_1cnoy_1 ._content_1cnoy_12._fullWidth_1cnoy_16{width:100%}._textboxes_balloonbox_1cnoy_1._noPadding_1cnoy_20{padding:0}._seatSelectorContainer_q58e8_1{background-color:#fff;border-radius:16px;grid-area:seat-selector;height:320px;position:relative}@media (width>=1200px){._seatSelectorContainer_q58e8_1{border-top-left-radius:16px;border-bottom-left-radius:16px;height:756px}}._mapBackButton_q58e8_16{z-index:6;color:#fff;background-color:#0000;justify-content:center;align-items:center;width:32px;height:32px;display:flex;top:16px;right:16px;border:1px solid #fff!important;position:absolute!important}._mapBackButton_q58e8_16 ._text_q58e8_30{opacity:0;display:none}._mapBackButton_q58e8_16:hover{background-color:#0000!important}@media (width>=1200px){._mapBackButton_q58e8_16:hover{justify-content:space-between;width:140px;padding-left:12px;padding-right:12px}._mapBackButton_q58e8_16:hover ._text_q58e8_30{animation:.15s ease-in .1s forwards _animate-Text_q58e8_1;display:block}}._mapFullScreenButton_q58e8_50{z-index:6;background-color:#0000;justify-content:center;align-items:center;width:32px;height:32px;display:flex;top:16px;left:16px;border:1px solid #fff!important;position:absolute!important}@media (width>=1200px){._mapFullScreenButton_q58e8_50{display:none}}._mapFullScreenButton_q58e8_50._withLegend_q58e8_68{left:64px}._mapSectorsButton_q58e8_72{z-index:6;background-color:#fff;justify-content:center;align-items:flex-start;width:32px;height:32px;padding-top:3px;display:flex;top:16px;left:16px;border:1px solid #fff!important;position:absolute!important}._mapSectorsButton_q58e8_72 img{width:26px}@media (width>=1200px){._mapSectorsButton_q58e8_72{border:1px solid #2d2a26!important}}._mapSectorsButton_q58e8_72._active_q58e8_94{background-color:#fffc;border-color:#0000!important;border-radius:4px 4px 0 0!important}._seatSelector__section_q58e8_100{z-index:6;color:#fff;position:absolute;bottom:16px;left:0}@media (width>=1200px){._seatSelector__section_q58e8_100{bottom:unset;top:16px}}._seatSelector__section_q58e8_100 ._label_q58e8_113{z-index:7;align-items:center;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._seatSelector__section_q58e8_100 ._label_q58e8_113 div{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:64px;max-height:30px;display:-webkit-box;overflow:hidden}@keyframes _animate-Text_q58e8_1{0%{opacity:0}to{opacity:1}}._mapContainer_q58e8_141{height:100%}._mapContainer_q58e8_141>div{border-radius:16px}._mapControlsContainer_q58e8_148{z-index:3000;display:none;position:absolute;bottom:0;left:0}@media (width>=1200px){._mapControlsContainer_q58e8_148{display:block}}._mapControls_q58e8_148{grid-column-gap:16px;grid-template-columns:repeat(3,32px);align-items:center;height:64px;padding-left:24px;display:grid;position:absolute;top:0;left:0}._mapControls_q58e8_148 button:hover{background-color:#2d2a2699!important}._mapControlButton_q58e8_176{border:unset;width:32px;height:32px;padding:unset;background-color:#0000;justify-content:center;align-items:center;display:flex}._mapNavDown_q58e8_187,._mapNavLeft_q58e8_188,._mapNavRight_q58e8_189,._mapNavUp_q58e8_190{z-index:6;display:none!important;position:absolute!important}@media (width>=1200px){._mapNavDown_q58e8_187,._mapNavLeft_q58e8_188,._mapNavRight_q58e8_189,._mapNavUp_q58e8_190{display:block!important}}._mapNavUp_q58e8_190{top:16px;left:calc(50% - 16px)}._mapNavUp_q58e8_190 img{transform:rotate(180deg)}._mapNavRight_q58e8_189{top:calc(50% - 16px);right:16px}._mapNavRight_q58e8_189 img{transform:rotate(270deg)}._mapNavDown_q58e8_187{bottom:16px;left:calc(50% - 16px)}._mapNavLeft_q58e8_188{top:calc(50% - 16px);left:16px}._mapNavLeft_q58e8_188 img{transform:rotate(90deg)}._map3dControls_q58e8_233{z-index:6;grid-template-columns:1fr;justify-content:space-between;width:100%;height:32px;padding:0 16px;display:grid;position:absolute;bottom:16px}@media (width>=1200px){._map3dControls_q58e8_233{grid-template-columns:repeat(3,1fr)}}._map3dControls_q58e8_233 ._btnCancel_q58e8_249,._map3dControls_q58e8_233 ._btnContinue_q58e8_250{height:32px;display:none}@media (width>=1200px){._map3dControls_q58e8_233 ._btnCancel_q58e8_249,._map3dControls_q58e8_233 ._btnContinue_q58e8_250{display:block}}._map3dControls_q58e8_233 ._btnCancel_q58e8_249{justify-self:center}._map3dControls_q58e8_233 ._btnContinue_q58e8_250{justify-self:end}._map3dControls__ticket_q58e8_267{grid-column-gap:16px;color:#fff;grid-template-columns:repeat(3,auto);justify-content:start;align-items:center;margin-left:-16px;display:grid;position:relative}._map3dControls__ticket_q58e8_267 ._section_q58e8_277{position:relative}._map3dControls__ticket_q58e8_267 ._section_q58e8_277 ._label_q58e8_113{z-index:7;align-items:center;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._map3dControls__ticket_q58e8_267 ._section_q58e8_277 ._label_q58e8_113 div{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:64px;max-height:30px;display:-webkit-box;overflow:hidden}._map3dControls__ticketText_q58e8_300{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._map3dActionsMobile_q58e8_308{background-color:#fff;border-bottom-right-radius:16px;border-bottom-left-radius:16px;grid-area:map3d-actions;justify-content:space-between;align-items:center;height:96px;margin-top:-48px;padding:32px calc(12.5vw - 11px) 0;display:flex}@media (width>=1200px){._map3dActionsMobile_q58e8_308{display:none}}._map3dActionsMobile_q58e8_308 button{width:124px;height:32px}._seatSelectorContainer_q58e8_1._fullScreen_q58e8_330{z-index:5000;width:100vw;height:100%;position:fixed;top:0;left:0}._seatSelectorContainer_q58e8_1._fullScreen_q58e8_330 ._mapContainer_q58e8_141>div{border-radius:0}._seatSelectorContainer_q58e8_1._fullScreen_q58e8_330 ._map3dControls__ticket_q58e8_267{display:none}._map3dActionsMobile_q58e8_308._fullScreen_q58e8_330{width:100vw;height:unset;z-index:5001;background-color:unset;border-radius:unset;margin-left:-16px;padding:0 46px;position:fixed;bottom:28px}._sectors_17la4_1{z-index:7;background-color:#fffc;border-radius:0 4px 4px;min-width:200px;max-height:250px;padding:8px 0;animation:.3s _showSectors_17la4_1;position:absolute;top:48px;left:16px;overflow-y:auto}@media (width>=1200px){._sectors_17la4_1{max-height:620px}}._sectors__sector_17la4_20{grid-column-gap:8px;cursor:pointer;grid-template-columns:16px 1fr auto auto;justify-content:center;align-items:center;padding:8px;transition:background-color .3s;display:grid}._sectors__sector_17la4_20:hover{background-color:#2d2a2626}._sectors__icon_17la4_34{border-radius:4px;width:100%;height:16px}._sectors__all_17la4_40{grid-column:1/4}._sectors__checkbox_17la4_44{border:1px solid #2d2a26;border-radius:4px;width:16px;height:16px}._sectors__checkbox_17la4_44 div{border:4px solid #0000;border-radius:3px;width:100%;height:100%;transition:border .3s}._sectors__checkbox_17la4_44._active_17la4_57 div{border-color:#ea0a2a}@keyframes _showSectors_17la4_1{0%{opacity:0}to{opacity:1}}._seatTooltip_8suaq_1{z-index:4000;opacity:0;background-color:#fff;border-radius:8px;height:128px;animation:.15s ease-in forwards _animate-tooltip_8suaq_1;position:fixed}._seatTooltip_8suaq_1:after{content:" ";border:8px solid #0000;border-top-color:#fff;margin-left:-8px;position:absolute;top:calc(100% - 2px);left:50%}._seatTooltip__content_8suaq_22{grid-template-columns:128px;display:grid}._seatTooltip__contentSeat_8suaq_27{grid-row-gap:8px;cursor:pointer;padding:16px;display:grid}._seatTooltip__contentSeparator_8suaq_34{background-color:#2d2a26;width:100%;height:1px}._seatTooltip_8suaq_1._seat3d_8suaq_40 ._seatTooltip__content_8suaq_22{grid-column-gap:16px;grid-template-columns:repeat(2,128px)}._seatTooltip_8suaq_1._seat3d_8suaq_40 ._seatTooltip__contentSeat_8suaq_27{align-content:center;padding-right:0}._seatTooltip_8suaq_1._seat3d_8suaq_40 ._seatTooltip__contentSeat3d_8suaq_48{border-radius:8px;justify-content:flex-end;height:128px;padding:1px 1px 1px 0;display:flex}._seatTooltip_8suaq_1._seat3d_8suaq_40 ._seatTooltip__contentSeat3d_8suaq_48 img{border-radius:8px;width:126px;height:126px}._seatTooltip_8suaq_1._seat3d_8suaq_40:after{left:64px}@keyframes _animate-tooltip_8suaq_1{0%{opacity:0}to{opacity:1}}._ticketsSummaryContainer_133kh_1{background-color:#fff;border-radius:16px;grid-area:tickets-summary;overflow:hidden}@media (width>=1200px){._ticketsSummaryContainer_133kh_1{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-16px;padding-left:16px}}._ticketsSummaryHeader_133kh_16{justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 calc(6.25vw - 9.5px);display:flex}@media (width>=1200px){._ticketsSummaryHeader_133kh_16{align-items:start;height:96px;padding:16px 16px 0 48px}}._ticketsSummaryHeader__title_133kh_32 ._seats_133kh_32{align-items:center;display:flex}._ticketsSummaryHeader__title_133kh_32 ._seats_133kh_32 img{margin-right:8px}@media (width>=1200px){._ticketsSummaryHeader__title_133kh_32 ._seats_133kh_32 img{display:none}}._ticketsSummaryHeader__title_133kh_32 ._rate_133kh_44{display:none}@media (width>=1200px){._ticketsSummaryHeader__title_133kh_32 ._rate_133kh_44{display:block}}._ticketsSummaryHeader__btnToggle_133kh_53 ._imgToggle_133kh_53{transform:rotate(270deg)}@media (width>=1200px){._ticketsSummaryHeader__btnToggle_133kh_53 ._imgToggle_133kh_53{transform:unset}}._ticketsSummaryHeader__btnToggle_133kh_53 ._imgCloseLaptop_133kh_61{display:none}._ticketsSummaryTickets_133kh_65{grid-row-gap:16px;background-color:#2d2a26;align-content:start;padding:32px calc(6.25vw - 9.5px);display:grid;position:relative}._ticketsSummaryTickets_133kh_65._closed_133kh_73{display:none}@media (width>=1200px){._ticketsSummaryTickets_133kh_65._closed_133kh_73{display:grid}._ticketsSummaryTickets_133kh_65{background-color:#fff;height:calc(100% - 96px);padding:0 16px;overflow:auto}}._ticketsSummaryCloseMobile_133kh_90{position:absolute;bottom:0;left:calc(50% - 16px)}._ticketsSummaryCloseMobile_133kh_90 img{transform:rotate(180deg)}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader__btnToggle_133kh_53 ._imgToggle_133kh_53{transform:rotate(90deg)}@media (width>=1200px){._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99{grid-row-gap:8px}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader_133kh_16{height:48px;margin-bottom:48px;padding-left:16px}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader__btnToggle_133kh_53{margin-left:10px}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader__btnToggle_133kh_53 ._imgToggle_133kh_53{display:none}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader__btnToggle_133kh_53 ._imgCloseLaptop_133kh_61{display:block}._ticketsSummaryContainer_133kh_1._summaryClosed_133kh_99 ._ticketsSummaryHeader__title_133kh_32{display:none}}._ticketSummary_1egqm_1{display:flex;position:relative}._ticketSummary__ticketNumber_1egqm_6{z-index:2;position:absolute;top:12px;left:-1px}@media (width>=1200px){._ticketSummary__ticketNumber_1egqm_6{top:0;left:16px}}._ticketSummary__ticketNumber_1egqm_6 ._imgNumber_1egqm_18{transform:rotate(270deg)}@media (width>=1200px){._ticketSummary__ticketNumber_1egqm_6 ._imgNumber_1egqm_18{transform:unset}}._ticketSummary__ticketNumber_1egqm_6 ._number_1egqm_26{color:#fff;z-index:2;justify-content:center;width:100%;height:100%;display:flex;position:absolute;top:5px;left:-5px}@media (width>=1200px){._ticketSummary__ticketNumber_1egqm_6 ._number_1egqm_26{top:2px;left:0}}._ticketSummary__ticketNumber_1egqm_6 ._ticket_1egqm_1{writing-mode:tb-rl;margin-top:8px;margin-left:5px;display:none;transform:rotate(-180deg)}@media (width>=1200px){._ticketSummary__ticketNumber_1egqm_6 ._ticket_1egqm_1{display:block}}._ticketSummary__details_1egqm_56{z-index:1}._ticketSummary__details_1egqm_56 img._background_1egqm_59{width:calc(75vw - 10px);height:104px}@media (width>=481px){._ticketSummary__details_1egqm_56 img._background_1egqm_59{width:unset}}@media (width>=1200px){._ticketSummary__details_1egqm_56 img._background_1egqm_59{width:unset;height:unset}}._ticketSummary__details_1egqm_56 select{background-color:#fff;border:1px solid #2d2a26}._ticketSummary__detailsContent_1egqm_79{grid-row-gap:4px;justify-items:start;width:calc(75vw - 10px);padding:8px 8px 8px calc(6.25vw + 6.5px);display:grid;position:absolute;top:0}@media (width>=481px){._ticketSummary__detailsContent_1egqm_79{background-color:#f5f5f5;border-radius:16px;height:104px;margin-left:16px;padding-left:calc(6.25vw - 9.5px)}}@media (width>=1200px){._ticketSummary__detailsContent_1egqm_79{margin-left:unset;background-color:unset;border-radius:unset;width:calc(100% - 56px);padding:8px 16px 16px 72px}}._ticketSummary__detailsContent_1egqm_79 h3{height:16px}@media (width>=1200px){._ticketSummary__detailsContent_1egqm_79 h3{height:unset}}._ticketSummary__detailsContent_1egqm_79 select{appearance:none;background-image:var(--image-arrow-down);cursor:pointer;background-position:right 10px bottom 46%;background-repeat:no-repeat;background-size:11.83px 5.16px;width:100%;height:28px;padding:0 12px}@media (width>=1200px){._ticketSummary__detailsContent_1egqm_79 select{background-position:right 16px bottom 46%}}._ticketSummary__detailsContent_1egqm_79 ._loader_1egqm_132{justify-self:center}@media (width>=1200px){._ticketSummary__detailsContent_1egqm_79 ._loader_1egqm_132{margin-top:12px}}._ticketSummary__delete_1egqm_141{position:absolute;top:0;right:0}._ticketSummary__delete_1egqm_141 ._imgBackground_1egqm_146{display:none}@media (width>=1200px){._ticketSummary__delete_1egqm_141 ._imgBackground_1egqm_146{display:block}}._ticketSummary__delete_1egqm_141 ._btnDeleteContainer_1egqm_154{align-items:center;display:flex;position:absolute;top:40px;right:0}@media (width>=1200px){._ticketSummary__delete_1egqm_141 ._btnDeleteContainer_1egqm_154{height:100%;top:0;right:12px}}._ticketSummary_1egqm_1._summaryClosed_1egqm_169 ._ticketSummary__delete_1egqm_141{display:none}@media (width<=819.98px){._checkout_steps_transactionerror_container_1md9z_1{padding:16px}}@media (width<=1199.98px){._checkout_steps_transactionerror_container_1md9z_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_transactionerror_container_1md9z_1{min-width:auto}}._textboxes_roundedbox_1s9q1_1{border-radius:32px;justify-content:flex-start;align-items:center;padding:8px;display:flex}._textboxes_roundedbox_1s9q1_1 ._infoImg_1s9q1_8{margin-right:8px}._textboxes_roundedbox_1s9q1_1._white_1s9q1_12{background-color:#fff}._textboxes_roundedbox_1s9q1_1._black_1s9q1_16{color:#fff;background-color:#2d2a26}._textboxes_roundedbox_1s9q1_1._grey_1s9q1_21{background-color:#f2f2f2}._textboxes_roundedbox_1s9q1_1._yellow_1s9q1_25{background-color:#fee7cb}._textboxes_roundedbox_1s9q1_1._red_1s9q1_29{background-color:#fab5c0}._textboxes_roundedbox_1s9q1_1._green_1s9q1_33{background-color:#aff7e3}._textboxes_roundedbox_1s9q1_1._removeCentering_1s9q1_37{justify-content:start;align-items:flex-start}._checkout__applepayContainer_f7vzv_1{flex-direction:row;justify-content:center;align-items:center;height:100vh;display:flex}._checkout__applepayLabel_f7vzv_9{text-align:center;font-size:2.5em}._checkout__applepay_f7vzv_1{grid-column-gap:32px;grid-template-columns:repeat(2,auto);justify-content:center;place-items:center;height:100%;display:grid}._checkout_steps_transaction_container_f7vzv_24{flex-direction:column;justify-content:center;align-items:center;min-width:1040px;margin-top:256px;padding:32px 64px;display:flex}@media (width<=1199.98px){._checkout_steps_transaction_container_f7vzv_24{min-width:800px}}@media (width<=819.98px){._checkout_steps_transaction_container_f7vzv_24{min-width:auto;padding:16px}}._checkout_steps_transaction_container_f7vzv_24 ._title_f7vzv_48{margin-bottom:16px;font-size:2.5em}._checkout_steps_transaction_container_f7vzv_24 ._enable_popup_warning_f7vzv_52{flex-direction:row;align-items:center;font-size:14px;font-weight:300;line-height:1.14;display:flex}._checkout_steps_transaction_container_f7vzv_24 ._enable_popup_warning_f7vzv_52 img{width:24px;margin-left:8px}._checkout_steps_transaction_container_f7vzv_24 ._form_f7vzv_64{display:none}._checkout_steps_transactionerror_container_1md9z_1{flex-direction:column;justify-content:center;align-items:center;min-width:1040px;padding:32px 64px;display:flex}@media (width<=819.98px){._checkout_steps_transactionerror_container_1md9z_1{padding:16px}}@media (width<=1199.98px){._checkout_steps_transactionerror_container_1md9z_1{min-width:800px}}@media (width<=819.98px){._checkout_steps_transactionerror_container_1md9z_1{min-width:auto}}._checkout_steps_transactionerror_container_1md9z_1 ._transaction_error_body_1md9z_24 ._title_1md9z_24{margin-bottom:32px;font-size:2.5em}._checkout_steps_transactionerror_container_1md9z_1 ._transaction_error_body_1md9z_24 ._go_back_1md9z_28{cursor:pointer;margin-top:32px;font-size:1.2em;text-decoration:underline}._footer_6hi08_1{color:#2d2a26;background-color:#f2f2f2;padding:32px 0 0}@media (width>=481px){._footer_6hi08_1{padding-bottom:32px}}@media (width>=1200px){._footer_6hi08_1{padding-top:64px}}._footer_6hi08_1 *{box-sizing:border-box}._footer_grid_6hi08_20{grid-row-gap:0;align-items:center}._footer_grid_6hi08_20>:not(._footer__rowSeparator_6hi08_24){align-items:center;height:64px;display:flex}@media (width>=481px){._footer_grid_6hi08_20>:not(._footer__rowSeparator_6hi08_24){height:72px}}@media (width>=1200px){._footer_grid_6hi08_20>:not(._footer__rowSeparator_6hi08_24){height:96px}}@media (width>=481px){._footer_logo_6hi08_41{padding-left:32px}}._footer__rowSeparator_6hi08_24{background-color:#dcdcdc;height:1px}@media (width>=481px){._footer__rowSeparator_6hi08_24{background-color:#a9a9a9}._footer__rowSeparator_6hi08_24._noTablet_6hi08_56{display:none}}._footerApps_xa9i0_1{grid-column-gap:8px;grid-template-columns:repeat(2,1fr);display:grid!important}@media (width>=1200px){._footerApps_xa9i0_1{grid-column-gap:16px}}@media (width>=481px){._footerApps_xa9i0_1 ._appleLink_xa9i0_12{justify-self:right}}._footerApps_xa9i0_1 img._apple_xa9i0_12{width:calc(31.25vw - 15.5px);height:32px}@media (width>=481px){._footerApps_xa9i0_1 img._apple_xa9i0_12{width:96px}}._footerApps_xa9i0_1 img._google_xa9i0_25{width:calc(31.25vw + .5px);height:44px;margin-left:-8px}@media (width>=481px){._footerApps_xa9i0_1 img._google_xa9i0_25{width:123px}}img._logo__img_gh7l5_1{width:calc(43.75vw - 18.5px)}@media (width>=481px){img._logo__img_gh7l5_1{width:156px}}img._logo__imgNoText_gh7l5_10,._logo_gh7l5_1._noTextMobile_gh7l5_14 img._logo__img_gh7l5_1{display:none!important}@media (width>=1200px){._logo_gh7l5_1._noTextMobile_gh7l5_14 img._logo__img_gh7l5_1{display:block!important}}._logo_gh7l5_1._noTextMobile_gh7l5_14 img._logo__imgNoText_gh7l5_10{width:32px;display:block!important}@media (width>=1200px){._logo_gh7l5_1._noTextMobile_gh7l5_14 img._logo__imgNoText_gh7l5_10{display:none!important}}._logoSkeleton_gh7l5_32{width:calc(43.75vw - 18.5px);height:34px}@media (width>=481px){._logoSkeleton_gh7l5_32{width:156px}}._logo_gh7l5_1._noTextMobile_gh7l5_14 ._logoSkeleton_gh7l5_32{width:32px}@media (width>=1200px){._logo_gh7l5_1._noTextMobile_gh7l5_14 ._logoSkeleton_gh7l5_32{width:156px}}._footerCompany_157ub_1{justify-content:center}._footerCompany_157ub_1 a{font-size:9px}@media (width>=1200px){._footerCompany_157ub_1 a{font-size:14px}@-moz-document url-prefix(){._footerCompany_157ub_1 a{font-size:13.5px}}._footerCompany_157ub_1._firstElem_157ub_19{padding-left:32px}}._footerCompany_157ub_1._oneline_157ub_24 a{min-width:auto}@media (width>=481px){._footerCompany_157ub_1._oneline_157ub_24 a{min-width:64px}}._footerCopyright_ryqsf_1{flex-direction:column;padding:16px 0;font-size:10px;display:flex;align-items:end!important}@media (width>=481px){._footerCopyright_ryqsf_1{justify-content:flex-end;padding-right:32px;height:unset!important}}._currencySelector_1du2z_1{flex-direction:row;flex:1;justify-content:flex-end;display:flex}._currencySelector_1du2z_1 input{color:#2d2a26;background-color:#fff;border:none;border-radius:32px;margin-left:16px;padding:7.5px 32px}._currencySelector_1du2z_1 input:focus{outline:none}._currencySelector_1du2z_1 select{cursor:pointer;color:#2d2a26;background-color:#fff;background:var(--image-black-down) right/24px no-repeat white;appearance:none;background-position:90%;background-size:16px 8px;border:none;border-radius:32px;min-width:1px;margin-left:16px;padding:7.5px 32px}._currencySelector_1du2z_1 select:focus{outline:none}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 ._checkmark_1du2z_53{background-color:#fff;border-radius:3px;width:24px;height:24px}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 input:checked~._checkmark_1du2z_53{background-color:#fff;border-radius:3px}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 ._checkmark_1du2z_53:after{content:"";display:none;position:absolute}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 input:checked~._checkmark_1du2z_53:after{display:flex}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 ._checkmark_1du2z_53:after{border:3px solid #2d2a26;border-width:0 3px 3px 0;width:5px;height:10px;margin-top:3px;margin-left:8px;transform:rotate(45deg)}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37 ._label_1du2z_82{margin-left:16px}._currencySelector_1du2z_1 ._checkbox_container_1du2z_37:hover input~._checkmark_1du2z_53{background-color:#4e4e4e}._currencySelector_1du2z_1 select{border:1px solid #2d2a26;font-weight:700;min-width:136px!important}@media (width<=819.98px){._currencySelector_1du2z_1 select{height:26px;padding:0 8px;min-width:96px!important;font-size:10px!important}}._btnSkeleton_1du2z_102{border:1px solid #2d2a26;width:96px;height:26px}@media (width>=481px){._btnSkeleton_1du2z_102{height:28px}}@media (width>=1200px){._btnSkeleton_1du2z_102{width:136px;height:32px}}@media (width>=481px){._help_t3cpz_2{justify-content:flex-end;padding-right:32px}}._help__button_t3cpz_8{font-size:10px!important}@media (width>=1200px){._help__button_t3cpz_8{font-size:14px!important}}@media (width>=481px){._languageSelector_14qof_2{justify-content:flex-end;padding-right:32px}}._languageSelector__button_14qof_8{font-size:10px!important}@media (width>=1200px){._languageSelector__button_14qof_8{font-size:14px!important}._languageSelector__button_14qof_8 ._shortLabel_14qof_17{display:none}}._languageSelector__button_14qof_8 ._label_14qof_21{display:none}@media (width>=1200px){._languageSelector__button_14qof_8 ._label_14qof_21{display:block}}._btnSkeleton_14qof_30{border:1px solid #2d2a26;width:80px;height:26px}@media (width>=481px){._btnSkeleton_14qof_30{height:28px}}@media (width>=1200px){._btnSkeleton_14qof_30{width:136px;height:32px}}._languageSelectorModal_h04fj_1{grid-row-gap:32px;grid-template-columns:1fr 1fr;padding:32px;display:grid}._languageSelectorModal__button_h04fj_8{justify-content:flex-start;min-height:48px;padding:16px;display:flex}._languageSelectorModal__button_h04fj_8 img{width:32px;height:32px;margin-right:8px}._languageSelectorModal__button_h04fj_8:hover{font-weight:700}._footerPayments_3t4e1_1{justify-content:space-between}._footerPayments_3t4e1_1 ._fixedHeight_3t4e1_4{height:16px}@media (width>=481px){._footerPayments_3t4e1_1{padding-left:32px}}._footerSocial_zuyk3_1{justify-content:space-between}@media (width>=481px){._footerSocial_zuyk3_1{padding-right:32px}}._fb_zuyk3_10,._instagram_zuyk3_11,._linkedin_zuyk3_12,._tiktok_zuyk3_13,._treedom_zuyk3_14,._footerSocial__ticketMag_zuyk3_18{height:16px}._layoutHeader_1q05b_1{z-index:5000;background-color:#fff;justify-content:space-between;align-items:center;height:56px;padding:0 16px;transition:transform .3s;display:flex;position:relative;transform:translateY(0);box-shadow:0 4px 12px -4px #2e374d1a}@media (width>=481px){._layoutHeader_1q05b_1{height:64px}}@media (width>=1200px){._layoutHeader_1q05b_1{height:80px;padding:0 32px}}._layoutHeader_1q05b_1 *{box-sizing:border-box}._layoutHeader_1q05b_1._showSearchMobile_1q05b_29{transform:translateY(-56px)}@media (width>=481px){._layoutHeader_1q05b_1._showSearchMobile_1q05b_29{transform:translateY(0)}}._layoutHeaderLeft_1q05b_38{align-items:center;display:flex}._searchContainer_1v36h_1{flex-direction:row;align-items:center;display:flex}._layoutHeaderBtnSearch_1v36h_7{margin-left:24px}._layoutHeaderBtnSearch_1v36h_7:hover{background-color:#0000!important}._mobilePlaceholder_1v36h_14{color:#969696;margin-left:8px}._searchSkeleton_1v36h_19{width:90px;height:32px;margin-left:24px}._headerSearchbar_1r568_1{grid-column-gap:8px;background-color:#f5f5f5;border-radius:16px;grid-template-columns:1fr auto;align-items:center;transition:background-color .3s;display:grid}._headerSearchbar_1r568_1:focus-within{background-color:#e8e8e8}@media (width>=481px){._headerSearchbar_1r568_1{width:calc(43.75vw - 18.5px);height:28px;margin-left:32px}}@media (width>=1200px){._headerSearchbar_1r568_1{width:416px;height:32px;margin-left:48px}}._headerSearchbar__input_1r568_28{border:unset;border-radius:unset;background-color:unset;height:100%;margin-left:13px;padding:unset!important}._headerSearchbar__btnSearch_1r568_37 div{background-color:#0000;border:1px solid #2d2a26;border-radius:100%;width:14px;height:14px;transition:all .3s;position:relative}._headerSearchbar__btnSearch_1r568_37 div:after{content:"";background-color:#2d2a26;width:6px;height:1px;transition:all .3s;position:absolute;top:12px;left:10px;transform:rotate(45deg)}._headerSearchbar__btnSearch_1r568_37:hover div{border-color:#fff}._headerSearchbar__btnSearch_1r568_37:hover div:after{background-color:#fff}._headerSearchbarMobile_100mn_1{grid-column-gap:12px;z-index:1000;background-color:#fff;grid-template-columns:1fr 74px 24px;align-items:center;width:calc(100vw - 32px);height:56px;padding:0 16px;display:grid;position:absolute;top:0}._headerSearchbarMobile_100mn_1 input{border:unset;border-radius:unset;background-color:unset;padding:unset;width:100%}._headerSearchbarMobile_100mn_1 a,._headerSearchbarMobile_100mn_1 button{height:24px!important;width:unset!important;min-width:unset!important}._headerSearchbarMobile_100mn_1 a{justify-content:space-between}._headerSearchbarMobile_100mn_1 button:hover{background-color:#0000!important}._menuDesktop_mhr0v_1{justify-content:flex-end;align-items:center;display:none}._menuDesktop_mhr0v_1>:not(:first-child){margin-left:24px}@media (width<=819.98px){._menuDesktop_mhr0v_1>:not(:first-child){margin-left:16px}}@media (width>=1200px){._menuDesktop_mhr0v_1{display:flex}}._btnSkeleton_mhr0v_20{width:136px;height:32px}._headerButtonLogin_11d3f_1{min-width:unset;justify-content:center;width:24px!important;height:24px!important}@media (width>=481px){._headerButtonLogin_11d3f_1{width:inherit;justify-content:flex-start;min-width:136px;height:28px!important}}@media (width>=1200px){._headerButtonLogin_11d3f_1{height:32px!important}}._headerButtonLogin_11d3f_1 img{right:unset;position:relative}@media (width>=481px){._headerButtonLogin_11d3f_1 img{position:absolute;right:4px}}._headerButtonLogin_11d3f_1._pending_11d3f_30{opacity:.8;justify-content:center}._btnMenuToggle_1m719_1{width:20px;height:17px;transition:all .5s ease-in-out;position:relative;transform:rotate(0)}._btnMenuToggle_1m719_1 span{opacity:1;background:#2d2a26;width:100%;height:1px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}._btnMenuToggle_1m719_1 span:first-child{transform-origin:0;top:0}._btnMenuToggle_1m719_1 span:nth-child(2){transform-origin:0;top:8px}._btnMenuToggle_1m719_1 span:nth-child(3){transform-origin:0;top:16px}._btnMenuToggle_1m719_1:hover{cursor:pointer}@media (width>=1200px){._btnMenuToggle_1m719_1{display:none}}._btnMenuToggle_1m719_1._open_1m719_40 span:first-child{top:2px;left:0;transform:rotate(45deg)}._btnMenuToggle_1m719_1._open_1m719_40 span:nth-child(2){opacity:0;width:0}._btnMenuToggle_1m719_1._open_1m719_40 span:nth-child(3){top:16px;left:0;transform:rotate(-45deg)}._menuMobile_1m719_55{grid-row-gap:32px;background-color:#fff;border-bottom-right-radius:16px;border-bottom-left-radius:16px;align-content:start;width:100vw;min-height:402px;padding:56px 16px;transition:all .25s ease-in;display:grid;position:fixed;top:56px;left:0;transform:translate(-120vw);box-shadow:0 0 2px #2d2a26cc}._menuMobile_1m719_55 button,._menuMobile_1m719_55 a{opacity:0;transition-delay:.25s}._menuMobile_1m719_55._open_1m719_40{z-index:3000;opacity:1;transform:translate(0)}._menuMobile_1m719_55._open_1m719_40 button,._menuMobile_1m719_55._open_1m719_40 a{opacity:1}._btnMenuSkeleton_1m719_87{width:24px;height:24px}@media (width>=1200px){._btnMenuSkeleton_1m719_87{display:none}}._menuVoice_16iel_1{border:unset;padding:unset;text-align:start;background-color:#0000}._menuVoice_16iel_1 div{grid-column-gap:22px;grid-template-columns:34px auto;align-items:center;display:grid}._menuVoice_16iel_1 div img{justify-self:center}._menuVoice_16iel_1:hover{color:#2d2a26}._layout_130qm_1{background-color:#f2f2f2;min-height:100vh;font-family:Roboto,sans-serif;font-size:14px;font-weight:300;line-height:1.14}._layout_130qm_1 h1,._layout_130qm_1 h2,._layout_130qm_1 h3,._layout_130qm_1 h4,._layout_130qm_1 h5,._layout_130qm_1 h6{font-weight:700}._layout_130qm_1 h1{font-size:24px;line-height:1.33}@media (width>=481px){._layout_130qm_1 h1{font-size:42px;line-height:1.15}}._layout_130qm_1 h2{font-size:21px;line-height:1.14}@media (width>=481px){._layout_130qm_1 h2{font-size:36px;line-height:1.11}}._layout_130qm_1 h3{font-size:16px;line-height:1.25}@media (width>=481px){._layout_130qm_1 h3{font-size:24px;line-height:1.33}}._layout_130qm_1 h4{font-size:14px;line-height:1.14}@media (width>=481px){._layout_130qm_1 h4{font-size:21px}}._layout_130qm_1 h5{font-size:14px;line-height:1.14}._layout_130qm_1 b,._layout_130qm_1 strong{font-weight:700}._layout_130qm_1 button,._layout_130qm_1 input,._layout_130qm_1 textarea,._layout_130qm_1 select{box-sizing:border-box;border-radius:16px;outline:none;font-family:Roboto,sans-serif;font-size:14px}._layout_130qm_1 input,._layout_130qm_1 textarea,._layout_130qm_1 select{min-width:0}._layout_130qm_1 button,._layout_130qm_1 input:not([type=checkbox]),._layout_130qm_1 textarea,._layout_130qm_1 select{appearance:none}._layout_130qm_1 textarea{padding-top:8px}._layout_130qm_1 a,._layout_130qm_1 button{cursor:pointer;transition:all .3s}._layout_130qm_1 a{color:#2d2a26;cursor:pointer;font-weight:500;text-decoration:none}._layout_130qm_1 a:hover{color:#ea0a2a}._layout_130qm_1._white_130qm_105{background-color:#fff}._layout_130qm_1._black_130qm_109{color:#fff;background-color:#2d2a26}._maintenance_container_zsbc7_1{color:#fff;background-color:#3b3b3b;flex-direction:row;justify-content:center;align-items:center;height:100vh;display:flex}._maintenance_container_zsbc7_1 ._content_zsbc7_10{flex-direction:column;justify-content:center;align-items:center;display:flex}._maintenance_container_zsbc7_1 ._content_zsbc7_10 ._text_zsbc7_16{flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}._maintenance_container_zsbc7_1 ._content_zsbc7_10 h3,._maintenance_container_zsbc7_1 ._content_zsbc7_10 h5{text-align:center;margin-bottom:16px}._maintenance_container_zsbc7_1 ._content_zsbc7_10 h5{color:#c9c5c0}._maintenance_container_zsbc7_1 img{height:160px}._layout_loader_1qi6t_1 ._outside_1qi6t_1{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5000;background:#fff;width:100%;height:100%}._layout_loader_1qi6t_1._fixed_1qi6t_8 ._outside_1qi6t_1{position:fixed;top:0;left:0}._layout_loader_1qi6t_1 ._inside_1qi6t_13{background:0 0;width:auto;height:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._container_1a94d_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._container_1a94d_1{background-size:auto}}._innerContainer_1a94d_14 ._static_page_title_1a94d_14{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._innerContainer_1a94d_14 ._static_page_title_1a94d_14 img{height:112px;margin-right:1em}@media (width<=419.98px){._innerContainer_1a94d_14 ._static_page_title_1a94d_14{margin-top:16px;margin-bottom:16px;font-size:2em}._innerContainer_1a94d_14 ._static_page_title_1a94d_14 img{height:64px;margin-right:1em}}._innerContainer_1a94d_14 ._static_page_text_1a94d_37{text-align:justify}._innerContainer_1a94d_14 ._static_page_text_1a94d_37 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1{margin-top:16px;margin-bottom:16px;font-size:2em}._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1 img{height:64px;margin-right:1em}}._terms_skeleton_t1n95_1 ._static_page_text_t1n95_24{text-align:justify}._terms_skeleton_t1n95_1 ._static_page_text_t1n95_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1{margin:32px 0}@media (width>=481px){._terms_skeleton_t1n95_1 ._static_page_title_t1n95_1{margin:48px 0}}._terms_skeleton__img_t1n95_43{width:30.59px;height:64px;margin-right:1em}@media (width>=481px){._terms_skeleton__img_t1n95_43{width:53.53px;height:112px}}._terms_skeleton__heading_t1n95_55{flex-direction:column;justify-content:center;gap:.5rem;width:100%;display:flex}._terms_skeleton__heading_t1n95_55 ._terms_skeleton__heading__line_t1n95_62{width:100%;height:20px}@media (width>=481px){._terms_skeleton__heading_t1n95_55 ._terms_skeleton__heading__line_t1n95_62{width:100%;height:36px}}._terms_skeleton__paragraph_t1n95_73{margin-bottom:28px}._terms_skeleton__paragraph_t1n95_73 ._terms_skeleton__line_t1n95_76{width:100%;height:1.3em;margin-bottom:.4em}._terms_skeleton__paragraph_t1n95_73 ._terms_skeleton__line_t1n95_76._bold_t1n95_81{height:1.4em}._home_transparentwrapper_container_17szp_1 ._boxed_17szp_1{max-width:1200px;margin:0 auto}._home_transparentwrapper_container_17szp_1 ._wrapped_content_17szp_5{padding-left:32px;padding-right:32px}@media (width<=819.98px){._home_transparentwrapper_container_17szp_1 ._wrapped_content_17szp_5{padding-left:16px;padding-right:16px}._home_transparentwrapper_container_17szp_1 ._wrapped_content_17szp_5._remove_right_padding_17szp_16{padding-right:0}}._home_transparentwrapper_container_17szp_1._with_padding_17szp_21{padding-top:32px;padding-bottom:32px}._collectionWrapper_u0jxl_1{grid-row-gap:32px;padding-top:40px;display:grid}@media (width>=481px){._collectionWrapper_u0jxl_1{padding-top:unset;grid-row-gap:64px}}@media (width>=1200px){._collectionWrapper_u0jxl_1{margin-top:32px}}._collectionWrapper_u0jxl_1 ._balloonWrapper_u0jxl_17>div{border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px}@media (width>=1200px){._collectionWrapper_u0jxl_1._fromIframe_u0jxl_24{margin-top:0}}._menu_12pjz_1{z-index:1;height:24px}._menu_12pjz_1._insideBalloon_12pjz_5{margin-top:8px}@media (width>=481px){._menu_12pjz_1._insideBalloon_12pjz_5{margin-top:-8px}}._menu_12pjz_1._underlineFirst_12pjz_13 div:first-child a{border-bottom:2px solid #fff}div._menuItem_12pjz_17{flex:none}div._menuItem_12pjz_17:not(:first-child){margin-left:16px}@media (width>=481px){div._menuItem_12pjz_17:not(:first-child){margin-left:32px}}@media (width>=1200px){div._menuItem_12pjz_17:not(:first-child){margin-left:64px}}div._menuItem_12pjz_17 a{border-bottom:2px solid #0000;padding:0 0 6px!important}div._menuItem_12pjz_17[data-active=true] a{border-bottom:2px solid #2d2a26}div._menuItem_12pjz_17._skeleton_12pjz_40{width:80px;height:11px}@media (width>=1200px){div._menuItem_12pjz_17._skeleton_12pjz_40{width:140px;height:16px}}._menuStickyContainer_12pjz_51{z-index:4000;background-color:#fff;align-items:stretch;width:100vw;height:56px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translateY(-112px)}@media (width>=1200px){._menuStickyContainer_12pjz_51{height:56px;transform:translateY(-112px)}}._menuStickyContainer_12pjz_51 ._menu_12pjz_1{margin-top:unset;align-items:center;height:100%;display:flex}._menuStickyContainer_12pjz_51._active_12pjz_76{transform:translateY(0)}._menuStickyGridContainer_12pjz_80{position:relative}._menuStickyLogo_12pjz_84{width:32px;position:absolute;top:50%;left:32px;transform:translateY(-50%)}._menuBuyTicketsContainerTablet_12pjz_92{background-color:#fff;justify-content:center;align-items:center;height:100%;display:flex;position:absolute;top:0;right:16px}@media (width>=1200px){._menuBuyTicketsContainerTablet_12pjz_92{right:32px}}._titlesMenu_navButtonBoxLeft_sp4aq_1{z-index:1;justify-content:flex-end;align-items:center;width:48px;height:48px;padding:0 16px;animation:.5s ease-in-out forwards _titlesMenu_background_left_sp4aq_1;display:flex;position:absolute;top:0;left:0;right:0}._titlesMenu_navButtonBoxRight_sp4aq_17{z-index:1;justify-content:flex-end;align-items:center;width:48px;height:48px;padding:0 16px;animation:.5s ease-in-out forwards _titlesMenu_background_right_sp4aq_1;display:flex;position:absolute;top:0;right:0}._titlesMenu_navButton_sp4aq_1{background-color:unset;border:unset;color:#2d2a26;fill:#2d2a26;width:20px;height:20px;margin-top:3px}._titlesMenu_navButton_sp4aq_1 img{width:8px;height:17px}@keyframes _titlesMenu_background_left_sp4aq_1{0%{opacity:0;background:linear-gradient(270deg,#f2f2f200 0%,#f2f2f2 50% 100%)}to{opacity:1;background:linear-gradient(270deg,#fff0 0%,#fff 50% 100%)}}@keyframes _titlesMenu_background_right_sp4aq_1{0%{opacity:0;background:linear-gradient(90deg,#f2f2f200 0%,#f2f2f2 50% 100%)}to{opacity:1;background:linear-gradient(90deg,#fff0 0%,#fff 50% 100%)}}._balloonContainer_1d9hs_1{position:relative}._balloon_1d9hs_1{grid-row-gap:24px;background-position:50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-top-left-radius:16px;border-top-right-radius:16px;padding:32px 0;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 12px -4px #2e374d1a}._balloon_1d9hs_1 ._balloonChildren_1d9hs_22{z-index:4002;position:relative}._balloon_1d9hs_1 ._blurBg_1d9hs_26{z-index:4001;opacity:.5;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}@media (width>=481px){._balloon_1d9hs_1 ._blurBg_1d9hs_26{opacity:0}}._balloon_1d9hs_1 ._imgBg_1d9hs_41{z-index:4000;filter:blur(16px);object-fit:cover;width:100%;height:90%;position:absolute;top:0;left:0}@media (width>=481px){._balloon_1d9hs_1{grid-row-gap:40px}}._balloon_1d9hs_1._containsMenu_1d9hs_56{padding-bottom:16px}@media (width<=819.98px){._balloon_1d9hs_1._medium_1d9hs_60{padding-top:24px;padding-bottom:24px}}._balloon_1d9hs_1._nopadding_1d9hs_66{padding:0}._balloonColor_black_1d9hs_70{color:#fff;background-color:#2d2a26}._balloonColor_black_1d9hs_70 [datatype=category-header-progress-item]{background-color:#fff}._balloonColor_black_1d9hs_70 [datatype=menu-item] a{color:#fff}._balloonColor_black_1d9hs_70 [datatype=menu-item][data-active=true] a{border-bottom:2px solid #fff}._balloonColor_white_1d9hs_84{color:#2d2a26;background-color:#fff}._balloonColor_grey_1d9hs_89{color:#2d2a26;background-color:#f2f2f2}._balloonColor_blue_1d9hs_94{color:#fff;background-color:#1b8af9}._balloonColor_red_1d9hs_99{color:#fff;background-color:#ea0a2a}._balloonColor_red_light_1d9hs_104{color:#2d2a26;background-color:#feeaea}._balloonTip_left_1d9hs_109{border-bottom-right-radius:16px}._balloonTip_right_1d9hs_113{border-bottom-left-radius:16px}._balloonTipContainer_left_1d9hs_117,._balloonTipContainer_right_1d9hs_118{z-index:2000;position:absolute;bottom:-60px}._balloonTipContainer_left_1d9hs_117._small_1d9hs_123,._balloonTipContainer_right_1d9hs_118._small_1d9hs_123{bottom:-29px}._balloonTipContainer_left_1d9hs_117._small_1d9hs_123 img,._balloonTipContainer_right_1d9hs_118._small_1d9hs_123 img{height:30px}@media (width<=819.98px){._balloonTipContainer_left_1d9hs_117,._balloonTipContainer_right_1d9hs_118{bottom:-29px}._balloonTipContainer_left_1d9hs_117 img,._balloonTipContainer_right_1d9hs_118 img{height:30px}._balloonTipContainer_left_1d9hs_117._medium_1d9hs_60,._balloonTipContainer_right_1d9hs_118._medium_1d9hs_60{bottom:-45px}._balloonTipContainer_left_1d9hs_117._medium_1d9hs_60 img,._balloonTipContainer_right_1d9hs_118._medium_1d9hs_60 img{height:46px}}._balloonTipContainer_left_1d9hs_117{left:0}._balloonTipContainer_right_1d9hs_118{right:0}._coverBoxGridContainer_19slk_1{padding:56px 0 80px}@media (width>=1200px){._coverBoxGridContainer_19slk_1{padding:0}}._coverBoxContainer_19slk_10{background-color:#fff;border-radius:24px;max-width:320px;margin:0 auto;padding:16px}@media (width>=1200px){._coverBoxContainer_19slk_10{margin:0}}._coverBoxContainer_19slk_10 ._card_19slk_22{position:relative}._coverBoxContainer_19slk_10 ._card_19slk_22 img{box-shadow:none;transition:none}._coverBoxContainer_19slk_10 ._card_19slk_22 img:hover{box-shadow:none!important}._coverBoxContainer_19slk_10 ._card_19slk_22 ._share_19slk_32{position:absolute;top:8px;right:8px}._coverBoxContainer_19slk_10 ._card_19slk_22 ._share_19slk_32 img{width:auto;box-shadow:none;border-radius:0}._coverBoxContainer_19slk_10 ._card_19slk_22 ._share_19slk_32 button:hover{background-color:#fff!important}._coverBoxContainer_19slk_10 ._card_19slk_22 ._share_19slk_32>button{box-shadow:1px 1px 20px #00000040}._coverBoxContainer_19slk_10 ._image_skeleton_19slk_48{max-width:320px;height:auto}@media (width>=321px){._coverBoxContainer_19slk_10 ._image_skeleton_19slk_48{height:288px}}@media (width>=481px){._coverBoxContainer_19slk_10 ._image_skeleton_19slk_48{height:256px}}._coverBoxContainer_19slk_10 ._button_19slk_62{width:100%}._coverBoxContainer_19slk_10._isPerformer_19slk_66{padding:24px}._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._image_skeleton_19slk_48{border-radius:640px;width:auto}@media (width>=321px){._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._image_skeleton_19slk_48{height:270px}}@media (width>=481px){._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._image_skeleton_19slk_48{height:223px}}._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._share_19slk_32{height:40px;top:-8px;right:0}._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._share_19slk_32>button{box-shadow:none}._coverBoxContainer_19slk_10._isPerformer_19slk_66 ._share_19slk_32 img{height:40px}._cardContainer_1fwtl_1{-o-transition:box-shadow .3s ease;border-radius:16px;width:100%;height:100%;transition:box-shadow .3s;position:relative}._cardContainer_1fwtl_1 img,._cardContainer_1fwtl_1 video{border-radius:16px;width:100%;box-shadow:0 4px 12px -4px #2e374d1a}._cardContainer_1fwtl_1 img{object-fit:cover}._cardContainer_1fwtl_1 video{object-fit:fill}._cardContainer_1fwtl_1._cardImage_background_1fwtl_26 img,._cardContainer_1fwtl_1._cardImage_background_1fwtl_26 video{height:100%}._cardContainer_1fwtl_1._cardImage_top_1fwtl_31,._cardContainer_1fwtl_1._cardImage_cover_1fwtl_32{color:#2d2a26;background-color:#fff;align-content:start;font-size:12px;font-weight:300;line-height:1.33;display:grid}._cardContainer_1fwtl_1._cardImage_top_1fwtl_31 img:after,._cardContainer_1fwtl_1._cardImage_cover_1fwtl_32 img:after{content:"";padding-bottom:100%;display:block}@media (width>=481px){._cardContainer_1fwtl_1._cardImage_top_1fwtl_31:hover,._cardContainer_1fwtl_1._cardImage_background_1fwtl_26 img:hover,._cardContainer_1fwtl_1._cardImage_cover_1fwtl_32 img:hover{-webkit-box-shadow:0 4px 12px -4px #ea0a2a4d;box-shadow:0 4px 12px -4px #ea0a2a}}._hidden_vofak_1{display:none}._socialLink_15bpb_1{border:unset;background-color:unset;width:32px;height:32px;display:block;padding:unset!important;border-radius:100%!important}._socialLink_15bpb_1 img{width:32px;height:32px}._socialLink_15bpb_1._black_15bpb_15:hover{background-color:#2d2a2633}._socialLink_15bpb_1._white_15bpb_19:hover{background-color:#fff3}._socialLink_15bpb_1._noBorder_15bpb_23{background-color:#fff;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._socialLink_15bpb_1._noBorder_15bpb_23 img{border-radius:0;width:16px;height:16px}._modalShare_1wh66_1{grid-row-gap:32px;grid-template-columns:repeat(3,1fr);min-width:300px;padding:32px;display:grid}._modalShare__title_1wh66_9{grid-column:1/4;font-weight:300!important}._headerContainer_bzixz_1 ._location_bzixz_1{align-items:center;font-size:14px;display:flex}._headerContainer_bzixz_1 ._location_bzixz_1 ._marker_bzixz_6{margin-right:4px}._headerContainer_bzixz_1 ._location_skeleton_bzixz_9{height:14px}._headerContainer_bzixz_1 ._performer_bzixz_12{margin-bottom:8px}._headerContainer_bzixz_1 ._title_skeleton_bzixz_15{height:24px;margin-top:16px;margin-bottom:16px}@media (width>=481px){._headerContainer_bzixz_1 ._title_skeleton_bzixz_15{margin-top:8px;margin-bottom:32px}}._headerContainer_bzixz_1 ._tags_bzixz_26{font-size:14px;font-weight:700}._headerContainer_bzixz_1 ._tags_bzixz_26 ._tag_bzixz_26{margin-right:8px}._headerContainer_bzixz_1 ._tags_skeleton_bzixz_33{flex-direction:row;display:flex}._headerContainer_bzixz_1 ._tags_skeleton_bzixz_33 ._tag_bzixz_26{margin-right:8px}._headerContainer_bzixz_1 ._location_bzixz_1,._headerContainer_bzixz_1 ._title_bzixz_15,._headerContainer_bzixz_1 ._tags_bzixz_26{margin-bottom:8px}._goBackContainer_d1n3t_1{cursor:pointer;margin-top:0}@media (width>=481px){._goBackContainer_d1n3t_1{margin-top:32px}}._eventListContainer_drdxj_1{margin-top:64px}._eventListContainer_drdxj_1 ._title_drdxj_4,._eventListContainer_drdxj_1 ._title_skeleton_drdxj_5{margin-bottom:16px}@media (width>=481px){._eventListContainer_drdxj_1 ._title_drdxj_4,._eventListContainer_drdxj_1 ._title_skeleton_drdxj_5{margin-bottom:32px}}._eventListContainer_drdxj_1 ._title_skeleton_drdxj_5{height:32px}._eventListItemContainer_5oy81_1{cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;padding:6px 8px;display:flex}@media (width>=481px){._eventListItemContainer_5oy81_1{border-radius:16px;margin-bottom:16px;padding:16px}}._eventListItemContainer_5oy81_1 ._infoContainer_5oy81_19{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._eventListItemContainer_5oy81_1 ._image_5oy81_25{border-radius:8px;width:80px;margin-right:16px}@media (width>=481px){._eventListItemContainer_5oy81_1 ._image_5oy81_25{width:112px;margin-right:24px}}._eventListItemContainer_5oy81_1 ._datetime_5oy81_36,._eventListItemContainer_5oy81_1 ._location_5oy81_37{text-transform:capitalize;margin-bottom:6px}@media (width>=481px){._eventListItemContainer_5oy81_1 ._datetime_5oy81_36,._eventListItemContainer_5oy81_1 ._location_5oy81_37{margin-bottom:8px}}._eventListItemContainer_5oy81_1 ._name_5oy81_47{margin-bottom:12px;font-size:12px}@media (width>=481px){._eventListItemContainer_5oy81_1 ._name_5oy81_47{margin-bottom:16px;font-size:14px}}._eventListItemContainer_5oy81_1 ._details_5oy81_58{padding:8px 0}._eventListItemContainer_5oy81_1 ._details_5oy81_58,._eventListItemContainer_5oy81_1 ._action_5oy81_62{flex-direction:column;justify-content:space-around;height:100%;display:flex}._eventListItemContainer_5oy81_1 ._details_5oy81_58 ._button_5oy81_68,._eventListItemContainer_5oy81_1 ._action_5oy81_62 ._button_5oy81_68{flex-direction:row;justify-content:space-evenly;margin-right:32px;padding:0 24px;display:flex}._eventListItemContainer_5oy81_1 ._details_5oy81_58 ._button_5oy81_68 h5,._eventListItemContainer_5oy81_1 ._action_5oy81_62 ._button_5oy81_68 h5{margin-right:16px}._eventListItemContainer_5oy81_1 ._details_5oy81_58 ._button_5oy81_68:hover img,._eventListItemContainer_5oy81_1 ._action_5oy81_62 ._button_5oy81_68:hover img{filter:invert()}._eventListItemContainer_5oy81_1 ._priceFrom_5oy81_84 span,._eventListItemContainer_5oy81_1 ._notAvailable_5oy81_85 span{font-weight:700}._eventListItemContainer_5oy81_1 ._details_5oy81_58{font-size:12px;line-height:16px}@media (width>=481px){._eventListItemContainer_5oy81_1 ._details_5oy81_58{font-size:16px}}._eventListItemSkeletonContainer_5oy81_98 ._ticketSkeleton_5oy81_98{height:96px;margin-bottom:8px}@media (width>=481px){._eventListItemSkeletonContainer_5oy81_98 ._ticketSkeleton_5oy81_98{height:144px;margin-bottom:16px}}._eventListItemContainer_5oy81_1._disabled_5oy81_109{opacity:.5;cursor:default}._eventListItemContainerLink_5oy81_114:hover{color:#2d2a26!important}@media (width>=481px){._noEventsContainer_3rbws_2{padding:32px 0}._noEventsContainer_3rbws_2 ._textContainer_3rbws_7{flex-direction:column;justify-content:center;height:100%;display:flex}}._noEventsContainer_3rbws_2 ._textContainer_3rbws_7 ._title_3rbws_14{margin-bottom:8px}._noEventsContainer_3rbws_2 ._textContainer_3rbws_7 ._tags_3rbws_17{font-weight:700}._performerListItemContainer_1pok2_1{cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px;display:flex}@media (width>=481px){._performerListItemContainer_1pok2_1{border-radius:16px;margin-bottom:16px;padding:16px}}._performerListItemContainer_1pok2_1 ._infoContainer_1pok2_19{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25{background-color:#2d2a26;border-radius:8px;width:80px;height:80px;margin-right:16px;position:relative;overflow:hidden}@media (width>=481px){._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25{width:112px;height:112px}}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._image_1pok2_40{-webkit-filter:blur(1px);opacity:1;z-index:1;width:80px;height:80px;position:absolute}@media (width>=481px){._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._image_1pok2_40{width:112px}}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._bgBlackOverlay_1pok2_54{opacity:.6;z-index:2;background-color:#000;border-radius:8px;width:80px;height:80px;position:absolute}@media (width>=481px){._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._bgBlackOverlay_1pok2_54{width:112px;display:none}}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._bgBlurOverlay_1pok2_69{-webkit-filter:blur(48px);opacity:.8}@media (width>=481px){._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._bgBlurOverlay_1pok2_69{display:none}}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._text_1pok2_79{z-index:2;color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._text_1pok2_79 ._txt_1pok2_90{font-size:12px}._performerListItemContainer_1pok2_1 ._mobileImgContainer_1pok2_25 ._dateFromMonoMobile_1pok2_93{text-transform:uppercase;flex-direction:column;align-items:center;font-size:16px;font-weight:700;display:flex}._performerListItemContainer_1pok2_1 ._image_1pok2_40{border-radius:8px;width:80px;margin-right:16px}@media (width>=481px){._performerListItemContainer_1pok2_1 ._image_1pok2_40{width:112px;margin-right:24px}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesNo_1pok2_113,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesOn_1pok2_114,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateFrom_1pok2_93,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateTo_1pok2_116,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._priceFrom_1pok2_117,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._priceFromText_1pok2_118{font-size:14px}}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._name_1pok2_122{font-weight:300}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesNo_1pok2_113{color:#ea0a2a}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesOn_1pok2_114,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._priceFromText_1pok2_118{font-weight:300}@media (width>=481px){._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesOn_1pok2_114,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._priceFromText_1pok2_118{font-weight:400}}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesFrom_1pok2_138{font-weight:700}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._seasonTicketsfor_1pok2_141{margin-bottom:12px;font-size:12px;line-height:16px}@media (width>=481px){._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._seasonTicketsfor_1pok2_141{margin-bottom:16px;font-size:14px}}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._seasonTicketsfor_1pok2_141 span,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._priceFrom_1pok2_117,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._datesNo_1pok2_113,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateFrom_1pok2_93,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateTo_1pok2_116{font-weight:700}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._notAvailable_1pok2_159{margin-left:4px}._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateFrom_1pok2_93,._performerListItemContainer_1pok2_1 ._details_1pok2_113._performer_1pok2_1 ._dateTo_1pok2_116{text-transform:uppercase}._performerListItemContainer_1pok2_1 ._datetime_1pok2_166{text-transform:capitalize;margin-bottom:6px}@media (width>=481px){._performerListItemContainer_1pok2_1 ._datetime_1pok2_166{margin-bottom:8px}}._performerListItemContainer_1pok2_1 ._location_1pok2_175{text-transform:capitalize;margin-bottom:4px}._performerListItemContainer_1pok2_1 ._name_1pok2_122{margin-bottom:12px;font-size:12px}@media (width>=481px){._performerListItemContainer_1pok2_1 ._name_1pok2_122{margin-bottom:16px;font-size:14px}}._performerListItemContainer_1pok2_1 ._details_1pok2_113{height:80px;padding:8px 0}@media (width>=481px){._performerListItemContainer_1pok2_1 ._details_1pok2_113{height:auto}}._performerListItemContainer_1pok2_1 ._action_1pok2_199{height:100%}._performerListItemContainer_1pok2_1 ._details_1pok2_113,._performerListItemContainer_1pok2_1 ._action_1pok2_199{flex-direction:column;justify-content:space-around;display:flex}._performerListItemContainer_1pok2_1 ._details_1pok2_113 ._button_1pok2_208,._performerListItemContainer_1pok2_1 ._action_1pok2_199 ._button_1pok2_208{flex-direction:row;justify-content:space-evenly;margin-right:32px;padding:0 24px;display:flex}._performerListItemContainer_1pok2_1 ._details_1pok2_113 ._button_1pok2_208 h5,._performerListItemContainer_1pok2_1 ._action_1pok2_199 ._button_1pok2_208 h5{margin-right:16px}._performerListItemContainer_1pok2_1 ._details_1pok2_113 ._button_1pok2_208:hover img,._performerListItemContainer_1pok2_1 ._action_1pok2_199 ._button_1pok2_208:hover img{filter:invert()}._performerListItemContainer_1pok2_1 ._priceFrom_1pok2_117 span,._performerListItemContainer_1pok2_1 ._notAvailable_1pok2_159 span{font-weight:700}._performerListItemContainer_1pok2_1 ._details_1pok2_113{font-size:12px;line-height:16px}@media (width>=481px){._performerListItemContainer_1pok2_1 ._details_1pok2_113{font-size:16px}}._performerListItemSkeletonContainer_1pok2_238 ._ticketSkeleton_1pok2_238{height:96px;margin-bottom:8px}@media (width>=481px){._performerListItemSkeletonContainer_1pok2_238 ._ticketSkeleton_1pok2_238{height:144px;margin-bottom:16px}}._performerListItemContainer_1pok2_1._disabled_1pok2_249{opacity:.5;cursor:default}._performerListItemContainerLink_1pok2_254:hover{color:#2d2a26!important}._infoBoxContainer_fti3v_1{color:#fff;background-color:#2d2a26;border-top-left-radius:40px;border-top-right-radius:40px;position:relative;overflow:hidden}@media (width>=481px){._infoBoxContainer_fti3v_1{border-radius:0}}._infoBoxContainer_fti3v_1 ._galleryMobile_fti3v_14{z-index:3;position:relative}._infoBoxContainer_fti3v_1 ._bgImage_fti3v_18{-webkit-filter:blur(48px);z-index:1;object-fit:cover;width:100%;height:100%;position:absolute;top:0}@media (width>=481px){._infoBoxContainer_fti3v_1 ._bgImage_fti3v_18{-webkit-filter:blur(24px);width:100%;height:auto}._infoBoxContainer_fti3v_1 ._bgImage_fti3v_18._isPerformer_fti3v_37{height:100%}}._infoBoxContainer_fti3v_1 ._bgBlackOverlay_fti3v_41{opacity:.6;z-index:2;background-color:#000;width:100%;height:100%;display:block;position:absolute;top:0}._infoBoxContainer_fti3v_1 ._gridContainer_fti3v_51{z-index:3;flex-direction:row;align-items:center;margin:0 auto;padding:32px 0;display:flex;position:relative}@media (width>=481px){._infoBoxContainer_fti3v_1 ._gridContainer_fti3v_51{padding:128px 0}}._gridContainer_frqdx_1{align-items:center;display:flex;position:relative}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnPrev_frqdx_6,._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnNext_frqdx_7{z-index:2000;position:absolute;top:calc(50% - 16px)}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnPrev_frqdx_6 img,._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnNext_frqdx_7 img{width:32px;height:32px}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnPrev_frqdx_6:hover,._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnNext_frqdx_7:hover{background-color:#fff!important}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnPrev_frqdx_6:disabled,._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnNext_frqdx_7:disabled{opacity:0!important}@media (width<=819.98px){._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnPrev_frqdx_6,._gridContainer_frqdx_1 ._btnContainer_frqdx_6 button._btnNext_frqdx_7{display:none}}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 ._btnPrev_frqdx_6{left:-16px}._gridContainer_frqdx_1 ._btnContainer_frqdx_6 ._btnNext_frqdx_7{right:-16px}._gridContainer_frqdx_1 ._galleryContainer_frqdx_37{white-space:nowrap;border-radius:40px;overflow:hidden}._gridContainer_frqdx_1 ._galleryContainer_frqdx_37 img{object-fit:cover;border-radius:40px;width:100%;height:calc(100vw - 32px);margin-right:8px}@media (width>=481px){._gridContainer_frqdx_1 ._galleryContainer_frqdx_37 img{width:488px;height:488px}}._gridContainer_frqdx_1 ._galleryContainer_frqdx_37 img:last-child{margin-right:0}._gridContainer_2liay_1{align-items:center;display:flex;position:relative}@media (width>=481px){._gridContainer_2liay_1{margin-top:-16px}}._gridContainer_2liay_1 ._progressBarContainer_2liay_11{width:100%;margin:-3px 96px 0}@media (width>=481px){._gridContainer_2liay_1 ._progressBarContainer_2liay_11{margin:0}}._gridContainer_2liay_1 ._progressBarContainer_2liay_11 ._progressBar_2liay_11{background-color:#4e4e4e;border-radius:16px;grid-auto-columns:1fr;grid-auto-flow:column;margin-top:32px;display:grid;overflow:hidden}@media (width>=481px){._gridContainer_2liay_1 ._progressBarContainer_2liay_11 ._progressBar_2liay_11{margin-top:0}}._gridContainer_2liay_1 ._progressBarContainer_2liay_11 ._progressItem_2liay_35{opacity:.2;border-radius:16px;height:6px;transition:opacity .3s}._gridContainer_2liay_1 ._progressBarContainer_2liay_11 ._progressItem_2liay_35._active_2liay_41{opacity:1;background-color:#fff}._descriptionContainer_1nm93_1{flex-direction:column;justify-content:center;height:100%;display:flex}._descriptionContainer_1nm93_1 ._header_1nm93_7{margin-bottom:4px}._descriptionContainer_1nm93_1 ._artistName_1nm93_10{color:#ffffff80;margin-bottom:32px;font-size:16px}@media (width>=481px){._descriptionContainer_1nm93_1 ._artistName_1nm93_10{font-size:21px}}._descriptionContainer_1nm93_1 ._description_1nm93_1{margin-bottom:32px}._descriptionContainer_1nm93_1 ._link_1nm93_23{justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}._descriptionContainer_1nm93_1 ._link_1nm93_23 ._linkImg_1nm93_31{z-index:2;position:absolute}._descriptionContainer_1nm93_1 ._link_1nm93_23 ._bg_1nm93_35{z-index:1;opacity:.1;background-color:#fff;border-radius:1000px;width:100%;height:100%;position:absolute}._descriptionContainer_1nm93_1 ._social_1nm93_44{flex-direction:row;display:flex}._event_essentials_infos_description_container_1ylsy_1{font-size:14px;font-weight:300;line-height:1.14}._event_essentials_infos_description_container_1ylsy_1::-webkit-scrollbar{display:none}._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10{flex-direction:column;overflow:hidden;display:flex!important}._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10 p,._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10 div,._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10 a{margin-bottom:16px;font-size:14px;font-weight:300;line-height:1.14;text-align:left!important}._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10 p:last-child,._event_essentials_infos_description_container_1ylsy_1._isHTML_1ylsy_10 div:last-child{margin-bottom:0}._event_essentials_infos_description_container_1ylsy_1._isJSON_1ylsy_29 p,._event_essentials_infos_description_container_1ylsy_1._isJSON_1ylsy_29 span{font-size:14px;font-weight:300;line-height:1.14}._seasonListContainer_76toi_1{margin-top:64px}._seasonListContainer_76toi_1 ._title_76toi_4{margin-bottom:16px}@media (width>=481px){._seasonListContainer_76toi_1 ._title_76toi_4{margin-bottom:32px}}._seasonListContainer_76toi_1._fromIframe_76toi_13{margin-top:0}@media (width>=481px){._seasonListContainer_76toi_1._fromIframe_76toi_13{margin-top:32px}}._eventListItemContainer_bpuj5_1{cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px;display:flex}@media (width>=481px){._eventListItemContainer_bpuj5_1{border-radius:16px;margin-bottom:16px;padding:16px}}._eventListItemContainer_bpuj5_1 ._infoContainer_bpuj5_19{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25{background-color:#2d2a26;border-radius:8px;min-width:80px;min-height:80px;margin-right:16px;position:relative;overflow:hidden}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25{width:112px;height:112px}}._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._image_bpuj5_40{-webkit-filter:blur(1px);opacity:1;z-index:1;width:80px;height:80px;position:absolute}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._image_bpuj5_40{width:112px}}._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._bgBlackOverlay_bpuj5_54{opacity:.6;z-index:2;background-color:#000;border-radius:8px;width:80px;height:80px;position:absolute}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._bgBlackOverlay_bpuj5_54{width:112px;display:none}}._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._text_bpuj5_69{z-index:2;color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._eventListItemContainer_bpuj5_1 ._mobileImgContainer_bpuj5_25 ._text_bpuj5_69 ._txt_bpuj5_80{font-size:12px}._eventListItemContainer_bpuj5_1 ._image_bpuj5_40{border-radius:8px;width:80px}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._image_bpuj5_40{width:112px;margin-right:24px}}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93,._eventListItemContainer_bpuj5_1 ._action_bpuj5_94{flex-direction:column;justify-content:space-around;height:100%;display:flex}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._button_bpuj5_100,._eventListItemContainer_bpuj5_1 ._action_bpuj5_94 ._button_bpuj5_100{flex-direction:row;justify-content:space-evenly;margin-right:32px;padding:0 24px;display:flex}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._button_bpuj5_100 h5,._eventListItemContainer_bpuj5_1 ._action_bpuj5_94 ._button_bpuj5_100 h5{margin-right:16px}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._button_bpuj5_100:hover img,._eventListItemContainer_bpuj5_1 ._action_bpuj5_94 ._button_bpuj5_100:hover img{filter:invert()}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._name_bpuj5_116{margin-bottom:6px}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._name_bpuj5_116{margin-bottom:8px}}._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._detailed_bpuj5_124{font-size:12px}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._details_bpuj5_93 ._detailed_bpuj5_124{font-size:14px}}._eventListItemContainer_bpuj5_1 ._datesNo_bpuj5_132{color:#ea0a2a}._eventListItemContainer_bpuj5_1 ._seasonTicketsfor_bpuj5_135{margin-bottom:6px;font-size:12px;line-height:16px}@media (width>=481px){._eventListItemContainer_bpuj5_1 ._seasonTicketsfor_bpuj5_135{margin-bottom:16px;font-size:14px}}._eventListItemContainer_bpuj5_1 ._seasonTicketsfor_bpuj5_135 span,._eventListItemContainer_bpuj5_1 ._priceFrom_bpuj5_147,._eventListItemContainer_bpuj5_1 ._datesNo_bpuj5_132,._eventListItemContainer_bpuj5_1 ._dateFrom_bpuj5_149,._eventListItemContainer_bpuj5_1 ._dateTo_bpuj5_150{font-weight:700}._eventListItemContainer_bpuj5_1 ._notAvailable_bpuj5_153{margin-left:4px}._eventListItemContainer_bpuj5_1 ._dateFrom_bpuj5_149,._eventListItemContainer_bpuj5_1 ._dateTo_bpuj5_150{text-transform:uppercase}._eventListItemContainer_bpuj5_1._disabled_bpuj5_161{opacity:.5;cursor:default}._cookiepolicy_container_1ngkn_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._cookiepolicy_container_1ngkn_1{background-size:auto}}._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_title_1ngkn_13{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_title_1ngkn_13 img{height:112px;margin-right:1em}@media (width<=419.98px){._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_title_1ngkn_13{margin-top:16px;margin-bottom:16px;font-size:2em}._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_title_1ngkn_13 img{height:64px;margin-right:1em}}._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_text_1ngkn_36{text-align:justify}._cookiepolicy_container_1ngkn_1 ._cookiepolicy_ita_container_1ngkn_13 ._static_page_text_1ngkn_36 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._cookiepolicy_container_1ngkn_1 ._cookieBox_1ngkn_46{border:1px solid #969696;border-radius:4px;margin-top:8px;padding:8px;font-style:italic}._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1{margin-top:16px;margin-bottom:16px;font-size:2em}._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1 img{height:64px;margin-right:1em}}._cookiepolicy_skeleton_1789j_1 ._static_page_text_1789j_24{text-align:justify}._cookiepolicy_skeleton_1789j_1 ._static_page_text_1789j_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1{margin:32px 0}@media (width>=481px){._cookiepolicy_skeleton_1789j_1 ._static_page_title_1789j_1{margin:48px 0}}._cookiepolicy_skeleton__img_1789j_43{width:30.59px;height:64px;margin-right:1em}@media (width>=481px){._cookiepolicy_skeleton__img_1789j_43{width:53.53px;height:112px}}._cookiepolicy_skeleton__heading_1789j_55{flex-direction:column;justify-content:center;gap:.5rem;width:100%;display:flex}._cookiepolicy_skeleton__heading_1789j_55 ._cookiepolicy_skeleton__heading__line_1789j_62{width:100%;height:20px}@media (width>=481px){._cookiepolicy_skeleton__heading_1789j_55 ._cookiepolicy_skeleton__heading__line_1789j_62{width:100%;height:36px}}._cookiepolicy_skeleton__paragraph_1789j_73{margin-bottom:28px}._cookiepolicy_skeleton__paragraph_1789j_73 ._cookiepolicy_skeleton__line_1789j_76{width:100%;height:1.3em;margin-bottom:.4em}._cookiepolicy_skeleton__paragraph_1789j_73 ._cookiepolicy_skeleton__line_1789j_76._bold_1789j_81{height:1.4em}._error_container_knk89_1{flex-direction:column;align-items:center;margin-top:96px;margin-bottom:96px;font-size:3em;font-weight:700;display:flex}@media (width<=819.98px){._error_container_knk89_1{flex-direction:row;margin-top:80px;margin-bottom:0;display:flex}}@media (width<=419.98px){._error_container_knk89_1{flex-direction:column;align-items:center;margin-top:48px;margin-bottom:48px;display:flex}}._error_container_knk89_1 ._image_error_container_knk89_27{align-items:center;height:64px;margin-top:48px;margin-bottom:16px;padding:32px;display:flex}._error_container_knk89_1 ._image_error_container_knk89_27 img{height:160px}@media (width<=819.98px){._error_container_knk89_1 ._image_error_container_knk89_27{margin-top:0;margin-bottom:0}}@media (width<=419.98px){._error_container_knk89_1 ._image_error_container_knk89_27{margin-top:64px;margin-bottom:64px}}._error_container_knk89_1 ._error_text_container_knk89_51{margin-top:32px;margin-bottom:32px}@media (width<=419.98px){._error_container_knk89_1 ._error_text_container_knk89_51{text-align:center}}@media (width<=819.98px){._error_container_knk89_1 ._error_text_container_knk89_51{margin-top:0;margin-bottom:0;padding-right:16px}}@media (width<=419.98px){._error_container_knk89_1 ._error_text_container_knk89_51{padding-left:16px;padding-right:16px}}._error_container_knk89_1 ._error_text_container_knk89_51 ._error_box_knk89_73{margin:32px 0;font-size:16px;font-weight:300;line-height:1.14}._error_text_container_knk89_51 h4,._error_text_container_knk89_51 h5{margin-bottom:24px}._error_text_container_knk89_51 ._text_knk89_86{flex-direction:column;align-items:center;display:flex}._reload_knk89_92{flex-direction:row;justify-content:center;margin:32px 0;display:flex}._backendControlledContainer_yti6t_1{grid-row-gap:32px;margin-top:-16px;padding-top:40px;display:grid;position:relative}@media (width>=768px){._backendControlledContainer_yti6t_1{padding-top:unset;grid-row-gap:64px;margin-top:0}}@media (width>=1200px){._backendControlledContainer_yti6t_1{margin-top:32px}}._backendControlledContainer_yti6t_1._withBannerCover_yti6t_20{padding-top:unset;margin-top:0}@media (width>=481px){._backendControlledContainer_yti6t_1._withBannerCover_yti6t_20{margin-top:48px}}@media (width>=1200px){._backendControlledContainer_yti6t_1._withBannerCover_yti6t_20{margin-top:112px}}._backendControlledContainer_yti6t_1._withBannerTop_yti6t_34{padding-top:unset}@media (width>=768px){._backendControlledContainer_yti6t_1._withBannerTop_yti6t_34{grid-row-gap:64px;margin-top:236px}}._banner_cover_1j8ml_1,._banner_cover_mobile_1j8ml_2{background-color:#f5f5f5;background-position:0 0;background-size:cover;width:100%;height:416px;position:absolute;top:0}@media (width>=481px){._banner_cover_mobile_1j8ml_2{display:none}}._banner_cover_1j8ml_1{display:none}@media (width>=481px){._banner_cover_1j8ml_1{display:block}}img._banner_top_desktop_map8m_1,img._banner_top_laptop_map8m_2,img._banner_top_mobile_map8m_3,img._banner_top_tabletLandscape_map8m_4,img._banner_top_tabletPortrait_map8m_5{width:100%;position:absolute}img._banner_top_mobile_map8m_3{position:relative}@media (width>=768px){img._banner_top_mobile_map8m_3{display:none}}img._banner_top_tabletPortrait_map8m_5{display:none}@media (width>=768px){img._banner_top_tabletPortrait_map8m_5{height:300px;display:block}}@media (width>=1024px){img._banner_top_tabletPortrait_map8m_5{display:none}}img._banner_top_tabletLandscape_map8m_4{display:none}@media (width>=1024px){img._banner_top_tabletLandscape_map8m_4{height:300px;display:block}}@media (width>=1200px){img._banner_top_tabletLandscape_map8m_4{display:none}}img._banner_top_laptop_map8m_2{display:none}@media (width>=1200px){img._banner_top_laptop_map8m_2{height:300px;display:block}}@media (width>=1920px){img._banner_top_laptop_map8m_2{display:none}}img._banner_top_desktop_map8m_1{display:none}@media (width>=1920px){img._banner_top_desktop_map8m_1{height:300px;display:block}}._bannerTopSkeleton_map8m_74{width:100%;display:none}@media (width>=481px){._bannerTopSkeleton_map8m_74{height:60px;display:block}}@media (width>=1200px){._bannerTopSkeleton_map8m_74{height:80px}}._banner_video_16sbw_1{width:100%;position:absolute;top:0}._banner_video_16sbw_1:after{content:"";background-image:linear-gradient(#fff0 50%,#f2f2f24d 75%,#f2f2f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}video._fitScreen_m9cj4_1{object-fit:fill;max-height:100vh}._structure_showcase_artist_container_1js5d_1{color:#2d2a26;border-radius:16px}._structure_showcase_artist_container_1js5d_1 ._button_1js5d_7{color:#2d2a26;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#fff;border:1px solid #2d2a26;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._structure_showcase_artist_container_1js5d_1 ._button_1js5d_7{padding:6px 16px}}._structure_showcase_artist_container_1js5d_1 ._button_1js5d_7:hover{color:#fff;background-color:#ea0a2a;border-color:#ea0a2a}._structure_showcase_artist_container_1js5d_1 ._image_1js5d_34{background-size:272px 272px;border-radius:16px;width:272px;height:272px;min-height:272px}@media (width<=991.98px){._structure_showcase_artist_container_1js5d_1 ._image_1js5d_34{background-size:208px 208px;width:208px;height:208px;min-height:208px}}@media (width<=819.98px){._structure_showcase_artist_container_1js5d_1 ._image_1js5d_34{background-size:160px 160px;width:160px;height:160px;min-height:160px}}._structure_showcase_artist_container_1js5d_1 ._name_1js5d_59{margin-top:16px;margin-bottom:16px;font-size:1.5em;font-weight:700}._assetImageContainer_rwq46_1{-o-transition:box-shadow .3s ease;border-radius:16px;transition:box-shadow .3s;box-shadow:0 4px 12px -4px #2e374d1a}._assetImageContainer_rwq46_1 img,._assetImageContainer_rwq46_1 video{object-fit:cover;border-radius:16px;width:100%;height:100%}._assetImageContainer_rwq46_1 img:focus,._assetImageContainer_rwq46_1 video:focus{outline:none}._assetImageContainer_rwq46_1._pointer_rwq46_26{cursor:pointer}._assetImageContainer_rwq46_1._cover_rwq46_30._size_s_rwq46_30 img{width:192px;height:336px}@media (width<=819.98px){._assetImageContainer_rwq46_1._cover_rwq46_30._size_s_rwq46_30 img{width:160px;height:288px}}._assetImageContainer_rwq46_1._cover_rwq46_30._size_m_rwq46_40 img,._assetImageContainer_rwq46_1._cover_rwq46_30._size_l_rwq46_44 img{width:256px;height:448px}._assetImageContainer_rwq46_1._square_rwq46_49._size_s_rwq46_30 img{width:336px;height:336px}@media (width<=819.98px){._assetImageContainer_rwq46_1._square_rwq46_49._size_s_rwq46_30 img{width:288px;height:288px}}._assetImageContainer_rwq46_1._square_rwq46_49._size_m_rwq46_40 img,._assetImageContainer_rwq46_1._square_rwq46_49._size_l_rwq46_44 img{width:448px;height:448px}._assetImageContainer_rwq46_1._gallery_rwq46_68{height:calc(56.25vw - 21.5px)}@media (width>=481px){._assetImageContainer_rwq46_1._gallery_rwq46_68{height:calc(31.25vw - 15.5px)}}@media (width>=1200px){._assetImageContainer_rwq46_1._gallery_rwq46_68{height:272px}}._structure_showcase_story_container_rwq46_82:hover{box-shadow:0 16px 64px -16px #2e374d4d}._balloonGridContainer_1vlt1_1+._balloonGridContainer_1vlt1_1{margin-top:-32px}@media (width>=481px){._balloonGridContainer_1vlt1_1+._balloonGridContainer_1vlt1_1{margin-top:-64px}}._balloonGridContainer_1vlt1_1+:not(._balloonGridContainer_1vlt1_1){margin-top:32px}@media (width>=481px){._balloonGridContainer_1vlt1_1+:not(._balloonGridContainer_1vlt1_1){margin-top:64px}}._banner_1g2mx_1,._bannerMobile_1g2mx_2{width:100%}._banner_1g2mx_1{display:none}@media (width>=481px){._banner_1g2mx_1{display:block}._bannerMobile_1g2mx_2{display:none}}img._bannerMobile_1g2mx_2{width:100%;height:160px;display:block}@media (width>=768px){img._bannerMobile_1g2mx_2{display:none}}img._bannerTabletPortrait_1g2mx_32{width:100%;height:300px;display:none}@media (width>=768px){img._bannerTabletPortrait_1g2mx_32{display:block}}@media (width>=1024px){img._bannerTabletPortrait_1g2mx_32{display:none}}img._bannerTabletLandscape_1g2mx_48{width:100%;height:300px;display:none}@media (width>=1024px){img._bannerTabletLandscape_1g2mx_48{display:block}}@media (width>=1200px){img._bannerTabletLandscape_1g2mx_48{display:none}}img._bannerLaptop_1g2mx_64{width:100%;height:300px;display:none}@media (width>=1200px){img._bannerLaptop_1g2mx_64{display:block}}@media (width>=1920px){img._bannerLaptop_1g2mx_64{display:none}}img._bannerDesktop_1g2mx_80{width:100%;height:300px;display:none}@media (width>=1920px){img._bannerDesktop_1g2mx_80{display:block}}._categoryHeader_19gne_1{align-items:center;height:24px;margin-bottom:32px;display:flex}@media (width>=1200px){._categoryHeader_19gne_1{height:40px}}._categoryHeader__title_19gne_13{width:calc(75vw - 26px);margin-right:8px}@media (width>=1200px){._categoryHeader__title_19gne_13{width:920px;margin-right:16px}}._categoryHeader__actions_19gne_24{align-content:space-between;align-self:stretch;width:calc(25vw - 14px);display:grid}@media (width>=1200px){._categoryHeader__actions_19gne_24{width:200px}}._categoryHeader__showAll_19gne_36{cursor:pointer;justify-content:space-between;align-items:center;display:flex}@media (width>=481px){._categoryHeader__showAll_19gne_36{justify-content:flex-start}._categoryHeader__showAll_19gne_36 img{margin-left:4px}}._categoryHeader__progressBar_19gne_51{border-radius:16px;grid-auto-columns:1fr;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:hidden}@media (width>=1200px){._categoryHeader__progressBar_19gne_51{width:152px}}._categoryHeader__progressItem_19gne_66{opacity:.2;background-color:#2d2a26;height:2px;transition:opacity .3s}._categoryHeader__progressItem_19gne_66._active_19gne_72{opacity:.9}@media (width>=481px){._categoryHeader__progressItem_19gne_66{height:4px}}._swiperWrapper_12qv9_1{position:relative}button._swiperBtnPrev_12qv9_5,button._swiperBtnNext_12qv9_6{z-index:2000;position:absolute;top:calc(50% - 16px)}button._swiperBtnPrev_12qv9_5 img,button._swiperBtnNext_12qv9_6 img{width:32px;height:32px}button._swiperBtnPrev_12qv9_5:hover,button._swiperBtnNext_12qv9_6:hover{background-color:#fff!important}button._swiperBtnPrev_12qv9_5:disabled,button._swiperBtnNext_12qv9_6:disabled{opacity:0!important}@media (width<=819.98px){button._swiperBtnPrev_12qv9_5,button._swiperBtnNext_12qv9_6{display:none}}._swiperBtnPrev_12qv9_5{left:-16px}._swiperBtnNext_12qv9_6{right:-16px}._imageGallery__navLeft_1dedp_1,._imageGallery__navRight_1dedp_2{border:unset;width:32px;height:32px;padding:unset;z-index:4;background-color:#0000;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}._imageGallery__navLeft_1dedp_1 img,._imageGallery__navRight_1dedp_2 img{transition:all .3s}._imageGallery__navLeft_1dedp_1:hover img,._imageGallery__navRight_1dedp_2:hover img{filter:invert(.1)}._imageGallery__navRight_1dedp_2{right:8px}@media (width>=481px){._imageGallery__navRight_1dedp_2{right:16px}}._imageGallery__navRight_1dedp_2 img{transform:rotate(270deg)}._imageGallery__navLeft_1dedp_1{left:8px}@media (width>=481px){._imageGallery__navLeft_1dedp_1{left:16px}}._imageGallery__navLeft_1dedp_1 img{transform:rotate(90deg)}._instaStoriesScene_1m0qc_1{perspective:300px;width:100vw;height:100%}@media (width>=768px){._instaStoriesScene_1m0qc_1{perspective:100px}}@media (width>=1200px){._instaStoriesScene_1m0qc_1{perspective:300px}}._instaStories_1m0qc_1{cursor:default;width:100%;height:100%;transform-style:preserve-3d;position:relative}._instaStories_1m0qc_1._withStyles_1m0qc_24{transition:transform .2s}@media (width>=1200px){._instaStories_1m0qc_1{width:calc(100vw - 128px);margin:0 64px;overflow:hidden}}._userSelectNone_1m0qc_35{-webkit-user-select:none}._instaStory_t1bo0_1{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0}._instaStory_t1bo0_1 *{-webkit-user-select:none}@media (width>=1200px){._instaStory_t1bo0_1{width:33.3333%;transition:transform .2s ease-in-out;display:block;top:50%}}._instaStory_t1bo0_1._active_t1bo0_23{cursor:default;display:block}@media (width>=1200px){._instaStory_t1bo0_1._active_t1bo0_23 ._instaStory__btnShowMore_t1bo0_28{display:flex}}._instaStory__progress_t1bo0_33{z-index:99;justify-content:center;align-self:center;width:100%;padding:8px 4px 4px;display:flex;position:absolute}@media (width>=1200px){._instaStory__progress_t1bo0_33{top:8px}}._instaStory__progressItem_t1bo0_48{opacity:1;background:#4e4e4e;border-radius:2px;max-width:100%;height:2px;margin:2px;transition:opacity .4s ease-in-out}._instaStory__progressItemShow_t1bo0_58{transform-origin:0;backface-visibility:hidden;perspective:1000px;background:#fff;border-radius:2px;width:100%;max-width:100%;height:100%;transform:scaleX(0)}._instaStory__mediaWrapper_t1bo0_70{width:100%;height:100%;position:relative}._instaStory__mediaWrapper_t1bo0_70 img,._instaStory__mediaWrapper_t1bo0_70 video{object-fit:fill;min-width:100%;max-width:100%;min-height:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=1200px){._instaStory__mediaWrapper_t1bo0_70 img,._instaStory__mediaWrapper_t1bo0_70 video{border-radius:16px}}._instaStory__btnPrev_t1bo0_94,._instaStory__btnNext_t1bo0_95{position:absolute;top:50%}._instaStory__btnPrev_t1bo0_94 img,._instaStory__btnNext_t1bo0_95 img{width:32px;height:32px}._instaStory__btnPrev_t1bo0_94{transform:translate(-36px,-50%)}._instaStory__btnNext_t1bo0_95{right:0;transform:translate(36px,-50%)}._instaStory__btnShowMore_t1bo0_28{background-color:#fff;border:1px solid #ea0a2a;border-radius:32px;justify-content:center;align-items:center;width:calc(100% - 64px);height:40px;margin:0 32px;display:none;position:absolute;bottom:32px;left:0;color:#ea0a2a!important}._instaStory__btnShowMore_t1bo0_28:hover{background-color:#ffffffa6}._instaStory__btnSwipeUp_t1bo0_133{border:unset;background-color:#0000;padding:0 16px;position:absolute;bottom:0;left:50%;transform:translate(-50%,-32px);transition:unset!important}._instaStory__btnSwipeUp_t1bo0_133 img{height:64px}@media (width>=1200px){._instaStory__btnSwipeUp_t1bo0_133{display:none}}._header_kpi37_1{width:100px}@media (width>=1200px){._header_kpi37_1{width:200px;height:20px}}@media (width>=321px){._header_kpi37_1{margin-bottom:32px}}._blogPostContainer_17bqo_1{cursor:pointer;background-position:50%;background-size:cover;border-radius:16px;align-items:end;height:300px;padding:calc(6.25vw - 9.5px);display:grid}@media (width>=481px){._blogPostContainer_17bqo_1{height:328px}}@media (width>=1200px){._blogPostContainer_17bqo_1{height:360px;padding:16px}}._blogPost_17bqo_1{color:#fff;word-break:break-word;background-color:#2d2a2699;border-radius:16px;flex-direction:column;justify-content:space-between;height:40%;padding:12px 18px;display:flex;font-size:14px!important;line-height:1.14!important}._blogPost_17bqo_1 ._title_17bqo_36{min-height:80px;font-size:14px;font-weight:700}._blogPost_17bqo_1 ._excerpt_17bqo_41{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.6em;font-weight:400;display:-webkit-box;overflow:hidden}@media (width>=481px){._blogPost_17bqo_1{background:linear-gradient(#2d2a2600 0%,#2d2a2699 50%,#2d2a26 100%);height:214.4px;font-size:16px!important;line-height:1.25!important}}@media (width>=1200px){._blogPost_17bqo_1{font-size:24px!important;line-height:1.33!important}}._cityContainer_enwpz_1{cursor:pointer;background-size:cover;border-radius:16px;align-items:end;height:calc(50vw - 20px);padding:calc(6.25vw - 9.5px);display:grid;position:relative}._cityContainer_enwpz_1._noImage_enwpz_11{border:1px solid #969696}@media (width>=481px){._cityContainer_enwpz_1{height:calc(25vw - 14px);padding:8px}}@media (width>=1200px){._cityContainer_enwpz_1{height:200px;padding:16px}}._cityContainer__bg_enwpz_27{z-index:1;border-radius:16px;width:calc(50vw - 20px);position:absolute;top:0;left:0}@media (width>=481px){._cityContainer__bg_enwpz_27{width:calc(25vw - 14px)}}@media (width>=1200px){._cityContainer__bg_enwpz_27{width:200px}}._cityContainer__Link_enwpz_46{z-index:2}._cityContainer__content_enwpz_50{grid-row-gap:16px;color:#fff;text-align:center;background-color:#2d2a2699;border-radius:16px;grid-template-columns:repeat(2,1fr);align-content:center;height:92px;display:grid}@media (width>=481px){._cityContainer__content_enwpz_50{grid-row-gap:8px;height:64px}}._cityContainer__contentHeader_enwpz_68{grid-column:1/3}._cityContainer__contentText_enwpz_73{font-size:12px;font-weight:300;line-height:1.33}@media (width>=1200px){._cityContainer__contentText_enwpz_73{font-size:14px;font-weight:300;line-height:1.14}}._event_collection_menu_container_v1njp_1 h2{margin-bottom:24px}._eventDetails_buttonBuy_1chsx_1{height:32px}._eventDetails_social_1chsx_5:hover{background-color:unset!important}._buyTicketsContainerMobile_1chsx_9{z-index:1000;justify-content:center;align-items:center;width:100vw;height:56px;padding:0 16px;transition:bottom .3s;display:flex;position:fixed;bottom:-56px;left:0}._buyTicketsContainerMobile_1chsx_9._active_1chsx_22{bottom:0}._buyTicketsContainerMobile_1chsx_9._active_1chsx_22._mobileSafari_1chsx_25{bottom:24px}._buyTicketsContainerMobile_1chsx_9 button{border-radius:24px;height:38px}._actions_container_skeleton_1chsx_33{min-height:34px}@media (width>=321px){._actions_container_skeleton_1chsx_33{margin-top:100px}}._action_skeleton_1chsx_42{width:32px;height:32px}._button_skeleton_1chsx_47{height:32px}@media (width>=481px){._button_skeleton_1chsx_47{margin-top:100px}}@media (width>=321px){._image_skeleton_175du_2{height:343px}}@media (width>=481px){._image_skeleton_175du_2{height:calc(25vw - 14px);max-height:272px}}._boxContainer_1eehr_1{cursor:pointer;margin:32px 0}._event_essentials_infos_header_container_wt9t3_1 ._daytime_wt9t3_1:first-letter{text-transform:capitalize}._event_essentials_infos_header_container_wt9t3_1 ._daytime__skeleton_wt9t3_4{height:21px}._event_essentials_infos_header_container_wt9t3_1 ._time_wt9t3_7{font-weight:300}._event_essentials_infos_header_container_wt9t3_1 ._name_wt9t3_10{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-top:8px;display:-webkit-box;overflow:hidden}@media (width>=481px){._event_essentials_infos_header_container_wt9t3_1 ._name_wt9t3_10{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:42px;display:-webkit-box;overflow:hidden}}._event_essentials_infos_header_container_wt9t3_1 ._name_skeleton_wt9t3_28{height:48px;margin-top:8px}._event_essentials_infos_header_container_wt9t3_1 ._location_container_wt9t3_32{align-items:center;margin-top:8px;display:flex}._event_essentials_infos_header_container_wt9t3_1 ._location_container_wt9t3_32:hover{cursor:pointer}._event_essentials_infos_header_container_wt9t3_1 ._location_container_wt9t3_32 img{width:11.16px;height:16px;margin-right:8px}@media (width>=481px){._event_essentials_infos_header_container_wt9t3_1 ._location_container_wt9t3_32 img{margin-right:12px}}._event_essentials_infos_header_container_wt9t3_1 ._location_container_wt9t3_32 ._location_text_wt9t3_50{font-weight:300}._event_essentials_infos_header_container_wt9t3_1 ._location_text_skeleton_wt9t3_53{height:21px;margin-top:8px}._event_essentials_infos_header_container_wt9t3_1 ._countdown_skeleton_wt9t3_57{max-width:280px;margin-top:8px}@media (width>=321px){._event_essentials_infos_header_container_wt9t3_1 ._countdown_skeleton_wt9t3_57{height:32px;margin-top:24px}}@media (width>=481px){._event_essentials_infos_header_container_wt9t3_1 ._countdown_skeleton_wt9t3_57{height:40px}}._event_essentials_infos_header_container_wt9t3_1 ._description_skeleton_wt9t3_72{height:14px;min-height:fit-content;margin-top:16px}._event_essentials_infos_header_container_wt9t3_1 ._description_skeleton_wt9t3_72 ._paragraph_skeleton_wt9t3_77{margin-top:8px}._eventDetailsCountdownContainer_j65cv_1{color:#2d2a26;flex-direction:row-reverse;justify-content:flex-end;align-items:stretch;height:32px;margin:24px 0;display:flex}@media (width>=481px){._eventDetailsCountdownContainer_j65cv_1{height:40px;margin:16px 0}}._eventDetailsCountdownContainer_j65cv_1 ._daysWrapper_j65cv_16{z-index:5}._eventDetailsCountdownContainer_j65cv_1 ._hoursWrapper_j65cv_19{z-index:4}._eventDetailsCountdownContainer_j65cv_1 ._minWrapper_j65cv_22{z-index:3}._eventDetailsCountdownContainer_j65cv_1 ._secWrapper_j65cv_25{z-index:2}._eventDetailsCountdownContainer_j65cv_1 ._daysWrapper_j65cv_16,._eventDetailsCountdownContainer_j65cv_1 ._hoursWrapper_j65cv_19,._eventDetailsCountdownContainer_j65cv_1 ._minWrapper_j65cv_22,._eventDetailsCountdownContainer_j65cv_1 ._secWrapper_j65cv_25{border-radius:20px;justify-content:center;align-items:center;padding:1px;display:flex}._eventDetailsCountdownContainer_j65cv_1 ._hoursWrapper_j65cv_19{width:96px;margin-left:-32px;padding-left:32px}._eventDetailsCountdownContainer_j65cv_1 ._minWrapper_j65cv_22,._eventDetailsCountdownContainer_j65cv_1 ._secWrapper_j65cv_25{width:88px;margin-left:-32px;padding-left:32px}._eventDetailsCountdownContainer_j65cv_1 ._days_j65cv_16{text-transform:capitalize;background-color:#fff;border-radius:20px;justify-content:center;align-items:center;width:96px;height:100%;display:flex}._eventDetailsCountdownContainer_j65cv_1 ._text_j65cv_59{font-weight:300}._eventDetailsCountdownContainer_j65cv_1._green_j65cv_63 ._daysWrapper_j65cv_16,._eventDetailsCountdownContainer_j65cv_1._green_j65cv_63 ._hoursWrapper_j65cv_19{background-color:#66ecc7}._eventDetailsCountdownContainer_j65cv_1._green_j65cv_63 ._minWrapper_j65cv_22{background-color:#99f3d9}._eventDetailsCountdownContainer_j65cv_1._green_j65cv_63 ._secWrapper_j65cv_25{background-color:#ccf9ec}._eventDetailsCountdownContainer_j65cv_1._green_j65cv_63:hover{cursor:pointer}._eventDetailsCountdownContainer_j65cv_1._yellow_j65cv_77 ._daysWrapper_j65cv_16,._eventDetailsCountdownContainer_j65cv_1._yellow_j65cv_77 ._hoursWrapper_j65cv_19{background-color:#ffcd94}._eventDetailsCountdownContainer_j65cv_1._yellow_j65cv_77 ._minWrapper_j65cv_22{background-color:#ffddb8}._eventDetailsCountdownContainer_j65cv_1._yellow_j65cv_77 ._secWrapper_j65cv_25{background-color:#ffeedb}._eventDetailsCountdownContainer_j65cv_1._yellow_j65cv_77:hover{cursor:pointer}._eventDetailsCountdownContainer_j65cv_1._red_j65cv_91 ._daysWrapper_j65cv_16,._eventDetailsCountdownContainer_j65cv_1._red_j65cv_91 ._hoursWrapper_j65cv_19{background-color:#f26c7f}._eventDetailsCountdownContainer_j65cv_1._red_j65cv_91 ._minWrapper_j65cv_22{background-color:#f79daa}._eventDetailsCountdownContainer_j65cv_1._red_j65cv_91 ._secWrapper_j65cv_25{background-color:#fbced4}._container_2ogk5_1{grid-row-gap:32px;grid-template-columns:160px 160px;padding:0 40px 40px;display:grid}._containerMobile_2ogk5_8{padding:0 16px 16px}._calendar__button_2ogk5_12{grid-column:1;justify-content:flex-start;min-height:48px;padding:16px;display:flex}._calendar__button_2ogk5_12 ._icon__container_2ogk5_19{border:1px solid #221f1c;border-radius:50px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;padding:6px}._calendar__button_2ogk5_12 ._icon__container_2ogk5_19 img{max-height:17px}._calendar__button_2ogk5_12 ._icon__container__hover_2ogk5_34{background-color:#2d2a2633}._calendar__button_2ogk5_12:hover{font-weight:700}._title_2ogk5_42{grid-column:1/4;padding-top:32px;padding-left:32px;font-weight:300!important}._faq_content_container_1exx2_1{justify-content:flex-start;display:flex}@media (width<=819.98px){._faq_content_container_1exx2_1{flex-direction:column}}._faq_menu_container_4bukw_1 ._faq_menu_4bukw_1{min-width:240px}._faq_menu_header_container_1vipq_1 ._faq_header_1vipq_1{color:#fff;background-color:#3b3b3b;justify-content:space-evenly;align-items:center;padding-top:48px;display:flex}._faq_menu_header_container_1vipq_1 ._faq_header_1vipq_1 ._icon_1vipq_9 img{height:96px}._faq_menu_header_container_1vipq_1 ._faq_header_1vipq_1 ._title_1vipq_12{font-size:4em;font-weight:700}@media (width<=819.98px){._faq_menu_header_container_1vipq_1 ._faq_header_1vipq_1{background-color:#2d2a26;padding-top:32px;padding-bottom:32px}}._imgSkeleton_1vipq_24{width:45px;height:96px}._titleSkeleton_1vipq_29{width:90px;height:50px}._pagewithsubsections_voices_desktop_container_1yfn4_1{background-color:#3b3b3b;border-radius:0 0 32px;flex-direction:column;padding-top:32px;padding-bottom:32px;display:flex;overflow:hidden}._pagewithsubsections_voices_desktop_container_1yfn4_1 ._spacing_bottom_1yfn4_10{padding-top:32px;padding-bottom:32px}._pagewithsubsections_voices_voice_container_131tn_1{color:#fff;cursor:pointer;align-items:center;min-width:160px;padding:32px;font-size:1.2em;display:flex;position:relative}._pagewithsubsections_voices_voice_container_131tn_1 ._active_voice_131tn_14{position:absolute;right:-1px}._pagewithsubsections_voices_voice_container_131tn_1 ._active_voice_131tn_14 img{height:96px}._pagewithsubsections_voices_voice_container_131tn_1:hover{background-color:#2d2a26}._pagewithsubsections_voices_voice_container_131tn_1._active_131tn_14{background-color:#2d2a26;font-weight:700}._voiceSkeletonContainer_131tn_31{box-sizing:border-box;align-items:center;height:83px;padding:32px;display:flex}._voiceSkeleton_131tn_31{width:95px;height:19px}._pagewithsubsections_voices_mobile_container_gqfz1_1{background-color:#2d2a26;padding:16px}._pagewithsubsections_voices_mobile_container_gqfz1_1 input{color:#fff;background-color:#2d2a26;border:none;border-radius:32px;margin-left:16px;padding:7.5px 32px}._pagewithsubsections_voices_mobile_container_gqfz1_1 input:focus{outline:none}._pagewithsubsections_voices_mobile_container_gqfz1_1 select{cursor:pointer;color:#fff;background-color:#2d2a26;background:var(--image-white-down) right/24px no-repeat #2d2a26;appearance:none;background-position:90%;background-size:16px 8px;border:none;border-radius:32px;min-width:1px;margin-left:16px;padding:7.5px 32px}._pagewithsubsections_voices_mobile_container_gqfz1_1 select:focus{outline:none}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 ._checkmark_gqfz1_54{background-color:#2d2a26;border-radius:3px;width:24px;height:24px}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 input:checked~._checkmark_gqfz1_54{background-color:#2d2a26;border-radius:3px}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 ._checkmark_gqfz1_54:after{content:"";display:none;position:absolute}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 input:checked~._checkmark_gqfz1_54:after{display:flex}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 ._checkmark_gqfz1_54:after{border:3px solid #fff;border-width:0 3px 3px 0;width:5px;height:10px;margin-top:3px;margin-left:8px;transform:rotate(45deg)}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38 ._label_gqfz1_83{margin-left:16px}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._checkbox_container_gqfz1_38:hover input~._checkmark_gqfz1_54{background-color:#4e4e4e}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89{text-align:center;margin-top:32px}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93{color:#ea0a2a;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#fff;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93{padding:6px 16px}}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93:hover{color:#fff;background-color:#ea0a2a;border-color:#fff}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93{color:#ea0a2a;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#0000;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}}@media (width<=819.98px) and (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93{padding:6px 16px}}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93:hover{color:#fff;background-color:#ea0a2a;border-color:#0000}}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._submit_container_gqfz1_89 ._button_gqfz1_93{padding-left:48px;padding-right:48px}._pagewithsubsections_voices_mobile_container_gqfz1_1 form{flex-direction:column;justify-content:center;align-items:center;display:flex}._pagewithsubsections_voices_mobile_container_gqfz1_1 input,._pagewithsubsections_voices_mobile_container_gqfz1_1 select{border:1px solid #4e4e4e;max-width:208px;margin-left:0}@media (width<=419.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 input,._pagewithsubsections_voices_mobile_container_gqfz1_1 select{width:auto;max-width:none}._pagewithsubsections_voices_mobile_container_gqfz1_1 select{width:100%}}._pagewithsubsections_voices_mobile_container_gqfz1_1 input._error_gqfz1_179,._pagewithsubsections_voices_mobile_container_gqfz1_1 select._error_gqfz1_179{border:1px solid #ea0a2a}._pagewithsubsections_voices_mobile_container_gqfz1_1 span._error_gqfz1_179{line-height:1.4em}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._text_gqfz1_186{text-align:center;margin-bottom:16px;font-size:1em}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._text_gqfz1_186 div{margin-bottom:16px}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._text_gqfz1_186 ._headline_gqfz1_194{margin-bottom:32px;font-weight:700}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._headline_inside_box_gqfz1_198{color:#fff;justify-content:center;margin-bottom:16px;font-size:1.2em;font-weight:700;display:flex}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._fields_gqfz1_206{background-color:#2d2a26;border-radius:24px;flex-direction:column;max-width:256px;padding:32px 64px;display:flex}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._fields_gqfz1_206{align-items:center;padding:32px 16px}}@media (width<=419.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1 ._fields_gqfz1_206{width:100%;max-width:none}}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._error_gqfz1_179{color:#ea0a2a}._pagewithsubsections_voices_mobile_container_gqfz1_1 ._inputBox_gqfz1_229{display:flex}@media (width<=819.98px){._pagewithsubsections_voices_mobile_container_gqfz1_1{padding:16px}}._pagewithsubsections_voices_mobile_container_gqfz1_1 select{border:1px solid #fff;width:100%;max-width:none}._selectSkeleton_gqfz1_243{border:1px solid #fff;width:100%;height:32px}._faq_sections_container_1mbhj_1{width:100%;max-width:640px;margin:96px}._faq_sections_container_1mbhj_1 ._faq_section_name_1mbhj_9{font-size:2em;font-weight:900}@media (width<=419.98px){._faq_sections_container_1mbhj_1 ._faq_section_name_1mbhj_9{text-align:center}}@media (width<=819.98px){._faq_sections_container_1mbhj_1{width:auto;max-width:unset;margin:16px}}._faq_sections_container_1mbhj_1._noMargin_1mbhj_29{width:auto;max-width:480px;margin:0!important}._faq_sections_container_1mbhj_1._fullWidth_1mbhj_35{max-width:none;margin:0}._titleSkeletonContainer_1mbhj_40{justify-content:center;display:flex}@media (width>=481px){._titleSkeletonContainer_1mbhj_40{justify-content:flex-start}}._titleSkeleton_1mbhj_40{width:250px;height:32px}._faqItemContainer_la40c_1{cursor:pointer;margin-top:32px;margin-bottom:32px;font-size:1.2em;overflow:hidden}@media (width<=419.98px){._faqItemContainer_la40c_1{font-size:1em}}._faqQuestionContainer_la40c_14{border:1px solid #2d2a26;border-radius:24px;justify-content:space-between;align-items:center;padding:3px 4px 3px 16px;display:flex}._faqQuestion_la40c_14{line-height:1.1}@media (width<=419.98px){._faqQuestion_la40c_14{text-align:justify;margin-right:8px}}._faqQuestionIcon_la40c_33{width:32px;height:32px}@media (width<=419.98px){._faqQuestionIcon_la40c_33{width:24px;height:24px}}._faqAnswer_la40c_44{text-align:justify;background-color:#f0f0f0;border-radius:16px;margin-top:16px;padding:16px 32px;line-height:1.4;overflow-y:hidden}@media (width<=819.98px){._faqAnswer_la40c_44{padding:16px}}._faqItemContainer_la40c_1._fullWidth_la40c_59 ._faqQuestionContainer_la40c_14{background:#fff;border:none;border-radius:32px}._faqItemContainer_la40c_1._fullWidth_la40c_59 ._faqQuestionContainer_la40c_14 ._faqQuestion_la40c_14{text-align:left}@media (width>=1200px){._faqItemContainer_la40c_1._fullWidth_la40c_59 ._faqQuestionContainer_la40c_14{padding:16px 16px 16px 64px;font-size:21px}}._faqItemContainer_la40c_1._fullWidth_la40c_59 ._faqAnswer_la40c_44{text-align:justify;background-color:#eaeaea}@media (width>=1200px){._faqItemContainer_la40c_1._fullWidth_la40c_59 ._faqAnswer_la40c_44{padding:16px 64px;font-size:14px;font-weight:300;line-height:1.14}}._itemSkeleton_la40c_87{border:1px solid #2d2a26;width:100%;height:32px;margin-top:32px}._eventInfoContent_1roi1_1{margin-top:24px}@media (width>=481px){._eventInfoContent_1roi1_1{margin-top:32px}._eventInfoFullDescription_1roi1_11{margin-top:8px}}._eventInfoFullDescription_1roi1_11 ._readMore_1roi1_15{cursor:pointer;border-bottom:1px solid #2d2a26;align-items:center;padding:24px 0;display:flex}._eventInfoFullDescription_1roi1_11 ._readMore_1roi1_15 img{width:11.83px;height:5.16px;margin:2px 0 0 8px}._eventInfoDescriptionDetails_1roi1_28{margin-top:16px}._eventInfoDescriptionDetails_1roi1_28>*{display:flex}._eventInfoDescriptionDetails_1roi1_28 ._capitalize_1roi1_34{text-transform:capitalize}._eventInfoDescriptionActions_1roi1_38{width:100%;margin-top:24px}._eventInfoDescriptionActions_1roi1_38 a img{width:32px;height:32px}._eventInfoTagsContainer_1roi1_47{border-bottom:1px solid #2d2a26;flex-wrap:nowrap;margin-top:24px;padding-bottom:16px;overflow-x:auto}@media (width>=481px){._eventInfoTagsContainer_1roi1_47{padding-bottom:unset;border-bottom:unset}}._eventInfoTags_1roi1_47:not(:first-child){margin-left:8px}._title_skeleton_1roi1_65{height:36px}._description_skeleton_container_1roi1_69{margin-top:32px}._description_skeleton_1roi1_69{height:14px;margin-top:8px}._event_body_caption_data_container_6c9d0_1{flex-direction:column;display:flex}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5{flex-direction:row;display:flex}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5._left_6c9d0_9{justify-content:flex-start}@media (width<=819.98px){._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5{justify-content:flex-start}}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17{background-color:#fff;border-radius:24px;flex-direction:column;padding:8px;display:flex;align-items:center!important}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17:not(:first-child){margin-left:8px}@media (width>=1200px){._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17:not(:first-child){margin-left:16px}}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17 ._icon_6c9d0_33 img{width:40px;height:40px}@media (width>=481px){._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17 ._icon_6c9d0_33 img{width:44px;height:44px}}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17 ._description_6c9d0_43{-webkit-line-clamp:2;overflow-wrap:anywhere;text-align:center;-webkit-box-orient:vertical;height:24px;margin-top:8px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5 ._caption_data_6c9d0_17:last-child{margin-right:0}._event_body_caption_data_container_6c9d0_1 ._row_3_6c9d0_59 ._caption_data_6c9d0_17{width:calc(33.3333vw - 16px)}@media (width>=1200px){._event_body_caption_data_container_6c9d0_1 ._row_3_6c9d0_59 ._caption_data_6c9d0_17{width:128px}}._event_body_caption_data_container_6c9d0_1 ._row_4_6c9d0_67 ._caption_data_6c9d0_17{width:calc(25vw - 14px)}@media (width>=1200px){._event_body_caption_data_container_6c9d0_1 ._row_4_6c9d0_67 ._caption_data_6c9d0_17{width:128px}}._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5:not(:first-child){margin-top:8px}@media (width>=481px){._event_body_caption_data_container_6c9d0_1 ._row_6c9d0_5:not(:first-child){margin-top:16px}}._eventTicketsContainer_bek4s_1{position:relative}._eventTickets_bek4s_1{padding-top:16px}._eventTicketsShowMoreContainer_bek4s_9{margin-top:-32px}._eventTicketsShowLessContainer_bek4s_13{margin-top:32px}._eventTicketContainer_18t7n_1{margin-top:16px}._event_body_tickets_ticket_desktop_container_18t7n_5{cursor:pointer;display:flex}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9{background-color:#fff;border-top-left-radius:16px;border-bottom-left-radius:16px;align-items:center;width:100%;height:120px;display:flex;position:relative}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_info_18t7n_19,._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_price_box_18t7n_20{flex-direction:column;justify-content:space-between;padding:24px 0;display:flex}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_info_18t7n_19{max-width:576px}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_info_18t7n_19 ._title_18t7n_29{margin-bottom:8px}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_image_18t7n_32{justify-content:center;align-items:center;width:164px;display:flex}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_price_box_18t7n_20{-o-transition:right .3s ease;z-index:2000;background-color:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-end;min-height:120px;padding:0 64px 0 128px;transition:right .3s;display:flex;position:absolute;top:0;right:-220px}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_info_18t7n_19._grey_18t7n_57,._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._ticket_price_box_18t7n_20._grey_18t7n_57{color:#969696}._event_body_tickets_ticket_desktop_container_18t7n_5 ._whitebox_container_18t7n_9 ._price_18t7n_61._hide_18t7n_61{visibility:hidden}._event_body_tickets_ticket_desktop_container_18t7n_5 ._ticket_inner_container_18t7n_64{height:120px;position:relative}._event_body_tickets_ticket_desktop_container_18t7n_5 ._ticket_inner_container_18t7n_64 img{height:100%}._event_body_tickets_ticket_desktop_container_18t7n_5 ._ticket_inner_container_18t7n_64 ._text_18t7n_71{color:#fff;text-transform:uppercase;font-weight:700;position:absolute;top:50%;right:50px;transform:translateY(-50%)}._event_body_tickets_ticket_desktop_container_18t7n_5:hover ._ticket_price_box_18t7n_20{right:-80px}._event_body_tickets_ticket_desktop_container_18t7n_5._disabled_18t7n_85{cursor:not-allowed}._eventTicketMobile_container_1uwg6_1{height:96px;margin-top:8px;position:relative}._eventTicketMobile_container_1uwg6_1 ._grey_1uwg6_6{color:#969696}._eventTicketMobile_detailsContainer_1uwg6_10{z-index:2;background-color:#fff;border-radius:16px;align-items:center;width:calc(100% + -6.25vw + 9.5px);height:96px;display:flex;position:absolute}._eventTicketMobile_detailsLabels_1uwg6_21{width:calc(62.5vw - 23px);margin-left:8px;padding:0 8px 0 calc(6.25vw - 9.5px)}@media (width>=481px){._eventTicketMobile_detailsLabels_1uwg6_21{width:calc(75vw - 26px)}}._eventTicketMobile_detailsLabels_1uwg6_21 ._title_1uwg6_31{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:40px;display:-webkit-box;overflow:hidden}._eventTicketMobile_detailsLabels_1uwg6_21 ._details_1uwg6_39{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:24px;margin-top:8px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}._eventTicketMobile_detailsPriceBox_1uwg6_52{align-content:space-between;width:calc(31.25vw - 15.5px);height:100%;padding:12px 0;display:grid}@media (width>=481px){._eventTicketMobile_detailsPriceBox_1uwg6_52{width:calc(18.75vw - 12.5px)}}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._price_1uwg6_64._hide_1uwg6_64{visibility:hidden}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._presale_1uwg6_67,._eventTicketMobile_detailsPriceBox_1uwg6_52 ._status_1uwg6_68{height:12px;font-size:10px;font-weight:700;line-height:1.2}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._presale_1uwg6_67{margin-top:8px}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._status_1uwg6_68._active_1uwg6_78{color:#00e0a1}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._status_1uwg6_68._exhaust_1uwg6_81{color:#ffab4d}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._status_1uwg6_68._soldOut_1uwg6_84{color:#ea0a2a}._eventTicketMobile_detailsPriceBox_1uwg6_52 ._status_1uwg6_68._comingSoon_1uwg6_87{color:#8643eb}._eventTicketMobile_ImageRightContainer_1uwg6_91{position:absolute;right:0}._eventTicketMobile_ImageRightContainer_1uwg6_91 img{height:96px}@media (width>=481px){._infoBoxContainer_j6t2v_2{min-height:300px;position:relative}}._infoBoxContainer__column_j6t2v_8{justify-content:center;display:flex}@media (width>=481px){._infoBoxContainer__column_j6t2v_8{justify-content:flex-start}}._infoBoxContentBackground_j6t2v_18{width:95%;position:absolute;bottom:-32px;left:-16px}@media (width>=481px){._infoBoxContentBackground_j6t2v_18{width:60%}}@media (width>=1200px){._infoBoxContentBackground_j6t2v_18{left:-32px}}._infoBoxContent_j6t2v_18{grid-row-gap:32px;justify-items:center;display:grid}@media (width>=481px){._infoBoxContent_j6t2v_18{z-index:1;grid-row-gap:40px;justify-items:start;top:16px}}._infoBoxContent_j6t2v_18 h2{text-align:center;width:calc(75vw - 26px)}@media (width>=481px){._infoBoxContent_j6t2v_18 h2{width:500px;text-align:unset;font-size:42px}}._infoBoxContent_j6t2v_18 ._description_j6t2v_59{margin-bottom:8px;font-weight:300}@media (width>=481px){._infoBoxContent_j6t2v_18 ._description_j6t2v_59{margin-bottom:unset;width:704px}}._infoBoxPlaceholder_j6t2v_70{display:none;position:relative}@media (width>=481px){._infoBoxPlaceholder_j6t2v_70{display:unset}}._infoBoxPlaceholderImg_j6t2v_80{height:360px}@media (width>=481px){._infoBoxPlaceholderImg_j6t2v_80{object-fit:contain;z-index:2;border-radius:16px;width:calc(25vw - 14px);height:280px;position:absolute;top:-40px;left:0}}@media (width>=1200px){._infoBoxPlaceholderImg_j6t2v_80{width:272px;height:458px;top:-64px}}._monitoraTempoReale_j6t2v_103{height:120px;position:absolute;bottom:60px;right:-160px}@media (width>=481px){._infoBoxContainer_ixfec_2{min-height:300px;position:relative}}._infoBoxContainer__column_ixfec_8{justify-content:center;display:flex}@media (width>=481px){._infoBoxContainer__column_ixfec_8{justify-content:flex-start}}._infoBoxContentBackground_ixfec_18{width:95%;position:absolute;bottom:-32px;left:-16px}@media (width>=481px){._infoBoxContentBackground_ixfec_18{width:60%}}@media (width>=1200px){._infoBoxContentBackground_ixfec_18{left:-32px}}._infoBoxContent_ixfec_18{grid-row-gap:32px;justify-items:center;display:grid}@media (width>=481px){._infoBoxContent_ixfec_18{z-index:1;grid-row-gap:0;justify-items:start;top:16px}}._infoBoxContent_ixfec_18 h2{text-align:center;width:calc(75vw - 26px)}@media (width>=481px){._infoBoxContent_ixfec_18 h2{width:416px;text-align:unset;font-size:42px}}._infoBoxContent_ixfec_18 ._description_ixfec_59{margin-bottom:8px;font-weight:300}@media (width>=481px){._infoBoxContent_ixfec_18 ._description_ixfec_59{margin-bottom:unset;width:632px}}._infoBoxPlaceholder_ixfec_70{display:none;position:relative}@media (width>=481px){._infoBoxPlaceholder_ixfec_70{display:unset}}._infoBoxPlaceholderImg_ixfec_80{height:500px}@media (width>=481px){._infoBoxPlaceholderImg_ixfec_80{object-fit:contain;z-index:2;border-radius:16px;width:calc(25vw - 14px);height:280px;position:absolute;top:-40px}}@media (width>=1200px){._infoBoxPlaceholderImg_ixfec_80{width:344px;height:auto;top:-120px}}._apps_ixfec_102{flex-direction:column;display:flex;position:absolute;bottom:0;left:-100px}._apps_ixfec_102 img._apple_ixfec_109{width:calc(31.25vw - 15.5px);height:32px}@media (width>=481px){._apps_ixfec_102 img._apple_ixfec_109{width:120px}}._apps_ixfec_102 img._google_ixfec_118{width:calc(31.25vw + .5px);height:44px}@media (width>=481px){._apps_ixfec_102 img._google_ixfec_118{width:120px}}._scaricaApp_ixfec_128{height:120px;position:absolute;bottom:120px;right:-120px}._googleMapContainer_1rp5s_1{width:calc(100% + 32px);height:188px;margin-left:-16px}@media (width>=481px){._googleMapContainer_1rp5s_1{height:300px}}@media (width>=1200px){._googleMapContainer_1rp5s_1{width:100%;height:400px;margin-left:unset}}._googleMapContainer_1rp5s_1 div{filter:saturate(0)}._googleMapContainer_1rp5s_1 ._pointer_1rp5s_21{filter:saturate()!important}._googleMapsInfoBox_18bxn_1{grid-row-gap:16px;justify-items:center;display:grid}._googleMapContainer_1ijag_1{width:calc(100% + 32px);height:300px;margin-left:-16px}@media (width>=1200px){._googleMapContainer_1ijag_1{width:100%;height:400px;margin-left:unset}}._googleMapContainer_1ijag_1 ._image_1ijag_13{border-radius:16px;width:100%;height:100%;margin:0;padding:0;position:relative}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-default-icon-icon{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcYBeBeoQIhRAkLlRDGrhIgY3BJL8CVeKzuyXFzzjkn5ZxzzuScg3PO8cKzu70JkO0LfxdTU//pM9vTu7Xgf6KqOVTb9X7toRrVEfBf1HTVjZccrT/2by1VV928Yty9ZbVuucdz90frG8DBjl9pVApbOstvmMuvVgaNXSfAAd6pGxpy6yxf5ph43pS/4f3uoaGm2rdu72S9xzOvMymkZFq/ptDrk90mhW7e4zl7HLzhxGWPR20xmSxJ/VqldG5m9XhaVOA1DadsNh3Pu5L2N6QtPO/32JpqQBVVk20oy/Pi2s23WEvyfHbe1thadVQttvm7Llf65gGmXK67XtupyoM7HQhmXdLS8oGWJNeOJ3C5fG5XCEJnkez3/oFdsvgJ4l2ANZwhrJKk/7OSXa+3Vw2WJMlKnGkobouYk6T0TyX30klOUnTD9HJ5qpckL3EW/w4XF3Xd0FGywXUrstrclVsqz5Pd/sXFYyDnPdrLcQODmGOK47IZb4CmibmMn+MYRzFZ5jg33ZL/EJrWcszHmANy3ARBK/IXtciJy8VsitPSdE3uuHxzougojcUdr8/32atnz/ev3f/K5wtpxUTpcaI45zusVDpYtZi+jg0oU9b3x74h7+n9ABvYEZeKaVq0sh0AtLKsFtqNBdeT0MrSzwwlq9+x6xAO4tgOtSzbCjrNQQiNvQUbUEubvzBUeGw26yDCsRHCoLkTHDa7IdOLIThs/gHvChszh2CimE8peRs47cxANI0lYNB5y1DljpOF0IhzBDPOZnDOqYYbeGKECbPzWnXludPphw5c2YBq5zlwXphIbO4VDCZ0gnPfUO1TwZoYwAs2ExPCedAu9DAjfQUjzITQb3jNj0KG2Sgt6BHaQUdYzWz+XmBktOHwanXjaSTcwwziBcuMOtwBmqPrTOxFQR/DRKKPqyur0aiW6cULYsx6tBm0jXpR/AUWR6HRq9WVW6MRhIq5jLyjbaCTDCijyYJNpCajdyobP/eTw0iexBAKkJ3gA5KcQb2zBXsIBckn+xVv8jkZSaEFHE+jFEleAEfayRU0MouNoBmB/L50Ai/HSLIHxcrpCvnhSQAuakKp2C/YbCylJjXRVy/z3+Kv/RrNcCo+WUzlVEhzKffnTQnxeN9fWF88fiNCUdSTsaufaChKWInHeysygfpIqagoakW+vV20J8uyl6TyNKEZWV4oRSPyCkWpgOLSbkCObT8o2r6tlG58HQquf6O0v50tB7JM7F4EORd2dx/K0w/KHsVkLPaoYrwgP/y7krr3SSMA4zj+OBgmjYkxcdIJQyQRKgg2viX9Hddi9UBb29LrKR7CVVEEEXWojUkXNyfTNDE14W9gbHJNuhjDettN3ZvbOvdOqCD3Jp/9l+/wJE+9PkYGjx/fqkys3S2rMozM/o2106rfMUINo6hVqz+eu/hd1c4xTg0TAfy5kV+4UG6+IthHTU9woWmxuKNbTfuCSfovBCxq7EtHqvYL4Sm6F8GVxsSXHMQ07TOi1DKtZxjWaaIyi4CXWjxPccUw8WVbMYY5wxC1mzEyXMJWkllpRloi+Kkoq69sxBTlElF6aAxYUbjXNlhlDZilDnM4U5SlN5biRsRHnbx3mbeWjEh4mEyiuJDl5XcWVmX5GvNkFgLWZM5qwsop4/AWfLhU1cR7k1VVvcYCWRkOI6Xy5gmnphCYIkvzuNYzHzosq2oNk2RtSs8khfUOfHIDgR6ysYBaMpl4uEgk2U/oJTs9AaTSwma7dT69geAE2ZpEjUsn2ieJNHeKfrI3EcAGJ2ZaNgVuC8EBctCLc57P5u5led6IOBkIYkuQMrmmjChs4VkfOerHqSBkPzZlhe06RslZ3zMjk2sscqKwY0RcjKK+LWbzd7KiHhkncs/siFJ+V5eXxD34B8nVuJEpGJNmxN2gH3vSvp7J70tF+D1Ej8qUJD1TkErAND2GZwTFg/LubvmgiBG3SOvdlsqFQrkEzJCL1rstlnVFROixZoDDSuXQFHESwVGlcuQcMb/b42NgjLowh5MTDFE3vNB5qStRIErdCQEh6pLPR92anSUb/wAIhldAaDMpGgAAAABJRU5ErkJggg==),auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcYBeBeoQIhRAkLlRDGrhIgY3BJL8CVeKzuyXFzzjkn5ZxzzuScg3PO8cKzu70JkO0LfxdTU//pM9vTu7Xgf6KqOVTb9X7toRrVEfBf1HTVjZccrT/2by1VV928Yty9ZbVuucdz90frG8DBjl9pVApbOstvmMuvVgaNXSfAAd6pGxpy6yxf5ph43pS/4f3uoaGm2rdu72S9xzOvMymkZFq/ptDrk90mhW7e4zl7HLzhxGWPR20xmSxJ/VqldG5m9XhaVOA1DadsNh3Pu5L2N6QtPO/32JpqQBVVk20oy/Pi2s23WEvyfHbe1thadVQttvm7Llf65gGmXK67XtupyoM7HQhmXdLS8oGWJNeOJ3C5fG5XCEJnkez3/oFdsvgJ4l2ANZwhrJKk/7OSXa+3Vw2WJMlKnGkobouYk6T0TyX30klOUnTD9HJ5qpckL3EW/w4XF3Xd0FGywXUrstrclVsqz5Pd/sXFYyDnPdrLcQODmGOK47IZb4CmibmMn+MYRzFZ5jg33ZL/EJrWcszHmANy3ARBK/IXtciJy8VsitPSdE3uuHxzougojcUdr8/32atnz/ev3f/K5wtpxUTpcaI45zusVDpYtZi+jg0oU9b3x74h7+n9ABvYEZeKaVq0sh0AtLKsFtqNBdeT0MrSzwwlq9+x6xAO4tgOtSzbCjrNQQiNvQUbUEubvzBUeGw26yDCsRHCoLkTHDa7IdOLIThs/gHvChszh2CimE8peRs47cxANI0lYNB5y1DljpOF0IhzBDPOZnDOqYYbeGKECbPzWnXludPphw5c2YBq5zlwXphIbO4VDCZ0gnPfUO1TwZoYwAs2ExPCedAu9DAjfQUjzITQb3jNj0KG2Sgt6BHaQUdYzWz+XmBktOHwanXjaSTcwwziBcuMOtwBmqPrTOxFQR/DRKKPqyur0aiW6cULYsx6tBm0jXpR/AUWR6HRq9WVW6MRhIq5jLyjbaCTDCijyYJNpCajdyobP/eTw0iexBAKkJ3gA5KcQb2zBXsIBckn+xVv8jkZSaEFHE+jFEleAEfayRU0MouNoBmB/L50Ai/HSLIHxcrpCvnhSQAuakKp2C/YbCylJjXRVy/z3+Kv/RrNcCo+WUzlVEhzKffnTQnxeN9fWF88fiNCUdSTsaufaChKWInHeysygfpIqagoakW+vV20J8uyl6TyNKEZWV4oRSPyCkWpgOLSbkCObT8o2r6tlG58HQquf6O0v50tB7JM7F4EORd2dx/K0w/KHsVkLPaoYrwgP/y7krr3SSMA4zj+OBgmjYkxcdIJQyQRKgg2viX9Hddi9UBb29LrKR7CVVEEEXWojUkXNyfTNDE14W9gbHJNuhjDettN3ZvbOvdOqCD3Jp/9l+/wJE+9PkYGjx/fqkys3S2rMozM/o2106rfMUINo6hVqz+eu/hd1c4xTg0TAfy5kV+4UG6+IthHTU9woWmxuKNbTfuCSfovBCxq7EtHqvYL4Sm6F8GVxsSXHMQ07TOi1DKtZxjWaaIyi4CXWjxPccUw8WVbMYY5wxC1mzEyXMJWkllpRloi+Kkoq69sxBTlElF6aAxYUbjXNlhlDZilDnM4U5SlN5biRsRHnbx3mbeWjEh4mEyiuJDl5XcWVmX5GvNkFgLWZM5qwsop4/AWfLhU1cR7k1VVvcYCWRkOI6Xy5gmnphCYIkvzuNYzHzosq2oNk2RtSs8khfUOfHIDgR6ysYBaMpl4uEgk2U/oJTs9AaTSwma7dT69geAE2ZpEjUsn2ieJNHeKfrI3EcAGJ2ZaNgVuC8EBctCLc57P5u5led6IOBkIYkuQMrmmjChs4VkfOerHqSBkPzZlhe06RslZ3zMjk2sscqKwY0RcjKK+LWbzd7KiHhkncs/siFJ+V5eXxD34B8nVuJEpGJNmxN2gH3vSvp7J70tF+D1Ej8qUJD1TkErAND2GZwTFg/LubvmgiBG3SOvdlsqFQrkEzJCL1rstlnVFROixZoDDSuXQFHESwVGlcuQcMb/b42NgjLowh5MTDFE3vNB5qStRIErdCQEh6pLPR92anSUb/wAIhldAaDMpGgAAAABJRU5ErkJggg==);width:25px;height:41px;margin:-41px -12px}.leaflet-default-icon-shadow{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC),auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC);width:41px;height:41px;margin:-41px -12px}.leaflet-default-icon-popup{margin:-34px 1px}.leaflet-default-icon-tooltip{margin:-28px 16px}._googleMapContainer_cfp1r_1{width:calc(100% + 32px);height:300px;margin-left:-16px}@media (width>=1200px){._googleMapContainer_cfp1r_1{width:100%;height:400px;margin-left:unset}}._googleMapContainer_cfp1r_1 ._leaflet-container_cfp1r_13{border-radius:16px}._squareContainer_j9rop_1{cursor:pointer;min-height:300px}@media (width>=481px){._squareContainer_j9rop_1{height:344px}}@media (width>=1200px){._squareContainer_j9rop_1{height:360px;margin:32px 0;transition:all .2s}}._squareContainer_j9rop_1 a:hover{color:#2d2a26}._squareContainer_j9rop_1._skeleton_j9rop_20{cursor:unset;margin-bottom:3px}._skeletonCardContainer_j9rop_25{background-color:#fff;border-radius:16px}._skeletonContainer_j9rop_30{min-height:300px;cursor:unset;margin-bottom:3px}@media (width>=481px){._skeletonContainer_j9rop_30{height:344px}}@media (width>=1200px){._skeletonContainer_j9rop_30{height:360px;margin:32px 0}}._image_skeleton_j9rop_47{width:100%;min-height:150px}@media (width>=321px){._image_skeleton_j9rop_47{height:180px}}@media (width>=481px){._image_skeleton_j9rop_47{height:172px}}@media (width>=1200px){._image_skeleton_j9rop_47{height:200px}}@media (width>=481px){._squareContainer_j9rop_1:hover{transform:scale(1.05)}}._squareContainerDetails_j9rop_73{grid-row-gap:8px;padding:14px calc(6.25vw - 9.5px);display:grid}@media (width>=481px){._squareContainerDetails_j9rop_73{grid-row-gap:16px;padding:16px 18px}}._squareContainerDetails_j9rop_73 ._dateContainer_j9rop_84{font-weight:300}._squareContainerDetails_j9rop_73 ._dateContainer_j9rop_84 ._dateFrom_j9rop_87,._squareContainerDetails_j9rop_73 ._dateContainer_j9rop_84 ._dateTo_j9rop_88{font-weight:700}._squareContainerDetails_j9rop_73 ._name_j9rop_91{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:30px;margin-top:8px;margin-bottom:2px;display:-webkit-box;overflow:hidden}._squareContainerDetails_j9rop_73 ._location_container_j9rop_101{align-items:center;height:12px;margin-top:8px;display:flex}@media (width>=481px){._squareContainerDetails_j9rop_73 ._location_container_j9rop_101{height:16px}}._squareContainerDetails_j9rop_73 ._location_container_j9rop_101 img{width:7px;height:10px;margin-top:1px;margin-right:4px}@media (width>=481px){._squareContainerDetails_j9rop_73 ._location_container_j9rop_101 img{width:auto;height:auto;margin-top:-3px}}._squareContainerDetails_j9rop_73 ._location_container_j9rop_101 ._location_text_j9rop_125{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:12px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=481px){._squareContainerDetails_j9rop_73 ._location_container_j9rop_101 ._location_text_j9rop_125{height:16px;font-size:14px;font-weight:300;line-height:1.14}}._squareContainerDetails_j9rop_73 ._location_container_j9rop_101 ._location_text_j9rop_125._skeleton_j9rop_20{width:70%}._squareContainerDetails_j9rop_73 ._buttonBuyContainer_j9rop_147 button{width:100%;font-size:12px}@media (width>=481px){._squareContainerDetails_j9rop_73 ._buttonBuyContainer_j9rop_147 button{font-size:14px}}._squareContainerDetails_j9rop_73 ._buttonBuyContainer_j9rop_147 button._skeleton_j9rop_20{height:96px;bottom:0}@media (width>=481px){._squareContainerDetails_j9rop_73 ._buttonBuyContainer_j9rop_147 button._skeleton_j9rop_20{height:28px}}@media (width>=1200px){._squareContainerDetails_j9rop_73 ._buttonBuyContainer_j9rop_147 button._skeleton_j9rop_20{height:96000px}}._squareContainer_1kbcp_1{cursor:pointer;min-height:300px}@media (width>=481px){._squareContainer_1kbcp_1{height:344px}}@media (width>=1200px){._squareContainer_1kbcp_1{height:360px;margin:32px 0;transition:all .2s}}._squareContainer_1kbcp_1 a:hover{color:#2d2a26}._squareContainer_1kbcp_1._skeleton_1kbcp_20{cursor:unset;margin-bottom:3px}._skeletonCardContainer_1kbcp_25{background-color:#fff;border-radius:16px}._skeletonContainer_1kbcp_30{min-height:300px;cursor:unset;margin-bottom:3px}@media (width>=481px){._skeletonContainer_1kbcp_30{height:344px}}@media (width>=1200px){._skeletonContainer_1kbcp_30{height:360px;margin:32px 0}}._image_skeleton_1kbcp_47{width:100%;min-height:150px}@media (width>=321px){._image_skeleton_1kbcp_47{height:180px}}@media (width>=481px){._image_skeleton_1kbcp_47{height:172px}}@media (width>=1200px){._image_skeleton_1kbcp_47{height:200px}}@media (width>=481px){._squareContainer_1kbcp_1:hover{transform:scale(1.05)}}._squareContainerDetails_1kbcp_73{grid-row-gap:8px;padding:14px calc(6.25vw - 9.5px);display:grid}@media (width>=481px){._squareContainerDetails_1kbcp_73{grid-row-gap:16px;padding:16px 18px}}._squareContainerDetails_1kbcp_73 ._date_1kbcp_84{text-transform:capitalize;-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:12px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._date_1kbcp_84{height:16px;font-size:12px;font-weight:300;line-height:1.33}}._squareContainerDetails_1kbcp_73 ._date_1kbcp_84._skeleton_1kbcp_20{height:20px;margin-top:3px}._squareContainerDetails_1kbcp_73 ._name_1kbcp_108{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:30px;margin-top:8px;margin-bottom:2px;display:-webkit-box;overflow:hidden}._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118{align-items:center;height:12px;margin-top:8px;display:flex}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118{height:16px}}._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118 img{width:7px;height:10px;margin-top:1px;margin-right:4px}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118 img{width:auto;height:auto;margin-top:-3px}}._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118 ._location_text_1kbcp_142{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:12px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118 ._location_text_1kbcp_142{height:16px;font-size:14px;font-weight:300;line-height:1.14}}._squareContainerDetails_1kbcp_73 ._location_container_1kbcp_118 ._location_text_1kbcp_142._skeleton_1kbcp_20{width:70%}._squareContainerDetails_1kbcp_73 ._buttonBuyContainer_1kbcp_164 button{width:100%;font-size:12px}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._buttonBuyContainer_1kbcp_164 button{font-size:14px}}._squareContainerDetails_1kbcp_73 ._buttonBuyContainer_1kbcp_164 button._skeleton_1kbcp_20{height:96px;bottom:0}@media (width>=481px){._squareContainerDetails_1kbcp_73 ._buttonBuyContainer_1kbcp_164 button._skeleton_1kbcp_20{height:28px}}@media (width>=1200px){._squareContainerDetails_1kbcp_73 ._buttonBuyContainer_1kbcp_164 button._skeleton_1kbcp_20{height:96000px}}._storyContainer_1itnc_1{cursor:pointer;height:135px}@media (width>=481px){._storyContainer_1itnc_1{height:208px}}@media (width>=1200px){._storyContainer_1itnc_1{height:296px}}._storyContainer_1itnc_1._skeleton_1itnc_15{cursor:unset}._storyDetails_1itnc_19{justify-content:center;width:100%;display:flex;position:absolute;bottom:8px}._venueAttributes_1ii29_1{flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex}@media (width<=819.98px){._venueAttributes_1ii29_1{flex-direction:column}}._venueAttributes__title_1ii29_13{margin-bottom:24px}@media (width>=1200px){._venueAttributes__title_1ii29_13{margin-bottom:48px}}@media (width<=819.98px){._venueAttributes__captions_1ii29_23{margin-top:32px;width:100%!important}}._descriptionReadMode__text_1q0ar_1{-webkit-line-clamp:8;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:14px;font-weight:300;line-height:1.14;display:-webkit-box;overflow:hidden}._descriptionReadMode__text_1q0ar_1._showAll_1q0ar_11{display:block}._descriptionReadMode__text_1q0ar_1 *{font-size:14px;font-weight:300;line-height:1.14;display:contents}._descriptionReadMode__readMode_1q0ar_21{background-color:unset;border:unset;width:136px;padding:unset;align-items:center;margin-top:24px;display:flex}._descriptionReadMode__readMode_1q0ar_21 img{margin:2px 0 0 8px}._descriptionReadMode_1q0ar_1._venueInfo_1q0ar_34{border-bottom:1px solid #2d2a26;padding-bottom:24px}@media (width>=1200px){._descriptionReadMode_1q0ar_1._venueInfo_1q0ar_34 ._descriptionReadMode__readMode_1q0ar_21{margin-top:16px}._descriptionReadMode_1q0ar_1._venueAttributes_1q0ar_45 ._descriptionReadMode__readMode_1q0ar_21{margin-top:32px}}._location_locationattributes_captions_container_13sve_1{flex-direction:column;display:flex}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5{flex-direction:row;display:flex}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5._left_13sve_9{justify-content:flex-start}@media (width<=819.98px){._location_locationattributes_captions_container_13sve_1 ._row_13sve_5{justify-content:flex-start}}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17{background-color:#fff;border-radius:24px;flex-direction:column;padding:8px;display:flex;align-items:center!important}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17:not(:first-child){margin-left:8px}@media (width>=1200px){._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17:not(:first-child){margin-left:16px}}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17 ._icon_13sve_33 img{width:40px;height:40px}@media (width>=481px){._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17 ._icon_13sve_33 img{width:44px;height:44px}}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17 ._description_13sve_43{-webkit-line-clamp:2;overflow-wrap:anywhere;text-align:center;-webkit-box-orient:vertical;height:24px;margin-top:8px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5 ._caption_data_13sve_17:last-child{margin-right:0}._location_locationattributes_captions_container_13sve_1 ._row_3_13sve_59 ._caption_data_13sve_17{width:calc(33.3333vw - 16px)}@media (width>=1200px){._location_locationattributes_captions_container_13sve_1 ._row_3_13sve_59 ._caption_data_13sve_17{width:128px}}._location_locationattributes_captions_container_13sve_1 ._row_4_13sve_67 ._caption_data_13sve_17{width:calc(25vw - 14px)}@media (width>=1200px){._location_locationattributes_captions_container_13sve_1 ._row_4_13sve_67 ._caption_data_13sve_17{width:128px}}._location_locationattributes_captions_container_13sve_1 ._row_13sve_5:not(:first-child){margin-top:8px}@media (width>=481px){._location_locationattributes_captions_container_13sve_1 ._row_13sve_5:not(:first-child){margin-top:16px}}._venueDetails_1u4yt_1{z-index:1;background-color:#2d2a26;border-radius:16px;min-height:467px;padding:32px calc(12.5vw - 11px) 24px}@media (width>=481px){._venueDetails_1u4yt_1{min-height:unset;padding:0}}._venueDetails__content_1u4yt_15{grid-row-gap:24px;text-align:center;width:calc(62.5vw - 23px);margin:0 auto;display:grid}@media (width>=481px){._venueDetails__content_1u4yt_15{margin:unset;grid-row-gap:8px;text-align:left;width:calc(31.25vw - 15.5px);padding:16px}}@media (width>=1200px){._venueDetails__content_1u4yt_15{width:272px}}._venueDetails__contentCardImg_1u4yt_37{border-radius:16px;width:calc(62.5vw - 23px);height:calc(62.5vw - 23px)}@media (width>=481px){._venueDetails__contentCardImg_1u4yt_37{width:calc(31.25vw - 15.5px);height:calc(31.25vw - 15.5px);margin-top:-16px;margin-left:-16px}}@media (width>=1200px){._venueDetails__contentCardImg_1u4yt_37{width:272px;height:272px}}._venueDetails__contentName_1u4yt_57{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:64px;display:-webkit-box;overflow:hidden}@media (width>=481px){._venueDetails__contentName_1u4yt_57{height:48px;margin-top:8px;font-size:21px!important}}._venueDetails__contentName__skeleton_1u4yt_73{height:21px;margin-bottom:30px}@media (width>=481px){._venueDetails__contentName__skeleton_1u4yt_73{margin-top:8px}}._venueDetails__contentAddressContainer_1u4yt_83{align-items:flex-start;height:32px;display:flex}._venueDetails__contentAddressContainer_1u4yt_83 img{width:11.16px;height:16px;margin-right:5px;display:none}@media (width>=1200px){._venueDetails__contentAddressContainer_1u4yt_83 img{display:block}}@media (width>=481px){._venueDetails__contentAddressContainer_1u4yt_83{margin-bottom:8px;padding-right:16px}}._venueDetails__contentAddressContainer__skeleton_1u4yt_106{height:32px}._venueDetails__contentAddressContainer__skeleton_1u4yt_106 ._venueDetails__image_1u4yt_109{width:11.16px;height:16px;margin-right:5px}@media (width>=481px){._venueDetails__contentAddressContainer__skeleton_1u4yt_106{margin-bottom:8px;padding-right:16px}}._venueDetails__contentAddress_1u4yt_83{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._venueDetails__socialButtons__skeleton_1u4yt_129{flex-direction:row;flex:1;display:flex}@media (width>=321px){._venueDetails__socialButtons__skeleton_1u4yt_129{justify-content:center}}@media (width>=481px){._venueDetails__socialButtons__skeleton_1u4yt_129{justify-content:flex-start}}._venueDetails__socialButtons__skeleton_1u4yt_129 ._socialButton__skeleton_1u4yt_144{width:32px;height:32px}._venueDetails__socialButtons__skeleton_1u4yt_129 ._socialButton__skeleton__sibling_1u4yt_148{margin-left:20px}._locationSocial_cg1jh_1{justify-content:center;display:flex}@media (width>=481px){._locationSocial_cg1jh_1{justify-content:flex-start}}._locationSocial_cg1jh_1 a:not(:first-child){margin-left:13px}@media (width>=1200px){._locationSocial_cg1jh_1 a:not(:first-child){margin-left:20px}}._locationInfo__card_1iyg5_1{background-color:#fff;border-radius:16px;align-self:start;padding:16px calc(18.75vw - 12.5px) 32px}@media (width>=481px){._locationInfo__card_1iyg5_1{min-height:unset;padding:32px}}@media (width>=1200px){._locationInfo__card_1iyg5_1{padding:0}}._locationInfo__cardContent_1iyg5_19{cursor:pointer;flex-direction:column;width:calc(62.5vw - 23px);margin:0 auto;display:flex}@media (width>=481px){._locationInfo__cardContent_1iyg5_19{margin:unset;flex-direction:row;width:100%}}@media (width>=1200px){._locationInfo__cardContent_1iyg5_19{flex-direction:column;width:272px}}._locationInfo__cardContentImgCover_1iyg5_40{border-radius:16px;width:calc(62.5vw - 23px);height:calc(62.5vw - 23px);margin-bottom:16px}@media (width>=481px){._locationInfo__cardContentImgCover_1iyg5_40{margin-bottom:unset;width:calc(31.25vw - 15.5px);height:calc(31.25vw - 15.5px);margin-right:16px}}@media (width>=1200px){._locationInfo__cardContentImgCover_1iyg5_40{width:272px;height:272px}}._locationInfo__cardLocation_1iyg5_61{grid-row-gap:8px;text-align:center;width:100%;display:grid}@media (width>=481px){._locationInfo__cardLocation_1iyg5_61{text-align:left}}@media (width>=1200px){._locationInfo__cardLocation_1iyg5_61{padding:16px}._locationInfo__cardLocation_1iyg5_61 h2{font-size:21px!important;line-height:1.14!important}}._locationInfo__cardContentAddress_1iyg5_84{flex-direction:column;align-items:center;margin-bottom:16px;display:flex}@media (width>=481px){._locationInfo__cardContentAddress_1iyg5_84{flex-direction:row;align-items:flex-start;margin-bottom:8px}}._locationInfo__cardContentAddress_1iyg5_84 img{width:11.16px;height:16px;margin-bottom:8px}@media (width>=481px){._locationInfo__cardContentAddress_1iyg5_84 img{margin-bottom:unset;margin-right:8px}}._locationInfo__cardContentAddressText_1iyg5_109{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._event_body_location_description_container_1e1fu_1{flex-direction:column;justify-content:space-between;display:flex}._event_body_location_description_container_1e1fu_1 ._name_1e1fu_6{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:24px;margin-bottom:24px;font-size:16px;font-weight:300;display:-webkit-box;overflow:hidden}@media (width>=481px){._event_body_location_description_container_1e1fu_1 ._name_1e1fu_6{height:32px;margin-bottom:8px;font-size:24px}}._event_body_location_description_container_1e1fu_1 ._caption_data_container_1e1fu_24{border-top:1px solid #969696;border-bottom:1px solid #969696;padding-top:16px;padding-bottom:16px}._event_body_location_description_container_1e1fu_1 ._captions_wrapper_1e1fu_30{margin-top:32px}._venueSquareColumn_1fy1i_1{background-color:#fff;border-radius:16px}._venueSquare_1fy1i_1{cursor:pointer}._venueSquare__img_1fy1i_10{border-radius:16px;width:calc(50vw - 20px);height:calc(50vw - 20px)}@media (width>=481px){._venueSquare__img_1fy1i_10{width:calc(25vw - 14px);height:calc(25vw - 14px)}}@media (width>=1200px){._venueSquare__img_1fy1i_10{width:200px;height:200px}}._venueSquare__details_1fy1i_28{padding:16px calc(6.25vw - 9.5px)}@media (width>=1200px){._venueSquare__details_1fy1i_28{padding:24px 16px}}._venueSquare__detailsName_1fy1i_37{-webkit-line-clamp:2;overflow-wrap:anywhere;text-align:center;-webkit-box-orient:vertical;height:31px;margin-bottom:1px;display:-webkit-box;overflow:hidden}@media (width>=1200px){._venueSquare__detailsName_1fy1i_37{text-align:left}}._venueSquare__detailsLocation_1fy1i_53{justify-content:center;align-items:center;margin-top:8px;display:flex}@media (width>=1200px){._venueSquare__detailsLocation_1fy1i_53{justify-content:flex-start;align-items:flex-start}}._venueSquare__detailsLocation_1fy1i_53 img{width:7px;height:10px;margin-right:6px}@media (width>=1200px){._venueSquare__detailsLocation_1fy1i_53 img{width:unset;height:unset}}._venueSquare__detailsLocationCity_1fy1i_77{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=1200px){._venueSquare__detailsLocationCity_1fy1i_77{display:none}}._venueSquare__detailsLocationAddress_1fy1i_93{font-size:12px;font-weight:300;line-height:1.33;display:none}@media (width>=1200px){._venueSquare__detailsLocationAddress_1fy1i_93{display:block}}._faqContainer_1h1jz_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;background-size:600px;flex-flow:column;display:flex}@media (width<=819.98px){._faqContainer_1h1jz_1{background-size:auto}}._faqContentContainer_1h1jz_15{flex-flow:column;margin-bottom:48px;display:flex}._wrapper_s6ngs_1{flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}._wrapper_s6ngs_1 ._logo_s6ngs_8{margin:16px 0}._eventBox_d1kdp_1{background-color:#fff;border-radius:16px;width:100%;margin-bottom:16px;padding:8px}@media (width>=481px){._eventBox_d1kdp_1{max-width:354px}}._eventBox_d1kdp_1 ._title_d1kdp_13{color:#333;margin-bottom:3px;padding:8px 0 0 8px;font-size:16px;font-weight:700}._eventBox_d1kdp_1 ._description_d1kdp_20{color:#777;padding:0 0 8px 8px;font-size:14px}._eventBox_1x6wn_1{background-color:#fff;border-radius:16px;width:100%;margin-bottom:16px;padding:8px}@media (width>=481px){._eventBox_1x6wn_1{max-width:354px}}._eventBox_1x6wn_1 ._title_1x6wn_13{padding:8px}._outer_wrapper_grvfm_1{padding:0 16px}._outer_wrapper_grvfm_1 ._wrapper_grvfm_4{padding:16px 40px}@media (width>=481px){._outer_wrapper_grvfm_1 ._wrapper_grvfm_4{max-width:354px}}._outer_wrapper_grvfm_1 ._wrapper_grvfm_4 ._ticketIcon_grvfm_12{margin-bottom:16px}._outer_wrapper_grvfm_1 ._wrapper_grvfm_4 ._title_grvfm_15,._outer_wrapper_grvfm_1 ._wrapper_grvfm_4 ._description_grvfm_16{text-align:left}._outer_wrapper_grvfm_1 ._wrapper_grvfm_4 ._title_grvfm_15{margin-bottom:16px;font-size:24px;font-weight:500}._outer_wrapper_grvfm_1 ._wrapper_grvfm_4 ._description_grvfm_16{min-height:32px;margin-bottom:32px;font-size:14px;font-weight:400;line-height:140%}._wrapper_1p6k4_1 ._hidden_1p6k4_1{display:none}._wrapper_1fhgg_1{padding:0 16px}._wrapper_1fhgg_1 ._content_1fhgg_4{padding:16px}._wrapper_1fhgg_1 ._title_1fhgg_7{font-size:22px;font-weight:700;position:absolute;top:16px;left:16px}._wrapper_1fhgg_1 ._qr_1fhgg_14{margin:24px 0}._wrapper_1fhgg_1 ._msgBox_1fhgg_17{background-color:#ffe5e5;border-radius:8px;padding:16px 32px}._wrapper_1fhgg_1 ._msgBox_1fhgg_17 span{color:#ed4545;font-weight:700}._wrapper_17sf0_1{background-color:#fff;border-radius:24px;width:100%;padding:8px;position:relative}@media (width>=481px){._wrapper_17sf0_1{max-width:354px}}._wrapper_17sf0_1 ._ticketIcon_17sf0_13{z-index:3;background-color:#fff;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:-10px;left:50%;transform:translate(-50%)}._wrapper_17sf0_1 ._ticketIcon_17sf0_13 img{margin-top:-24px}._wrapper_17sf0_1 ._borderOverlay_17sf0_31{z-index:2;background-color:#fff;width:124px;height:120px;position:absolute;top:0;left:50%;transform:translate(-50%)}._wrapper_17sf0_1 ._ticketIcon_17sf0_13._isTicketSelected_17sf0_41{z-index:1;background-color:#8643eb;border:2px solid #8643eb;top:-12px}._wrapper_17sf0_1 ._selectedTicketOverlay_17sf0_47{z-index:10;width:100%;height:400px;position:absolute}._wrapper_17sf0_1 ._multipleSelection_17sf0_53{color:#8643eb;flex-direction:row;justify-content:center;align-items:center;display:flex;position:absolute;top:26px;left:16px}._wrapper_17sf0_1 ._multipleSelection_17sf0_53 ._checkbox_17sf0_63{border:2px solid #8643eb;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;width:14px;height:14px;display:flex}._wrapper_17sf0_1 ._multipleSelection_17sf0_53 ._checkbox_17sf0_63 span{font-size:14px}._wrapper_17sf0_1 ._multipleSelection_17sf0_53 ._label_17sf0_76{margin-left:4px;font-size:14px}._wrapper_17sf0_1 ._detailsIcon_17sf0_80{width:24px;height:24px;padding:unset;z-index:5;background-color:#0000;border:1px solid #2d2a26;border-radius:100%;justify-content:center;justify-self:end;align-items:center;display:flex;position:absolute;top:24px;right:24px}._wrapper_17sf0_1 ._detailsIcon_17sf0_80 img{filter:invert()}._wrapper_17sf0_1 ._detailsIcon_17sf0_80:hover{background-color:#2d2a261a}._wrapper_17sf0_1 ._detailsIcon_17sf0_80._goBack_17sf0_102 img{filter:none}._wrapper_17sf0_1._insideSlider_17sf0_106{width:auto;box-shadow:0 0 16px #0000001a}@media (width>=481px){._wrapper_17sf0_1._insideSlider_17sf0_106{width:100%}}._wrapper_17sf0_1._isTicketSelected_17sf0_41{border:2px solid #8643eb}._wrapper_1wdm9_1 ._use_drink_1wdm9_1{flex-direction:column;justify-content:center;align-items:center;margin-bottom:32px;display:flex}._wrapper_1wdm9_1 ._use_drink_1wdm9_1 ._use_drink_description_1wdm9_8{text-align:center;max-width:300px;margin-bottom:32px}._wrapper_1wdm9_1 ._use_drink_1wdm9_1 ._use_drink_button_1wdm9_13{border-radius:32px;padding:24px 80px;font-weight:700}._wrapper_1wdm9_1 ._already_used_1wdm9_18{flex-direction:column;align-items:center;margin-top:40px;margin-bottom:120px;display:flex}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._title_1wdm9_25{color:#8643eb;margin-bottom:8px;font-size:20px;font-weight:700}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._title_1wdm9_25._outOfTime_1wdm9_31{color:#ffab4d}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._title_1wdm9_25._inGenerationPhase_1wdm9_34{color:#438af2}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._title_1wdm9_25._cancelled_1wdm9_37{color:#f66}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._time_1wdm9_40{text-align:center;max-width:300px;margin-bottom:16px;font-size:14px}._wrapper_1wdm9_1 ._already_used_1wdm9_18 ._show_code_1wdm9_46{color:#ea0a2a;cursor:pointer;font-weight:700;text-decoration:underline}._wrapper_1cph5_1 ._dataVaultDisabled_1cph5_1{flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_1cph5_1 ._dataVaultDisabled_1cph5_1 ._scan_text_1cph5_8{text-align:center;max-width:200px}._wrapper_1cph5_1 ._qr_1cph5_12{flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_1cph5_1 ._qr_1cph5_12 ._scan_text_1cph5_8{justify-content:center;margin-bottom:24px;font-size:12px;display:flex}._wrapper_1cph5_1 ._qr_1cph5_12 ._qrCode_img_1cph5_25{border-radius:4px;padding:8px 8px 4px}._wrapper_1cph5_1 ._separator_1cph5_30{color:#b1b3b5;border-top:1px solid #f2f2f2;flex-direction:column;justify-content:center;align-items:center;margin:0 24px 32px;font-size:14px;display:flex;position:relative}._wrapper_1cph5_1 ._separator_1cph5_30 ._or_1cph5_42{background-color:#fff;padding:8px 24px;font-size:12px;position:absolute;left:50%;transform:translate(-50%)}._wrapper_1cph5_1 ._use_drink_1cph5_50{flex-direction:column;justify-content:center;align-items:center;margin-bottom:32px;display:flex}._wrapper_1cph5_1 ._use_drink_1cph5_50 ._use_drink_description_1cph5_57{text-align:center;max-width:300px;margin-bottom:32px}._wrapper_1cph5_1 ._use_drink_1cph5_50 ._use_drink_button_1cph5_62{border-radius:32px;width:90%;padding:24px 0;font-weight:700}._wrapper_1cph5_1 ._use_drink_1cph5_50 ._use_drink_button_1cph5_62._extraMarginBottom_1cph5_68{margin-bottom:32px}._wrapper_1cph5_1 ._bottom_label_1cph5_71{background-color:#00e0a1;border-radius:16px;flex-direction:column;align-items:center;width:100%;padding:16px 0;display:flex}._wrapper_1cph5_1 ._bottom_label_1cph5_71 ._status_1cph5_80{margin-bottom:4px;font-weight:700}._wrapper_10vbf_1{min-height:580px;position:relative}._wrapper_10vbf_1 ._detailsTitle_10vbf_5{padding:16px;font-size:22px;font-weight:700}._wrapper_10vbf_1 ._voices_10vbf_10{padding:0 16px;position:absolute;top:64px}._wrapper_10vbf_1 ._voices_10vbf_10 ._voice_10vbf_10{margin-bottom:4px;font-size:14px;font-weight:700}._wrapper_10vbf_1 ._voices_10vbf_10 ._desc_10vbf_20{margin-bottom:8px}._wrapper_10vbf_1 ._voices_10vbf_10 ._desc_10vbf_20._address_10vbf_23{cursor:pointer;text-decoration:underline}._wrapper_10vbf_1 ._showReceipt_10vbf_27{justify-content:center;width:100%;display:flex;position:absolute;bottom:0}._wrapper_10vbf_1 ._showReceipt_10vbf_27 ._receiptButton_10vbf_34{border-radius:32px;margin-bottom:24px;padding:24px 80px}._wrapper_1rwgd_1{z-index:3;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;margin-top:80px;display:flex;position:relative}._wrapper_1rwgd_1 ._title_1rwgd_11,._wrapper_1rwgd_1 ._description_1rwgd_12{text-align:center;max-width:300px}._wrapper_1rwgd_1 ._title_1rwgd_11{color:#333;margin-bottom:16px;font-size:24px;font-weight:500}._wrapper_1rwgd_1 ._description_1rwgd_12{margin-bottom:32px}._wrapper_1rwgd_1 ._read_more_1rwgd_25{color:#ea0a2a;cursor:pointer;font-weight:700;text-decoration:underline}._wrapper_1jltp_1{background-color:#fff;border-radius:24px;width:100%;max-width:354px;min-height:580px;padding:8px;position:relative}._wrapper_1jltp_1 ._ticketIcon_1jltp_10{background-color:#fff;border-radius:1000px;width:120px;height:120px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}._wrapper_1jltp_1 ._icon_skeleton_1jltp_20{position:absolute;top:10px;left:50%;transform:translate(-50%)}._wrapper_1jltp_1 ._header_1jltp_26{margin-top:80px;margin-bottom:32px}._wrapper_1jltp_1 ._qr_1jltp_30{margin-bottom:32px}._wrapper_1jltp_1 ._content_skeleton_1jltp_33{width:100%;height:128px;margin-bottom:32px}._wrapper_1jltp_1 ._content_skeleton_bottom_1jltp_38{width:100%;height:64px}._outer_wrapper_hnt82_1{padding:0 16px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4{background-color:#fff;border-radius:24px;padding:8px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._header_hnt82_9{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._header_hnt82_9 ._title_hnt82_17{font-size:21px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21{background-color:#f9f5ff;border-radius:16px;flex-direction:row;justify-content:start;align-items:center;margin-bottom:8px;padding:8px;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21 ._left_hnt82_31,._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21 ._left_hnt82_31 img{width:64px;height:64px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21 ._right_hnt82_39{margin-left:8px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21 ._title_hnt82_17{margin-bottom:4px;font-size:18px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._ticketInfo_hnt82_21 ._price_hnt82_47{font-size:16px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._warning_hnt82_50{background-color:#ffe5e5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px;padding:16px 24px 24px;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._warning_hnt82_50 ._title_hnt82_17{color:#ed4545;margin-bottom:8px;font-size:16px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._warning_hnt82_50 ._details_hnt82_66{text-align:center;color:#2d2a26;font-size:14px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71{background-color:#f9f5ff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._code_header_hnt82_80{margin-top:24px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._code_number_hnt82_83{font-size:80px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._timer_hnt82_87{margin-bottom:32px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._showCode_hnt82_90{flex-direction:column;justify-content:center;align-items:center;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._showCode_hnt82_90 ._title_hnt82_17{margin-bottom:16px;font-size:18px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._showCode_hnt82_90 ._description_hnt82_101{text-align:center;margin-bottom:24px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._codeBox_hnt82_71 ._showCode_hnt82_90 ._description_hnt82_101 ._red_hnt82_105{color:#ea0a2a;font-style:italic;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._successBox_hnt82_110{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._successBox_hnt82_110 ._image_hnt82_117{margin-top:8px;margin-bottom:8px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._successBox_hnt82_110 ._title_hnt82_17{max-width:300px;margin-bottom:16px;font-size:27px;font-style:italic;font-weight:900}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._successBox_hnt82_110 ._details_hnt82_66{max-width:320px;margin-bottom:80px;font-size:14px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133{flex-direction:column;justify-content:space-between;align-items:center;display:flex}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133 ._image_hnt82_117{width:100%;margin-top:8px;margin-bottom:16px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133 ._button_hnt82_144{border-radius:32px;margin-bottom:32px;padding:24px 80px;font-size:16px;font-weight:700}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133 ._warning_hnt82_50{align-items:start;width:100%;margin-bottom:0;padding:0}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133 ._warning_hnt82_50 ._inner_hnt82_157{padding:16px 24px 24px}._outer_wrapper_hnt82_1 ._wrapper_hnt82_4 ._failureBox_hnt82_133 ._details_hnt82_66{text-align:left}._wrapper_1w3to_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_1w3to_1 ._text_1w3to_7{color:#8643eb;margin-right:16px;font-size:12px;font-weight:700}._wrapper_1w3to_1 ._bar_1w3to_13{background-color:#fff;border-radius:16px;width:132px;height:8px;position:relative}._wrapper_1w3to_1 ._bar_1w3to_13 ._regress_1w3to_20{background-color:#8643eb;border-radius:16px;position:absolute}._wrapper_1w3to_1 ._text_1w3to_7._yellow_1w3to_25{color:#ffab4d}._wrapper_1w3to_1 ._regress_1w3to_20._yellow_1w3to_25{background-color:#ffab4d}._wrapper_1w3to_1 ._text_1w3to_7._red_1w3to_31{color:#ea0a2a}._wrapper_1w3to_1 ._regress_1w3to_20._red_1w3to_31{background-color:#ea0a2a}._wrapper_1t721_1{flex-direction:column;align-items:center;min-height:800px;padding:24px;display:flex;position:relative}@media (width>=481px){._wrapper_1t721_1{justify-content:center}}._wrapper_1t721_1 ._logo_1t721_14{margin:16px 0}._wrapper_1t721_1 ._spacer_1t721_17{margin-bottom:24px}._wrapper_1t721_1 ._cards_1t721_20{height:620px;margin-top:72px;padding:16px;position:absolute;top:92px}._wrapper_1t721_1 ._cards_1t721_20 ._card_1t721_20{width:330px}._wrapper_1t721_1 ._cards_1t721_20 .swiper-slide-active{opacity:1}._outer_wrapper_1um8q_1{padding:0 16px}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4{background-color:#fff;border-radius:24px;padding:8px}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._header_1um8q_9{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px;display:flex}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._header_1um8q_9 ._title_1um8q_17{font-size:21px;font-weight:700}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._list_1um8q_21{background-color:#f0f2f4;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:8px;display:flex}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._list_1um8q_21 ._item_1um8q_30{width:100%;margin-bottom:8px}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._list_1um8q_21 ._item_1um8q_30:last-child{margin-bottom:0}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._actions_1um8q_37{flex-direction:row;justify-content:center;align-items:center;margin-top:8px;padding:8px;display:flex}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._actions_1um8q_37 ._undo_1um8q_45,._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._actions_1um8q_37 ._confirm_1um8q_46{border-radius:32px;flex:1;padding:24px 0;font-size:16px;font-weight:700}._outer_wrapper_1um8q_1 ._wrapper_1um8q_4 ._actions_1um8q_37 ._undo_1um8q_45{margin-right:8px;font-size:14px}._wrapper_m7m19_1{background-color:#fff;border:1px solid;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;display:flex}._wrapper_m7m19_1 ._left_m7m19_11{flex-direction:column;display:flex}._wrapper_m7m19_1 ._left_m7m19_11 ._title_m7m19_15{color:#2d2a26;margin-bottom:4px;font-size:14px;font-weight:700}._wrapper_m7m19_1 ._left_m7m19_11 ._count_m7m19_21{color:#97999b;font-size:12px}._wrapper_m7m19_1 ._right_m7m19_25{flex-direction:row;align-items:center;display:flex}._wrapper_m7m19_1 ._right_m7m19_25 ._selected_m7m19_30{margin:0 16px;font-size:24px;font-weight:700}._wrapper_m7m19_1 ._right_m7m19_25 ._minus_m7m19_35,._wrapper_m7m19_1 ._right_m7m19_25 ._plus_m7m19_36{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:16px;height:16px;display:flex}._outer_wrapper_1x9u6_1{padding:0 16px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4{background-color:#fff;border-radius:24px;padding:8px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._header_1x9u6_9{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._header_1x9u6_9 ._title_1x9u6_17{font-size:21px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21{background-color:#f9f5ff;border-radius:16px;flex-direction:row;justify-content:start;align-items:center;margin-bottom:8px;padding:8px;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21 ._left_1x9u6_31,._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21 ._left_1x9u6_31 img{width:64px;height:64px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21 ._right_1x9u6_39{margin-left:8px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21 ._title_1x9u6_17{margin-bottom:4px;font-size:18px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._ticketInfo_1x9u6_21 ._price_1x9u6_47{font-size:16px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._warning_1x9u6_50{background-color:#ffe5e5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px;padding:16px 24px 24px;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._warning_1x9u6_50 ._title_1x9u6_17{color:#ed4545;margin-bottom:8px;font-size:16px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._warning_1x9u6_50 ._details_1x9u6_66{text-align:center;color:#2d2a26;font-size:14px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71{background-color:#f9f5ff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._code_header_1x9u6_80{margin-top:24px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._code_number_1x9u6_83{font-size:80px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._timer_1x9u6_87{margin-bottom:32px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._showCode_1x9u6_90{flex-direction:column;justify-content:center;align-items:center;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._showCode_1x9u6_90 ._title_1x9u6_17{margin-bottom:16px;font-size:18px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._showCode_1x9u6_90 ._description_1x9u6_101{text-align:center;margin-bottom:24px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._codeBox_1x9u6_71 ._showCode_1x9u6_90 ._description_1x9u6_101 ._red_1x9u6_105{color:#ea0a2a;font-style:italic;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._successBox_1x9u6_110{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._successBox_1x9u6_110 ._image_1x9u6_117{width:100%;margin-top:8px;margin-bottom:8px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._successBox_1x9u6_110 ._title_1x9u6_17{max-width:300px;margin-bottom:16px;font-size:27px;font-style:italic;font-weight:900}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._successBox_1x9u6_110 ._details_1x9u6_66{max-width:320px;margin-bottom:80px;font-size:14px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134{flex-direction:column;justify-content:space-between;align-items:center;display:flex}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134 ._image_1x9u6_117{width:100%;margin-top:8px;margin-bottom:16px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134 ._button_1x9u6_145{border-radius:32px;margin-bottom:32px;padding:24px 80px;font-size:16px;font-weight:700}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134 ._warning_1x9u6_50{align-items:start;width:100%;margin-bottom:0;padding:0}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134 ._warning_1x9u6_50 ._inner_1x9u6_158{padding:16px 24px 24px}._outer_wrapper_1x9u6_1 ._wrapper_1x9u6_4 ._failureBox_1x9u6_134 ._details_1x9u6_66{text-align:left}._wrapper_1xnbn_1{z-index:1;justify-content:center;align-items:flex-end;width:100vw;height:48px;display:flex;position:absolute;bottom:24px;overflow:auto hidden}._wrapper_1xnbn_1._flexStart_1xnbn_13{justify-content:flex-start}._wrapper_1xnbn_1 ._item_1xnbn_16{color:#fff;cursor:pointer;background-color:#2d2a26;border-radius:1600px;flex-direction:row;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:4px;font-size:12px;font-weight:700;display:flex;outline:none!important}._wrapper_1xnbn_1 ._item_1xnbn_16 ._bar_1xnbn_33{border:1px solid #fff;width:18px;position:absolute;transform:rotate(45deg)}._wrapper_1xnbn_1 ._item_1xnbn_16._used_1xnbn_39{color:#cbcccd;background-color:#fff}._wrapper_1xnbn_1 ._item_1xnbn_16._used_1xnbn_39 ._bar_1xnbn_33{border:1px solid #cbcccd}._wrapper_1xnbn_1 ._item_1xnbn_16._active_1xnbn_46{color:#fff;background-color:#ea0a2a}._wrapper_1xnbn_1 ._item_1xnbn_16._active_1xnbn_46 ._bar_1xnbn_33{border:1px solid #fff}._wrapper_1xnbn_1 ._item_1xnbn_16._selected_1xnbn_53{background-color:#8643eb}._wrapper_1xnbn_1 ._item_1xnbn_16._extra_1xnbn_56{color:#2d2a26;background-color:#fff;font-size:18px}._wrapper_1xnbn_1 ._item_1xnbn_16._extra_1xnbn_56._active_1xnbn_46{color:#fff;background-color:#ea0a2a}._governance_container_d1wds_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._governance_container_d1wds_1{background-size:auto}}._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_title_d1wds_13{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_title_d1wds_13 img{height:112px;margin-right:1em}@media (width<=419.98px){._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_title_d1wds_13{margin-top:16px;margin-bottom:16px;font-size:2em}._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_title_d1wds_13 img{height:64px;margin-right:1em}}._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_text_d1wds_36{text-align:justify}._governance_container_d1wds_1 ._governance_ita_container_d1wds_13 ._static_page_text_d1wds_36 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._pdfbox_container_8xrxh_1{background-color:#fff;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:32px;padding:32px 16px;display:flex}@media (width>=1200px){._pdfbox_container_8xrxh_1{padding:32px}}._pdfbox_container_8xrxh_1 ._info_8xrxh_16,._pdfbox_container_8xrxh_1 ._actions_8xrxh_17{align-items:center;display:flex}@media (width>=1200px){._pdfbox_container_8xrxh_1 ._info_8xrxh_16 img{margin-left:16px}}._pdfbox_container_8xrxh_1 ._info_8xrxh_16 div{text-align:left;margin-left:16px}._pdfbox_container_8xrxh_1 ._actions_8xrxh_17 a{margin-left:16px}._notfound_container_1m96e_1{flex-direction:column;align-items:center;margin-top:96px;margin-bottom:96px;font-size:3em;font-weight:700;display:flex}@media (width<=819.98px){._notfound_container_1m96e_1{flex-direction:row;margin-top:80px;margin-bottom:0;display:flex}}@media (width<=419.98px){._notfound_container_1m96e_1{flex-direction:column;align-items:center;margin-top:48px;margin-bottom:48px;display:flex}}._notfound_container_1m96e_1 ._image_error_container_1m96e_27{align-items:center;height:64px;margin-top:48px;margin-bottom:16px;padding:32px;display:flex}._notfound_container_1m96e_1 ._image_error_container_1m96e_27 img{height:160px}@media (width<=819.98px){._notfound_container_1m96e_1 ._image_error_container_1m96e_27{margin-top:0;margin-bottom:0}}@media (width<=419.98px){._notfound_container_1m96e_1 ._image_error_container_1m96e_27{margin-top:64px;margin-bottom:64px}}._notfound_container_1m96e_1 ._error_text_container_1m96e_51{margin-top:32px;margin-bottom:32px}@media (width<=419.98px){._notfound_container_1m96e_1 ._error_text_container_1m96e_51{text-align:center}}@media (width<=819.98px){._notfound_container_1m96e_1 ._error_text_container_1m96e_51{margin-top:0;margin-bottom:0;padding-right:16px}}@media (width<=419.98px){._notfound_container_1m96e_1 ._error_text_container_1m96e_51{padding-left:16px;padding-right:16px}}._notfound_container_1m96e_1 ._error_text_container_1m96e_51 ._error_box_1m96e_73{margin:32px 0;font-size:16px;font-weight:300;line-height:1.14}._error_text_container_1m96e_51{flex-direction:column;display:flex}._notfound_skeleton__img_1m96e_86{width:160px;height:160px}._notfound_skeleton__heading_1m96e_91{width:192px;height:48px}._notfound_skeleton__subheading_1m96e_96{width:384px;height:48px}._collectionWrapper_195ce_1{grid-row-gap:32px;padding-top:40px;display:grid}@media (width>=481px){._collectionWrapper_195ce_1{padding-top:unset;grid-row-gap:64px}}@media (width>=1200px){._collectionWrapper_195ce_1{margin-top:32px}}._collectionWrapper_195ce_1 ._balloonWrapper_195ce_17>div{border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px}._privacy_container_57p0u_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._privacy_container_57p0u_1{background-size:auto}}._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_title_57p0u_13{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_title_57p0u_13 img{height:112px;margin-right:1em}@media (width<=419.98px){._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_title_57p0u_13{margin-top:16px;margin-bottom:16px;font-size:2em}._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_title_57p0u_13 img{height:64px;margin-right:1em}}._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_text_57p0u_36{text-align:justify}._privacy_container_57p0u_1 ._privacy_ita_container_57p0u_13 ._static_page_text_57p0u_36 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1{margin-top:16px;margin-bottom:16px;font-size:2em}._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1 img{height:64px;margin-right:1em}}._privacypolicy_skeleton_yhjx3_1 ._static_page_text_yhjx3_24{text-align:justify}._privacypolicy_skeleton_yhjx3_1 ._static_page_text_yhjx3_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1{margin:32px 0}@media (width>=481px){._privacypolicy_skeleton_yhjx3_1 ._static_page_title_yhjx3_1{margin:48px 0}}._privacypolicy_skeleton__img_yhjx3_43{width:30.59px;height:64px;margin-right:1em}@media (width>=481px){._privacypolicy_skeleton__img_yhjx3_43{width:53.53px;height:112px}}._privacypolicy_skeleton__heading_yhjx3_55{flex-direction:column;justify-content:center;gap:.5rem;width:100%;display:flex}._privacypolicy_skeleton__heading_yhjx3_55 ._privacypolicy_skeleton__heading__line_yhjx3_62{width:100%;height:20px}@media (width>=481px){._privacypolicy_skeleton__heading_yhjx3_55 ._privacypolicy_skeleton__heading__line_yhjx3_62{width:100%;height:36px}}._privacypolicy_skeleton__paragraph_yhjx3_73{margin-bottom:28px}._privacypolicy_skeleton__paragraph_yhjx3_73 ._privacypolicy_skeleton__line_yhjx3_76{width:100%;height:1.3em;margin-bottom:.4em}._privacypolicy_skeleton__paragraph_yhjx3_73 ._privacypolicy_skeleton__line_yhjx3_76._bold_yhjx3_81{height:1.4em}._container__skeleton_1i7e4_1{padding:0}._container__skeleton_1i7e4_1 ._title__skeleton_1i7e4_4{max-width:400px}@media (width>=481px){._container__skeleton_1i7e4_1 ._title__skeleton_1i7e4_4{width:400px;height:32px}}@media (width>=321px){._container__skeleton_1i7e4_1 ._title__skeleton_1i7e4_4{width:50dvw}}._container__skeleton_1i7e4_1 ._description__skeleton_1i7e4_18{width:600px;height:16px;margin-top:48px;margin-bottom:16px}@media (width>=321px){._container__skeleton_1i7e4_1 ._description__skeleton_1i7e4_18{width:80dvw}}@media (width>=481px){._container__skeleton_1i7e4_1 ._description__skeleton_1i7e4_18{width:600px}}._container__skeleton_1i7e4_1 ._description__multiline__skeleton_1i7e4_34{width:500px;margin-top:32px}@media (width>=321px){._container__skeleton_1i7e4_1 ._description__multiline__skeleton_1i7e4_34{width:80dvw}}@media (width>=481px){._container__skeleton_1i7e4_1 ._description__multiline__skeleton_1i7e4_34{width:500px}}._container__skeleton_1i7e4_1 ._description__multiline__spacing_1i7e4_48{margin-top:32px}._container__skeleton_1i7e4_1 ._description__multiline__row_1i7e4_51{margin-top:8px}._container__skeleton_1i7e4_1 ._description__multiline__sibling__skeleton_1i7e4_54{width:600px}@media (width>=321px){._container__skeleton_1i7e4_1 ._description__multiline__sibling__skeleton_1i7e4_54{width:92dvw}}@media (width>=481px){._container__skeleton_1i7e4_1 ._description__multiline__sibling__skeleton_1i7e4_54{width:600px}}._guideLink_wi9dw_1{font-weight:700!important}._profileCreditCards_18n8s_1{grid-row-gap:16px;display:grid}@media (width>=1200px){._profileCreditCards_18n8s_1{grid-row-gap:16px}}._profileCreditCards_18n8s_1 h3{margin-bottom:16px;font-weight:300!important}._profileCreditCards_18n8s_1 ._popupModal_18n8s_14{text-align:center;flex-direction:column;align-items:center;width:calc(87.5vw - 29px);display:flex}._profileCreditCards_18n8s_1 ._popupModal_18n8s_14 ._text_18n8s_21{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;width:calc(62.5vw - 23px);display:-webkit-box;overflow:hidden}._profileCreditCards_18n8s_1 ._popupModal_18n8s_14 ._buttons_18n8s_29{flex-direction:row;justify-content:space-evenly;width:calc(75vw - 26px);margin-top:48px;display:flex}@media (width>=1200px){._profileCreditCards_18n8s_1 ._popupModal_18n8s_14{width:416px}._profileCreditCards_18n8s_1 ._popupModal_18n8s_14 ._text_18n8s_21{width:272px}._profileCreditCards_18n8s_1 ._popupModal_18n8s_14 ._buttons_18n8s_29{width:344px}}._profileCreditCards__spinner_18n8s_48{flex-direction:column;justify-content:center;display:flex}._card__item__skeleton_18n8s_54{margin-top:16px!important}._profileCreditCards__spinner__delete_18n8s_58{justify-content:center;margin-top:2.5rem;display:flex}._cardItem_1iibc_1{color:#2d2a26;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin:0;padding:16px;display:flex}._cardItem_1iibc_1 img{height:12px}._cardItem_1iibc_1 ._description_1iibc_14{margin-bottom:8px}@media (width>=1200px){._cardItem_1iibc_1 ._description_1iibc_14{margin-bottom:0}}._cardItem_1iibc_1 ._expiry_1iibc_22{flex-direction:row;display:flex}._cardItem_1iibc_1 ._expiry_1iibc_22 ._label_1iibc_26{margin-right:8px}._cardItem_1iibc_1 ._left_1iibc_29{flex-direction:column;display:flex}._cardItem_1iibc_1 ._card__brand__mobile__skeleton_1iibc_33{width:120px;height:16px;margin-bottom:8px}._cardItem_1iibc_1 ._card__number__mobile__skeleton_1iibc_38{width:132px;height:16px}._cardItem_1iibc_1 ._expiration__mobile__skeleton_1iibc_42{width:38px;height:16px;margin-left:18vw}._cardItem_1iibc_1 ._delete__mobile__skeleton_1iibc_47{width:24px;height:24px;margin-left:15vw}._cardItem_1iibc_1 ._card__brand__desktop__skeleton_1iibc_52{width:48px;height:24px;margin-right:77px}._cardItem_1iibc_1 ._card__number__desktop__skeleton_1iibc_57{width:150px;height:24px}._cardItem_1iibc_1 ._expiration__desktop__skeleton_1iibc_61{width:123px;height:24px;margin-right:77px}._cardItem_1iibc_1 ._delete__desktop__skeleton_1iibc_66{width:24px;height:24px}._cardItem_1iibc_1 ._right_1iibc_70{flex-direction:row;align-items:center;display:flex}._cardItem_1iibc_1 ._brand_1iibc_75{width:calc(25vw - 14px)}@media (width>=1200px){._cardItem_1iibc_1{border-radius:16px;justify-content:space-between;width:848px;padding:32px 48px}._cardItem_1iibc_1 img{height:16px}._cardItem_1iibc_1 ._brand_1iibc_75{width:128px}._cardItem_1iibc_1 ._expiry_1iibc_22{width:200px}._cardItem_1iibc_1 ._left_1iibc_29,._cardItem_1iibc_1 ._right_1iibc_70{flex-direction:row;align-items:center;display:flex}}._cardItem_1iibc_1 ._label_1iibc_26{margin-bottom:2px;font-weight:700}._cardItem_1iibc_1 ._mastercard_1iibc_105 img{height:16px}@media (width>=1200px){._cardItem_1iibc_1 ._mastercard_1iibc_105 img{height:32px}}._cardItem_1iibc_1 ._delete_1iibc_47{cursor:pointer}._cardItem_1iibc_1 ._delete_1iibc_47 img{height:24px}._resaleModalConfirm_1ao8x_1{padding:64px 32px 32px}._profileTransactions_41ecj_1{grid-row-gap:16px;display:grid}@media (width>=1200px){._profileTransactions_41ecj_1{grid-row-gap:32px}}._profileTransactions_41ecj_1 h3{font-weight:300!important}._profileTransactions__spinner_41ecj_14{flex-direction:column;justify-content:flex-start;display:flex}._skeleton_41ecj_20{margin-top:24px}@media (width>=1200px){._skeleton_41ecj_20{margin-top:40px}}._transactionContainer_ipfwz_1{margin-bottom:16px}._transactionDataContainer_ipfwz_5{z-index:2;border:1px solid #2d2a26;border-radius:24px;max-width:800px;position:relative;overflow:hidden}@media (width<=819.98px){._transactionDataContainer_ipfwz_5{border-radius:16px;max-width:none}}@media (width<=991.98px){._transactionDataContainer__skeleton_ipfwz_21{width:55%;max-width:none}}@media (width<=819.98px){._transactionDataContainer__skeleton_ipfwz_21{width:92dvw;max-width:none}}._transactionData__skeleton_ipfwz_33{width:768px}@media (width>=321px){._transactionData__skeleton_ipfwz_33{max-width:none}}._transactionData_ipfwz_5{background-color:#fff;grid-template-columns:1fr auto;padding:24px 16px;display:grid}@media (width<=419.98px){._transactionData_ipfwz_5{grid-row-gap:16px;grid-template-columns:1fr;padding:16px}}._ticketsDataCover_ipfwz_56{background-color:#2d2a26;max-width:800px;height:64px;margin-top:-64px}@media (width<=819.98px){._ticketsDataCover_ipfwz_56{max-width:none}}._transactionActions_jv68r_1{grid-row-gap:16px;justify-self:center;display:grid}._transactionActions_jv68r_1 ._emptyPlaceholder_jv68r_6{min-width:160px;height:32px}._grid__skeleton_jv68r_10{margin:0}._action__skeleton_jv68r_14{height:32px}._transactionActionContainer_1bmjk_1 img{height:24px}._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4{color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#ea0a2a;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4{padding:6px 16px}}._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4:hover{color:#ea0a2a;background-color:#fff;border-color:#fff}._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4{border:1px solid #ea0a2a;border-radius:24px;flex-direction:row;justify-content:space-between;align-items:center;min-width:160px;height:32px;padding:0 8px 0 16px;display:flex;overflow:hidden}._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4._paddingSmall_1bmjk_43{padding-left:8px}@media (width<=419.98px){._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4{justify-content:space-evenly}}._transactionActionContainer_1bmjk_1 ._red_1bmjk_4 ._button_1bmjk_4._noIcon_1bmjk_51{justify-content:center}._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4{color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#2d2a26;border:1px solid #2d2a26;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4{padding:6px 16px}}._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4:hover{color:#2d2a26;background-color:#fff;border-color:#fff}._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4{border:1px solid #fff;border-radius:24px;flex-direction:row;justify-content:space-between;align-items:center;min-width:160px;height:32px;padding:0 8px 0 16px;display:flex;overflow:hidden}._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4._paddingSmall_1bmjk_43{padding-left:8px}@media (width<=419.98px){._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4{justify-content:space-evenly}}._transactionActionContainer_1bmjk_1 ._black_1bmjk_54 ._button_1bmjk_4._noIcon_1bmjk_51{justify-content:center}._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4{color:#2d2a26;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#fff;border:1px solid #fff;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4{padding:6px 16px}}._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4:hover{color:#fff;background-color:#2d2a26;border-color:#2d2a26}._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4{border:1px solid #2d2a26;border-radius:24px;flex-direction:row;justify-content:space-between;align-items:center;min-width:160px;height:32px;padding:0 8px 0 16px;display:flex;overflow:hidden}._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4._paddingSmall_1bmjk_43{padding-left:8px}@media (width<=419.98px){._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4{justify-content:space-evenly}}._transactionActionContainer_1bmjk_1 ._white_1bmjk_104 ._button_1bmjk_4._noIcon_1bmjk_51{justify-content:center}._transactionActionContainer_1bmjk_1 ._text_1bmjk_154{font-size:14px}@media (width<=819.98px){._transactionActionContainer_1bmjk_1 ._text_1bmjk_154{text-align:right;font-size:14px}._transactionActionContainer_1bmjk_1 img{height:16px;margin-right:8px}}._auth_profile_sections_transactions_transaction_header_container_14s53_1{flex-direction:row;justify-content:flex-start;display:flex}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._grid__skeleton_14s53_6{height:44px;margin:0}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10{color:#fff;background-color:#2d2a26;flex-direction:row;flex:6;justify-content:space-between;align-items:center;padding:16px;display:flex}@media (width<=419.98px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10{padding:3px 48px 3px 16px}}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__container__skeleton_14s53_25{vertical-align:center;flex-direction:row;flex:1;justify-content:space-between;align-items:center;height:38px;display:flex}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__wrapper__skeleton_14s53_34{flex-direction:column;display:flex}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__skeleton__left_14s53_38{width:120px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__skeleton__left__mobile_14s53_41{width:80px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__skeleton__right_14s53_44{width:220px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__skeleton__right__mobile_14s53_47{width:100px;margin-right:12px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice__skeleton__right__tablet_14s53_51{margin-right:72px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25{flex-direction:row;align-items:center;font-size:1.2em;display:flex}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._day_14s53_60,._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._value_14s53_61{font-weight:700}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._hours_14s53_64,._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._value_14s53_61{margin-left:8px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._value_14s53_61{font-size:1.6em}@media (width<=419.98px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25{flex-direction:column;align-items:flex-start;font-size:1em}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._value_14s53_61{font-size:1.4em}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._hours_14s53_64,._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._black_area_14s53_10 ._voice_14s53_25 ._value_14s53_61{margin-left:0}}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85{background-color:#2d2a26;flex:1;position:relative}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85 img{height:80px;position:absolute;bottom:0;right:-96px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85 ._img__skeleton_14s53_96{bottom:24px}@media (width<=419.98px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85{flex:1}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85 img{right:-112px}}@media (width<=282.99px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip_container_14s53_85{display:none}}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._tip__skeleton_14s53_112{bottom:-1px}._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._white_area_14s53_115{background-color:#fff;flex:2}@media (width<=819.98px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._white_area_14s53_115{flex:.5}}@media (width<=282.99px){._auth_profile_sections_transactions_transaction_header_container_14s53_1 ._white_area_14s53_115{display:none}}._ticketBox_18kp4_1{color:#fff;z-index:1;background-color:#2d2a26;border-bottom:1px solid #fff;border-bottom-right-radius:24px;border-bottom-left-radius:24px;align-items:center;max-width:736px;padding:32px;display:grid;position:relative}._ticketBox_18kp4_1 ._ticketTip_18kp4_14{height:64px;position:absolute;right:-1px}._ticketBox_18kp4_1 ._desktop_18kp4_19,._ticketBox_18kp4_1 ._mobile_18kp4_20{width:100%}@media (width<=819.98px){._ticketBox_18kp4_1{border-bottom-right-radius:16px;border-bottom-left-radius:16px;max-width:none;padding:16px 24px 16px 16px}}._ticketBox_18kp4_1:first-child{margin-top:-32px;padding-top:64px}@media (width<=819.98px){._ticketBox_18kp4_1:first-child{margin-top:-16px;padding-top:32px}}._ticket_18kp4_1{grid-column-gap:16px;grid-row-gap:16px;grid-template-columns:repeat(3,1fr) 200px;align-items:start;font-size:1.2em;display:grid}._ticket_18kp4_1 ._holderName_18kp4_51{font-size:1.6em}@media (width<=819.98px){._ticket_18kp4_1{grid-template-columns:repeat(2,1fr) 200px;font-size:1.1em}._ticket_18kp4_1 ._holderNameContainer_18kp4_59{grid-area:1/1/auto/3}._ticket_18kp4_1 ._holderPhone_18kp4_63{grid-area:1/3;display:flex}._ticket_18kp4_1 ._holderPhone_18kp4_63>:not(:first-child){margin-left:8px}}@media (width<=419.98px){._ticket_18kp4_1{grid-template-columns:repeat(2,1fr);font-size:1em}._ticket_18kp4_1 ._holderPhone_18kp4_63{grid-area:2/1/auto/3;margin-top:-8px}}._transactionItems_150p7_1,._transactionItemsMobile_150p7_2{grid-column-gap:16px;grid-row-gap:16px;grid-template-columns:repeat(3,auto);align-items:start;font-size:1.2em;display:grid}@media (width<=819.98px){._transactionItems_150p7_1,._transactionItemsMobile_150p7_2{grid-row-gap:8px;font-size:1.1em}}._transactionItems_150p7_1 ._ticketsNumberContainer_150p7_17,._transactionItemsMobile_150p7_2 ._ticketsNumberContainer_150p7_17{justify-self:start}._transactionItems_150p7_1 ._ticketsNumberContainer_150p7_17 ._ticketsNumber_150p7_17,._transactionItemsMobile_150p7_2 ._ticketsNumberContainer_150p7_17 ._ticketsNumber_150p7_17{text-align:right;padding-right:1px}._transactionItemsMobile_150p7_2{display:grid}@media (width>=321px){._transactionItemsMobile_150p7_2{display:none}}._transactionItems_150p7_1{display:none}@media (width>=321px){._transactionItems_150p7_1{display:grid}}._transactionItemsMobile_150p7_2{grid-template-columns:repeat(4,auto);font-size:1em}._transactionItemsMobile_150p7_2 ._header_150p7_49{grid-column:1/5;font-size:1.2em}._transactionItemsMobile_150p7_2 ._eventName_150p7_53{margin-bottom:8px;font-weight:700}._transactionItemsMobile_150p7_2 hr{border-top:1px solid #969696;border-bottom:unset;grid-column:1/5;width:100%}._transactionItem_150p7_1{grid-row-gap:4px;display:grid}._fcUpper_150p7_69:first-letter{text-transform:capitalize}._grid__skeleton_150p7_73{margin:0}._grid__skeleton__tablet_150p7_77{margin-top:24px}._ticketActions_1mod7_1{grid-row-gap:16px;grid-area:1/4/3;place-self:center stretch;display:grid}@media (width<=819.98px){._ticketActions_1mod7_1{grid-area:2/3/4}._ticketActions_1mod7_1 ._actionContainer_1mod7_14>div:first-child{margin-bottom:16px}}@media (width<=419.98px){._ticketActions_1mod7_1{padding:unset;grid-area:6/1/auto/3;justify-content:center}}._actionContainer_1mod7_14._isGoodRelated_1mod7_27{flex-direction:column-reverse;display:flex}@media (width<=419.98px){._actionContainer_1mod7_14._isGoodRelated_1mod7_27>div:first-child{margin-bottom:0}._actionContainer_1mod7_14._isGoodRelated_1mod7_27>div:last-child{margin-bottom:8px}}._undoResaleModalConfirm_1ix9u_1{padding:64px 32px 32px}._ticketsContainer_wvubp_1 form{padding-top:unset}._tickets_wvubp_1{grid-row-gap:16px;padding-top:24px}@media (width>=481px){._tickets_wvubp_1{grid-row-gap:40px;padding-top:64px}}._tickets_wvubp_1 h1{text-align:center}._missingUserInfos_wvubp_19{flex-direction:column;justify-content:center;align-items:center;display:flex}._missingUserInfos_wvubp_19 ._missingUserInfos__btnConfirm_wvubp_25 span{font-weight:700}._missingUserInfos_wvubp_19>div{margin:16px 0}._eventDetails_1p3hh_1{background-image:var(--image-ticket-black-mobile);background-repeat:no-repeat;background-size:calc(100vw - 16px) calc(25vw - 6px);border-radius:16px;height:calc(25vw - 6px);display:flex}@media (width>=481px){._eventDetails_1p3hh_1{background-image:var(--image-ticket-black);background-position:right 0 top 0;background-size:contain,cover;height:calc(18.75vw - 12.5px);margin-top:8px}}@media (width>=1200px){._eventDetails_1p3hh_1{background-size:unset;height:200px}}._eventDetails__eventImg_1p3hh_25,._imgSkeleton_1p3hh_26{border-radius:16px;width:calc(25vw - 6px);height:calc(25vw - 6px)}@media (width>=481px){._eventDetails__eventImg_1p3hh_25,._imgSkeleton_1p3hh_26{width:calc(18.75vw - 12.5px);height:calc(18.75vw - 12.5px)}}@media (width>=1200px){._eventDetails__eventImg_1p3hh_25,._imgSkeleton_1p3hh_26{width:200px;height:200px}}._eventDetails__eventImg_1p3hh_25._withBorder_1p3hh_45,._imgSkeleton_1p3hh_26._withBorder_1p3hh_45{border:1px solid #2d2a26}._eventDetails__eventDesc_1p3hh_50{color:#fff;grid-row-gap:4px;width:100%;padding:8px 22px;font-size:10px;font-weight:300;line-height:1.2;display:grid}@media (width>=481px){._eventDetails__eventDesc_1p3hh_50{grid-row-gap:8px;padding:24px 32px;font-size:14px}}@media (width>=1200px){._eventDetails__eventDesc_1p3hh_50{font-size:21px}}._eventDetails__eventName_1p3hh_73{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:38px;display:-webkit-box;overflow:hidden;font-size:16px!important}@media (width>=481px){._eventDetails__eventName_1p3hh_73{height:48px;font-size:21px!important;line-height:1.14!important}}@media (width>=1200px){._eventDetails__eventName_1p3hh_73{height:83px;font-size:36px!important;line-height:1.11!important}}._eventDetails__eventLocation_1p3hh_97{align-items:center;display:flex}._eventDetails__eventLocation_1p3hh_97 img{width:8.37px;height:12px;margin-right:8px}@media (width>=481px){._eventDetails__eventLocation_1p3hh_97 img{width:11.16px;height:16px;margin-right:12px}}._eventDetails__eventLocation_1p3hh_97>div{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._imgSkeleton_1p3hh_26{display:block}._dateSkeleton_1p3hh_125{width:50%;height:8px;display:block}@media (width>=1200px){._dateSkeleton_1p3hh_125{width:250px;height:24px}}._titleSkeleton_1p3hh_137{width:65%;display:block}@media (width>=1200px){._titleSkeleton_1p3hh_137{width:330px;height:32px;margin:2px 0 16px}}._locationSkeleton_1p3hh_149{width:45%;height:8px;display:block}@media (width>=1200px){._locationSkeleton_1p3hh_149{width:210px;height:24px}}._eventCollection_1p3hh_161{flex-direction:row;align-items:center;display:flex}._eventCollection_1p3hh_161 ._icon_1p3hh_166{height:27px;margin-left:-8px}._eventCollection_1p3hh_161 ._text_1p3hh_170{color:#c6b5f7;font-size:12px;font-weight:700;line-height:1.33}._ticketsRecap_1xpjh_1{z-index:3000;background-color:#fff;border-radius:16px;grid-template-rows:112px 40px;display:grid;position:sticky;bottom:0}@media (width>=481px){._ticketsRecap_1xpjh_1{grid-template-rows:103px 64px}}._ticketsRecap__statusContainer_1xpjh_16{border-bottom:1px solid #c1c1c1;align-content:space-between;padding:8px calc(6.25vw - 1.5px) 0;display:grid;position:relative;overflow:hidden}@media (width>=481px){._ticketsRecap__statusContainer_1xpjh_16{padding:8px 16px 0}}@media (width>=1200px){._ticketsRecap__statusContainer_1xpjh_16{border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -20px 50px -30px #2d2a2680}._ticketsRecap__statusContainerTitle_1xpjh_38{padding-left:56px}}img._ticketsRecap__statusContainerImgRecap_1xpjh_43{display:none;position:absolute;top:0;left:16px}@media (width>=1200px){img._ticketsRecap__statusContainerImgRecap_1xpjh_43{display:block}}._ticketsRecap__statusContainerButtons_1xpjh_55{justify-content:center;align-items:flex-end;height:80px;display:flex;overflow:auto hidden}@media (width>=481px){._ticketsRecap__statusContainerButtons_1xpjh_55{height:unset}}._ticketsRecap__statusContainerButtons_1xpjh_55._smallButtons_1xpjh_68{justify-content:flex-start}._ticketsRecapPopup_1xpjh_72{opacity:0;background:linear-gradient(#2d2a2600 0%,#2d2a261a 10%,#2d2a2633 30%,#2d2a2666 50%,#2d2a2699 100%);border-top-left-radius:16px;border-top-right-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;animation:.4s ease-in-out forwards _animate-ticketsRecapPopup_1xpjh_1;display:flex;position:absolute;top:0;left:0}._ticketsRecapPopup__content_1xpjh_88{background:var(--image-ticket-white);cursor:pointer;background-repeat:no-repeat;background-size:128px 64px;width:128px;height:64px;padding:8px 16px;font-weight:700;position:relative}._ticketsRecapPopup__content_1xpjh_88 p h5{margin-bottom:4px}._ticketsRecapPopup__content_1xpjh_88 div{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:10px;display:-webkit-box;overflow:hidden}._ticketsRecapPopup__ImgStatus_1xpjh_111{width:12px;height:12px;position:absolute;top:8px;right:8px}@keyframes _animate-ticketsRecapPopup_1xpjh_1{0%{opacity:0}to{opacity:1}}._ticketsRecapStatusBtn_1pwc2_1{background-color:unset;flex:0 0 calc(37.5vw - 17px);display:grid;position:relative;min-width:unset!important;height:60px!important;padding:0!important;font-weight:300!important}@media (width>=481px){._ticketsRecapStatusBtn_1pwc2_1{flex:0 0 calc(12.5vw - 11px);height:72px!important;padding:12px 0 0!important}}@media (width>=1200px){._ticketsRecapStatusBtn_1pwc2_1{flex:0 0 128px}}._ticketsRecapStatusBtn_1pwc2_1:not(:first-child){margin-left:8px}@media (width>=1200px){._ticketsRecapStatusBtn_1pwc2_1:not(:first-child){margin-left:16px}}._ticketsRecapStatusBtn__ticket_1pwc2_32{background-color:#fff;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;padding:15px;display:flex;position:absolute;top:-22px;left:calc(50% - 15px)}@media (width>=481px){._ticketsRecapStatusBtn__ticket_1pwc2_32{padding:6px;top:-3px;left:calc(50% - 10px)}}._ticketsRecapStatusBtn__ticket_1pwc2_32 img{width:12px;height:12px;display:none}._ticketsRecapStatusBtn__info_1pwc2_58{text-align:left;background-color:#f5f5f5;border-top-left-radius:16px;border-top-right-radius:16px;height:60px;padding:8px calc(6.25vw - 9.5px)}@media (width>=481px){._ticketsRecapStatusBtn__info_1pwc2_58{padding:8px 16px}}._ticketsRecapStatusBtn__info_1pwc2_58 h5{margin-bottom:4px}._ticketsRecapStatusBtn__info_1pwc2_58 div{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:10px;font-weight:700;display:-webkit-box;overflow:hidden}@media (width>=481px){._ticketsRecapStatusBtn__info_1pwc2_58 div{font-size:9px}}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89{flex:0 0 48px}@media (width>=1200px){._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89{transform:translateY(36px)}}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89:not(:first-child){margin-left:4px}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__ticket_1pwc2_32{width:16px;height:16px;padding:4px;top:-13px;left:calc(50% - 8px)}@media (width>=481px){._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__ticket_1pwc2_32{top:-1px}}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__info_1pwc2_58{text-align:center;border-top-left-radius:5.33333px;border-top-right-radius:5.33333px;padding:8px 0}@media (width>=481px){._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__info_1pwc2_58{padding:8px}}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__info_1pwc2_58 div{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:10px;font-weight:700;display:-webkit-box;overflow:hidden}@media (width>=481px){._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89 ._ticketsRecapStatusBtn__info_1pwc2_58 div{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:8px;font-weight:300;display:-webkit-box;overflow:hidden}}._ticketsRecapStatusBtn_1pwc2_1._small_1pwc2_89._highlight_1pwc2_144{transform:translateY(0)}._ticketsRecapStatusBtn_1pwc2_1._error_1pwc2_148 ._ticketsRecapStatusBtn__ticket_1pwc2_32 img._error_1pwc2_148,._ticketsRecapStatusBtn_1pwc2_1._valid_1pwc2_152 ._ticketsRecapStatusBtn__ticket_1pwc2_32 img._valid_1pwc2_152{display:block}button._buttonSubmit_nvt0f_1{margin:unset;background-color:unset;border-radius:unset;height:100%;padding:0 0 0 16px}@media (width>=1200px){button._buttonSubmit_nvt0f_1:hover ._buttonSubmit__text_nvt0f_9{font-weight:700}}button._buttonSubmit_nvt0f_1:hover ._buttonSubmit__ticket_nvt0f_13{background:var(--image-ticket-icon-black);background-size:24px 12px}@media (width>=481px){button._buttonSubmit_nvt0f_1:hover ._buttonSubmit__ticket_nvt0f_13{background-size:unset;height:16px}}button._buttonSubmit_nvt0f_1:disabled{pointer-events:none}button._buttonSubmit_nvt0f_1:disabled ._buttonSubmit__send_nvt0f_26{opacity:.8;background-position:1px 0;background-repeat:no-repeat;margin-top:-1px;color:#ccc!important}._buttonSubmit__container_nvt0f_35{grid-column-gap:16px;grid-template-columns:24px 1fr 146px;align-items:center;height:100%;display:grid;overflow:hidden}@media (width>=481px){._buttonSubmit__container_nvt0f_35{grid-column-gap:24px;grid-template-columns:32px 1fr 246px}}._buttonSubmit__ticket_nvt0f_13{background:var(--image-ticket-icon);background-size:24px 12px;height:12px}@media (width>=481px){._buttonSubmit__ticket_nvt0f_13{background-size:unset;height:16px}}._buttonSubmit__text_nvt0f_9{text-align:left;font-size:12px;font-weight:300;line-height:1.33}@media (width>=1200px){._buttonSubmit__text_nvt0f_9{font-size:14px;font-weight:300;line-height:1.14}}._buttonSubmit__send_nvt0f_26{background:var(--image-ticket-button-red);background-position:1px -1px;background-repeat:no-repeat;background-size:247px 65px;border-bottom-right-radius:16px;justify-content:flex-end;align-items:center;height:calc(100% + 1px);transition:background .3s;display:flex;color:#fff!important;padding:0 34px 0 0!important}@media (width>=481px){._buttonSubmit__send_nvt0f_26{padding:0 64px 0 0!important}}._buttonSubmit__send_nvt0f_26 h3{font-size:14px}@media (width>=481px){._buttonSubmit__send_nvt0f_26 h3{font-size:16px;line-height:1.25}}._ticket_s8bzl_1:not(:last-child){margin-bottom:24px}._ticket__content_s8bzl_5{margin-top:-16px;padding:0 calc(6.25vw - 1.5px)}@media (width>=481px){._ticket__content_s8bzl_5{margin:-12px calc(6.25vw - 9.5px) 0;padding:0 8px}}@media (width>=1200px){._ticket__content_s8bzl_5{margin-left:56px;margin-right:56px;padding:0 16px}}._ticketFormFields_r7xf1_1{margin-top:16px}@media (width>=481px){._ticketFormFields_r7xf1_1{grid-column-gap:8px;grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){._ticketFormFields_r7xf1_1{grid-column-gap:16px}}._ticketFormFields_r7xf1_1 div:nth-child(3){grid-column-gap:8px;grid-template-columns:calc(43.75vw - 18.5px) calc(43.75vw - 18.5px)}@media (width>=481px){._ticketFormFields_r7xf1_1 div:nth-child(3){grid-column:1/3;grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){._ticketFormFields_r7xf1_1 div:nth-child(3){grid-column-gap:16px}}._ticketFormFields__extraField_r7xf1_31{grid-row-gap:8px;grid-column-gap:8px;display:grid}@media (width>=481px){._ticketFormFields__extraField_r7xf1_31{grid-column:1/3;grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){._ticketFormFields__extraField_r7xf1_31{grid-column-gap:16px}}._ticketFormFields__extraField_r7xf1_31 ._covidAppointments_wrapper_r7xf1_47 div:nth-child(3){grid-column-gap:0!important}._ticketFormFields__extraFieldLabel_r7xf1_51{padding-left:calc(6.25vw - 9.5px);font-size:12px;font-weight:700;line-height:1.33}@media (width>=481px){._ticketFormFields__extraFieldLabel_r7xf1_51{padding-left:16px;font-size:14px;font-weight:700;line-height:1.14}}._fieldsSkeleton_r7xf1_68{height:32px}._ticketFormFields_r7xf1_1._noPadding_r7xf1_72{grid-template-columns:repeat(1,1fr);padding:0}._dayBox_1iruo_1,._hourBox_1iruo_2{grid-row-gap:16px;text-align:center;justify-items:center;padding:64px 32px;display:grid}@media (width<=419.98px){._dayBox_1iruo_1,._hourBox_1iruo_2{padding:64px 8px 8px}}._dayBox_1iruo_1._removePadding_1iruo_16,._hourBox_1iruo_2._removePadding_1iruo_16{padding:0 16px}._modalButton_1iruo_21{border:1px solid #c1c1c1!important}._modalButton_1iruo_21 ._text_1iruo_24{font-weight:400}._ticketInfo_usu0n_1{grid-column-gap:8px;grid-template-columns:calc(18.75vw - 12.5px) calc(68.75vw - 24.5px);display:grid}@media (width>=481px){._ticketInfo_usu0n_1{background:var(--image-ticket-grey), linear-gradient(to right, whitesmoke 0%, whitesmoke 50%, #f5f5f500 100%);grid-column-gap:unset;background-position-x:right;background-repeat:no-repeat;border-radius:16px;grid-template-columns:112px auto;height:144px;padding:16px}}._ticketInfo__imgTicket_usu0n_19{background-color:#fff;border-radius:16px;justify-content:flex-start;align-items:center;display:flex}@media (width>=481px){._ticketInfo__imgTicket_usu0n_19{justify-content:center;width:112px;height:112px}}._ticketInfo__imgTicket_usu0n_19 img{height:32px}@media (width>=481px){._ticketInfo__imgTicket_usu0n_19 img{width:40px;height:unset}}._ticketInfo__desc_usu0n_43{grid-row-gap:4px;align-content:start;display:grid}@media (width>=481px){._ticketInfo__desc_usu0n_43{grid-row-gap:unset;padding:0 32px}}._ticketInfo__descTitle_usu0n_55{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width>=481px){._ticketInfo__descTitle_usu0n_55{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:64px;display:-webkit-box;overflow:hidden}}._ticketInfo__descTitleSkeleton_usu0n_73{width:150px;height:16px;margin-bottom:7px}@media (width>=481px){._ticketInfo__descTitleSkeleton_usu0n_73{width:190px;height:24px;margin-bottom:32px}}._ticketInfo__descDetails_usu0n_86{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}@media (width>=481px){._ticketInfo__descDetails_usu0n_86{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:14px;font-weight:300;line-height:1.14;display:-webkit-box;overflow:hidden}}._ticketInfo__descDetailsSkeleton_usu0n_109{width:90px;height:8px}@media (width>=481px){._ticketInfo__descDetailsSkeleton_usu0n_109{width:110px;height:16px}}._balloonBoxModal_kp36p_1{z-index:5000;background:#2d2a2680;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._balloonBoxModal__container_kp36p_14{grid-row-gap:32px;text-align:center;place-items:start center;padding:0 32px;font-size:12px;display:grid}@media (width>=1200px){._balloonBoxModal__container_kp36p_14{width:416px}}._balloonBoxModal__img_kp36p_29{width:32px;height:32px}._balloonBoxModal__btnClose_kp36p_34{position:absolute;top:16px;right:16px}._balloonBoxModal__btnClose_kp36p_34:hover{background-color:#0000!important}._balloonBoxModal__btnClose_kp36p_34 img{width:16px!important;height:16px!important}._container_lhpfw_1{background-color:#fff;border-radius:16px;padding:8px}._container_lhpfw_1:not(:last-child){margin-bottom:24px}@media (width>=1200px){._container_lhpfw_1{border-top-left-radius:16px;border-top-right-radius:16px;padding:16px;box-shadow:0 -20px 50px -30px #2d2a2680}}._eventInfo_1oobz_1{flex-direction:row;display:flex}._eventInfo_1oobz_1 ._eventDate_1oobz_5{font-size:10px}@media (width>=481px){._eventInfo_1oobz_1 ._eventDate_1oobz_5{font-size:14px}}._eventInfo_1oobz_1 ._eventImg_1oobz_13{border-radius:8px;width:80px;height:80px}@media (width>=481px){._eventInfo_1oobz_1 ._eventImg_1oobz_13{border-radius:16px;width:112px;height:112px}}._eventInfo_1oobz_1 ._eventDesc_1oobz_25{color:#2d2a26;grid-row-gap:unset;flex-direction:column;padding:4px 0 0 24px;font-size:14px;display:flex}@media (width>=481px){._eventInfo_1oobz_1 ._eventDesc_1oobz_25{padding:16px}}._eventInfo_1oobz_1 ._eventName_1oobz_38{-webkit-line-clamp:2;overflow-wrap:anywhere;text-transform:uppercase;-webkit-box-orient:vertical;margin-top:8px;margin-bottom:20px;font-size:16px;display:-webkit-box;overflow:hidden}@media (width>=481px){._eventInfo_1oobz_1 ._eventName_1oobz_38{margin-bottom:16px;font-size:24px;line-height:1.14}}._eventInfo_1oobz_1 ._eventLocation_1oobz_56{flex-direction:row;align-items:start;font-size:12px;display:flex}@media (width>=481px){._eventInfo_1oobz_1 ._eventLocation_1oobz_56{font-size:14px}}._eventInfo_1oobz_1 ._eventLocation_1oobz_56 img{margin-right:3px}._goodInfoContainer_3r8hv_1{margin-top:16px;margin-bottom:24px}@media (width>=481px){._goodInfoContainer_3r8hv_1{margin-top:12px}}._goodInfoContainer_3r8hv_1 ._left_3r8hv_10{flex-direction:row;align-items:center;display:flex}._goodInfoContainer_3r8hv_1 ._left_3r8hv_10 img{width:56px;height:56px;margin-right:16px}._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20{background-color:#f2f2f2;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;padding:16px;display:flex}@media (width>=481px){._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20{border-radius:16px}}._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._title_3r8hv_35{text-transform:uppercase;margin-bottom:3px;font-size:14px;font-weight:700}@media (width>=481px){._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._title_3r8hv_35{font-size:20px}}._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._description_3r8hv_46{font-size:12px}@media (width>=481px){._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._description_3r8hv_46{font-size:14px}}._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._quantity_3r8hv_54{color:#fff;background-color:#2d2a26;border-radius:1600px;flex-direction:row;justify-content:center;align-items:center;width:24px;height:24px;margin-left:24px;margin-right:0;font-size:10px;font-weight:700;display:flex}@media (width>=481px){._goodInfoContainer_3r8hv_1 ._infoBox_3r8hv_20 ._quantity_3r8hv_54{margin-right:8px}}._wrapper_1l2ft_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_1l2ft_1 ._box_1l2ft_7{background-color:#fff;border-radius:16px;width:100%;margin:24px 16px 32px;padding:32px 24px;font-family:Nunito Sans}@media (width>=481px){._wrapper_1l2ft_1 ._box_1l2ft_7{border-radius:24px;width:auto;min-width:472px;margin:112px 0 168px;padding:56px 80px}}._wrapper_1l2ft_1 ._box_1l2ft_7 ._logo_1l2ft_30,._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31,._wrapper_1l2ft_1 ._box_1l2ft_7 ._image_1l2ft_32,._wrapper_1l2ft_1 ._box_1l2ft_7 ._text_1l2ft_33,._wrapper_1l2ft_1 ._box_1l2ft_7 ._button_1l2ft_34{flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_1l2ft_1 ._box_1l2ft_7 ._image_1l2ft_32 img{max-width:300px}._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31{justify-content:space-between;padding-bottom:16px}._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31 ._left_1l2ft_48,._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31 ._right_1l2ft_49{flex-direction:column;display:flex}._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31 ._right_1l2ft_49{text-align:right}._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31 span{margin-bottom:8px;font-size:14px;font-weight:400}@media (width>=481px){._wrapper_1l2ft_1 ._box_1l2ft_7 ._data_1l2ft_31 span{margin-bottom:16px;font-size:16px}}._wrapper_1l2ft_1 ._box_1l2ft_7 ._text_1l2ft_33{text-align:center;flex-direction:column;padding:0 24px}._wrapper_1l2ft_1 ._box_1l2ft_7 ._text_1l2ft_33 ._title_1l2ft_72{margin-bottom:16px;font-size:20px;font-weight:600}._wrapper_1l2ft_1 ._box_1l2ft_7 ._text_1l2ft_33 ._desc_1l2ft_77{max-width:400px;font-size:16px;font-weight:400;line-height:24x;margin-bottom:16px}._wrapper_wskqu_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_wskqu_1 ._box_wskqu_7{background-color:#fff;border-radius:16px;width:100%;margin:24px 16px 32px;padding:32px 24px;font-family:Nunito Sans}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7{border-radius:24px;width:auto;min-width:472px;margin:112px 0 168px;padding:56px 80px}}._wrapper_wskqu_1 ._box_wskqu_7 ._logo_wskqu_30,._wrapper_wskqu_1 ._box_wskqu_7 ._title_wskqu_31,._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32{flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32,._wrapper_wskqu_1 ._box_wskqu_7 ._content_wskqu_40:last-of-type{border-bottom:1px solid #b1b3b5}._wrapper_wskqu_1 ._box_wskqu_7 ._title_wskqu_31 span,._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 span{font-size:16px;font-weight:500}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._title_wskqu_31 span,._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 span{font-size:20px}}._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32{justify-content:space-between;padding-bottom:16px}._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32 ._left_wskqu_58,._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32 ._right_wskqu_59{flex-direction:column;display:flex}._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32 ._right_wskqu_59{text-align:right}._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32 span{margin-bottom:8px;font-size:14px;font-weight:400}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._data_wskqu_32 span{margin-bottom:16px;font-size:16px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40{flex-direction:row;justify-content:space-between;margin-bottom:8px;display:flex}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40{margin-bottom:16px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 span{color:#b1b3b5}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 span,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 span{font-size:14px}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 span,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 span{font-size:16px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._qty_wskqu_103,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._qty_wskqu_103{margin-left:0}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._qty_wskqu_103,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._qty_wskqu_103{margin-left:4px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._article_wskqu_113,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113{margin-left:10px}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._article_wskqu_113,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113{margin-left:16px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._article_wskqu_113._twodigits_wskqu_123,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113._twodigits_wskqu_123{margin-left:10px}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._article_wskqu_113._twodigits_wskqu_123,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113._twodigits_wskqu_123{margin-left:15px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._header_wskqu_77 ._price_wskqu_133,._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._price_wskqu_133{margin-left:32px}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._qty_wskqu_103{margin-left:8px}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._qty_wskqu_103{margin-left:16px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113{margin-left:18px}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._article_wskqu_113{margin-left:24px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._price_wskqu_133{text-align:right;min-width:60px;margin-left:0}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._price_wskqu_133{margin-left:40px}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._left_wskqu_58{justify-content:space-between;display:flex}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._right_wskqu_59{justify-content:space-between;min-width:120px;display:flex}@media (width>=481px){._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40 ._right_wskqu_59{min-width:128px;margin-right:0}}._wrapper_wskqu_1 ._box_wskqu_7 ._quantities_wskqu_77 ._content_wskqu_40:last-of-type{padding-bottom:32px}._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44{justify-content:space-between;padding-top:16px;display:flex}._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 ._left_wskqu_58,._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 ._right_wskqu_59{flex-direction:column;display:flex}._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 ._right_wskqu_59{text-align:right}._wrapper_wskqu_1 ._box_wskqu_7 ._totals_wskqu_44 span{margin-bottom:8px}._wrapper_wskqu_1 ._box_wskqu_7 ._bottom_wskqu_197{justify-content:center;align-items:center;margin-top:112px;display:flex}._wrapper_11uu0_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_11uu0_1 ._box_11uu0_7{background-color:#fff;border-radius:16px;width:100%;margin:24px 16px 32px;padding:32px 24px;font-family:Nunito Sans}@media (width>=481px){._wrapper_11uu0_1 ._box_11uu0_7{border-radius:24px;width:auto;min-width:472px;margin:112px 0 168px;padding:56px 80px}}._wrapper_11uu0_1 ._box_11uu0_7 ._logo_11uu0_30,._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31,._wrapper_11uu0_1 ._box_11uu0_7 ._image_11uu0_32,._wrapper_11uu0_1 ._box_11uu0_7 ._text_11uu0_33,._wrapper_11uu0_1 ._box_11uu0_7 ._button_11uu0_34{flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31{justify-content:space-between;padding-bottom:16px}._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31 ._left_11uu0_45,._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31 ._right_11uu0_46{flex-direction:column;display:flex}._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31 ._right_11uu0_46{text-align:right}._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31 span{margin-bottom:8px;font-size:14px;font-weight:400}@media (width>=481px){._wrapper_11uu0_1 ._box_11uu0_7 ._data_11uu0_31 span{margin-bottom:16px;font-size:16px}}._wrapper_11uu0_1 ._box_11uu0_7 ._text_11uu0_33{text-align:center;flex-direction:column;padding:0 24px}._wrapper_11uu0_1 ._box_11uu0_7 ._text_11uu0_33 ._in_progress_11uu0_69{margin-bottom:8px;font-size:20px;font-weight:600}._wrapper_11uu0_1 ._box_11uu0_7 ._text_11uu0_33 ._wait_for_11uu0_74{margin-bottom:16px;font-size:14px;font-weight:400}._wrapper_11uu0_1 ._box_11uu0_7 ._button_11uu0_34 ._refresh_button_11uu0_79{border-radius:32px;padding:20px 56px}._wrapper_17nyu_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_17nyu_1 ._box_17nyu_7{background-color:#fff;border-radius:16px;width:100%;margin:24px 16px 32px;padding:32px 24px;font-family:Nunito Sans}@media (width>=481px){._wrapper_17nyu_1 ._box_17nyu_7{border-radius:24px;width:auto;min-width:472px;margin:112px 0 168px;padding:56px 80px}}._wrapper_17nyu_1 ._box_17nyu_7 ._logo_17nyu_30,._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31,._wrapper_17nyu_1 ._box_17nyu_7 ._image_17nyu_32,._wrapper_17nyu_1 ._box_17nyu_7 ._text_17nyu_33,._wrapper_17nyu_1 ._box_17nyu_7 ._button_17nyu_34{flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31{justify-content:space-between;padding-bottom:16px}._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31 ._left_17nyu_45,._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31 ._right_17nyu_46{flex-direction:column;display:flex}._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31 ._right_17nyu_46{text-align:right}._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31 span{margin-bottom:8px;font-size:14px;font-weight:400}@media (width>=481px){._wrapper_17nyu_1 ._box_17nyu_7 ._data_17nyu_31 span{margin-bottom:16px;font-size:16px}}._wrapper_17nyu_1 ._box_17nyu_7 ._text_17nyu_33{text-align:center;flex-direction:column;padding:0 24px}._wrapper_17nyu_1 ._box_17nyu_7 ._text_17nyu_33 ._in_progress_17nyu_69{margin-bottom:16px;font-size:20px;font-weight:600}._wrapper_17nyu_1 ._box_17nyu_7 ._text_17nyu_33 ._wait_for_17nyu_74{max-width:400px;font-size:16px;font-weight:400;line-height:24x;margin-bottom:16px}._wrapper_13gnb_1{flex-direction:row;justify-content:center;align-items:center;display:flex}._wrapper_13gnb_1 ._box_13gnb_7{background-color:#fff;border-radius:16px;width:100%;margin:24px 16px 32px;padding:32px 24px;font-family:Nunito Sans}@media (width>=481px){._wrapper_13gnb_1 ._box_13gnb_7{border-radius:24px;width:auto;min-width:472px;height:auto;min-height:500px;margin:112px 0 168px;padding:56px 80px}}._wrapper_13gnb_1 ._box_13gnb_7 ._logo_13gnb_32,._wrapper_13gnb_1 ._box_13gnb_7 ._title_13gnb_33,._wrapper_13gnb_1 ._box_13gnb_7 ._data_13gnb_34{flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;display:flex}._wrapper_13gnb_1 ._box_13gnb_7 ._bottom_13gnb_41{flex-direction:row;justify-content:center;align-items:center;margin-top:112px;display:flex}._wrapper_13gnb_1 ._box_13gnb_7 ._logo_skeleton_13gnb_48{width:192px;height:32px}._wrapper_13gnb_1 ._box_13gnb_7 ._content_skeleton_13gnb_52{width:100%;height:128px;margin-bottom:32px}._wrapper_13gnb_1 ._box_13gnb_7 ._content_skeleton_small_13gnb_57{width:100%;height:64px;margin-bottom:32px}._refundBox_wvvag_1{grid-row-gap:24px;text-align:center;justify-items:center;max-width:720px;min-height:320px;margin:0 auto;padding:48px 0;display:grid}._refundBox_wvvag_1 hr{border-bottom:unset;border-top:1px solid #96969680;width:100%}@media (width<=419.98px){._refundBox_wvvag_1{max-width:unset;padding:24px}}._title_wvvag_23{grid-row-gap:16px;justify-items:center;font-size:2em;font-weight:700;display:grid}._title_wvvag_23 img{width:80px}._introduction_wvvag_34{color:#4e4e4e;justify-items:center;font-size:1.4em;line-height:1.3;display:grid}._sectionHeader_wvvag_42{font-size:1.2em;font-weight:700}._terms_wvvag_47{text-align:justify;color:#4e4e4e;line-height:1.4}._warningBox_wvvag_53{color:#ea0a2a;border:1px solid #ea0a2a66;border-radius:8px;justify-self:stretch;padding:16px 32px}._warningBox_wvvag_53 ._irreversibleProcedure_wvvag_63{color:#ea0a2ae6;margin-top:16px}._warningBox_wvvag_53 ._sectionHeader_wvvag_42 img{width:24px;margin-right:32px}._warningBox_wvvag_53 ._sectionHeader_wvvag_42,._warningBox_wvvag_53 ._irreversibleProcedure_wvvag_63{justify-content:center;align-items:center;display:flex}@media (width<=419.98px){._warningBox_wvvag_53 ._sectionHeader_wvvag_42,._warningBox_wvvag_53 ._irreversibleProcedure_wvvag_63{grid-row-gap:8px;justify-items:center;display:grid}._warningBox_wvvag_53 ._sectionHeader_wvvag_42 img,._warningBox_wvvag_53 ._irreversibleProcedure_wvvag_63 img{margin:unset}}._acceptTermsAndConditionsBox_wvvag_90{grid-row-gap:24px;place-items:center;display:grid;position:relative}._formBox_wvvag_98{width:100%}._confirmBox_d0leh_1{color:#4e4e4e;grid-row-gap:32px;text-align:center;border-radius:16px;place-content:start center;max-width:720px;min-height:40vh;margin:64px auto 0;padding:16px;font-size:2em;display:grid}@media (width<=419.98px){._confirmBox_d0leh_1{max-width:unset;margin:32px 32px 0;padding:8px}}._confirmBox_d0leh_1 ._successMsg_d0leh_22{font-size:initial}._refund_5uw8d_1{flex-direction:column;justify-content:center;align-items:center;gap:24px;margin:48px 0 0;display:flex}._refund__cover_5uw8d_10{width:80px;height:55px}._refund__heading_5uw8d_15{flex-direction:column;display:flex}._refund__heading__item_5uw8d_20{width:80dvw;height:30px;margin:0 0 4px}@media (width>=1200px){._refund__heading__item_5uw8d_20{width:1136px}}._refund__subheading_5uw8d_31{flex-direction:column;display:flex}._refund__subheading__item_5uw8d_36{width:80dvw;height:20px;margin:0 0 4px}@media (width>=1200px){._refund__subheading__item_5uw8d_36{width:1136px}}._refund__hr_5uw8d_47{width:80dvw;height:1px}._refund__terms_heading_5uw8d_52{width:80dvw;height:18px}@media (width>=1200px){._refund__terms_heading_5uw8d_52{width:1136px}}._refund__terms_body_5uw8d_62{flex-direction:column;display:flex}._refund__terms_body__item_5uw8d_67{width:80dvw;height:12px;margin:0 0 6px}@media (width>=1200px){._refund__terms_body__item_5uw8d_67{width:1136px}}._resale_container_1ovpl_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._resale_container_1ovpl_1{background-size:auto}}._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1 img{height:64px;margin-right:1em}}._resale_skeleton_m3cs8_1 ._static_page_text_m3cs8_24{text-align:justify}._resale_skeleton_m3cs8_1 ._static_page_text_m3cs8_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1{margin:32px 0}@media (width>=481px){._resale_skeleton_m3cs8_1 ._static_page_title_m3cs8_1{margin:48px 0}}._resale_skeleton__img_m3cs8_43{width:30.59px;height:64px;margin-right:1em}@media (width>=481px){._resale_skeleton__img_m3cs8_43{width:53.53px;height:112px}}._resale_skeleton__heading_m3cs8_55{width:117.77px;height:31.91px}@media (width>=481px){._resale_skeleton__heading_m3cs8_55{width:176.64px;height:47.88px}}._resale_skeleton__paragraph_m3cs8_66{margin-bottom:32px}._resale_skeleton__paragraph_m3cs8_66 ._resale_skeleton__line_m3cs8_69{width:100%;height:1.2em;margin-bottom:.3em}._resale_ca_container_suikk_1 ._static_page_title_suikk_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_ca_container_suikk_1 ._static_page_title_suikk_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_ca_container_suikk_1 ._static_page_title_suikk_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_ca_container_suikk_1 ._static_page_title_suikk_1 img{height:64px;margin-right:1em}}._resale_ca_container_suikk_1 ._static_page_text_suikk_24{text-align:justify}._resale_ca_container_suikk_1 ._static_page_text_suikk_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_de_container_gs9as_1 ._static_page_title_gs9as_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_de_container_gs9as_1 ._static_page_title_gs9as_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_de_container_gs9as_1 ._static_page_title_gs9as_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_de_container_gs9as_1 ._static_page_title_gs9as_1 img{height:64px;margin-right:1em}}._resale_de_container_gs9as_1 ._static_page_text_gs9as_24{text-align:justify}._resale_de_container_gs9as_1 ._static_page_text_gs9as_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_eng_container_1nw56_1 ._static_page_title_1nw56_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_eng_container_1nw56_1 ._static_page_title_1nw56_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_eng_container_1nw56_1 ._static_page_title_1nw56_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_eng_container_1nw56_1 ._static_page_title_1nw56_1 img{height:64px;margin-right:1em}}._resale_eng_container_1nw56_1 ._static_page_text_1nw56_24{text-align:justify}._resale_eng_container_1nw56_1 ._static_page_text_1nw56_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_es_container_yztr5_1 ._static_page_title_yztr5_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_es_container_yztr5_1 ._static_page_title_yztr5_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_es_container_yztr5_1 ._static_page_title_yztr5_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_es_container_yztr5_1 ._static_page_title_yztr5_1 img{height:64px;margin-right:1em}}._resale_es_container_yztr5_1 ._static_page_text_yztr5_24{text-align:justify}._resale_es_container_yztr5_1 ._static_page_text_yztr5_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_fr_container_17z3n_1 ._static_page_title_17z3n_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_fr_container_17z3n_1 ._static_page_title_17z3n_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_fr_container_17z3n_1 ._static_page_title_17z3n_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_fr_container_17z3n_1 ._static_page_title_17z3n_1 img{height:64px;margin-right:1em}}._resale_fr_container_17z3n_1 ._static_page_text_17z3n_24{text-align:justify}._resale_fr_container_17z3n_1 ._static_page_text_17z3n_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_ita_container_1w706_1 ._static_page_title_1w706_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_ita_container_1w706_1 ._static_page_title_1w706_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_ita_container_1w706_1 ._static_page_title_1w706_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_ita_container_1w706_1 ._static_page_title_1w706_1 img{height:64px;margin-right:1em}}._resale_ita_container_1w706_1 ._static_page_text_1w706_24{text-align:justify}._resale_ita_container_1w706_1 ._static_page_text_1w706_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._resale_pt_container_g4war_1 ._static_page_title_g4war_1{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._resale_pt_container_g4war_1 ._static_page_title_g4war_1 img{height:112px;margin-right:1em}@media (width<=419.98px){._resale_pt_container_g4war_1 ._static_page_title_g4war_1{margin-top:16px;margin-bottom:16px;font-size:2em}._resale_pt_container_g4war_1 ._static_page_title_g4war_1 img{height:64px;margin-right:1em}}._resale_pt_container_g4war_1 ._static_page_text_g4war_24{text-align:justify}._resale_pt_container_g4war_1 ._static_page_text_g4war_24 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._searchFormContainer_dho8w_1{background-image:var(--image-banner-search-mobile);background-size:100% 100%;height:400px}@media (width>=768px){._searchFormContainer_dho8w_1{background-image:var(--image-banner-search-tablet-portrait);height:370px}}@media (width>=1024px){._searchFormContainer_dho8w_1{background-image:var(--image-banner-search-tablet-landscape)}}@media (width>=1200px){._searchFormContainer_dho8w_1{background-image:var(--image-banner-search-laptop);height:300px}}@media (width>=1920px){._searchFormContainer_dho8w_1{background-image:var(--image-banner-search-desktop);height:300px}}._searchFormContainer_dho8w_1 *{box-sizing:border-box}._searchForm_dho8w_1{grid-row-gap:16px;justify-items:center;height:100%;padding-top:40px;position:relative}@media (width>=481px){._searchForm_dho8w_1{grid-row-gap:24px}}@media (width>=1200px){._searchForm_dho8w_1{grid-row-gap:40px;padding-top:64px}}._searchFormButtonContainer_dho8w_52{justify-content:center;width:100%;margin-bottom:40px;display:flex}@media (width>=481px){._searchFormButtonContainer_dho8w_52{margin-bottom:unset}}._searchFormButtonContainer_dho8w_52 button{width:128px!important;height:32px!important}._searchFormInput_dho8w_68{text-align:center;border-top:unset;border-left:unset;border-right:unset;background-color:#0000;border-bottom:1px solid #969696;width:100%;margin-top:32px;border-radius:unset!important;padding:0 0 8px!important;font-size:36px!important}@media (width>=481px){._searchFormInput_dho8w_68{margin-top:unset;padding:4px 16px!important}}._searchFilterContainer_1fgzj_1{width:100%;position:relative}._searchFilter_1fgzj_1{justify-content:space-between;width:100%;height:32px}._searchFilter_1fgzj_1>div:first-child{align-items:center;width:100%;display:flex}._searchFilter_1fgzj_1>div:first-child img{margin-right:8px}._searchFilter_1fgzj_1>div:first-child :first-letter{text-transform:capitalize}._searchFilterOptions_1fgzj_23{z-index:3000;grid-row-gap:8px;background-color:#f5f5f5;border-radius:16px;width:100%;margin-top:8px;display:grid;position:absolute}@media (width>=1200px){._searchFilterOptions_1fgzj_23{background-color:unset}}._btnSkeleton_1dc03_1{height:32px;top:128px}@media (width>=481px){._btnSkeleton_1dc03_1{top:96px}}._filtersCityContainer_xruoh_1{background-color:#fff;border-radius:16px;justify-content:space-between;align-items:center;width:100%;height:32px;padding:0 8px;display:flex;position:relative}@media (width>=1200px){._filtersCityContainer_xruoh_1{padding:0 16px}}._filtersCityInputContainer_xruoh_18{align-items:center;width:100%;display:flex}._filtersCityInputContainer_xruoh_18 input{border:unset;border-radius:unset;background-color:unset;width:100%;padding:unset;margin-left:8px}._filtersCitiesContainer_xruoh_32{background-color:#f5f5f5;width:100%;position:absolute;top:32px;left:0}._filtersCitiesContainer_xruoh_32 button{justify-content:flex-start;width:100%;margin-top:8px}._filtersCitiesContainer_xruoh_32 button span{font-weight:700}._searchInfo_fmecd_1{margin-top:80px;position:relative}@media (width>=481px){._searchInfo_fmecd_1{margin-top:112px}}@media (width>=1200px){._searchInfo_fmecd_1{margin-top:140px}}._searchInfo__balloon_fmecd_16{padding-top:64px}._searchInfo__balloon_fmecd_16>:first-child{height:100%}@media (width>=481px){._searchInfo__balloon_fmecd_16{padding-top:unset}}@media (width>=1200px){._searchInfo__balloon_fmecd_16{height:416px;padding-top:32px}}._searchInfo__imgBackground_fmecd_34{z-index:1;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:50%;position:absolute;top:0}@media (width>=481px){._searchInfo__imgBackground_fmecd_34{height:100%}}img._searchInfo__imgETicketMobile_fmecd_49,img._searchInfo__imgETicket_fmecd_49{z-index:2;position:absolute}img._searchInfo__imgETicketMobile_fmecd_49{width:100vw;transform:translateY(-50%)}@media (width>=481px){img._searchInfo__imgETicketMobile_fmecd_49{display:none}}img._searchInfo__imgETicket_fmecd_49{display:none}@media (width>=481px){img._searchInfo__imgETicket_fmecd_49{width:60%;display:block;top:-80px}}@media (width>=1200px){img._searchInfo__imgETicket_fmecd_49{width:824px;top:-115px}}._searchInfo__content_fmecd_82{z-index:3;text-align:center;grid-row-gap:32px}._searchInfo__contentSection_fmecd_88{flex-direction:column;align-items:center;display:flex}._searchInfo__contentSection_fmecd_88 img{height:78px}._searchInfo__contentSection_fmecd_88 ._title_fmecd_96{margin:16px 0}@media (width>=1200px){._searchInfo__contentSection_fmecd_88 ._title_fmecd_96{height:40px;margin:24px 0 32px}}._searchResultTitle_18siv_1{text-align:center;margin:24px 0}._searchResultTitle_18siv_1:first-letter{font-weight:700}@media (width>=1200px){._searchResultTitle_18siv_1{margin:64px 0 48px}}._searchResultGridComponents_18siv_14{flex-wrap:wrap}._searchResultComponentContainer_18siv_18:nth-child(n+3){margin-top:8px}._searchResultComponentContainer_18siv_18:not(:nth-child(odd)){margin-left:8px}@media (width>=481px){._searchResultComponentContainer_18siv_18:nth-child(n+3){margin-top:unset}._searchResultComponentContainer_18siv_18:not(:nth-child(odd)){margin-left:unset}._searchResultComponentContainer_18siv_18:nth-child(n+5){margin-top:8px}._searchResultComponentContainer_18siv_18:not(:nth-child(4n+1)){margin-left:8px}}@media (width>=1200px){._searchResultComponentContainer_18siv_18:nth-child(n+3),._searchResultComponentContainer_18siv_18:nth-child(n+5){margin-top:unset}._searchResultComponentContainer_18siv_18:not(:nth-child(odd)),._searchResultComponentContainer_18siv_18:not(:nth-child(4n+1)){margin-left:unset}._searchResultComponentContainer_18siv_18:nth-child(n+6){margin-top:32px}._searchResultComponentContainer_18siv_18:not(:nth-child(5n+1)){margin-left:32px}}._success_container_1glfg_1{background-image:var(--image-static-bg-dark);background-color:#3b3b3b;background-position:100% 0;background-repeat:no-repeat;flex-flow:column;align-items:center;font-weight:700;display:flex}@media (width<=819.98px){._success_container_1glfg_1{background-size:auto}}._success_container_1glfg_1 ._success_flex_container_1glfg_16{margin-top:352px;margin-bottom:352px;display:flex}@media (width<=419.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16{flex-direction:column;align-items:center;margin-top:112px;margin-bottom:112px}}@media (width<=819.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16{flex-direction:column;align-items:center;margin-top:64px;margin-bottom:64px}}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._image_success_container_1glfg_37{align-items:center;height:64px;margin-top:64px;margin-bottom:64px;display:flex}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._image_success_container_1glfg_37 img{height:320px}@media (width<=419.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._image_success_container_1glfg_37{margin-top:96px;margin-bottom:96px}}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53{margin-top:96px}@media (width<=819.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53{text-align:center}}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._success_title_container_1glfg_61{font-size:2.7em}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._success_message_container_1glfg_64,._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65{margin-top:6.4px;margin-bottom:6.4px;font-size:2em}@media (width<=819.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._success_message_container_1glfg_64,._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65{padding-right:16px}}@media (width<=419.98px){._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._success_message_container_1glfg_64,._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65{padding-left:16px;padding-right:16px}}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65{justify-content:center;margin-top:40px;display:flex}._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65 ._button_1glfg_88{padding:16px 32px;font-weight:700}@media (width>=1200px){._success_container_1glfg_1 ._success_flex_container_1glfg_16 ._success_text_container_1glfg_53 ._link_to_transactions_1glfg_65{justify-content:flex-start}}._success_skeleton_enrbu_1{background-image:var(--image-static-bg-dark);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;justify-content:center;align-items:center;margin:64px 0;display:flex}@media (width<=819.98px){._success_skeleton_enrbu_1{background-size:auto}}@media (width>=480px){._success_skeleton_enrbu_1{flex-direction:row;justify-content:space-between;margin:32px 0}}@media (width>=768px){._success_skeleton_enrbu_1{height:100vh}}._success_skeleton__img_enrbu_31{justify-content:center;align-items:center;width:320px;height:320px;display:flex}._success_skeleton__img__item_enrbu_39{width:160px;height:160px}._success_skeleton__content_enrbu_44{flex-direction:column;justify-content:center;align-items:center;margin:28px 0 0;display:flex}@media (width>=480px){._success_skeleton__content_enrbu_44{flex:1;align-items:flex-start;margin:0}}._success_skeleton__content__title_enrbu_59{width:200px;height:48px;margin-bottom:12px}._success_skeleton__content__body_enrbu_65{width:300px;height:24px;margin-bottom:8px}@media (width>=480px){._success_skeleton__content__body_enrbu_65{width:calc(100dvw - 448px)}}._conversationClosed_h8eh6_1{background-color:#4e4e4e33;border-radius:16px;justify-self:center;padding:16px;font-size:1.2rem;font-weight:500}._supportWrapper_gcghn_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;background-size:60%;flex-flow:column;display:flex}@media (width<=819.98px){._supportWrapper_gcghn_1{background-size:auto}}._support_gcghn_1{grid-row-gap:32px;color:#4e4e4e;align-content:start;width:calc(100% - 32px);margin:0 auto;padding:16px;font-size:1rem;display:grid;position:relative}@media (width>=1200px){._support_gcghn_1{width:500px;padding:64px 0}}._header_gcghn_35{color:#2d2a26;align-items:center;font-size:2rem;font-weight:700;display:flex}._header_gcghn_35 img{height:112px;margin-right:32px}._header_gcghn_35 ._img__skeleton_gcghn_46{width:78px;height:112px;margin-right:32px}._header_gcghn_35 ._title__skeleton_gcghn_51{width:160px;height:38px}@media (width<=819.98px){._header_gcghn_35{flex-direction:column}._header_gcghn_35 img,._header_gcghn_35 ._img__skeleton_gcghn_46{margin-right:unset;margin-bottom:16px}}._messageBoxWrapper_6tyi6_1{grid-template-rows:1fr 28.75px;display:grid}._messageBoxWrapper_6tyi6_1._new_6tyi6_5{opacity:0;animation:.2s ease-out forwards _animate-messageBox_6tyi6_1}._messageBox_6tyi6_1{color:#fff;background-color:#2d2a26;border:1px solid #2d2a26;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;padding:16px}@media (width<=419.98px){._messageBox_6tyi6_1{padding:12px}}._messageBoxTip_6tyi6_25{background-image:var(--image-tip-black-left);background-repeat:no-repeat;background-size:46.55px 29.75px;margin-top:-1px}._dateBox_6tyi6_32{grid-column-gap:8px;grid-template-areas:"date marker";justify-content:end;align-items:center;margin-bottom:16px;display:grid}@media (width<=419.98px){._dateBox_6tyi6_32{margin-bottom:12px}}._dateMarker_6tyi6_46{background-color:#fff;border-radius:100%;grid-area:marker;width:12px;height:12px}._date_6tyi6_32{grid-area:date;font-size:.85em}@media (width<=419.98px){._date_6tyi6_32{font-size:.8em}}._date__skeleton_6tyi6_64{width:150px;height:.85em}@media (width<=419.98px){._date__skeleton_6tyi6_64{height:.8em}}._messageContentBox_6tyi6_74{grid-column-gap:32px;grid-row-gap:32px;grid-template-columns:100px 1fr;grid-template-areas:"picture text""logo logo";display:grid}@media (width<=419.98px){._messageContentBox_6tyi6_74{grid-column-gap:16px;grid-row-gap:16px;grid-template-columns:80px 1fr}}._messageUserBox_6tyi6_89{grid-row-gap:16px;grid-area:picture;justify-items:center;display:grid}._messageUserBox_6tyi6_89 img{border-radius:100%;width:70px;height:70px}@media (width<=419.98px){._messageUserBox_6tyi6_89 img{width:50px;height:50px}}._messageUserBox_6tyi6_89 ._img__skeleton_6tyi6_106{border-radius:100%;width:70px;height:70px}@media (width<=419.98px){._messageUserBox_6tyi6_89 ._img__skeleton_6tyi6_106{width:50px;height:50px}}._messageUserNameBox_6tyi6_118{grid-row-gap:4px;justify-items:center;font-size:.9em;display:grid}@media (width<=419.98px){._messageUserNameBox_6tyi6_118{font-size:.8em}}._messageUserName_6tyi6_118{font-weight:700}._messageUserName__skeleton_6tyi6_134{width:84px;height:16px}._messageText_6tyi6_139{grid-area:text;align-self:center;overflow:hidden}._messageText__skeleton_6tyi6_145{width:334px;height:18px}@media (width>=321px){._messageText__skeleton_6tyi6_145{width:60dvw}}@media (width>=481px){._messageText__skeleton_6tyi6_145{width:334px}}._messageText__sibling__skeleton_6tyi6_160{margin-top:8px}._logo__skeleton_6tyi6_164{width:116px;height:18px}._messageLogo_6tyi6_169{grid-area:logo;justify-self:end;height:18px}._messageLogo_6tyi6_169 img{width:116px!important;height:18px!important}@media (width<=819.98px){._messageLogo_6tyi6_169 img{margin-right:38px;width:24px!important;height:22px!important}}@media (width<=419.98px){._messageLogo_6tyi6_169 img{margin-right:28px}}._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._messageBox_6tyi6_1{color:#2d2a26;border-bottom-right-radius:unset;background-color:#fff;border-color:#969696;border-bottom-left-radius:16px}._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._messageBoxTip_6tyi6_25{background-image:var(--image-tip-white-right-border);background-position:right 0}._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._dateBox_6tyi6_32{grid-template-areas:"marker date";justify-content:start}._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._dateMarker_6tyi6_46{background-color:#2d2a26}._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._messageContentBox_6tyi6_74{grid-template-columns:1fr 100px;grid-template-areas:"text picture""logo logo"}@media (width<=419.98px){._messageBoxWrapper_6tyi6_1._operator_6tyi6_191 ._messageContentBox_6tyi6_74{grid-template-columns:1fr 80px}}@keyframes _animate-messageBox_6tyi6_1{0%{opacity:0}to{opacity:1}}._messageFormWrapper_1yy4t_1{grid-row-gap:32px;margin-top:32px;display:grid}._hr_1yy4t_7{box-sizing:border-box;border:0;border-top:1px solid #96969680}._writeMessage_1yy4t_13{justify-self:center;font-size:1.1em}._writeMessage__skeleton_1yy4t_18{justify-self:center;width:200px;height:1.1em}._form__skeleton_1yy4t_24{height:200px;margin-bottom:64px}._form__submit__skeleton_1yy4t_29{width:136px;height:32px;margin-top:24px}@media (width>=321px){._form__submit__skeleton_1yy4t_29{margin-left:30dvw}}@media (width>=481px){._form__submit__skeleton_1yy4t_29{float:right;margin-left:0}}@media (width<=819.98px){._centerLandscape_7lgp5_2{text-align:center;line-height:1.2}}._centerLandscape__skeleton_7lgp5_8{width:140px}@media (width>=321px){._centerLandscape__skeleton_7lgp5_8{margin-left:14dvh}}@media (width>=481px){._centerLandscape__skeleton_7lgp5_8{margin-left:0}}@media (width>=480px){._centerLandscape__skeleton_7lgp5_8{justify-content:center}}._topics_7lgp5_27{flex-wrap:wrap;display:flex;position:relative}@media (width<=819.98px){._topics_7lgp5_27{justify-content:center}}._topic_7lgp5_27{box-sizing:border-box;cursor:pointer;color:#4e4e4e;outline:unset;background-color:#0000;border:1px solid #c1c1c1;border-radius:16px;flex-direction:column;place-items:center flex-start;width:120px;margin-right:16px;padding:16px 0;transition:all .15s ease-out;display:flex}._topic_7lgp5_27:hover{background-color:#e8e8e8}._topic_7lgp5_27 img{width:50px;margin-bottom:32px}._topic_7lgp5_27 ._image__skeleton_7lgp5_62{border-radius:40px;width:50px;height:50px}@media (width<=419.98px){._topic_7lgp5_27{flex-basis:40%}._topic_7lgp5_27 img{width:50px;margin-bottom:16px}}._topicActive_7lgp5_77{background-color:#efefef;border:1px solid #4e4e4e}._topicTitle_7lgp5_82{padding:0 16px}._topicTitle__skeleton_7lgp5_86{width:120px;height:16px;margin-top:16px}@media (width>=481px){._topicTitle__skeleton_7lgp5_86{width:100px}}._hidden_7lgp5_97{display:none}._formContainer_7lgp5_101{margin-top:-64px}._faqContainer_7lgp5_105 *{box-sizing:border-box;font-size:14px!important}._faqContainer_7lgp5_105 div{color:#2d2a26!important;width:100%!important;max-width:unset!important;font-weight:300!important}._faqContainer_1sf3z_1{flex-flow:column;margin-bottom:48px;display:flex}._terms_container_fafnf_1{background-image:var(--image-static-bg);background-position:100% 0;background-repeat:no-repeat;flex-flow:column;display:flex}@media (width<=819.98px){._terms_container_fafnf_1{background-size:auto}}._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_title_fafnf_13{align-items:center;margin-top:48px;margin-bottom:48px;font-size:3em;font-weight:700;display:flex}._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_title_fafnf_13 img{height:112px;margin-right:1em}@media (width<=419.98px){._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_title_fafnf_13{margin-top:16px;margin-bottom:16px;font-size:2em}._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_title_fafnf_13 img{height:64px;margin-right:1em}}._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_text_fafnf_36{text-align:justify}._terms_container_fafnf_1 ._terms_ita_container_fafnf_13 ._static_page_text_fafnf_36 p{margin-top:32px;margin-bottom:32px;font-size:1.2em;font-weight:400;line-height:1.5em}._usersEmail_am1bc_1{background-size:100% 100%;min-height:480px;position:relative}._usersEmail_am1bc_1 ._Cal__Container__root_am1bc_6{margin:0 auto!important}._usersEmail_am1bc_1._black_am1bc_9{background-image:var(--image-show-lights-blackbg);color:#fff}._usersEmail_am1bc_1._white_am1bc_13{background-image:var(--image-show-lights-whitebg)}@media (width>=1200px){._usersEmail_am1bc_1._black_am1bc_9,._usersEmail_am1bc_1._white_am1bc_13{background-image:unset}}._usersEmail_am1bc_1 *{box-sizing:border-box}._usersEmail_am1bc_1 video{height:calc(100vh - 80px)}._usersEmail_am1bc_1 form{width:calc(100vw - 64px)}@media (width>=481px){._usersEmail_am1bc_1 form{width:380px}}._usersEmail_am1bc_1 form [datatype=form-buttonbar]{justify-self:center}._usersEmail__balloonContainer_am1bc_39{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._usersEmail__content_am1bc_46{padding:48px 32px}@media (width>=481px){._usersEmail__content_am1bc_46{padding:32px 0 0}}@media (width>=1200px){._usersEmail__content_am1bc_46{padding-top:unset;place-content:center;align-items:start;min-width:50vw;min-height:512px;display:grid;position:relative}}._usersEmail_am1bc_1._fromModal_am1bc_67{background:0 0}._usersEmail_am1bc_1._fromModal_am1bc_67 ._usersEmail__balloonContainer_am1bc_39{max-width:100%;margin:0;position:static;top:0;left:0;transform:none}._usersEmail_am1bc_1._fromModal_am1bc_67 ._usersEmail__content_am1bc_46{justify-content:space-around;display:flex}._button_1qar6_1{color:#fff;cursor:pointer;-o-transition:background-color .3s ease, color .3s ease;background-color:#ea0a2a;border:1px solid #ea0a2a;border-radius:16px;padding:7.5px 32px;font-weight:700;transition:background-color .3s,color .3s}@media (width<=819.98px){._button_1qar6_1{padding:6px 16px}}._button_1qar6_1:hover{color:#ea0a2a;background-color:#fff;border-color:#fff}._content_1qar6_30{flex-direction:column;justify-content:center;align-items:center;display:flex}._content_1qar6_30 ._msg_1qar6_36{margin-bottom:16px;font-size:1.2em;font-weight:700}._usersPassword_1o0bl_1{background-size:100% 100%;min-height:480px;position:relative}._usersPassword_1o0bl_1 ._Cal__Container__root_1o0bl_6{margin:0 auto!important}._usersPassword_1o0bl_1._black_1o0bl_9{background-image:var(--image-show-lights-blackbg);color:#fff}._usersPassword_1o0bl_1._white_1o0bl_13{background-image:var(--image-show-lights-whitebg)}@media (width>=1200px){._usersPassword_1o0bl_1._black_1o0bl_9,._usersPassword_1o0bl_1._white_1o0bl_13{background-image:unset}}._usersPassword_1o0bl_1 *{box-sizing:border-box}._usersPassword_1o0bl_1 video{height:calc(100vh - 80px)}._usersPassword_1o0bl_1 form{width:calc(100vw - 64px)}@media (width>=481px){._usersPassword_1o0bl_1 form{width:380px}}._usersPassword_1o0bl_1 form [datatype=form-buttonbar]{justify-self:center}._usersPassword__balloonContainer_1o0bl_39{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._usersPassword__content_1o0bl_46{padding:48px 32px}@media (width>=481px){._usersPassword__content_1o0bl_46{padding:32px 0 0}}@media (width>=1200px){._usersPassword__content_1o0bl_46{padding-top:unset;place-content:center;align-items:start;min-width:50vw;min-height:512px;display:grid;position:relative}}._usersPassword_1o0bl_1._fromModal_1o0bl_67{background:0 0}._usersPassword_1o0bl_1._fromModal_1o0bl_67 ._usersPassword__balloonContainer_1o0bl_39{max-width:100%;margin:0;position:static;top:0;left:0;transform:none}._usersPassword_1o0bl_1._fromModal_1o0bl_67 ._usersPassword__content_1o0bl_46{justify-content:space-around;display:flex}._passwordReset_1bm0c_1{grid-row-gap:16px;justify-content:center;justify-items:center;display:grid}._passwordReset_1bm0c_1 h4{margin-bottom:16px}._passwordReset_1bm0c_1 ._formContainer_1bm0c_10{justify-content:center;align-items:center;display:flex}._passwordReset__emailImg_1bm0c_16{height:32px;display:none}@media (width>=1200px){._passwordReset__emailImg_1bm0c_16{display:initial}}._passwordReset__text_1bm0c_26{text-align:center}._passwordUpdate_17ebz_1{grid-row-gap:8px;justify-items:center;display:grid}._wallet_ma3au_1{min-height:300px}@media (width>=1200px){._wallet_ma3au_1{background-color:#f5f5f5;padding:64px 0}}._wallet_ma3au_1 ._header_ma3au_10{z-index:4000;position:sticky;top:-1px}@media (width>=1200px){._wallet_ma3au_1 ._header_ma3au_10{position:unset}}@media (width>=1200px){._tickets_178ps_1{grid-row-gap:24px;margin-top:64px}}._walletTicket_i3jkg_1{z-index:2;background-color:#fff;border-radius:24px;padding:16px;display:flex}._walletTicket_i3jkg_1._isPastEvent_i3jkg_9{opacity:.5}._walletTicket__img_i3jkg_13{position:relative}._walletTicket__img_i3jkg_13 img{border-radius:8px;width:184px;height:184px}._walletTicket__img__skeleton_i3jkg_22{border-radius:8px;width:184px;height:184px;position:relative}._walletTicket__ticketsCount_i3jkg_29{background-color:#fff;border-radius:100%;width:76px;height:76px;padding:16px;position:absolute;top:50%;right:-50px;transform:translateY(-50%)}._walletTicket__ticketsCount_i3jkg_29 img{width:100%;height:100%}._walletTicket__ticketsCount_i3jkg_29 ._count_i3jkg_44{text-align:center;width:44px;position:absolute;top:40%}._walletTicket__ticketsCount_i3jkg_29 ._count_i3jkg_44._multiple_i3jkg_50{top:38%}._walletTicket__details_i3jkg_54{grid-row-gap:16px;align-items:start;width:560px;padding:8px 16px 8px 72px;display:grid}._walletTicket__details_i3jkg_54 ._date_i3jkg_61{display:flex}._walletTicket__details_i3jkg_54 ._date_i3jkg_61>:first-child{text-transform:capitalize}._walletTicket__details_i3jkg_54 ._date__skeleton_i3jkg_67{height:21px}._walletTicket__details_i3jkg_54 ._fontNormal_i3jkg_70{font-weight:400!important}._walletTicket__details_i3jkg_54 ._name_i3jkg_73{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:82px;display:-webkit-box;overflow:hidden}._walletTicket__details_i3jkg_54 ._name__skeleton_i3jkg_81{height:32px;margin-bottom:24px}._walletTicket__details_i3jkg_54 ._location_container_i3jkg_85{align-items:center;height:24px;display:flex}._walletTicket__details_i3jkg_54 ._location_container_i3jkg_85 img{width:12px;height:16px;margin-top:1px;margin-right:12px}._walletTicket__details_i3jkg_54 ._location_container_i3jkg_85 ._location_text_i3jkg_96{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-weight:400!important}._walletTicket__details_i3jkg_54 ._location_container__skeleton_i3jkg_104{height:21px;margin-top:24px}._walletTicket_actions_i3jkg_109{flex-direction:column;justify-content:center;align-items:center;display:flex}._walletTicket__seeTickets_i3jkg_116,._walletTicket__addExtra_i3jkg_117{align-self:center;width:184px!important;padding-left:10px!important}._walletTicket__seeTickets_i3jkg_116 img,._walletTicket__addExtra_i3jkg_117 img{width:24px;margin-right:6px;transition:filter .3s}._walletTicket__seeTickets_i3jkg_116:hover img,._walletTicket__addExtra_i3jkg_117:hover img{filter:invert()}._walletTicket__addExtra_i3jkg_117{margin-top:8px}._walletTicket__seeTickets__skeleton_i3jkg_137{align-self:center;height:32px;margin-right:32px;width:184px!important;padding-left:10px!important}._walletTicket__tickets_i3jkg_29{margin-top:-24px}._walletTicket__cover_i3jkg_149{background-color:#2d2a26;height:64px;margin-top:-64px}._walletTicket__flexCenter_i3jkg_155{justify-content:center;margin-top:-24px;display:flex}._walletTicket__eventCollection_i3jkg_161{background-color:#9c55ff1a;border-radius:4px;flex-direction:row;align-items:center;width:fit-content;padding-right:8px;display:flex}._walletTicket__eventCollection_i3jkg_161 ._text_i3jkg_170{color:#9c55ff;font-size:12px;font-weight:700;line-height:1.33}._walletAddExtra_1qv0x_1{flex-direction:column;align-items:start;padding:16px 40px 40px;display:flex}._walletAddExtra_1qv0x_1 ._title_1qv0x_7{margin-bottom:24px;font-size:16px;font-weight:700}._walletAddExtra_1qv0x_1 ._boxes_1qv0x_12{width:100%}._walletAddExtra_1qv0x_1 ._box_1qv0x_12{cursor:pointer;background-color:#f2f2f2;border-radius:8px;flex-direction:row;justify-content:start;align-items:center;min-height:56px;margin-bottom:8px;padding:16px;display:flex}@media (width>=481px){._walletAddExtra_1qv0x_1 ._box_1qv0x_12{min-width:280px}}._walletAddExtra_1qv0x_1 ._box_1qv0x_12 img{width:24px;height:24px;margin-right:8px}._walletAddExtra_1qv0x_1 ._box_1qv0x_12._disabled_1qv0x_37{cursor:not-allowed;opacity:.5}._walletAddExtra_1qv0x_1 ._good__skeleton_1qv0x_41{min-width:280px;min-height:56px;margin-bottom:8px}._userTicket_1nk7d_1{color:#fff;z-index:1;grid-column-gap:16px;grid-row-gap:24px;background-color:#2d2a26;border-bottom:1px solid #f5f5f5;border-bottom-right-radius:24px;border-bottom-left-radius:24px;grid-template-rows:repeat(2,auto);grid-template-columns:60px 1fr 1fr 200px;align-content:start;align-items:start;width:100%;height:216px;padding-top:40px;display:grid;position:relative}._userTicket_1nk7d_1:first-child{height:256px;margin-top:-40px;padding-top:80px}._userTicket_1nk7d_1:first-child ._userTicket__imgCorner_1nk7d_25{transform:translateY(calc(20px - 50%))}._userTicket__imgCorner_1nk7d_25{position:absolute;top:50%;right:-1px;transform:translateY(-50%)}._userTicket__oneRow_1nk7d_36{grid-row:1/3;align-self:center}._userTicket__twoRow_1nk7d_41{grid-row:2/3;align-self:center}._userTicket__count_1nk7d_46{justify-content:center;align-items:center;height:48px;display:flex}._userTicket__infoTitle_1nk7d_53{font-weight:400!important}._userTicket__infoTitle__skeleton_1nk7d_57{width:120px;height:21px}._userTicket__name__skeleton_1nk7d_62{width:200px;height:21px;margin-top:4px}._userTicket__btnPrint_1nk7d_68{grid-column:4;width:144px!important}._userTicket__btnPrint_1nk7d_68 img{margin-right:6px;transition:filter .3s}._userTicket__btnReceipt_1nk7d_77{grid-column:4;margin-top:24px;width:144px!important}._userTicket__btnPrint__skeleton_1nk7d_83{height:32px}._walletTicket_q2mpb_1{grid-row-gap:0;align-items:center;padding:12px 0;transition:opacity .3s;position:relative}._walletTicket_q2mpb_1:not(:last-child){border-bottom:1px solid #eaeaea}._walletTicket_q2mpb_1._selected_q2mpb_11{border-bottom:unset;padding-bottom:unset;position:absolute;top:0;transform:translateY(0)}._walletTicket_q2mpb_1._hidden_q2mpb_18{opacity:0;display:none}._walletTicket_q2mpb_1._isPastEvent_q2mpb_22{opacity:.5}._walletTicket__img_q2mpb_26{border-radius:8px;width:calc(25vw - 14px);height:calc(25vw - 14px)}@media (width>=481px){._walletTicket__img_q2mpb_26{width:calc(12.5vw - 11px);height:calc(12.5vw - 11px)}}._walletTicket__details_q2mpb_38{grid-row-gap:8px;align-items:start;padding-left:calc(6.25vw - 9.5px);display:grid}._walletTicket__details_q2mpb_38 ._date_q2mpb_44{text-transform:capitalize;font-size:10px;font-weight:300;line-height:1.2}._walletTicket__details_q2mpb_38 ._name_q2mpb_50{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._walletTicket__details_q2mpb_38 ._location_container_q2mpb_57{align-items:center;display:flex}._walletTicket__details_q2mpb_38 ._location_container_q2mpb_57 img{width:7px;height:10px;margin-top:1px;margin-right:4px}._walletTicket__details_q2mpb_38 ._location_container_q2mpb_57 ._location_text_q2mpb_67{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;height:12px;font-size:10px;font-weight:300;line-height:1.2;display:-webkit-box;overflow:hidden}._location_text__skeleton_q2mpb_79{height:12px}._walletTicket__tickets_q2mpb_83{align-self:center;align-items:center;display:flex;position:relative}._walletTicket__ticketsImg_q2mpb_90{opacity:0;width:60px;transition:opacity .4s ease-in-out;display:none;position:relative}._walletTicket__ticketsImg_q2mpb_90 ._count_q2mpb_97{text-align:center;width:100%;position:absolute;top:48%;transform:translateY(-50%)}._walletTicket__ticketsImg_q2mpb_90._shown_q2mpb_104{opacity:1;display:block}._walletTicket__ticketsImg__skeleton_q2mpb_109{width:60px;height:40px}._walletTicket__ticketCards_q2mpb_114{width:100vw;height:513px;margin-top:24px;padding:0 16px;position:absolute;top:92px}._walletTicket__ticketCards_q2mpb_114 .swiper-slide{opacity:.7;width:284px;height:492px}._walletTicket__ticketCards_q2mpb_114 .swiper-slide-active{opacity:1}._walletTicket__flexCenter_q2mpb_131{justify-content:center;align-items:center;height:512px;display:flex}._walletTicket__eventCollection_q2mpb_138{background-color:#9c55ff1a;border-radius:4px;flex-direction:row;align-items:center;width:fit-content;padding-right:8px;display:flex}._walletTicket__eventCollection_q2mpb_138 ._text_q2mpb_147{color:#9c55ff;font-size:12px;font-weight:700;line-height:1.33}._walletTicketCard__flipCard_gsmi0_1{perspective:1000px}._walletTicketCard__flipCardInner_gsmi0_6{text-align:center;width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.45,.05,.55,.95);position:relative}._walletTicketCard__flipCardInner_gsmi0_6._details_gsmi0_14{transform:rotateY(180deg)}._walletTicketCard__flipCardFront_gsmi0_18,._walletTicketCard__flipCardBack_gsmi0_19{backface-visibility:hidden;width:284px;height:455px;position:absolute}._walletTicketCard__flipCardBack_gsmi0_19{transform:rotateY(180deg)}._walletTicketCardSkeleton_gsmi0_32{text-align:center;background-position:top;background-repeat:no-repeat;width:284px;height:455px;padding:48px 8px;display:grid;position:relative}._walletTicketCard__flipCard_gsmi0_1._long_gsmi0_43 ._walletTicketCard__flipCardFront_gsmi0_18,._walletTicketCard__flipCard_gsmi0_1._long_gsmi0_43 ._walletTicketCard__flipCardBack_gsmi0_19,._walletTicketCard__flipCard_gsmi0_1._long_gsmi0_43 ._walletTicketCardSkeleton_gsmi0_32{height:492px}._walletTicketCard__base_xbwlb_1{align-content:start;height:321px;display:grid;overflow-y:auto}._walletTicketCard__qrCode_xbwlb_8{justify-self:center;width:173px;height:173px;transition:all .5s ease-out}._walletTicketCard__qrCode_xbwlb_8 img{width:173px;height:173px}._walletTicketCard__info_xbwlb_19{grid-row-gap:3px;justify-items:center;width:234px;margin-top:22px;display:grid}._walletTicketCard__info_xbwlb_19 ._sep_xbwlb_26{background-color:#eaeaea;width:100%;height:1px}._walletTicketCard__info_xbwlb_19 ._sep__skeleton_xbwlb_31{margin-left:24px}._walletTicketCard__info_xbwlb_19 ._username__skeleton_xbwlb_34{width:60%;height:21px;margin-left:24px}._walletTicketCard__info_xbwlb_19 ._notes__skeleton_xbwlb_39{width:30%;height:14px;margin-left:24px}._walletTicketCard__status_xbwlb_45{grid-row-gap:4px;background-size:100%;justify-items:center;width:100%;height:78px;margin-top:16px;margin-left:-16px;padding-top:16px;transition:all .5s ease-out;display:grid;position:absolute;bottom:16px;left:16px}._walletTicketCard__status_xbwlb_45._blackList_xbwlb_60,._walletTicketCard__status_xbwlb_45._sportBanned_xbwlb_60{color:#fff}._walletTicketCard__status_xbwlb_45 ._status__label__skeleton_xbwlb_63{width:40%;height:16px}._walletTicketCard__status_xbwlb_45 ._status__skeleton_xbwlb_67{width:80%;height:14px;margin-bottom:14px}._walletTicketCard__addExtra_xbwlb_73{flex-direction:row;justify-content:center;display:flex}@keyframes _cambiaColore_xbwlb_1{0%{box-shadow:0 0 #ea0a2a}70%{box-shadow:0 0 0 10px #cca92c00}to{box-shadow:0 0 #cca92c00}}._walletTicketCard__addExtra_xbwlb_73 ._button_xbwlb_92{color:#ea0a2a;background-color:#fff;border:1px solid #ea0a2a;border-radius:32px;width:160px;margin-top:16px;padding:12px;font-weight:700;animation:2s infinite _cambiaColore_xbwlb_1}._walletTicketCard__hidden_xbwlb_104{opacity:0}._walletTicketCard__base_xbwlb_1._long_xbwlb_108{height:398px}._walletTicketCard__status_xbwlb_45._long_xbwlb_108{background-repeat:no-repeat;bottom:-21px}._walletTicketCard_196la_1{text-align:center;background-position:top;background-repeat:no-repeat;align-content:start;width:284px;height:455px;padding:16px;display:grid;position:relative}._walletTicketCard__btnInfo_196la_13{width:24px;height:24px;padding:unset;background-color:#0000;border:1px solid #2d2a26;border-radius:100%;justify-content:center;justify-self:end;align-items:center;display:flex}._walletTicketCard__btnInfo_196la_13 img{filter:invert()}._walletTicketCard__btnInfo_196la_13:hover{background-color:#2d2a261a}._walletTicketCard_196la_1._long_196la_32{height:492px}._cardDetails_zbisd_1{grid-row-gap:4px;margin-top:16px;margin-bottom:16px;font-size:12px;font-weight:300;line-height:1.33;display:grid;overflow:scroll}._cardDetails_zbisd_1>div{display:flex}._cardDetails_zbisd_1 ._printInvoice_zbisd_14{justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}._cardDetails_zbisd_1._personalData_zbisd_22,._cardDetails_zbisd_1._isSeasonTicket_zbisd_27{font-size:10px;line-height:1.2}._cardDetails_zbisd_1._isBothSIAEandFxTT_zbisd_32{max-height:350px}._cardDetails_zbisd_1._isBothSIAEandFxTT_zbisd_32:after{content:"";pointer-events:none;background:linear-gradient(#0000,#f2f2f2);height:1.2rem;position:absolute;bottom:80px;left:0;right:0}._cardDetails__key_zbisd_50{flex:none}._wrapper__skeleton_zbisd_54{vertical-align:unset;margin-top:16px}._details__skeleton_zbisd_59{width:70%;height:14px}._details__width60__skeleton_zbisd_64{width:60%}._details__width50__skeleton_zbisd_68{width:50%}._details__width40__skeleton_zbisd_72{width:40%}._cardDetails__skeleton__secondItem_zbisd_76{margin-top:8px}._cardDetails__value_zbisd_80{-webkit-line-clamp:1;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-height:15px;margin-left:2px;display:-webkit-box;overflow:hidden}._eventTickets_zbisd_90{border-top:1px solid #969696;flex-direction:column;align-items:start;margin-top:16px;padding-top:16px;display:flex}._eventTickets_zbisd_90 ._eventData_zbisd_98{flex-direction:column;align-items:start;margin-bottom:8px;display:flex}._eventTickets_zbisd_90 ._eventData_zbisd_98._skeleton_zbisd_104{width:100%}._eventTickets_zbisd_90 ._eventData_zbisd_98._skeleton_zbisd_104 div{text-align:left;width:100%;margin-bottom:4px}._showReceipt_zbisd_113{color:#2d2a26;border:1px solid #2d2a26;border-radius:32px;justify-content:center;align-items:center;width:90%;padding:16px 0;font-size:14px;font-weight:700;display:flex;position:absolute;bottom:56px;left:50%;transform:translate(-50%)}._showReceipt_zbisd_113._isBothSIAEandFxTT_zbisd_32{bottom:16px}._ticketsProgress_1w7xo_1{z-index:1;justify-content:center;align-items:flex-end;width:100vw;height:48px;margin-top:48px;display:flex;position:absolute;top:556px;overflow:auto hidden;border-bottom:unset!important}._ticketsProgress_1w7xo_1._flexStart_1w7xo_15{justify-content:flex-start}._ticketsProgress__item_1w7xo_19{color:#fff;text-align:center;border:unset;background-size:100%;background-color:unset;flex:0 0 48px;place-content:flex-start center;align-items:flex-start;width:48px;height:48px;transition:transform .3s;display:flex;transform:translateY(24px);border-radius:unset!important;padding:8px 0 0!important}._ticketsProgress__item_1w7xo_19:not(:first-child){margin-left:4px}._ticketsProgress__item_1w7xo_19._active_1w7xo_40{transform:translateY(0)}._ticketsProgress__item_1w7xo_19:hover,._ticketsProgress__item_1w7xo_19:focus,._ticketsProgress__item_1w7xo_19:active{outline:none!important}._ticketsProgress_1w7xo_1._long_1w7xo_47{top:596px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:clip}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-zoom-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{object-fit:contain;max-width:100%;max-height:100%}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{pointer-events:none;opacity:0;z-index:-1000;position:absolute;top:0;left:0}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-flow:column wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{opacity:.6;z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.swiper-cube .swiper-cube-shadow:before{content:"";filter:blur(50px);background:#000;position:absolute;inset:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;transition-property:transform,opacity,height;overflow:hidden}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:bottom;backface-visibility:hidden;overflow:hidden}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;background:var(--swiper-scrollbar-bg-color,#0000001a);position:relative}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}._wrapper_1u8xx_1{background-size:100%;grid-template-columns:repeat(2,1fr);width:100vw;height:40px;margin-left:-16px;margin-right:-16px;display:grid}@media (width>=1200px){._wrapper_1u8xx_1{width:unset;margin:unset;border-radius:32px}}._wrapper_1u8xx_1 button{border:unset;color:#2d2a26;background-color:#0000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._wrapper_1u8xx_1 button:hover{color:#2d2a26;background-color:#0000}._wrapper_1u8xx_1 button:disabled{pointer-events:none}@media (width>=1200px){._wrapper_1u8xx_1 button h3{font-size:16px!important}}._wrapper_15msf_1{justify-content:center;display:flex}._wrapper_15msf_1 ._noTickets_15msf_5{flex-direction:column;align-items:center;padding:16px;display:flex}@media (width>=1200px){._wrapper_15msf_1 ._noTickets_15msf_5{max-width:400px}}._wrapper_15msf_1 ._noTickets_15msf_5 ._caption_15msf_16{height:253px}@media (width>=1200px){._wrapper_15msf_1 ._noTickets_15msf_5 ._caption_15msf_16{width:414px;height:313px}}._wrapper_15msf_1 ._noTickets_15msf_5 ._title_15msf_25{margin-bottom:16px;font-size:21px;font-weight:700}._wrapper_15msf_1 ._noTickets_15msf_5 ._description_15msf_30{text-align:center;margin-bottom:16px}._wrapper_15msf_1 ._noTickets_15msf_5 ._refreshBtn_15msf_34{padding:16px 32px;font-weight:700}._tickets_178ps_1{position:relative}@media (width>=1200px){._tickets_178ps_1{grid-row-gap:24px;margin-top:64px}}._divider_1q8wh_1{position:relative}@media (width>=1200px){._divider_1q8wh_1{grid-row-gap:24px;margin-top:56px}}._divider_1q8wh_1 ._wrapper_1q8wh_10{border-top:1px solid #97999b;margin:24px 0;position:relative}@media (width>=1200px){._divider_1q8wh_1 ._wrapper_1q8wh_10{opacity:.5;border-top:1px solid #2d2a26;margin:0}}._divider_1q8wh_1 ._wrapper_1q8wh_10 ._header_1q8wh_22{color:#97999b;text-align:center;background-color:#fff;width:120px;height:24px;font-size:14px;font-weight:700;position:absolute;top:-8px;left:50%;transform:translate(-50%)}@media (width>=1200px){._divider_1q8wh_1 ._wrapper_1q8wh_10 ._header_1q8wh_22{color:#2d2a26;background-color:#f5f5f5;font-size:24px;font-weight:400;top:-15px}}._divider_1q8wh_1._usable_1q8wh_45 ._wrapper_1q8wh_10{opacity:1;border-top:1px solid #fff}@media (width>=1200px){._divider_1q8wh_1._usable_1q8wh_45 ._wrapper_1q8wh_10{border-top:1px solid #f5f5f5}}._divider_1q8wh_1._usable_1q8wh_45 ._wrapper_1q8wh_10 ._header_1q8wh_22{color:#6326f9;font-weight:700}._walletExtra_tmkjq_1{z-index:2;background-color:#fff;border-radius:24px;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative}._walletExtra_tmkjq_1 ._left_tmkjq_11,._walletExtra_tmkjq_1 ._right_tmkjq_12{flex-direction:row;min-height:156px;display:flex}._walletExtra_tmkjq_1 ._left_tmkjq_11{align-items:center}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._count_tmkjq_20{color:#fff;background-color:#2d2a26;border-radius:1600px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._icon_tmkjq_35 img{width:96px;height:96px}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39{margin-left:40px}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39 ._name_tmkjq_42{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-bottom:8px;display:-webkit-box;overflow:hidden}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39 ._date_tmkjq_50{font-size:24px;display:flex}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39 ._date_tmkjq_50>:first-child{text-transform:capitalize}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39 ._date_tmkjq_50 ._day_tmkjq_57{font-weight:700}._walletExtra_tmkjq_1 ._left_tmkjq_11 ._details_tmkjq_39 ._date_tmkjq_50 ._time_tmkjq_60{font-weight:300}._walletExtra_tmkjq_1 ._right_tmkjq_12 ._actions_tmkjq_63{flex-direction:column;justify-content:center;align-items:center;margin-right:24px;display:flex}._walletExtra_tmkjq_1 ._right_tmkjq_12 ._actions_tmkjq_63 ._see_tmkjq_70{align-self:center;width:172px;padding:0 48px}._walletExtra_tmkjq_1 ._right_tmkjq_12 ._actions_tmkjq_63 ._see_tmkjq_70 img{width:24px;margin-right:6px;transition:filter .3s}._walletExtra_tmkjq_1 ._right_tmkjq_12 ._actions_tmkjq_63 ._see_tmkjq_70:hover img{filter:invert()}._walletExtra_tmkjq_1._isPastEvent_tmkjq_84{opacity:.5}._walletExtra_tmkjq_1._isUsable_tmkjq_88{border:1px solid #6326f9}._tickets_tmkjq_92{margin-top:-24px}._cover_tmkjq_96{background-color:#2d2a26;height:64px;margin-top:-64px}._userExtra_eb270_1{color:#fff;background-color:#2d2a26;border-bottom:1px solid #f5f5f5;border-bottom-right-radius:24px;border-bottom-left-radius:24px;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative}._userExtra_eb270_1:first-child{height:226px;margin-top:-40px;padding-top:80px}._userExtra_eb270_1 ._left_eb270_18 ._desc_eb270_18{margin-bottom:8px;font-size:16px;font-weight:100}._userExtra_eb270_1 ._left_eb270_18 ._data_eb270_23{margin-bottom:16px;font-size:16px;font-weight:700}._userExtra_eb270_1 ._left_eb270_18 ._desc_eb270_18._skeleton_eb270_28{width:120px;height:16px}._userExtra_eb270_1 ._left_eb270_18 ._data_eb270_23._skeleton_eb270_28{width:200px;height:16px}._userExtra_eb270_1 ._right_eb270_36{margin-right:24px}._userExtra_eb270_1 ._right_eb270_36 ._printBtn_eb270_39{width:192px;padding:0 48px;font-weight:700}._userExtra_eb270_1 ._right_eb270_36 ._receiptBtn_eb270_44{width:192px;margin-top:24px;padding:0 24px;font-weight:700}._userExtra_eb270_1 ._right_eb270_36 ._action_eb270_50._skeleton_eb270_28{width:172px;height:32px}._walletExtraMobile_1cobj_1{flex-direction:row;justify-content:space-between;align-items:center;min-height:32px;padding:24px 16px;display:flex}._walletExtraMobile_1cobj_1:not(:last-child){border-bottom:1px solid #e5e6e7}._walletExtraMobile_1cobj_1._selected_1cobj_12{border-bottom:unset;padding-bottom:unset;width:100%;position:absolute;top:0;transform:translateY(0)}._walletExtraMobile_1cobj_1._hidden_1cobj_20{opacity:0;display:none}._walletExtraMobile_1cobj_1 ._left_1cobj_24,._walletExtraMobile_1cobj_1 ._right_1cobj_25{flex-direction:row;align-items:center;display:flex}._walletExtraMobile_1cobj_1 ._icon_1cobj_30{width:56px;height:56px;margin-right:24px}._walletExtraMobile_1cobj_1 ._date_1cobj_35{margin-bottom:8px;font-size:10px;font-weight:100;line-height:12px}._walletExtraMobile_1cobj_1 ._name_1cobj_41{font-size:14px;font-weight:700}._walletExtraMobile_1cobj_1 ._count_1cobj_45{color:#fff;background-color:#2d2a26;border-radius:1600px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}._walletExtraMobile_1cobj_1 ._closeBox_1cobj_57{position:relative;right:0}._walletExtraMobile_1cobj_1 ._closeBox_1cobj_57 ._wave_1cobj_61{z-index:1;width:92px;height:65px;position:absolute;top:-20px;right:-14px}._walletExtraMobile_1cobj_1 ._closeBox_1cobj_57 ._icon_1cobj_30{z-index:2;width:48px;height:48px;position:absolute;top:-18px;right:-30px}._walletExtraMobile_1cobj_1._isUsable_1cobj_78{border-radius:16px;margin:0 16px 16px;padding:16px 24px 16px 16px;box-shadow:0 0 8px 1px #6326f94d}._walletExtraMobile_1cobj_1._isUsable_1cobj_78._selected_1cobj_12{box-shadow:none;border-radius:0;margin:0;padding:24px 16px}._walletExtraMobile_1cobj_1._isPastEvent_1cobj_93{opacity:.5}._cards_1cobj_97{width:100vw;height:513px;margin-top:24px;padding:0 16px;position:absolute;top:92px}._cards_1cobj_97 .swiper-slide{opacity:.7;width:284px;height:492px}._cards_1cobj_97 .swiper-slide-active{opacity:1}._wrapper_78lvv_1 ._swiper_78lvv_1{background-color:#f5f5f5;border-top-left-radius:32px;width:100vw;height:740px;padding:32px 0 0;position:absolute;top:92px}._wrapper_78lvv_1 ._swiper_78lvv_1 ._card_78lvv_11{width:330px}._wrapper_78lvv_1 ._swiper_78lvv_1 .swiper-slide-active{opacity:1}._wrapper_78lvv_1 ._progress_78lvv_17{position:absolute;bottom:0}._wrapper_v8pca_1{background-color:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:center;padding:24px 32px;display:flex;box-shadow:0 0 16px #0000001a}._wrapper_v8pca_1 ._header_v8pca_11{text-align:center;margin-bottom:16px;font-size:22px;font-weight:700}._wrapper_v8pca_1 ._description_v8pca_17{text-align:center;margin-bottom:24px;font-size:14px;font-weight:100}._wrapper_v8pca_1 ._caption_v8pca_23{width:333px;height:256px;margin:24px 0}._wrapper_v8pca_1 ._addExtraButton_v8pca_28{border-radius:32px;margin-bottom:16px;padding:24px 64px;font-size:16px;font-weight:700}
