:root{--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;--border-radius: 2px;--font-color: #000000;--red-color: #FF1721;--red-color-100: hsl(from var(--red-color) h s 96%);--red-color-200: hsl(from var(--red-color) h s 80%);--red-color-300: hsl(from var(--red-color) h s 70%);--red-color-400: hsl(from var(--red-color) h s 60%);--red-color-500: var(--red-color);--red-color-600: hsl(from var(--red-color) h s 24%);--red-color-700: hsl(from var(--red-color) h s 20%);--red-color-800: hsl(from var(--red-color) h s 15%);--red-color-900: hsl(from var(--red-color) h s 10%);--grey-color: #6a7282;--grey-color-100: hsl(from var(--grey-color) h s 96%);--grey-color-200: hsl(from var(--grey-color) h s 80%);--grey-color-300: hsl(from var(--grey-color) h s 70%);--grey-color-400: hsl(from var(--grey-color) h s 60%);--grey-color-500: var(--grey-color);--grey-color-600: hsl(from var(--grey-color) h s 24%);--grey-color-700: hsl(from var(--grey-color) h s 20%);--grey-color-800: hsl(from var(--grey-color) h s 15%);--grey-color-900: hsl(from var(--grey-color) h s 10%);--yellow-color: #ffb600;--yellow-color-100: hsl(from var(--yellow-color) h s 96%);--yellow-color-200: hsl(from var(--yellow-color) h s 80%);--yellow-color-300: hsl(from var(--yellow-color) h s 70%);--yellow-color-400: hsl(from var(--yellow-color) h s 60%);--yellow-color-500: var(--yellow-color);--yellow-color-600: hsl(from var(--yellow-color) h s 24%);--yellow-color-700: hsl(from var(--yellow-color) h s 20%);--yellow-color-800: hsl(from var(--yellow-color) h s 15%);--yellow-color-900: hsl(from var(--yellow-color) h s 10%);--navy-blue-color: #00008F;--navy-blue-color-100: hsl(from var(--navy-blue-color) h s 96%);--navy-blue-color-200: hsl(from var(--navy-blue-color) h s 80%);--navy-blue-color-300: hsl(from var(--navy-blue-color) h s 70%);--navy-blue-color-400: hsl(from var(--navy-blue-color) h s 60%);--navy-blue-color-500: var(--navy-blue-color);--navy-blue-color-600: hsl(from var(--navy-blue-color) h s 24%);--navy-blue-color-700: hsl(from var(--navy-blue-color) h s 20%);--navy-blue-color-800: hsl(from var(--navy-blue-color) h s 15%);--navy-blue-color-900: hsl(from var(--navy-blue-color) h s 10%);--green-color: #018e05;--green-color-100: hsl(from var(--green-color) h s 96%);--green-color-200: hsl(from var(--green-color) h s 80%);--green-color-300: hsl(from var(--green-color) h s 70%);--green-color-400: hsl(from var(--green-color) h s 60%);--green-color-500: var(--green-color);--green-color-600: hsl(from var(--green-color) h s 24%);--green-color-700: hsl(from var(--green-color) h s 20%);--green-color-800: hsl(from var(--green-color) h s 15%);--green-color-900: hsl(from var(--green-color) h s 10%);--left-side-image-bg-color: transparent;--company-logo-max-with: 180px;--legal-text-font-color: #000000}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:var(--font-family);color:var(--font-color)}.text-underline{text-decoration:underline}.font-16px{font-size:16px}.form{max-width:700px;width:100%;padding:16px;box-sizing:border-box;container-name:form;container-type:inline-size}.form__alert{margin-bottom:20px}.form__elements{display:grid;grid-template-columns:1fr;gap:60px}.form__section{display:flex;flex-direction:column}.form__section__title{font-weight:300;margin-top:0;margin-bottom:20px;font-size:24px;color:#9d9d9d}.form__section__items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form__section__items--full{grid-template-columns:1fr}@container form (max-width: 600px){.form__section__items{grid-template-columns:1fr}}@media screen and (max-width: 767px){.form__section__items{grid-template-columns:1fr}}.form__actions{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px}@media screen and (max-width: 767px){.form__actions{flex-direction:column}}.form__checkbox{display:grid;grid-template-columns:1fr;gap:10px;margin-top:20px;justify-content:flex-start}.stepper{width:100%;margin:0;display:flex;justify-content:space-between}.stepper__item{text-align:center;position:relative;display:flex;align-items:center;padding:10px;flex-direction:column;flex:1}.stepper__item:after{content:"";display:block;position:absolute;z-index:2;width:calc(100% - 100px);top:28%;left:calc(50% + 50px);border-top:2px dashed #bababa}.stepper__item--done{color:var(--green-color);transition:all .1s}.stepper__item--done .stepper__item__icon{background-color:var(--green-color-100);color:var(--green-color)}.stepper__item--done:after{border-top-style:solid;border-top-width:1px}.stepper__item--done:hover,.stepper__item--done:focus{text-decoration:underline;cursor:pointer}.stepper__item--current{color:var(--navy-blue-color)}.stepper__item--current .stepper__item__icon{background-color:var(--navy-blue-color);color:#fff}.stepper__item--current:last-of-type:after,.stepper__item--current:only-of-type:after{height:30%}.stepper__item:last-of-type:after{display:none}.stepper__item--pending{color:#000}.stepper__item--pending .stepper__item__icon{background-color:#000;color:#fff}.stepper__item--pending:after{height:30%}.stepper__item__icon{display:flex;align-items:center;justify-content:center;height:48px;width:48px;border-radius:48px;margin:0 0 15px;font-weight:600}.stepper__item__title{margin:0;font-weight:600}.button{border-radius:var(--border-radius);padding:8px 12px;height:40px;box-sizing:border-box;background-color:transparent;border:1px solid transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}.button:disabled{opacity:.8;cursor:not-allowed}.button--filled.button--blue{background-color:var(--navy-blue-color);color:#fff}.button--filled.button--yellow{background-color:var(--yellow-color);color:#000}.button--filled.button--grey{background-color:var(--grey-color);color:#fff}.button--outlined.button--blue{border-color:var(--navy-blue-color);color:#fff}.button--outlined.button--blue{border-color:var(--yellow-color);color:#000}.button--outlined.button--grey{border-color:var(--grey-color);color:#fff}.button--ghost.button--blue{color:var(--navy-blue-color)}.button--ghost.button--yellow{color:var(--yellow-color)}.button--ghost.button--grey{color:var(--grey-color)}.button--loading .button__icon{animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.button__icon{margin-right:8px}.form-group{display:flex;flex-direction:column}.form-group--error .form-group__label{color:var(--red-color)}.form-group__label{font-weight:600;color:#333;margin-bottom:6px}.input-group{display:flex;flex-direction:column}.input-group--error .input-group__box{border-color:var(--red-color)}.input-group--error .input-group__message{color:var(--red-color)}.input-group__box{background-color:transparent;border:1px solid #ccc;border-radius:var(--border-radius);padding:8px 12px;height:40px;box-sizing:border-box;color:#000;width:100%}.input-group__box[readonly]{cursor:not-allowed}.input-group__message{font-size:12px;margin-top:4px}.modal-overlay{position:fixed;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);top:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center}.modal-overlay .modal{background-color:#fff;display:flex;flex-direction:column;max-width:600px;min-height:200px;width:100%}.modal-overlay .modal--size-sm{max-width:400px}.modal-overlay .modal--size-md{max-width:600px}.modal-overlay .modal--size-lg{max-width:800px}.modal-overlay .modal--size-xl{max-width:1000px}.modal-overlay .modal__header,.modal-overlay .modal__body{box-sizing:border-box}.modal-overlay .modal__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f1f1f1;padding:12px}.modal-overlay .modal__header__title{font-size:18px;font-weight:600}.modal-overlay .modal__header__close-button{background-color:transparent;padding:6px;border:none;cursor:pointer;color:#000}.modal-overlay .modal__body{padding:24px 12px}.one-time-password{display:flex;flex-direction:column;align-items:center;justify-content:center}.one-time-password__container{display:flex;flex-direction:row;align-items:center;justify-content:center}.one-time-password__container>*:not(:first-child){margin-left:10px}.one-time-password__description{font-size:14px;color:#333}.one-time-password__form{display:flex;flex-direction:column;width:100%}.one-time-password__input{font-size:28px;padding:20px}.one-time-password__button{width:100%;margin-top:20px}.select-group{display:flex;flex-direction:column}.select-group--error .select-group__box{border-color:var(--red-color)}.select-group--error .select-group__message{color:var(--red-color)}.select-group__box{background-color:transparent;border:1px solid #ccc;border-radius:var(--border-radius);padding:8px 12px;height:40px;box-sizing:border-box;color:#000;width:100%}.select-group__message{font-size:12px;margin-top:4px}.checkbox-group{display:flex;flex-direction:row;align-items:center;cursor:pointer}.checkbox-group--error{color:var(--red-color)}.checkbox-group__text{margin-left:10px;font-size:12px}.alert{display:grid;grid-template-columns:24px 1fr 24px;gap:10px;align-items:center;padding:16px;border-radius:var(--border-radius)}.alert--type-info{background-color:var(--navy-blue-color-100);color:var(--navy-blue-color)}.alert--type-success{background-color:var(--green-color-100);color:var(--green-color)}.alert--type-error{background-color:var(--red-color-100);color:var(--red-color)}.alert--type-warning{background-color:var(--yellow-color-100);color:var(--yellow-color)}.alert__title+.alert__description{margin-top:8px}.alert__description{padding:0;margin:0}.alert__close-button{background-color:transparent;border:0;cursor:pointer;color:currentColor}.serial-number-activation__sub-head-title{font-size:42px;font-weight:400;text-transform:uppercase;color:#ffffffb3;margin-top:80px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media screen and (max-width: 992px){.serial-number-activation__sub-head-title{font-size:36px;margin-top:20px}}.serial-number-activation__head-title{font-size:72px;max-width:1000px;color:#fff;margin-top:20px}@media screen and (max-width: 1200px){.serial-number-activation__head-title{font-size:54px}}.serial-number-activation__title{font-size:36px;font-weight:300;margin-bottom:20px;color:#333;margin-top:0}.serial-number-activation__stepper{max-width:700px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #f1f1f1}@media screen and (max-width: 468px){.serial-number-activation__stepper{zoom:.8;padding-bottom:10px;margin-bottom:10px}}@media screen and (max-width: 320px){.serial-number-activation__stepper{zoom:.6}}.serial-number-activation .result{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:40px;max-width:600px}.serial-number-activation .result__icon{margin-bottom:40px}.serial-number-activation .result__title{margin-top:0;margin-bottom:12px;font-size:26px;font-weight:300;color:var(--green-color)}.serial-number-activation .result__description{margin-top:0;text-align:center;line-height:25px;color:#606060}.agreement-and-policy-modal{display:flex;flex-direction:column}.agreement-and-policy-modal__content{max-height:500px;overflow-y:scroll}.agreement-and-policy-modal__content iframe{height:500px;width:100%}.agreement-and-policy-modal__button-group{margin-top:20px}.agreement-and-policy-modal__button-group>button{width:100%}.form-layout{display:flex;flex-direction:row;min-height:100vh}@media screen and (max-width: 992px){.form-layout{flex-direction:column}}.form-layout__column{flex:1}@media screen and (max-width: 992px){.form-layout__column{flex:initial}}.form-layout__information{background-size:cover;background-position:center;min-height:100vh;display:flex}@media screen and (max-width: 992px){.form-layout__information{min-height:400px;height:initial}}.form-layout__information__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.form-layout__information__body{display:flex;width:100%;height:100%;flex:1;background-color:var(--left-side-image-bg-color)}@media screen and (max-width: 992px){.form-layout__information__body{height:initial}}.form-layout__information__container{display:flex;flex-direction:column;padding:40px;box-sizing:border-box;width:100%}.form-layout__content{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding-top:60px;padding-bottom:60px}@media screen and (min-width: 993px){.form-layout__content{overflow-y:auto;max-height:100vh}}.form-layout__logo{margin-bottom:40px}.form-layout__logo>img{max-width:var(--company-logo-max-with)}.form-layout__providor-logo>img{width:180px}.form-layout__legal-text{margin-top:auto;color:var(--legal-text-font-color);font-size:12px;padding-left:0;margin-bottom:0}.form-layout__legal-text>li{margin-bottom:4px}.policy-printing__title{font-size:36px;font-weight:300;margin-bottom:20px;color:#333;margin-top:0}.policy-printing__files{display:flex;flex-direction:column;padding-inline:20px;box-sizing:border-box;margin-block-start:30px;gap:10px;width:100%;max-width:800px}.policy-printing__files__item{display:flex;flex-direction:row;align-items:center;padding:10px 16px;border:1px solid var(--grey-color-100);border-radius:5px;box-sizing:border-box;text-decoration:none;color:inherit}.policy-printing__files__item,.policy-printing__files__item:hover,.policy-printing__files__item:focus{transition:all .5s ease}.policy-printing__files__item:hover{border-color:var(--grey-color-200)}.policy-printing__files__item__icon{display:flex;justify-content:center;align-items:center;color:var(--grey-color-500);width:46px;height:46px;border-radius:50%;background-color:var(--grey-color-100);border:1px solid var(--grey-color-200);margin-inline-end:12px}.policy-printing__files__item__text{display:flex;flex-direction:column;gap:5px}.policy-printing__files__item__text>*:first-child{color:var(--grey-color-400);font-size:12px;font-weight:500}.policy-printing__files__item__text>*:last-child{font-weight:300}.policy-printing__files__item__button{color:var(--grey-color-200);margin-inline-start:auto;width:32px;height:32px}.smart-change-new-transaction{max-width:700px;width:100%;margin-inline:auto;margin-block-start:40px;padding:24px;box-sizing:border-box}.smart-change-new-transaction__logo{max-width:120px;margin-inline:auto}.smart-change-new-transaction__title{font-size:36px;font-weight:300;margin-block-end:20px;color:#333}.smart-change-new-transaction__content{display:flex;flex-direction:column}.smart-change-new-transaction__form{display:flex;flex-direction:column;gap:20px}
