:root{--LEFT:left;--RIGHT:right}[dir=rtl]:root{--LEFT:right;--RIGHT:left}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.roboto{font-family:Roboto}.regular{font-size:1rem}.invisible{opacity:0}.fade-out{height:0;opacity:0}.fade-in,.fade-out{transition:opacity .5s linear}.fade-in{display:initial;opacity:1}.bg-center{background-position:50%}.bg-center,.bg-contain,.bg-norepeat{background-repeat:no-repeat}.bg-contain{background-size:contain}.bg-cover{background-repeat:no-repeat;background-size:cover}.small-text{font-size:.8rem}.flex{display:flex}.flex.vert{flex-direction:column}.flex.middle{align-items:center}.flex.center{justify-items:center}.gap_12{gap:.75rem}.gap_24{gap:1.5rem}:root{--TEXT_EMPTY_BG_COLOR:#f7f7f7;--TEXT_FILLED_BG_COLOR:#deecff;--TEXT_FOCUS_BG_COLOR:#fff;--TEXT_BORDER_COLOR:transparent;--TEXT_FOCUS_BORDER_COLOR:#0064ff;--TEXT_ERROR_BG_COLOR:#ffe5e9;--TEXT_ERROR_COLOR:#e60026;--TEXT_ERROR_BORDER_COLOR:#e60026;--TEXT_COLOR:#000;--TEXT_FOCUS_COLOR:var(--TEXT_COLOR);--TEXT_PLACEHOLDER_COLOR:#c8c8c8;--TEXT_DISABLED_COLOR:#d9d9d9;--TEXT_FOCUS_PLACEHOLDER_COLOR:var(--TEXT_PLACEHOLDER_COLOR);--TEXT_ERROR_PLACEHOLDER_COLOR:var(--TEXT_ERROR_COLOR);--TEXT_BORDER_WIDTH:2px;--TEXT_BORDER_RADIUS:1.75rem;--TEXT_PADDING_VERT:1rem;--TEXT_PADDING_HORZ:1rem;--TEXT_FONT:Roboto;--TEL_INPUT_OFFSET_X:calc(38px + var(--TEXT_PADDING_HORZ)*2)}.textInput{background-color:var(--TEXT_EMPTY_BG_COLOR);border:var(--TEXT_BORDER_WIDTH) solid var(--TEXT_BORDER_COLOR);border-radius:var(--TEXT_BORDER_RADIUS);box-sizing:border-box;display:grid;height:3.5rem;padding:var(--TEXT_PADDING_VERT) var(--TEXT_PADDING_HORZ);place-items:center;transition:border-color .25s linear}.textInput input{background-color:transparent;border:none;color:var(--TEXT_COLOR);display:block;font-family:var(--TEXT_FONT);font-size:1rem;text-align:center;width:100%}.textInput input::placeholder{color:var(--TEXT_PLACEHOLDER_COLOR);font-family:var(--TEXT_FONT);font-size:1rem;overflow:visible}.textInput input:disabled{color:var(--TEXT_DISABLED_COLOR)}@media (min-width:50%){.textInput input{font-size:1.5rem}.textInput input::placeholder{font-size:1.5rem}}.textInput input:focus{color:var(--TEXT_FOCUS_COLOR);outline:none}.textInput input:focus::placeholder{color:var(--TEXT_FOCUS_PLACEHOLDER_COLOR)}.textInput:focus-within{background-color:var(--TEXT_FOCUS_BG_COLOR)!important;border-color:var(--TEXT_FOCUS_BORDER_COLOR)}.textInput:has(input.filled){background-color:var(--TEXT_FILLED_BG_COLOR)}.textInput.error{background-color:var(--TEXT_ERROR_BG_COLOR)!important;border-color:var(--TEXT_ERROR_BORDER_COLOR)}.textInput.error input{color:#000}.textInput.error input::placeholder{color:var(--TEXT_ERROR_PLACEHOLDER_COLOR)}.textInput.inner-border{border:0;position:relative}.textInput.inner-border:after{border:var(--TEXT_BORDER_WIDTH) solid var(--TEXT_BORDER_COLOR);border-radius:var(--TEXT_BORDER_RADIUS);content:"";inset:0;pointer-events:none;position:absolute;transition:border-color .25s linear}.textInput.inner-border:focus-within:after{border-color:var(--TEXT_FOCUS_BORDER_COLOR)}.textInput.inner-border.error:after{border-color:var(--TEXT_ERROR_BORDER_COLOR)}.iti--allow-dropdown{width:100%}.iti--allow-dropdown .iti__flag-container .iti__selected-flag{background-color:transparent!important;outline:transparent}input[type=tel]{margin:0!important;padding:0!important;padding-left:var(--TEL_INPUT_OFFSET_X)!important}[dir=rtl] input[type=tel]{padding-left:0!important;padding-right:var(--TEL_INPUT_OFFSET_X)!important}.iti__flag-container{left:0!important;padding:0!important;right:auto!important}[dir=rtl] .iti__flag-container{left:auto!important;right:0!important}[dir=rtl] .iti__flag-container .iti__arrow{margin-left:0!important;margin-right:6px!important}[dir=rtl] .iti--container{--TEL_INPUT_WIDTH:100%}[dir=rtl] .iti--container .iti__country-list{transform:translate(var(--TEL_INPUT_WIDTH))}.iti button.iti__selected-country{background-color:unset!important;margin:unset!important;margin-top:unset!important}.iti button.iti__selected-country:after,.iti button.iti__selected-country:before{content:unset!important}.iti button.iti__selected-country .iti__selected-country-primary:hover{background-color:unset!important}.iti.iti--show-flags{width:100%}.iti ul.iti__country-list{border-radius:0;transform:none!important}.iti--container.iti--inline-dropdown .iti__dropdown-content{border:none;border-radius:var(--TEL_BORDER_RADIUS);margin-top:-1px;overflow:hidden;width:100%!important}.iti--container.iti--inline-dropdown .iti__dropdown-content input,.iti--container.iti--inline-dropdown .iti__dropdown-content span.iti__a11y-text{display:none}.iti--container.iti--inline-dropdown .iti__dropdown-content ul.iti__country-list{width:unset}custom-select{--SELECT_SELECTED_BG_COLOR:#deecff;--SELECT_SELECTED_FG_COLOR:#000;--SELECT_BG_COLOR:#f7f7f7;--SELECT_HOVER_COLOR:#deecff;--SELECT_HOVER_TEXT_COLOR:#000;--SELECT_OPTION_TEXT_COLOR:#000;--SELECT_SELECTED_TEXT_COLOR:var(--PRIMARY);--SELECT_SELECTED_TEXT_WEIGHT:400;--SELECT_ACTIVE_COLOR:#0064ff;--SELECT_INACTIVE_COLOR:#757575;--SELECT_ITEM_HEIGHT:3.5rem;--SELECT_BORDER_COLOR:transparent;--SELECT_BORDER_RADIUS:calc(var(--SELECT_ITEM_HEIGHT)/2);--SELECT_LIST_HEIGHT:calc(var(--SELECT_ITEM_HEIGHT)*3);--SELECT_LIST_BG_COLOR:#fff;--SELECT_BORDER_WIDTH:2px;--SELECT_ARROW_COLOR:#252525;--SELECT_ACTIVE_ARROW_COLOR:var(--SELECT_ARROW_COLOR);--SELECT_ARROW:url(../../IMAGES/NBA/Icon/Chervon-Down.svg);--SELECT_ARROW_SIZE:1rem;cursor:pointer;display:block;position:relative}custom-select:has(.option.selected) .select{color:var(--SELECT_SELECTED_TEXT_COLOR);font-weight:var(--SELECT_SELECTED_TEXT_WEIGHT)}custom-select .select{background-color:var(--SELECT_BG_COLOR);border:var(--SELECT_BORDER_WIDTH) solid var(--SELECT_BORDER_COLOR);border-radius:var(--SELECT_BORDER_RADIUS);color:var(--SELECT_INACTIVE_COLOR);display:grid;height:var(--SELECT_ITEM_HEIGHT);overflow:hidden;place-content:center;position:relative;transition:border-color .25s linear}custom-select .select:after{background-color:var(--SELECT_ARROW_COLOR);content:"";height:var(--SELECT_ARROW_SIZE);-webkit-mask-image:var(--SELECT_ARROW);mask-image:var(--SELECT_ARROW);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);transition:transform .25s linear;width:var(--SELECT_ARROW_SIZE)}custom-select .list{background-color:var(--SELECT_LIST_BG_COLOR);border-radius:var(--SELECT_BORDER_RADIUS);box-shadow:0 2px 14px hsla(0,0%,69%,.5);left:0;max-height:0;overflow:hidden auto;position:absolute;right:0;top:calc(var(--SELECT_ITEM_HEIGHT) + var(--SELECT_BORDER_WIDTH)*2);transition:max-height .25s ease-in-out;z-index:1}custom-select .list .option,custom-select .list option{box-sizing:border-box;color:var(--SELECT_OPTION_TEXT_COLOR);cursor:pointer;display:grid;height:var(--SELECT_ITEM_HEIGHT);padding:0 .5rem;place-content:center}custom-select .list .option.selected,custom-select .list option.selected{background-color:var(--SELECT_ACTIVE_COLOR);color:#fff}custom-select .list .option:hover,custom-select .list option:hover{background-color:var(--SELECT_HOVER_COLOR)!important;color:var(--SELECT_HOVER_TEXT_COLOR)!important}custom-select ::-webkit-scrollbar{height:0;position:absolute;width:0}custom-select ::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}custom-select ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}custom-select.selected .select{background-color:var(--SELECT_SELECTED_BG_COLOR)}custom-select.opened .select{background-color:#fff;border-color:var(--SELECT_ACTIVE_COLOR);box-shadow:0 2px 14px hsla(0,0%,69%,.5);color:var(--SELECT_SELECTED_FG_COLOR)}custom-select.opened .select:after{background-color:var(--SELECT_ACTIVE_ARROW_COLOR);transform:translateY(-50%) rotate(180deg)}custom-select.opened .list{max-height:var(--SELECT_LIST_HEIGHT)}.scrollbar::-webkit-scrollbar{height:0;position:absolute;width:0}.scrollbar::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}.scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}:root{--TEL_WIDTH:260px;--TEL_HEIGHT:59px;--TEL_ACTIVE_BG_COLOR:#42aab7;--TEL_HOVER_BG_COLOR:#e6fcff;--TEL_ROW_HEIGHT:56px;--TEL_ACTIVE_FG_COLOR:#fff;--TEL_ARROW:url(../../IMAGES/MM_CUSTOM_2023/ArrowDown.svg);--TEL_ARROW_COLOR:#fff;--TEL_BORDER_RADIUS:1rem;--TEL_HOVER_FG_COLOR:var(--PRIMARY)}ul.iti__country-list{border-radius:var(--TEL_BORDER_RADIUS);position:relative;width:var(--TEL_WIDTH)}ul.iti__country-list.iti__country-list--dropup{--OFFSET-Y:calc(0px - var(--TEXT_PADDING_VERT) - var(--TEXT_BORDER_WIDTH));position:absolute}ul.iti__country-list li{align-items:center;display:flex;gap:14px;min-height:var(--TEL_ROW_HEIGHT);padding:var(--TEXT_PADDING_VERT) var(--TEXT_PADDING_HORZ)}ul.iti__country-list li>span:nth-child(2){flex:1;text-align:var(--LEFT);white-space:break-spaces;word-break:break-all}ul.iti__country-list li:hover{background-color:var(--TEL_HOVER_BG_COLOR);color:var(--TEL_HOVER_FG_COLOR)}ul.iti__country-list li.iti__active{background-color:var(--TEL_ACTIVE_BG_COLOR);color:var(--TEL_ACTIVE_FG_COLOR)}ul.iti__country-list span.iti__country-name,ul.iti__country-list span.iti__dial-code{color:inherit;font-family:var(--TEXT_FONT)}ul.iti__country-list::-webkit-scrollbar{height:0;position:absolute;width:0}ul.iti__country-list::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}ul.iti__country-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}.textInput.tel .iti.iti--allow-dropdown .iti__selected-flag{padding:0}.iti--container,[dir=rtl] .iti--container{--TEL_INPUT_WIDTH:100%;padding:0!important;width:var(--TEL_WIDTH)}.iti--container .iti__country-list,[dir=rtl] .iti--container .iti__country-list{--OFFSET-X:calc(var(--TEXT_BORDER_WIDTH)/2 - var(--TEXT_PADDING_HORZ));--OFFSET-Y:calc(var(--TEXT_PADDING_VERT) + var(--TEXT_BORDER_WIDTH));transform:translate(var(--OFFSET-X),var(--OFFSET-Y))}.iti__arrow{background-color:var(--TEL_ARROW_COLOR);border:0!important;height:10px!important;-webkit-mask-image:var(--TEL_ARROW);mask-image:var(--TEL_ARROW);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .25s linear;width:10px!important}.iti__arrow.iti__arrow--up{transform:rotate(180deg)}.iti-mobile .iti--container .iti__country-list{--OFFSET-X:0!important;--OFFSET-Y:0!important}:root{--HERO-AOC-ASPECT:360/280;--HERO-OTHER-ASPECT:1040/405;--HERO-SUCCESS-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-BASIC-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-ERROR-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-UNSUB-ASPECT:var(--HERO-OTHER-ASPECT)}.hero.aoc{aspect-ratio:var(--HERO-AOC-ASPECT);background-image:var(--HERO-AOC)}.hero.success{aspect-ratio:var(--HERO-SUCCESS-ASPECT);background-image:var(--HERO-SUCCESS)}.hero.basic{aspect-ratio:var(--HERO-BASIC-ASPECT);background-image:var(--HERO-BASIC)}.hero.error{aspect-ratio:var(--HERO-ERROR-ASPECT);background-image:var(--HERO-ERROR)}.hero.unsub{aspect-ratio:var(--HERO-UNSUB-ASPECT);background-image:var(--HERO-UNSUB)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}:root{--GREY-5:#f2f2f2;--GREY-10:#e6e6e6;--GREY-50:#999;--GREY-80:#8b8b8b;--GREY-100:#4d4d4d;--GREY-120:#070707;--GREY-140:#222326;--GREY-900:#373238;--GREY:#6d6e70;--RED-100:#ff0404;--ERROR-LIGHT:#ffdcd7;--ERROR-DARK:#ef6351;--FOOTER-COLOR:var(--GREY-100)}#footer{background-color:#fff;color:var(--FOOTER-COLOR);display:flex;flex-direction:column;font-size:.8rem;gap:.25rem;padding:.75rem;text-align:center}#footer a{font-weight:700;margin:auto;width:fit-content}:root{--BODY-FONT:Montserrat-Medium,Arial,Helvetica;--H1-FONT:Baloo-Bold,Arial,Helvetica;--H1-COLOR:var(--GREY-140);font-size:16px;line-height:1.4}body{background-size:cover;font-family:var(--BODY-FONT);margin:0;min-height:100svh}#main,body{display:flex;flex-direction:column}#main{justify-content:start}.filler{min-height:0}.content,.filler{background-color:#fff;flex:1}.content{display:flex;flex-direction:column;font-family:var(--BODY-FONT);justify-content:start;padding:1.5rem 2rem;text-align:center}.content h1{color:var(--H1-COLOR);font-family:var(--H1-FONT);font-size:1.5625rem;font-weight:700;line-height:1.2;margin:0}.content p{color:var(--GREY);font-weight:500;margin:4px 0 0}.content .error{font-weight:500;margin-top:4px}.content .error,.content .error>*{color:var(--ERROR-DARK)}.content .action,.content .button,.content .textInput,.content button,.content custom-select{margin-top:18px}.content .price{color:var(--GREY);font-size:.64rem;font-weight:500;margin-top:4px}form{display:flex;flex-direction:column}.content .icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:80px;margin:0 auto 1.5rem;width:80px}.content.aoc .icon,.content.success .icon{background-image:var(--ICON-SUCCESS)}.content.basic .icon{background-image:var(--ICON-BASIC)}.content.error .icon{background-image:var(--ICON-ERROR)}.content.unsub .icon{background-image:var(--ICON-UNSUB)}#main .content{margin:0 auto;max-width:376px;padding:2rem}.apply-tablet #main{margin:107px auto;min-height:630px;width:520px}.apply-tablet #main:after{border-top-right-radius:1.5rem}.apply-tablet #main .content{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;margin:0;max-width:unset;padding:2rem 4.5rem}.apply-tablet #main p{margin-left:auto;margin-right:auto;width:296px}.apply-tablet .filler{background-color:transparent}.apply-tablet .hero{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}@media (min-width:768px){#main{margin:107px auto;min-height:630px;width:520px}#main:after{border-top-right-radius:1.5rem}#main .content{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;margin:0;max-width:unset;padding:2rem 4.5rem}#main p{margin-left:auto;margin-right:auto;width:296px}.filler{background-color:transparent}.hero{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}:root{--BUTTON-PRIMARY-BG-COLOR:#50cddd;--BUTTON-PRIMARY-HOVER-BG-COLOR:#42aab7;--BUTTON-PRIMARY-ACTIVE-BG-COLOR:#0f7f8a;--BUTTON-SECONDARY-FG-COLOR:#000}a.action,a.button,button{background-color:var(--BUTTON-PRIMARY-BG-COLOR);border:none;box-sizing:border-box;color:var(--BUTTON-PRIMARY-FG-COLOR);cursor:pointer;font-weight:700;height:56px;margin:0 auto;outline:transparent;padding:1rem 0;position:relative;text-decoration:none;text-transform:lowercase;text-transform:capitalize;width:fit-content}a.button:hover,button:hover{background-color:var(--BUTTON-PRIMARY-HOVER-BG-COLOR)}a.button:active,button:active{background-color:var(--BUTTON-PRIMARY-ACTIVE-BG-COLOR)}a.button:disabled,button:disabled{background-color:var(--BUTTON-DISABLED-BG-COLOR)}a.action{background-color:var(--BUTTON-SECONDARY-BG-COLOR);color:var(--BUTTON-SECONDARY-FG-COLOR)}:root{--PRIMARY:#00df81;--PRIMARY_DARK:#00b76a;--LIGHT_GREY:#f7f7f7;--GREY:#7a7a7a;--DARK_GREY:#373237;--BUTTON-PRIMARY-BG-COLOR:var(--PRIMARY);--BUTTON-PRIMARY-FG-COLOR:#fff;--BUTTON-PRIMARY-HOVER-BG-COLOR:var(--PRIMARY_DARK);--BUTTON-PRIMARY-ACTIVE-BG-COLOR:var(--BUTTON-PRIMARY-HOVER-BG-COLOR);--BUTTON-DISABLED-BG-COLOR:#ebebeb;--BUTTON-SECONDARY-BG-COLOR:transparent;--BUTTON-SECONDARY-FG-COLOR:var(--PRIMARY)}:root:has(.juegaya){--PRIMARY:#35b5f5;--PRIMARY_DARK:#1b75bb}#root{display:flex;min-height:100dvh}#root,#root.vert{flex-direction:column}#root.middle{align-items:center}#root.center{justify-items:center}body{background-color:#fff;overflow-x:hidden}@media (min-width:600px){body{background-color:var(--LIGHT_GREY)}}a{color:var(--PRIMARY);text-decoration:none}a.black{color:var(--DARK_GREY)}.filler{display:none}@media (min-width:600px){.filler{display:unset}}header{background-color:#fff;display:grid;min-height:4rem;place-items:center}header .logo{aspect-ratio:3.29166667;background-image:url(../../IMAGES/UGZ_2022/Logo-Full-Color.svg);background-repeat:no-repeat;background-size:contain;height:2.25rem}.juegaya header .logo{aspect-ratio:4.1884058;background-image:url(../../IMAGES/JUEGAYA_2022/Logo-Full-Color.svg)}a.button,button{border-radius:.375rem;display:grid;padding:.5rem 2rem;place-items:center;text-transform:uppercase}a.button:active,button:active{transform:translateY(1px)}a.action{text-transform:uppercase}:root{--FOOTER_IMAGE:url(../../IMAGES/UGZ_2022/FooterImage-Success@2x.png)}#main{box-sizing:border-box;flex:1;padding-bottom:8rem;position:relative}#main video{display:block;height:100%;object-fit:cover;width:100%}#main h1{font-size:2rem}#main p{color:var(--GREY);margin-top:1rem}#main:after{background-image:var(--FOOTER_IMAGE);background-position:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:10rem;position:absolute;width:100%}#main:has(.error),#main:has(.unsub){--FOOTER_IMAGE:url(../../IMAGES/UGZ_2022/FooterImage-Error@2x.png)}@media (min-width:600px){#main{margin:107px auto;min-height:630px;width:520px}#main:after{border-top-right-radius:1.5rem}#main .content{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;margin:0;max-width:unset;padding:2rem 4.5rem}#main p{margin-left:auto;margin-right:auto;width:296px}.filler{background-color:transparent}.hero{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}#main{background-color:#fff;border-radius:1.5rem;flex:unset}#main .content{border-radius:0}.hero{border-radius:1.5rem 1.5rem 0 0;overflow:hidden}#main:after{border-radius:0 0 1.5rem 1.5rem;overflow:hidden}}:root{--TEXT_BORDER_RADIUS:0.375rem;--TEXT_FOCUS_BORDER_COLOR:var(--PRIMARY)}custom-select{--SELECT_BORDER_RADIUS:0.375rem;--SELECT_SELECTED_TEXT_COLOR:var(--DARK_GREY);--SELECT_ACTIVE_COLOR:var(--PRIMARY);--SELECT_SELECTED_TEXT_WEIGHT:700}.textInput.tel input{padding:0 var(--TEL_INPUT_OFFSET_X)!important}