@charset "UTF-8";:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform ease-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1 / 1;height:100%;opacity:0;pointer-events:none;transition:opacity ease-in-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width: 100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background: transparent;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-height: 30px;--vc-nav-width: 30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media (hover: hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color: var(--vc-clr-primary);--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-border-radius: 0;--vc-pgn-gap: 6px;--vc-pgn-height: 4px;--vc-png-bottom: 10px;--vc-png-left: auto;--vc-png-right: 10px;--vc-pgn-width: 16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{top:0;right:0;bottom:0;left:0}.vfm--overlay{z-index:-1;background-color:#00000080}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-property:transform;transition-duration:.3s}.vfm-slide-up-enter-active,.vfm-slide-up-leave-active,.vfm-slide-down-enter-active,.vfm-slide-down-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-right-enter-active,.vfm-slide-right-leave-active,.vfm-slide-left-enter-active,.vfm-slide-left-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{position:fixed;top:0;bottom:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-\[7\%\]{bottom:7%}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-6{right:1.5rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[-2px\]{top:-2px}.top-\[120px\]{top:120px}.top-\[132px\]{top:132px}.z-10{z-index:10}.z-50{z-index:50}.z-\[100\]{z-index:100}.m-0{margin:0}.mx-\[-16px\]{margin-left:-16px;margin-right:-16px}.mx-\[16px\]{margin-left:16px;margin-right:16px}.mx-\[7px\]{margin-left:7px;margin-right:7px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[20px\]{margin-bottom:20px}.mb-\[4px\]{margin-bottom:4px}.mb-\[50px\]{margin-bottom:50px}.mb-\[8px\]{margin-bottom:8px}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[20px\]{margin-top:20px}.mt-\[25px\]{margin-top:25px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\[100px\]{height:100px}.h-\[105px\]{height:105px}.h-\[110px\]{height:110px}.h-\[120px\]{height:120px}.h-\[15px\]{height:15px}.h-\[20px\]{height:20px}.h-\[248px\]{height:248px}.h-\[24px\]{height:24px}.h-\[25px\]{height:25px}.h-\[28px\]{height:28px}.h-\[40px\]{height:40px}.h-\[56px\]{height:56px}.h-\[60px\]{height:60px}.h-\[64px\]{height:64px}.h-\[68px\]{height:68px}.h-\[70px\]{height:70px}.h-\[80px\]{height:80px}.h-\[85px\]{height:85px}.h-\[96px\]{height:96px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[130px\]{max-height:130px}.min-h-\[130px\]{min-height:130px}.min-h-\[190px\]{min-height:190px}.min-h-\[220px\]{min-height:220px}.min-h-\[222px\]{min-height:222px}.min-h-\[250px\]{min-height:250px}.\!w-full{width:100%!important}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-\[108px\]{width:108px}.w-\[116px\]{width:116px}.w-\[148px\]{width:148px}.w-\[15px\]{width:15px}.w-\[180px\]{width:180px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[300px\]{width:300px}.w-\[35\%\]{width:35%}.w-\[360px\]{width:360px}.w-\[56px\]{width:56px}.w-\[60px\]{width:60px}.w-\[64px\]{width:64px}.w-\[67px\]{width:67px}.w-\[68px\]{width:68px}.w-\[70px\]{width:70px}.w-\[85px\]{width:85px}.w-\[fit-content\]{width:-moz-fit-content;width:fit-content}.w-auto{width:auto}.w-full{width:100%}.min-w-\[135px\]{min-width:135px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-\[245px\]{max-width:245px}.max-w-\[270px\]{max-width:270px}.max-w-\[360px\]{max-width:360px}.max-w-\[370px\]{max-width:370px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.flex-1{flex:1 1 0%}.flex-none{flex:none}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-slide-bottom{animation:slide-bottom .2s cubic-bezier(.25,.46,.45,.94) both}.animate-slide-top{animation:slide-top .2s cubic-bezier(.25,.46,.45,.94) both}.cursor-none{cursor:none}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.grid-cols-\[80px_1fr\]{grid-template-columns:80px 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-4{row-gap:1rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[4px\]{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-\[4px\]{border-top-left-radius:4px;border-top-right-radius:4px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-\[\#008EDD\]{--tw-border-opacity: 1;border-color:rgb(0 142 221 / var(--tw-border-opacity, 1))}.border-\[\#019BEF\]{--tw-border-opacity: 1;border-color:rgb(1 155 239 / var(--tw-border-opacity, 1))}.border-\[\#019df4\]{--tw-border-opacity: 1;border-color:rgb(1 157 244 / var(--tw-border-opacity, 1))}.border-\[\#0B2739\]{--tw-border-opacity: 1;border-color:rgb(11 39 57 / var(--tw-border-opacity, 1))}.border-\[\#DDDDDD\],.border-\[\#DDD\]{--tw-border-opacity: 1;border-color:rgb(221 221 221 / var(--tw-border-opacity, 1))}.border-\[\#F6F6F6\]{--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity, 1))}.border-\[\#aab3ba\]{--tw-border-opacity: 1;border-color:rgb(170 179 186 / var(--tw-border-opacity, 1))}.border-\[\#e63780\]{--tw-border-opacity: 1;border-color:rgb(230 55 128 / var(--tw-border-opacity, 1))}.border-\[\#eee\]{--tw-border-opacity: 1;border-color:rgb(238 238 238 / var(--tw-border-opacity, 1))}.border-\[\#f6f6f6\]{--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity, 1))}.bg-\[\#019BEF\]{--tw-bg-opacity: 1;background-color:rgb(1 155 239 / var(--tw-bg-opacity, 1))}.bg-\[\#019df4\]{--tw-bg-opacity: 1;background-color:rgb(1 157 244 / var(--tw-bg-opacity, 1))}.bg-\[\#113A54\]{--tw-bg-opacity: 1;background-color:rgb(17 58 84 / var(--tw-bg-opacity, 1))}.bg-\[\#E63780\]{--tw-bg-opacity: 1;background-color:rgb(230 55 128 / var(--tw-bg-opacity, 1))}.bg-\[\#E6F5FD\]{--tw-bg-opacity: 1;background-color:rgb(230 245 253 / var(--tw-bg-opacity, 1))}.bg-\[\#EEEEEE\]{--tw-bg-opacity: 1;background-color:rgb(238 238 238 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F6F6\]{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F6F6\]\/95{background-color:#f6f6f6f2}.bg-\[\#a9b3b9\]{--tw-bg-opacity: 1;background-color:rgb(169 179 185 / var(--tw-bg-opacity, 1))}.bg-\[\#e63780\]{--tw-bg-opacity: 1;background-color:rgb(230 55 128 / var(--tw-bg-opacity, 1))}.bg-\[\#e6f5fd\]{--tw-bg-opacity: 1;background-color:rgb(230 245 253 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[url\(\'\@\/assets\/img\/arrow-bottom\.svg\'\)\]{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.000185013%200.529402C-0.0017128%200.385192%200.0590076%200.246675%200.165268%200.148005C0.368301%20-0.0493349%200.690877%20-0.0493349%200.89391%200.148005L6.71925%206.50462L12.4402%200.180262C12.6319%20-0.0284625%2012.9583%20-0.0436424%2013.167%200.148005C13.3757%200.341549%2013.3909%200.667919%2013.1973%200.878541L7.10445%207.61465C6.90711%207.82338%206.57504%207.83286%206.36632%207.63553L6.34545%207.61465L0.129215%200.878541C0.0476227%200.783666%200.000185013%200.658431%200.000185013%200.529402Z'%20fill='%23999999'/%3e%3c/svg%3e")}.bg-\[url\(\'\@\/assets\/img\/logo-MT\.webp\'\)\]{background-image:url(/assets/logo-MT-WGn1_0Y7.webp)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-\[center_70px\]{background-position:center 70px}.bg-\[center_75\%\]{background-position:center 75%}.bg-center{background-position:center}.bg-right-bottom{background-position:right bottom}.bg-right-top{background-position:right top}.bg-no-repeat{background-repeat:no-repeat}.fill-\[\#008EDD\]{fill:#008edd}.fill-\[\#019df4\]{fill:#019df4}.fill-\[\#0B2739\]{fill:#0b2739}.fill-\[\#313235\]{fill:#313235}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.\!px-0{padding-left:0!important;padding-right:0!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[16px\]{padding-left:16px;padding-right:16px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-7{padding-right:1.75rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[15px\]{padding-top:15px}.pt-\[18px\]{padding-top:18px}.text-left{text-align:left}.text-center{text-align:center}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.text-\[\#008EDD\]{--tw-text-opacity: 1;color:rgb(0 142 221 / var(--tw-text-opacity, 1))}.text-\[\#019BEF\]{--tw-text-opacity: 1;color:rgb(1 155 239 / var(--tw-text-opacity, 1))}.text-\[\#019DF4\]{--tw-text-opacity: 1;color:rgb(1 157 244 / var(--tw-text-opacity, 1))}.text-\[\#019bf4\]{--tw-text-opacity: 1;color:rgb(1 155 244 / var(--tw-text-opacity, 1))}.text-\[\#019df4\]{--tw-text-opacity: 1;color:rgb(1 157 244 / var(--tw-text-opacity, 1))}.text-\[\#0B2739\]{--tw-text-opacity: 1;color:rgb(11 39 57 / var(--tw-text-opacity, 1))}.text-\[\#313235\]{--tw-text-opacity: 1;color:rgb(49 50 53 / var(--tw-text-opacity, 1))}.text-\[\#50535A\]{--tw-text-opacity: 1;color:rgb(80 83 90 / var(--tw-text-opacity, 1))}.text-\[\#6B6C6F\],.text-\[\#6b6c6f\]{--tw-text-opacity: 1;color:rgb(107 108 111 / var(--tw-text-opacity, 1))}.text-\[\#737578\]{--tw-text-opacity: 1;color:rgb(115 117 120 / var(--tw-text-opacity, 1))}.text-\[\#747679\]{--tw-text-opacity: 1;color:rgb(116 118 121 / var(--tw-text-opacity, 1))}.text-\[\#86888C\],.text-\[\#86888c\]{--tw-text-opacity: 1;color:rgb(134 136 140 / var(--tw-text-opacity, 1))}.text-\[\#999999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-\[\#fff\],.text-\[\#ffffff\],.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-60{opacity:.6}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[100px_0px_150px_10px_rgba\(245\,245\,245\)_inset\]{--tw-shadow: 100px 0px 150px 10px rgba(245,245,245) inset;--tw-shadow-colored: inset 100px 0px 150px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[1px_1px_6px_-6px\]{--tw-shadow: 1px 1px 6px -6px;--tw-shadow-colored: 1px 1px 6px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[filter\:grayscale\(0\.3\)_brightness\(0\.5\)\]{filter:grayscale(.3) brightness(.5)}.filters::-webkit-scrollbar{background-color:#eee;height:2px;width:2px}.filters::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:2px;outline:2px solid transparent}.placeholder\:text-\[\#6B6C6F\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 108 111 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#6B6C6F\]::placeholder{--tw-text-opacity: 1;color:rgb(107 108 111 / var(--tw-text-opacity, 1))}.last-of-type\:border-b-0:last-of-type{border-bottom-width:0px}.focus\:border-\[\#019df4\]:focus{--tw-border-opacity: 1;border-color:rgb(1 157 244 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#019df4\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(1 157 244 / var(--tw-ring-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-\[\#A9B3B9\]:disabled{--tw-border-opacity: 1;border-color:rgb(169 179 185 / var(--tw-border-opacity, 1))}.disabled\:bg-\[\#A9B3B9\]:disabled{--tw-bg-opacity: 1;background-color:rgb(169 179 185 / var(--tw-bg-opacity, 1))}.group.router-link-exact-active .group-\[\.router-link-exact-active\]\:fill-white{fill:#fff}@media (min-width: 320px){.xxs\:w-\[140px\]{width:140px}.xxs\:w-\[146px\]{width:146px}.xxs\:w-\[270px\]{width:270px}}@media (min-width: 360px){.xs\:h-\[120px\]{height:120px}.xs\:h-\[73px\]{height:73px}.xs\:w-\[160px\]{width:160px}.xs\:w-\[166px\]{width:166px}.xs\:w-\[305px\]{width:305px}.xs\:w-\[73px\]{width:73px}.xs\:max-w-\[160px\]{max-width:160px}.xs\:max-w-\[305px\]{max-width:305px}.xs\:gap-3{gap:.75rem}.xs\:gap-4{gap:1rem}}@media (min-width: 375px){.xm\:gap-5{gap:1.25rem}}@media (min-width: 480px){.sm\:w-\[360px\]{width:360px}}@media (min-width: 768px){.md\:w-\[328px\]{width:328px}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:leading-tight{line-height:1.25}}@font-face{font-family:Roboto;font-weight:600;src:url(/assets/Roboto-Bold-ChU79hyx.ttf);font-display:swap}@font-face{font-family:Roboto;font-weight:400;src:url(/assets/Roboto-Regular-f0lhpOnz.ttf);font-display:swap}@font-face{font-family:Roboto;font-weight:300;src:url(/assets/Roboto-Light-CZE1r6-S.ttf);font-display:swap}.filters-category{padding-top:10px;padding-bottom:10px}.filters-category.active{position:sticky;top:0;background:#f6f6f6;z-index:99}.filters-category .carousel .carousel__viewport{padding:0}.filters-category li2,.filters-category .filters-home2{text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.filters-category li2 .category,.filters-category .filters-home2 .category{display:flex;flex-direction:column;align-items:center}.filters-category li2 .category>div,.filters-category .filters-home2 .category>div{display:flex;align-items:center;justify-content:center;width:57px;height:57px;border-radius:50%;background:#e6f5fd;border:1px solid #019df4;margin-bottom:6px}.filters-category li2 .category>div svg,.filters-category .filters-home2 .category>div svg{fill:#019df4}.filters-category li2 .category>div img,.filters-category .filters-home2 .category>div img{max-width:28px;max-height:28px}.filters-category li2 .category>div img:first-child,.filters-category .filters-home2 .category>div img:first-child{display:block}.filters-category li2 .category>div img:last-child,.filters-category .filters-home2 .category>div img:last-child{display:none}.filters-category li2 .category>div.active,.filters-category .filters-home2 .category>div.active{background-color:#019df4}.filters-category li2 .category>div.active img:first-child,.filters-category .filters-home2 .category>div.active img:first-child{display:none}.filters-category li2 .category>div.active img:last-child,.filters-category .filters-home2 .category>div.active img:last-child{display:block}.filters-category li2 .category>div.active svg,.filters-category .filters-home2 .category>div.active svg{fill:#fff}.filters-category li2 .category span,.filters-category .filters-home2 .category span{font-size:11px}.img-offer{overflow:hidden;width:328px;height:138px;border-radius:10px;display:block;margin:auto;cursor:pointer}.img-offer img{width:100%}.home .sub-title,.home .sub-title-small,.home .sub-title-medium,.home .sub-title-big,.home .sub-title-big-extra,.home .sub-title-big-extra-long{padding-left:16px;margin:0;color:#000}.home .grid-filter{max-width:360px;margin:auto}.home .grid-filter .content-filter{margin:20px auto 60px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-content:center}.home .grid-filter .content-filter .card{width:150px;height:100%}.home .grid-filter>.btn-primary{max-width:328px;margin:auto;display:block}.home .grid-filter .btn-primary{width:100%}.content-detailBenefit{display:flex;flex-direction:column;width:100%}.content-detailBenefit .img-detailBenefit{display:block;-o-object-fit:fill;object-fit:fill;width:calc(100% + 32px)}.content-detailBenefit .detalle{display:flex;flex:1;flex-direction:column;justify-content:space-between;position:relative}.content-detailBenefit .detalle .info{padding-top:10px;flex:1;display:flex;flex-direction:column;font-size:1rem}.content-detailBenefit .detalle .info span[data-title="¡Aniversario Club!"]{background-color:#019df4}.content-detailBenefit .detalle .info .alert{display:flex;align-items:center;font-size:.75em;gap:1em;border-radius:6px;background-color:#e6f5fd;padding:9px 13px}.content-detailBenefit .detalle .info .alert svg{width:25px;flex:none}.content-detailBenefit .detalle .info .ofert{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.content-detailBenefit .detalle .info .ofert img{width:56px;height:56px;border-radius:50%;overflow:hidden;flex:none}.content-detailBenefit .detalle .info .ofert .text-ofert{display:flex;flex-direction:column;gap:4px}.content-detailBenefit .detalle .info .ofert .text-ofert span{font-size:1em}.content-detailBenefit .detalle .info .ofert .text-ofert h6{font-weight:700;font-size:1.375em;line-height:1.1}.content-detailBenefit .detalle .info .ofert .text-ofert .description{font-size:14px;margin-bottom:0;line-height:20px}.content-detailBenefit .detalle .sub-title-big{margin-bottom:8px;line-height:26px}.content-detailBenefit .detalle .sub-title-small{margin:12px 0 8px;color:#50535a}.content-detailBenefit .detalle p{font-size:14px;line-height:18.5px;text-wrap:pretty}.content-detailBenefit .detalle p a{color:#019df4;text-decoration:underline}.content-detailBenefit .detalle ul li{color:#50535a;font-size:.875rem;border-bottom:1px solid #DDDDDD;padding:.8rem 0}.content-detailBenefit .detalle ul li:last-child{border-bottom:0}.content-detailBenefit .detalle ul li h6{font-size:1rem;margin:0 0 .4em;display:flex;align-items:center;gap:6px}.content-detailBenefit .detalle ul li strong{margin:.2em 0;display:block}.content-detailBenefit .detalle ul li a{text-decoration:underline}.content-detailBenefit .detalle ul li span{justify-content:start}.content-detailBenefit .detalle .text{text-wrap:balance;margin-bottom:16px}.content-detailBenefit .detalle .button-low{margin-top:25px}.content-detailBenefit .detalle .button-low .btn-primary{width:100%}.content-detailBenefit .toastDetailCopy .toasts{width:100%;margin:0 auto 16px}.content-detailBenefit .descubre-detailBenefit{position:relative}.content-detailBenefit .descubre-detailBenefit .formulario{position:absolute;display:block;width:100%;z-index:10;margin:-16% auto 0;right:0;max-width:328px;left:0}.content-detailBenefit .descubre-detailBenefit .formulario .card .card-header .sub-title-big{line-height:30px;margin-bottom:6px;text-align:center;color:#000}.content-detailBenefit .descubre-detailBenefit .formulario .card .card-body .title{text-align:center;font-size:18px;line-height:19.74px;margin-bottom:16px}.content-detailBenefit .descubre-detailBenefit .formulario .card .card-body .buttons{margin-top:10px}.content-detailBenefit .descubre-detailBenefit .formulario .card .card-body .buttons .btn-primary{display:block;margin:0 auto;font-size:16px}.content-detailBenefit.movistar-total .detalle .info .ofert .text-ofert .tablet-orange{order:0}.content-detailBenefit.movistar-total .detalle .info .ofert .text-ofert h6{order:1;font-size:16px}.content-detailBenefit.movistar-total .detalle .info .ofert .text-ofert p{order:2;margin-top:12px}.content-detailBenefit.movistar-total .detalle .info .alert{border:1px solid #019df4}.info_blue{background:#e6f5fd;display:flex;align-items:center;justify-content:center;padding:8px 16px}.info_blue p{font-size:12px;line-height:20px;color:#50535a}.info_blue svg{margin-right:12px;flex:none}.code{text-align:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:328px;margin:20px auto 0}.code .etiquet{min-height:54px;padding-top:20px}.code .etiquet .icons{display:flex;justify-content:center;align-items:center;margin-bottom:16px;gap:16px}.code .etiquet strong,.code .etiquet b{display:block;font-family:Roboto;font-size:14px;margin-bottom:10px}.code .etiquet p{font-size:14px;line-height:18.792px;margin-bottom:15px}.code .check{margin:4px auto 8px}.code .sub-title-big-extra-long{font-weight:400;font-family:Roboto;margin-bottom:8px}.code .card{position:relative;overflow:initial;border-bottom-right-radius:0;border-bottom-left-radius:0}.code .card .img-footer{position:absolute;bottom:-20px;width:calc(100% + 4px);left:-2px;right:0}.code .card .img-footer img{width:100%}.code .card .sub-title-medium{margin-bottom:12px}.code .card .brand{width:-moz-fit-content;width:fit-content;margin-bottom:12px}.code .card .code-text{font-weight:400;line-height:33px;font-family:Roboto;cursor:pointer;z-index:1;word-wrap:break-word;position:relative}.code .card .card-body{padding:0}.code .card .card-body .QR{width:150px!important;height:150px!important;display:block;margin:10px auto 15px!important}.code .card .card-body p{font-size:20px}.code .card .card-body p strong{font-family:Roboto}.code .card .card-body .code-text{font-size:18px;font-family:Roboto;color:#019df4;letter-spacing:4px}.code .card .card-body ul{padding-left:15px;width:85%;margin:10px auto 15px}.code .card .card-body ul.anniversary{margin-top:-30px}.code .card .card-body ul li{list-style:initial;color:#86888c;font-size:12px;text-align:left}.code .card .card-body .border-top-element{height:1px;width:100%;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%23B6B7B7' stroke-width='1' stroke-dasharray='12%2c 10' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:3px}.code .card .card-body .ticket-sport{text-align:center}.code .card .card-body .ticket-sport h6{font-size:20px;margin-bottom:12px}.code .card .card-body .ticket-sport p{font-size:16px;line-height:1.2;margin-bottom:0}.code .card .card-body .ticket-sport img{margin:15px auto;width:130px}.code .card .card-body .ticket-sport.anniversary h6{line-height:25px}.code .card .card-body .ticket-sport.anniversary .subtitle{font-size:16px;color:#019bef;font-weight:700;margin-top:15px;margin-bottom:20px}.code .card .card-body .ticket-sport.anniversary p{font-size:14px}.code.MTotal{margin-top:40px}.code.MTotal .headerImg{width:-moz-fit-content;width:fit-content;display:block;margin:auto}.code.MTotal h6{font-family:Roboto!important;line-height:1.2!important;margin-top:10px!important}.code.MTotal .text-participations{font-size:16px;padding-inline:12px}.code.MTotal .etiquet{background-color:#fff;padding-top:0;position:relative;box-shadow:1px 1px 10px -6px #0000006b}.code.MTotal .etiquet:before,.code.MTotal .etiquet:after{content:"";border-radius:50%;position:absolute;width:80px;height:80px;background-color:#f6f6f6;bottom:0}.code.MTotal .etiquet:before{left:0;transform:translate(-50%,50%);box-shadow:0 1px 1px -3px #0000006b inset}.code.MTotal .etiquet:after{right:0;transform:translate(50%,50%);box-shadow:0 1px 1px -3px #0000006b inset}.code.MTotal .card{border-radius:8px}.code.MTotal .card.header{padding:15px}.code.MTotal .card.header .card-body img{width:67px;margin:auto}.code.MTotal .card.header .card-body p{font-size:16px;line-height:1.2;padding:12px 0;border-bottom:1px solid #EEEEEE}.code.MTotal .card.header .card-body p span{color:#019df4;text-decoration:underline;font-family:Roboto}.code.MTotal .card.header .card-body ul{margin:10px auto 0}.code.MTotal .card.header .card-body ul li{width:-moz-fit-content;width:fit-content;margin:auto}.code.MTotal .card.header.reconfirmed{background-color:transparent;box-shadow:none}.code.MTotal .card.header.ticket{box-shadow:1px -2px 10px -6px #0000006b}.code.MTotal .card.header.ticket h3{font-size:40px;font-family:Roboto}.code.MTotal .card.header.ticket ul li{width:100%}.code.MTotal .card.header.ticket .separate .border{--s:15px;width:100%;height:6px;background:radial-gradient(circle closest-side,#f6f6f6 98%,#0000) 0 0/var(--s) 100%,linear-gradient(90deg,#f6f6f6 50%,#0000 0) calc(var(--s) / 2) 0/calc(2 * var(--s)) 100%;transform:translateY(18px);z-index:9;position:relative;background-color:#fff}.code.MTotal .card.header.ticket .separate .icon-top:before,.code.MTotal .card.header.ticket .separate .icon-top:after,.code.MTotal .card.header.ticket .separate .icon-bottom:before,.code.MTotal .card.header.ticket .separate .icon-bottom:after{content:"";position:absolute;border-radius:50%}.code.MTotal .card.header.ticket .separate .left .icon-top:before{background-color:#f6f6f6;left:0;box-shadow:8px -5px 2px -10px #0000006b;transform:translate(-50%,50%);width:32px;height:32px;bottom:0}.code.MTotal .card.header.ticket .separate .left .icon-top:after{width:8px;height:8px;bottom:16px;left:0;box-shadow:-1px 1px 2px -2px #0000006b;background-color:#fff}.code.MTotal .card.header.ticket .separate .left .icon-bottom:before{background-color:#f6f6f6;left:0;box-shadow:8px -5px 2px -10px #0000006b;transform:translate(-50%,50%);width:32px;height:32px;bottom:0;z-index:9}.code.MTotal .card.header.ticket .separate .left .icon-bottom:after{width:8px;height:8px;bottom:-22px;left:0;box-shadow:1px -1px 2px -2px #0000006b;background-color:#fff}.code.MTotal .card.header.ticket .separate .right .icon-top:before{background-color:#f6f6f6;right:-32px;box-shadow:8px -5px 2px -10px #0000006b;transform:translate(-50%,50%);width:32px;height:32px;bottom:0}.code.MTotal .card.header.ticket .separate .right .icon-top:after{right:0;width:8px;height:8px;bottom:16px;box-shadow:-1px 1px 2px -2px #0000006b;background-color:#fff}.code.MTotal .card.header.ticket .separate .right .icon-bottom:before{background-color:#f6f6f6;right:-32px;box-shadow:8px -5px 2px -10px #0000006b;transform:translate(-50%,50%);width:32px;height:32px;bottom:0;z-index:9}.code.MTotal .card.header.ticket .separate .right .icon-bottom:after{right:0;width:8px;height:8px;bottom:-22px;box-shadow:1px -1px 2px -2px #0000006b;background-color:#fff}.detectedCopyLink,#detectedCopyLink{color:#019df4;text-decoration:underline;overflow:hidden;word-wrap:break-word;cursor:pointer}section.carousel .card{cursor:pointer}section.carousel .carousel__viewport .carousel__track .carousel__slide{justify-content:start;align-items:center}section.carousel .carousel__pagination2{justify-content:start;margin:0;padding-left:16px;bottom:0}section.carousel .carousel__pagination2 .carousel__pagination-item button:after{width:8px;height:8px;border-radius:8px;background-color:transparent;border:1px solid #019df4;transition:.4s all ease}section.carousel .carousel__pagination2 .carousel__pagination-item button.carousel__pagination-button--active:after{background-color:#019df4;width:19px}.container.codigo-agotado,.container.registro-exitoso,.container.codigo-existente,.container.error,.container.help{display:flex;padding:24px 16px 16px}.container.help .btn-primary{width:100%}.container.help .input-wrap{border-color:#999}.container.help .input-wrap.onFocus{border-color:#50535a}.container.help p{font-size:16px;font-weight:400;line-height:19px}.container.help .card{margin-top:16px;border-radius:8px}.container.help .card .card-body{padding:16px;text-align:left}.container.help .card .card-body .form-group-icon .camp .input-wrap label{top:6px;font-size:12px}.container.help .card .card-body ul{width:100%}.container.help .card .card-body ul li{font-size:16px;text-align:left;border-bottom:1px solid #f6f6f6;padding:15px 0}.container.help .card .card-body ul li details[open] summary{padding-bottom:10px}.container.help .card .card-body ul li details summary{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.000185013%200.529402C-0.0017128%200.385192%200.0590076%200.246675%200.165268%200.148005C0.368301%20-0.0493349%200.690877%20-0.0493349%200.89391%200.148005L6.71925%206.50462L12.4402%200.180262C12.6319%20-0.0284625%2012.9583%20-0.0436424%2013.167%200.148005C13.3757%200.341549%2013.3909%200.667919%2013.1973%200.878541L7.10445%207.61465C6.90711%207.82338%206.57504%207.83286%206.36632%207.63553L6.34545%207.61465L0.129215%200.878541C0.0476227%200.783666%200.000185013%200.658431%200.000185013%200.529402Z'%20fill='%23999999'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:100% 8px}.container.help .card .card-body ul li details p{font-size:12px;color:#86888c;display:flex;align-items:start;gap:6px}.container.help .card .card-body ul li details p svg{flex:none;margin-top:4px}.container.help .card .card-body ul li:last-child{border-bottom:0}.container.help .text-blog{display:flex;align-items:center;gap:8px;margin:16px 0;justify-content:center;background-color:#e6f5fd;border-radius:10px;padding:8px}.container.help .text-blog b,.container.help .text-blog a{color:#019df4;text-decoration:underline;cursor:pointer;font-weight:700;font-family:Roboto}.container.help .text-blog svg{width:24px;height:24px;flex:none}.returned-response{text-align:center;display:flex;flex-direction:column;justify-content:space-between;flex:1}.returned-response .detail-answer{display:flex;align-items:center;flex-direction:column}.returned-response .detail-answer svg{margin-bottom:19px}.returned-response .detail-answer .sub-title-big-extra{line-height:35.5px;font-family:Roboto;margin-bottom:32px;font-size:26px}.returned-response .detail-answer .card{padding:22px 24px 26px}.returned-response .detail-answer .card .card-header .sub-title-small{line-height:23.18px;margin-bottom:50px;font-size:20px}.returned-response .detail-answer .card .card-body img{margin:0 auto 33px;width:252px;max-height:initial;-o-object-fit:contain;object-fit:contain}.returned-response .detail-answer .card .card-body p{font-size:18px;line-height:23.18px}.returned-response .btn-primary{margin-top:48px}.registro-exitoso .returned-response .detail-answer .card .card-body img{width:236px}.error .returned-response .detail-answer img{width:245px;margin:65px auto 48px}.error .returned-response .btn-primary{margin-top:0}.error h6{color:#0b2739;font-size:24px;font-family:Roboto;line-height:32px;font-weight:400;margin-bottom:18px}.error p{font-size:18px;line-height:32px}.error .contact{margin:10px 0}.error .contact p{line-height:16.215px;font-size:12px;margin-left:6px;text-align:left;color:#019df4}.card.recommended.styleMTUser .card-body{background-color:#0b2739}.card.recommended.styleMTUser .card-body h4,.card.recommended.styleMTUser .card-body p{color:#fff}.card.recommended.styleMTUser .card-body .offer,.card.recommended.styleMTUser .card-body .offer-blocked{background-color:#a13ea1;margin:0 auto;transform:translateY(-10px)}.main-tyc{text-align:left;font-size:12px}.main-tyc .title{text-transform:uppercase;font-weight:700;text-align:center}.main-tyc .list-romannumbers{list-style:lower-roman;margin-left:17px}.main-tyc .list-alpha{list-style:lower-alpha;margin-left:17px}.main-tyc .subtitle{text-decoration:underline;text-transform:uppercase;font-weight:700}.main-tyc .card{margin-bottom:16px}.main-tyc .card .card-body{padding:20px 15px}.main-tyc .card .card-body .tyc-content{max-height:65vh;overflow-y:auto;text-align:left}.main-tyc .card .card-body .tyc-content::-webkit-scrollbar{width:8px}.main-tyc .card .card-body .tyc-content::-webkit-scrollbar-thumb{border-radius:6px;background-color:#019df4}.main-tyc .card .card-body .tyc-content::-webkit-scrollbar-track{background-color:#f1f1f1}section.anniversary{display:block;width:100%;background-image:url(/assets/bg-04HchO7J.png);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:12px;padding:12px}section.anniversary .confetti{position:absolute;width:100%;height:150px;margin-top:-7px}section.anniversary .anniv>div{display:none}section.anniversary .anniv .carousel__track{width:105%}section.anniversary .title{display:block;margin:0 auto 12px;width:190px}section.anniversary .card{background-color:transparent}section.anniversary .card-ganadores{background-color:#ffffff26;margin-top:-11px}section.anniversary hr{margin:16px auto;background-color:#d6d6d6;height:1px;border-width:0}section.anniversary .yew{color:#ffc13b}section.anniversary .counter-container{display:flex;align-items:center;width:100%;height:140px;background-image:url(/assets/bg-counter-IjjyS1Mm.png);background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:20px;border-radius:12px}section.anniversary .counter-container .regresivo-content{margin:0 auto;width:95%;height:125px;background:transparent;display:flex;align-items:center}section.anniversary .counter-container .regresivo-content .time-cont{display:inline-grid}section.anniversary .counter-container .regresivo-content .time-cont.points:after{content:":";font-size:12px;color:#fff}section.anniversary .counter-container .regresivo-content .time-cont .fnd{display:flex;flex-direction:column;height:115px;width:80px;justify-content:center;border-radius:8px;background-color:#0000004d;margin-right:25px;margin-left:5px}section.anniversary .counter-container .regresivo-content .time-cont #contHorasPopup,section.anniversary .counter-container .regresivo-content .time-cont #contMinutosPopup,section.anniversary .counter-container .regresivo-content .time-cont #contSegundosPopup,section.anniversary .counter-container .regresivo-content .time-cont #contDiasPopup{margin-bottom:-2px;border-radius:5px 5px 0 0;font-weight:600;font-size:20px;min-width:50px;text-align:center;color:#fff}section.anniversary .counter-container .regresivo-content .time-cont #contHorasPopup.days,section.anniversary .counter-container .regresivo-content .time-cont #contMinutosPopup.days,section.anniversary .counter-container .regresivo-content .time-cont #contSegundosPopup.days,section.anniversary .counter-container .regresivo-content .time-cont #contDiasPopup.days{color:#ffc13b}section.anniversary .counter-container .regresivo-content .time-cont .time-text{color:#fff;border-radius:0 0 5px 5px;margin-top:3px;text-align:center;font-weight:700}section.anniversary .counter-container .regresivo-content .time-cont .time-text.days{color:#ffc13b}.style-scroll::-webkit-scrollbar{width:8px}.style-scroll::-webkit-scrollbar-thumb{border-radius:6px;background-color:#c1c1c1}.style-scroll::-webkit-scrollbar-track{background-color:#f1f1f1}.sub-title,.sub-title-big-extra-long,.sub-title-big-extra,.sub-title-big,.sub-title-medium,.sub-title-small{color:#019df4;margin-bottom:16px;font-size:16px}.sub-title-small{font-size:18px}.sub-title-medium{font-size:22px}.sub-title-big{font-size:24px}.sub-title-big-extra{font-size:26px}.sub-title-big-extra-long{font-size:32px}.btn,.btn-primary,.btn-primary-outline{border-radius:20px;cursor:pointer;border:1px solid #019df4;font-size:14px;line-height:20px;padding:9px 24px;transition:.3s all ease}.btn:disabled,.btn-primary:disabled,.btn-primary-outline:disabled{cursor:initial;pointer-events:none;background-color:#aab3ba!important;border-color:#aab3ba}.btn-primary-outline{background:transparent!important;color:#019df4}.btn-primary{background:#019df4!important;color:#fff}.btn-primary.light{font-family:Roboto;font-weight:400}.text-red{color:#ff374a}.disabledCard{cursor:none;pointer-events:none}.disabledCard .card-header .offer,.disabledCard .card-header .card .card-body .offer-blocked,.disabledCard .card .card-header .offer-blocked,.card .disabledCard .card-header .offer-blocked,.disabledCard .card-header img,.disabledCard .card-body .equipment,.disabledCard .card-body .offer,.disabledCard .card .card-body .offer-blocked,.card .disabledCard .card-body .offer-blocked,.disabledCard .card-body .card .card-header .offer-blocked,.disabledCard .card-body h4,.disabledCard .card-body h6,.disabledCard .card-body .price,.disabledCard .card-body .price-regular,.disabledCard .card-body .button-completed{filter:grayscale(1)}.disabledCard .card-body .offer-blocked{filter:none}.card{box-shadow:1px 1px 12px -6px #0000006b;-webkit-box-shadow:1px 1px 12px -6px rgba(0,0,0,.42);-moz-box-shadow:1px 1px 12px -6px rgba(0,0,0,.42);border-radius:20px;background:#fff;overflow:hidden;min-height:1px;width:100%}.card.header{padding:18px 15px 20px;margin-top:1rem;width:328px}.card.vertical{display:flex;width:100%;height:120px;max-width:328px;margin:auto}.card.vertical .card-header img{height:100%;width:142px}.card.vertical .card-body{text-align:left}.card.vertical .card-body p{font-size:14px}.card.vertical .card-body .equipment-name{font-size:22px;margin-bottom:8px}.card.lottery{width:308px;height:138px;border-radius:8px;box-shadow:none;background:transparent}.card.lottery .card-body{padding:0}.card.lottery .card-body .lotteryBanner{width:308px;height:138px;margin:0}.card.recommended{width:150px;height:100%;min-height:255px;display:flex;flex-direction:column}.card.recommended .card-header{width:100%}.card.recommended .card-header img{width:100%;height:93px;-o-object-fit:cover;object-fit:cover}.card.recommended .card-body{display:grid;gap:8px;grid-template-rows:auto auto 1fr;height:100%;padding:0 12px 20px}.card.recommended .card-body h4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-align:center}.card.recommended .card-body .description{width:122px;height:-moz-max-content;height:max-content;font-size:14px;line-height:17px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;margin:0 auto;-webkit-line-clamp:3;-webkit-box-orient:vertical;align-self:center}.card.alliedBrands{border-radius:50%;height:45px;width:45px;align-items:center;justify-content:center;display:flex;padding:6px}.card.alliedBrands .card-body{display:flex;position:relative;width:100%;height:100%;padding:0;justify-content:center;align-items:center}.card.alliedBrands .card-body img{width:100%;-o-object-fit:contain;object-fit:contain;height:100%}.card.popular,.card.filtered{width:148px;height:218px;cursor:pointer}.card.popular .card-header,.card.filtered .card-header{height:100px;width:100%}.card.popular .card-header img,.card.filtered .card-header img{height:100%;width:100%}.card.popular .card-body,.card.filtered .card-body{padding-top:4px}.card.popular .card-body .description,.card.filtered .card-body .description{width:122px;height:-moz-max-content;height:max-content;font-size:14px;line-height:15px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card.popular .card-body .price,.card.filtered .card-body .price{font-size:26px;line-height:25px;margin:4px 0}.card.popular .card-body .price-regular,.card.filtered .card-body .price-regular{font-size:10px;font-weight:300;color:#86888c}.card.lastDays{width:142px;height:170px}.card.lastDays .card-body .equipment{height:80px;width:-moz-fit-content;width:fit-content}.card.news{width:148px;height:190px}.card.news .card-header img{height:103px;width:-moz-fit-content;width:fit-content}.card.news .card-body{padding-top:4px}.card.news .card-body .equipment-name{font-size:24px;margin-bottom:0}.card.news .card-body p{font-size:14px;width:122px;max-height:32px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card.modals{position:relative;z-index:10;width:328px}.card.modals .card-body .close{position:absolute;top:16px;right:16px;cursor:pointer}.card.modals .card-body img{margin:40px auto 20px}.card.modals .card-body h6{font-family:Roboto}.card.modals .card-body p{font-size:16px}.card.modals .card-body .buttons{margin:15px auto;width:232px}.card .card-header{position:relative}.card .card-header .offer,.card .card-header .offer-blocked{background:#e63780;border-radius:20px 0;color:#fff;padding:6px 4px;width:43px;font-size:5px;margin-bottom:-25px;z-index:2;position:absolute;left:0;top:0}.card .card-header .offer span,.card .card-header .offer-blocked span{font-family:Roboto;font-size:14px;display:block;line-height:1}.card .card-header .offer-blocked{right:0;left:initial;background-color:#ff374a;border-radius:0 20px;font-size:6.691px;padding:7px;width:43px}.card .card-body{padding:10px 8px;text-align:center}.card .card-body .button-completed{margin-top:5px}.card .card-body .button-completed .btn.btn-primary,.card .card-body .button-completed .btn-primary{font-size:12px;height:30px;padding:3px;width:100px}.card .card-body .offer,.card .card-body .offer-blocked{background:#e63780;border-radius:4px;color:#fff;padding:2.4px 6px;font-size:10px;z-index:2;width:-moz-fit-content;width:fit-content;margin:6px auto 0}.card .card-body .offer span,.card .card-body .offer-blocked span{font-family:Roboto;line-height:1}.card .card-body .offer-blocked{right:0;left:initial;background-color:#ff374a;border-radius:6px;font-size:9px;padding:2px 6px;min-width:95px;max-width:128px}.card .card-body p{font-size:12px}.card .card-body h4{font-size:16px;line-height:1.15em;margin:4px 0;color:#313235}.card .card-body h6{color:#313235;line-height:18px;word-break:break-word;font-family:Roboto;font-weight:400;margin-top:3px}.card .card-body .price{color:#019df4;font-size:22px;font-style:normal;font-weight:600;line-height:25px;font-family:Roboto;margin:4px 0}.card .card-body .price-regular{font-size:12px;font-weight:300;color:#86888c}.card .card-body .equipment{margin:-10px -12px 0;height:100px;width:calc(100% + 24px)}.card .card-body .equipment-name{margin-bottom:4px;font-size:18px;color:#019df4}.card .card-body .lotteryBanner{margin:-10px -10px 0;height:auto;width:calc(100% + 20px)}.form-group,.form-group-icon{margin-bottom:10px;position:relative}.form-group-icon{position:relative;display:flex;justify-content:flex-end;flex-direction:column}.form-group-icon svg{position:absolute;margin-right:16px;z-index:10}.form-group-icon.details .camp .input-wrap{height:-moz-fit-content;height:fit-content;padding:7px 12px}.form-group-icon.details .camp .input-wrap.disabled{border-color:#b6b7b7!important}.form-group-icon.details .camp .input-wrap.disabled details:after{border-color:#B6B7B7 transparent!important}.form-group-icon.details .camp .input-wrap.disabled details summary{pointer-events:none;color:#b6b7b7!important}.form-group-icon.details .camp .input-wrap.disabled details summary span{color:#b6b7b7!important}.form-group-icon.details .camp .input-wrap.disabled details .options ul li{color:#b6b7b7!important}.form-group-icon.details .camp .input-wrap details{position:relative}.form-group-icon.details .camp .input-wrap details.disabled{border-color:#b6b7b7}.form-group-icon.details .camp .input-wrap details:after{content:"";width:0;height:0;border-style:solid;border-width:8px 7px 0 7px;border-color:#000000 transparent;position:absolute;right:8px;top:16px;transition:.2s all linear}.form-group-icon.details .camp .input-wrap details[open]:after{transform:rotate(180deg)}.form-group-icon.details .camp .input-wrap details[open] summary{border-bottom:1px solid #019df4;margin:0 -12px;padding:0 12px 4px;border-radius:6px}.form-group-icon.details .camp .input-wrap details summary{color:#019df4;font-size:12px;cursor:pointer}.form-group-icon.details .camp .input-wrap details summary span{display:block;font-size:16px;color:#000}.form-group-icon.details .camp .input-wrap details .options{padding-top:8px}.form-group-icon.details .camp .input-wrap details .options ul{max-height:50px;overflow:auto}.form-group-icon.details .camp .input-wrap details .options ul li{padding:0;cursor:pointer;color:#000}.form-group-icon.details .camp .input-wrap details .options ul li.active{color:#019df4}.form-group-icon.textarea .camp .input-wrap{height:-moz-fit-content;height:fit-content}.form-group-icon.textarea .camp .input-wrap label{font-size:12px;display:block;z-index:10;background:#fff;width:92%;top:8px}.form-group-icon.textarea .camp .input-wrap textarea{height:-moz-fit-content;height:fit-content;resize:none;font-size:14px;padding-top:20px;height:75px}.form-group .text-error,.form-group-icon .text-error{color:#ff374a;font-size:10px;line-height:20px;text-align:left}.checkbox-wrap{-webkit-tap-highlight-color:#111111;text-align:left;position:relative}.checkbox-wrap input{background:#fff;box-shadow:0 4px 4px #00000040;cursor:pointer;display:none;height:auto;margin-bottom:0;padding:0;width:auto}.checkbox-wrap input:checked+label:before{border-color:#019df4;background-color:#019df4}.checkbox-wrap input:checked+label:after{border-color:#fff;opacity:1}.checkbox-wrap label{color:#313235;font-family:Roboto;font-size:12px;display:flex;padding-bottom:4px}.checkbox-wrap label:last-child{margin-bottom:0}.checkbox-wrap label a{color:#019df4;text-decoration:underline;cursor:pointer}.checkbox-wrap label:before{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #B6B7B7;border-radius:3px;content:"";cursor:pointer;display:inline-block;margin:2px 6px 0 0;padding:6px;position:relative;vertical-align:middle;box-shadow:inset 0 0 0 9px transparent;top:-1px;height:-moz-fit-content;height:fit-content}.checkbox-wrap label:after{opacity:0;border:solid #fff;border-width:0 2px 2px 0;color:#fff;content:"";height:8px;left:5px;position:absolute;top:4px;transform:rotate(45deg);transition:box-shadow .3s;width:3px}.camp2{display:flex;align-items:center;justify-content:flex-end;width:100%}.buttons{display:flex;align-items:center;flex-direction:column;gap:16px}.buttons button{display:block;font-size:16px;width:100%}.loading{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#f4f4f4;top:0;position:fixed;z-index:999998}.contact{display:flex;align-items:center;justify-content:center;margin:30px 0 20px}.contact a{line-height:16.215px;font-size:14px;margin-left:6px;text-align:left;color:#019df4;text-decoration:underline}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:1px solid white;-webkit-box-shadow:0 0 0px 1000px white inset}.copyLink{display:flex;color:#019df4;align-items:center;justify-content:center;gap:5px;cursor:pointer}.tablet,.tablet-orange,.tablet-pink{width:-moz-fit-content;width:fit-content;border-radius:6px;color:#fff}.tablet-pink{background-color:#e63780;padding:4px 10px;font-weight:700;font-size:8px;display:flex;align-items:center;gap:4px}.tablet-pink.free{font-size:14px}.tablet-orange{font-size:14px;background-color:#a13ea1;padding:2px 4px}@keyframes slide-top{0%{transform:translateY(100px)}to{transform:translateY(0)}}@keyframes slide-bottom{0%{transform:translateY(0)}to{transform:translateY(100px)}}body{color:#313235}h1,h2,h3,h4,h5,h6{font-weight:600}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.questions{display:flex;cursor:pointer;gap:2px;align-items:center;justify-content:center}.questions p{font-size:15.97px;color:#019df4}.modal{position:fixed;height:100vh;width:100%;top:0;display:flex;background-color:#0000004d;z-index:100}.modal .modal-dialog{width:360px;padding:16px;margin:auto}.modal .modal-dialog .modal-content{pointer-events:none;display:flex;flex-direction:column;justify-content:center;height:258px;border-radius:10px;background:#fff;text-align:center;padding:16px;min-height:1px}.modal .modal-dialog .modal-content img{width:-moz-fit-content;width:fit-content;max-width:150px;margin:0 auto 10px}.modal .modal-dialog .modal-content .sub-title-big{font-family:Roboto}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.w-360{width:calc(100% + 32px)}.bg-modal-gray{position:fixed;top:0;display:flex;justify-content:center;align-items:center;background-color:#3132364d;width:100%;height:100%}@view-transition{navigation: auto;}.container{view-transition-name:page}::view-transition-old(page){animation:fade .2s linear forwards}::view-transition-new(page){animation:fade .3s linear reverse}@keyframes fade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}.m-range-track{height:4px!important}.m-range-thumb.m-range-thumb-circle{height:18px!important;top:-7px!important;width:18px!important}body{background-color:#f6f6f6}body.light{background-color:#fff}.carousel{--vc-pgn-background-color: #949494;--vc-pgn-active-color: #019df4;--vc-pgn-border-radius: 5px;--vc-pgn-height: 8px;--vc-pgn-width: 8px;--vc-pgn-gap: 10px;--vc-png-bottom: -20px}.carousel__pagination{left:1%;transform:translate(-1%)}.carousel__pagination-item button{width:8px;height:8px;border-radius:8px;background-color:#949494;transition:.4s all ease}.carousel__pagination-item button.carousel__pagination-button--active{background-color:#019df4;width:19px}
