.flex100,html{display:flex;flex-direction:column}html{height:100svh;height:-webkit-fill-available}body{flex:1}: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}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)}: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))}body{--BUTTON_HEIGHT:3.4rem;--BUTTON_RADIUS:calc(var(--BUTTON_HEIGHT)/2)}.primaryButton,.roundButton{border-radius:var(--BUTTON_RADIUS);display:inline-grid;height:var(--BUTTON_HEIGHT);padding:0 2.5rem;place-content:center;text-transform:uppercase}.primaryButton{background-color:#000;border:none;box-sizing:border-box;color:#fff;cursor:pointer;font-weight:700;transition:transform .25s ease-in-out}@font-face{font-display:swap;font-family:knockout;src:url(FONTS/Knockout_HTF67-FullBantamwt_Regular.woff2) format("woff2"),url(FONTS/Knockout_HTF67-FullBantamwt_Regular.woff) format("woff")}.black{color:#000}.titleH1{color:#252525;font-family:knockout,Roboto;font-size:4rem;font-weight:400;line-height:64px;text-transform:uppercase}[dir=rtl] h1{font-family:Noto Sans Arabic,sans-serif!important}.knockout{font-family:knockout,Roboto}[dir=rtl] .knockout{font-family:Noto Sans Arabic,sans-serif!important}[dir=rtl] .roboto{font-family:Vazirmatn,sans-serif!important}.bold{font-weight:700}.gray{color:#8b8b8b}.small{font-size:.8rem}.tiny-text{font-size:.625rem}.error,.error a{color:var(--ERROR)!important;font-size:.8rem}.upper{text-transform:uppercase}[dir=rtl] input[type=tel],input[type=tel]{padding:0 var(--TEL_INPUT_OFFSET_X)!important}@media (max-width:400px){[dir=rtl] input[type=tel],input[type=tel]{padding:0 38px!important}}@media (max-width:360px){[dir=rtl] input[type=tel],input[type=tel]{padding-right:0!important}}.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}.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}:root{--BLACK:#252525;--BLUE:#35b5f5;--BLUE-LIGHT:#e1f5fe;--BLUE-DARK:#1b75bb;--BLUE-TITLE:#00428c;--ERROR:#e60026;--BASIC_ASPECT:360/96;--MAIN_ASPECT:360/280;--AOC_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Main.jpg);--UNSUB_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Unsubscribe.jpg);--ERROR_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Error.jpg);--SUCCESS_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Success.jpg);--BASIC_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Basic.jpg)}body{color:#000;display:flex;flex-direction:column;font-family:Roboto,sans-serif;margin:0}[dir=rtl] body{font-family:Vazirmatn}#root{display:flex;flex:1;flex-direction:column}.filler{flex:1}.filler:first-child{display:none}a{color:#000;font-weight:700;text-decoration:underline}a:active,a:hover{text-decoration:underline!important}h1,p{margin-block-end:0;margin-block-start:0}.main{background-color:#fff;text-align:center}.main .header{aspect-ratio:var(--BASIC_ASPECT);background-position:50%;background-repeat:no-repeat;background-size:cover}.main .content{padding:2rem}.main p{line-height:1.4}.main h1{color:#252525;font-family:knockout,Roboto;font-size:4rem;font-weight:400;line-height:64px;margin-bottom:.5rem;text-transform:uppercase}.main .icon{background-position:50%;background-repeat:no-repeat;background-size:contain;margin:1rem auto 2rem}.main .error{margin-top:.5rem}.main .textInput{margin-top:1.5rem}.main a.button,.main button{margin:1.5rem auto .5rem}.main a.action{display:inline-grid;display:grid;height:var(--BUTTON_HEIGHT);margin-left:auto;margin-right:auto;padding:0 2.5rem;place-content:center;width:fit-content}.main a.action,a.button,button{border-radius:var(--BUTTON_RADIUS);text-transform:uppercase}a.button,button{background-color:#000;border:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-grid;font-weight:700;height:var(--BUTTON_HEIGHT);padding:0 2.5rem;place-content:center;transition:transform .25s ease-in-out}a.button:hover,button:hover{opacity:.8}a.button:enabled:active,button:enabled:active{transform:scale(.98)}a.button:disabled,button:disabled{background-color:#c8c8c8}a.button,a.button:active,a.button:hover{text-decoration:none!important}.basic .content>:last-child,.error-page .content>:last-child,.unsubscribe-main .content>:last-child{margin-bottom:1rem}.basic form>:last-child,.error-page form>:last-child,.unsubscribe-main form>:last-child{margin-bottom:0}.basic form+.action,.basic form+button,.error-page form+.action,.error-page form+button,.unsubscribe-main form+.action,.unsubscribe-main form+button{margin-top:.5rem}.footer{grid-gap:.25rem;background-color:#fff;color:#8b8b8b;display:grid;font-size:.8em;grid-template-columns:1fr;padding:1.5rem;text-align:center}.footer a{color:var(--BLACK);text-decoration:none}.footer .toc{grid-gap:.75rem;display:inline-grid;grid-template-columns:auto 2px auto;margin:auto}.rive{aspect-ratio:1.35283364;margin:35px auto 0;max-width:296px;width:100%}.italic{font-style:italic}.aoc .header{aspect-ratio:var(--MAIN_ASPECT);background-image:var(--AOC_HEADER_IMAGE)}.aoc .link.space{margin-top:1.67625rem}.aoc .action.space{margin-top:.5rem}.basic .header{background-image:var(--BASIC_HEADER_IMAGE)}.basic .icon{background-image:url(../../IMAGES/NBA/Icon/Basic.svg);height:4.375rem}.basic custom-select{margin:auto;max-width:18.5rem}.basic.success .header{background-image:var(--SUCCESS_HEADER_IMAGE)}.fullscreen #thank_you h2{margin-bottom:5rem}#instructions li{line-height:1.4;text-align:var(--LEFT)}#instructions li+li{margin-top:1rem}.unsubscribe-main .header{background-image:var(--UNSUB_HEADER_IMAGE)}.unsubscribe-main .icon{background-image:url(../../IMAGES/NBA/Icon/Unsubscribe.svg);height:4.75rem}.error-page .header{background-image:var(--ERROR_HEADER_IMAGE)}.error-page .icon{background-image:url(../../IMAGES/NBA/Icon/Error.svg);height:5rem}.lds-spinner,.lds-spinner div,.lds-spinner div:after{box-sizing:border-box}.lds-spinner{color:currentColor;display:inline-block;height:80px;margin-bottom:4rem;position:relative;width:80px}.lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:40px 40px}.lds-spinner div:after{background:currentColor;border-radius:20%;content:" ";display:block;height:17.6px;left:36.8px;position:absolute;top:3.2px;width:6.4px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@media (min-width:520px){:root{--AOC_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Main@2x.jpg);--UNSUB_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Unsubscribe@2x.jpg);--SUCCESS_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Success@2x.jpg);--BASIC_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Basic@2x.jpg);--ERROR_HEADER_IMAGE:url(../../IMAGES/NBA/Hero/Error@2x.jpg)}.contacts{margin-bottom:2rem}.main .content{box-sizing:border-box;margin:auto;max-width:520px;padding:2rem 4.5rem}.textInput{margin-left:auto;margin-right:auto;max-width:22.611rem}.hr{display:none}}@media (min-width:768px){#root{background-image:url(../../IMAGES/NBA/BG_v2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.main{--BORDER_RADIUS:1.5rem;border-radius:var(--BORDER_RADIUS);margin:1.68rem auto;width:520px}.main .header{border-top-left-radius:var(--BORDER_RADIUS);border-top-right-radius:var(--BORDER_RADIUS);overflow:hidden}.success .content{padding-bottom:8.6875rem!important}.success .content:has(canvas.rive){padding-bottom:2rem!important}.filler:first-child{display:inherit}}@media (min-width:1920px){body{background-image:url(../../IMAGES/NBA/BG@2x_v2.jpg)}.main{border-radius:1.5rem;margin:2.8125rem auto;overflow:hidden}}#root.fullscreen .content_container{display:flex;flex:1;flex-direction:column}#root.fullscreen .content_container.vert{flex-direction:column}#root.fullscreen .content_container.middle{align-items:center}#root.fullscreen .content_container.center{justify-items:center}#root.fullscreen .footer{font-size:2rem .875rem}.nba-logo{background-image:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/NBA/nba-white-crop.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media (max-width:744px){#root.fullscreen:has(.transparent-bg) .content_container{background:none}#root.fullscreen{--BG:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/NBA/aoc_bg.jpg);background-color:#11163a;background-image:var(--BG);background-position:top;background-repeat:no-repeat;background-size:100% auto}#root.fullscreen .content_top{margin-top:110%}#root.fullscreen .content_container{background:linear-gradient(180deg,#001b71,#11163a);border-radius:2rem 2rem 0 0}#root.fullscreen .main{background-color:transparent;color:#fff}#root.fullscreen .header{display:none}#root.fullscreen .footer{background-color:transparent;color:#fff!important}#root.fullscreen .content{padding-top:3rem}#root.fullscreen .icon{display:none}#root.fullscreen .black,#root.fullscreen a,#root.fullscreen h1,#root.fullscreen h2{color:#fff}#root.fullscreen .bold{font-weight:700}#root.fullscreen h1,#root.fullscreen h2{line-height:1.4}#root.fullscreen h2{font-family:roboto;font-size:1.5rem}#root.fullscreen p+p{margin-top:1.5rem}#root.fullscreen .bottom{font-size:.8rem;padding-bottom:5rem;text-align:var(--LEFT)}#root.fullscreen a.button,#root.fullscreen button{background-color:#fff;color:#214589}#root.fullscreen .logo{aspect-ratio:1.54010695;background-image:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/NBA/nba-white-crop.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;margin:2rem auto;width:50%}#root.fullscreen .loading{aspect-ratio:1;font-size:10px;max-width:50%;width:6rem}#root.fullscreen.light{--BG:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/NBA/court.jpg);background-color:#0364ff}#root.fullscreen.light .main{display:grid;flex:1;padding-bottom:30%;place-content:center}#root.fullscreen.light .content_top{display:none}#root.fullscreen.light .content_container{background:none}#root.fullscreen.plan{--BG:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/NBA/selectplan.jpg)}#root.fullscreen.plan .content_top{margin-top:120%}}.prices{margin:auto;width:80%}.prices a.button{display:block}.prices a+a{margin-top:1.5rem}.select_plan{aspect-ratio:unset;height:unset;padding:2rem 2rem 0}@media (max-width:744px){.select_plan{display:none}}#root.white_bg .content_container{display:flex;flex:1;flex-direction:column}#instructions.success .content{padding-bottom:2rem!important}#instructions.success h3{font-size:1.125rem;margin:0}#instructions.success h4{font-size:.75rem;margin-top:.875rem;text-align:var(--LEFT)}#instructions.success .blue{color:var(--BLUE-TITLE)}#instructions.success ol{counter-reset:counter;list-style:none}#instructions.success ol+h4{margin-top:2rem}#instructions.success li{counter-increment:counter;position:relative}#instructions.success li:before{background-color:var(--BLUE-TITLE);border-radius:50%;color:#fff;content:counter(counter);display:grid;font-size:.75rem;height:1.5rem;left:-2.5rem;place-content:center;position:absolute;top:0;width:1.5rem}#instructions.success .download{background-color:#f8f8f8;border:1px solid #979797;border-radius:.5rem;margin:1.5rem auto 0;max-width:289px;padding:.875rem}#instructions.success .download_buttons{display:flex;gap:.875rem;justify-content:center;margin:.875rem auto 3.125rem}#instructions.success .download_buttons a div{background-size:100% 100%;height:34px;width:115px}#instructions.success .download_buttons .google div{background-image:url(../../IMAGES/NBA/googleplay.png)}#instructions.success .download_buttons .apple div{background-image:url(../../IMAGES/NBA/appstore.svg)}#instructions.success a{text-decoration:none}[dir=rtl] #instructions li:before{left:unset;right:-2.5rem}