@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-leading:initial;--tw-font-weight:initial;--tw-space-x-reverse:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--container-3xl:48rem;--container-5xl:64rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-normal:400;--font-weight-semibold:600;--leading-relaxed:1.625;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-auto{margin-top:auto}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.block{display:block}.flex{display:flex}.hidden{display:none}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-5xl{max-width:var(--container-5xl)}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.bg-black{background-color:var(--color-black)}.p-0{padding:calc(var(--spacing)*0)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-16{padding-block:calc(var(--spacing)*16)}.pb-36{padding-bottom:calc(var(--spacing)*36)}.text-right{text-align:right}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-white{color:var(--color-white)}.no-underline{text-decoration-line:none}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}@media (min-width:40rem){.sm\:w-1\/2{width:50%}.sm\:pr-2{padding-right:calc(var(--spacing)*2)}.sm\:pl-2{padding-left:calc(var(--spacing)*2)}}@media (min-width:48rem){.md\:mb-0{margin-bottom:calc(var(--spacing)*0)}.md\:block{display:block}.md\:flex{display:flex}.md\:w-1\/3{width:33.3333%}.md\:flex-wrap{flex-wrap:wrap}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}@media (min-width:64rem){.lg\:mb-0{margin-bottom:calc(var(--spacing)*0)}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}:where(.lg\:space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*0)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*0)*calc(1 - var(--tw-space-y-reverse)))}:where(.lg\:space-x-6>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))}}}:root{--base-color-1:#000;--base-color-2:#fff;--base-color-3:#3200cb;--base-color-4:#00ff91;--base-color-5:#f3f6f8;--base-color-6:#00ff91;--base-color-7:#b0cad5;--base-color-8:#e22800;--base-color-9:#999;--base-color-10:#8e8e8f;--base-color-11:#d1d1d2;--base-color-12:#e0ddf4;--base-hover-color-1:#383838;--base-hover-color-4:#27e090;--base-hover-color-10:#8e8e8f4d;--base-active-color-4:#1ecf82;--base-focus-color-10-1:#8e8e8f66;--base-focus-color-10-2:#8e8e8f99;--font-family:Pangram Sans,-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:300;src:url(/fonts/PPPangramSans-Light.woff2)format("woff2"),url(/fonts/PPPangramSans-Light.woff)format("woff")}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:400;src:url(/fonts/PPPangramSans-Regular.woff2)format("woff2"),url(/fonts/PPPangramSans-Regular.woff)format("woff")}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:500;src:url(/fonts/PPPangramSans-Medium.woff2)format("woff2"),url(/fonts/PPPangramSans-Medium.woff)format("woff")}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:600;src:url(/fonts/PPPangramSans-Semibold.woff2)format("woff2"),url(/fonts/PPPangramSans-Semibold.woff)format("woff")}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:700;src:url(/fonts/PPPangramSans-Bold.woff2)format("woff2"),url(/fonts/PPPangramSans-Bold.woff)format("woff")}@font-face{font-display:fallback;font-family:Pangram Sans;font-weight:900;src:url(/fonts/PPPangramSans-Extrabold.woff2)format("woff2"),url(/fonts/PPPangramSans-Extrabold.woff)format("woff")}*{-webkit-font-smoothing:antialiased;box-sizing:border-box}html,body{height:100%}html{min-height:100%;position:relative}body{background-color:var(--base-color-2);color:var(--base-color-1);font-family:var(--font-family);flex-direction:column;margin:0;padding:0;font-size:14px;line-height:1.6;display:flex}a{color:inherit;font-weight:700;text-decoration:underline}a:focus{outline:none}a:focus-visible{background:var(--base-focus-color-10-1)}a:hover{background:var(--base-hover-color-10);text-decoration:underline}small{color:#595959;font:400 13px/18px var(--font-family);margin:8px 0 0;display:block}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--font-family)}h1,h2{font-weight:700}h3,h4,h5,h6,.h3,.h4,.h5,.h6{font-weight:400;line-height:1.125}h1{margin:0 0 16px;font-size:42px;line-height:48px}h2{margin:0 0 8px;font-size:24px;line-height:34px}p{font-size:17px;line-height:27px}#main{padding:0 0 140px}.progress-bar{margin-bottom:32px}.progress-bar-title{color:var(--base-color-9);font:500 16px/24px var(--font-family);text-align:center;margin-bottom:8px}.progress-bar-title.completed{color:var(--base-color-1)}.progress-bar-title.current{color:var(--base-color-3)}.progress-bar-dot{background-color:var(--base-color-2);border:1px solid var(--base-color-10);border-radius:50%;width:19px;height:19px;margin:25px auto 0}.progress-bar-dot.completed{background-color:var(--base-color-1);border-color:var(--base-color-1)}.progress-bar-dot.current{background-color:var(--base-color-3);border-color:var(--base-color-3)}@media (max-width:767px){.progress-bar-title{font-size:14px}.progress-bar-dot{flex-shrink:0;order:1;align-self:flex-start;margin:2px 12px 0 0}.progress-bar-title{order:2}}@media (min-width:768px){.progress-bar-title{order:initial;text-align:center}.progress-bar-dot{order:initial}.progress-bar-step1,.progress-bar-step2,.progress-bar-step3{position:relative}.progress-bar-step1 .progress-bar-dot:after,.progress-bar-step2 .progress-bar-dot:after{background:var(--base-color-10);content:"";z-index:-1;width:50%;height:1px;position:absolute;bottom:9px;right:0}.progress-bar-step2 .progress-bar-dot:before,.progress-bar-step3 .progress-bar-dot:before{background:var(--base-color-10);content:"";z-index:-1;width:50%;height:1px;position:absolute;bottom:9px;left:0}.progress-bar-dot.completed:after,.progress-bar-dot.completed:before{background-color:var(--base-color-1)}.progress-bar-dot.current:after,.progress-bar-dot.current:before{background-color:var(--base-color-3)}}.form-title{margin:64px 0 32px}.form-title h2{margin-bottom:8px;font-size:1.5rem;font-weight:600}.form-title+.form-row{margin-top:16px}.form-title+.form-row_step2{margin-top:24px}.form-row{margin-bottom:24px}.form-row_marginTop{margin-top:32px}.form-row_marginTopSmaller{margin-top:16px}.form-row_step2{margin-top:24px}.form-row h4{margin-bottom:18px;font-size:20px}.inner{padding:0}.labeled-input{margin-bottom:16px}.labeled-input label{color:var(--base-color-1);font:500 14px/1 var(--font-family);margin-bottom:4px;display:block}.labeled-box{background-color:var(--base-color-5);border-radius:4px;margin-top:16px;padding:16px}.labeled-box label{margin-bottom:0;display:inline}.form-row input[type=date],.form-row input[type=email],.form-row input[type=number],.form-row input[type=tel],.form-row input[type=text],.labeled-input input[type=email],.labeled-input input[type=number],.labeled-input input[type=tel],.labeled-input input[type=text]{background:var(--base-color-2);border:1px solid var(--base-color-10);border-radius:4px;width:100%;height:43px;padding:9px 8px 11px;font-size:15px}.form-row input[type=date]:focus,.form-row input[type=email]:focus,.form-row input[type=number]:focus,.form-row input[type=tel]:focus,.form-row input[type=text]:focus,.labeled-input input:focus{border-color:var(--base-color-1);outline:none}#porting-form input.f3-form-error,.labeled-input input.error{border-color:var(--base-color-8)}.error-message{color:var(--base-color-8);margin-top:4px;font-size:13px}.short-input{max-width:200px}.form-overview-box input[readonly],.form-overview-box input[type=date]:read-only,.form-overview-box input[type=email]:read-only,.form-overview-box input[type=number]:read-only,.form-overview-box input[type=tel]:read-only,.form-overview-box input[type=text]:read-only,.input-field-readonly{color:var(--base-color-1);cursor:default;font:400 17px/27px var(--font-family);pointer-events:none;background:0 0;border:none;width:100%;padding:0;display:block}.form-row input[type=checkbox],.form-row input[type=radio]{display:none}.form-row input[type=checkbox]+label,.form-row input[type=radio]+label{cursor:pointer;display:flex}.form-row input[type=checkbox]+label{font:400 13px/18px var(--font-family);margin-top:4px}.form-row input[type=checkbox]+label:before,.form-row input[type=radio]+label:before{background-color:var(--base-color-2);border:1px solid var(--base-color-10);content:"";z-index:5;flex-shrink:0;margin-right:8px;display:block;position:relative}.form-row input[type=checkbox]+label:before{width:14px;height:14px;margin-top:2px}.form-row input[type=radio]+label{font:500 15px/24px var(--font-family);position:relative}.form-row input[type=radio]+label:before{border-radius:50%;width:13px;height:13px;margin-top:4px}.form-row input[type=checkbox]:checked+label:before,.form-row input[type=radio]:checked+label:before{background-color:var(--base-active-color-4);border-color:var(--base-active-color-4)}.form-row input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml,%3Csvg width='32' height='21' viewBox='0 0 32 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.763 14.938 2.841 6.015 0 8.857 11.763 20.57 32 .333h-5.632L11.763 14.938Z' fill='%23000000'/%3E%3C/svg%3E");background-position:2px 3px;background-repeat:no-repeat;background-size:8px 5px}.form-row input[type=radio]:checked+label:after{background-color:var(--base-color-1);content:"";z-index:5;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:4px}.phone-number-wrap{margin:16px 0}.phone-number-row{margin-bottom:8px}#add-phone-number-row,.js-remove-phone-number-row{color:inherit;cursor:pointer;font-size:15px;font-weight:700}#add-phone-number-row{margin-bottom:8px}.js-remove-phone-number-row{margin-top:16px}#add-phone-number-row:hover,.js-remove-phone-number-row:hover{background:var(--base-hover-color-10);text-decoration:underline}#add-phone-number-row div,.js-remove-phone-number-row div{cursor:pointer;font-size:15px;font-weight:700;line-height:22px;display:inline-block}#add-phone-number-row div span:first-of-type,.js-remove-phone-number-row div span:first-of-type{text-decoration:underline}.msn-or-block:checked+label{color:var(--base-color-3);font-weight:600}.form-overview-box{background:var(--base-color-5);border-radius:8px;margin:24px 0 16px;padding:24px}.form-overview-box label{font:400 13px/18px var(--font-family);margin-bottom:0;display:block}.form-overview-box .labeled-box,.form-overview-box .labeled-input{margin-bottom:24px}.form-overview-footnote{color:var(--base-color-9);margin:32px 0 24px;font-size:13px;line-height:1.4;display:block}#porting-form .marginBottom{margin-bottom:20px}@media (max-width:767px){.form-title{margin-top:32px}.next{margin-bottom:16px}.pull-left,.pull-right{float:none;width:100%;margin-bottom:16px}}.button{color:var(--base-color-1);cursor:pointer;font-family:var(--font-family);border:0;border-radius:4px;min-width:120px;padding:12px 28px;font-size:16px;font-weight:700;line-height:18px;text-decoration:none;transition:all .25s ease-out;display:inline-block}.button.type-1{background:var(--base-color-4)}.button.type-2{border:1px solid var(--base-color-1);background:0 0}.button:disabled{cursor:not-allowed;opacity:.6}.button:disabled:hover{background-color:var(--base-color-3)}.next{margin-top:32px}.next:after{clear:both;content:"";display:table}@media (min-width:992px){.button:active,.button:focus{outline:none}.button:focus-visible{position:relative}.button:focus-visible:before{content:"";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' stroke='%23000000' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");width:calc(100% + 14px);height:calc(100% + 14px);position:absolute;top:-6px;left:-7px}.button.type-1:active{background:var(--base-active-color-4)}.button.type-1:focus-visible,.button.type-1:hover{background:var(--base-hover-color-4)}.button.type-2:active,.button.type-2:focus-visible,.button.type-2:hover{background:var(--base-color-1);color:var(--base-color-2)}}@media (max-width:767px){#footer ul{margin-bottom:24px}#footer ul li{margin-bottom:8px}}@media (min-width:992px){#footer .row{justify-content:space-between;align-items:center;display:flex}#footer ul{display:flex}.footer-copyright{text-align:right}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}
