@font-face{font-family:ooono;font-weight:400;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_medium.woff2)}@font-face{font-family:ooono;font-weight:500;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_demibold.woff2)}@font-face{font-family:ooono;font-weight:700;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_bold.woff2)}html{font-family:ooono}.text,h1,h2,h3,h4,h5,h6,li,p,span{color:var(--black-color)}.text.highlight,h1.highlight,h2.highlight,h3.highlight,h4.highlight,h5.highlight,h6.highlight,li.highlight,p.highlight,span.highlight{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.text.tiny,h1.tiny,h2.tiny,h3.tiny,h4.tiny,h5.tiny,h6.tiny,li.tiny,p.tiny,span.tiny{font-size:11px}.text.small,h1.small,h2.small,h3.small,h4.small,h5.small,h6.small,li.small,p.small,span.small{font-size:13px}.text.regular,h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,h6.regular,li.regular,p.regular,span.regular{font-size:16px;line-height:24px}.text.large,h1.large,h2.large,h3.large,h4.large,h5.large,h6.large,li.large,p.large,span.large{font-size:24px;line-height:33px}.text.xlarge,h1.xlarge,h2.xlarge,h3.xlarge,h4.xlarge,h5.xlarge,h6.xlarge,li.xlarge,p.xlarge,span.xlarge{font-size:32px;font-weight:400;line-height:43px}.text.xxlarge,h1.xxlarge,h2.xxlarge,h3.xxlarge,h4.xxlarge,h5.xxlarge,h6.xxlarge,li.xxlarge,p.xxlarge,span.xxlarge{font-size:53px;font-weight:400;line-height:43px}.text.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold,li.bold,p.bold,span.bold{font-weight:700!important}.text.italic,h1.italic,h2.italic,h3.italic,h4.italic,h5.italic,h6.italic,li.italic,p.italic,span.italic{font-style:italic}.text.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin,li.thin,p.thin,span.thin{font-weight:300!important}h1,h2,h3,h4{font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media (max-width:1550px){h1{font-size:80px;line-height:80px}h3{font-size:40px;line-height:40px}h4{font-size:24px;line-height:24px}h5{font-size:20px;line-height:20px}}@media (max-width:850px){h1{font-size:50px;line-height:50px}}@media (max-width:870px){h5{font-size:16px;line-height:16px}h6{font-size:12px;line-height:12px}}*,body,html{box-sizing:border-box}html{height:100%;width:100%}#__nuxt{height:100vh;width:100%}body{background-color:var(--grey-lightest-color);margin:0;width:100%}.wrapper{display:flex;flex-direction:column;gap:25px}.padding,.wrapper{padding:25px}.border-radius{border-radius:8px}.container{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:100vh}.container.row{flex-direction:row}.container.row header{max-width:350px}.router-link-active,.router-link-active *{color:var(--primary-color--c01)!important}div.modal{background-color:var(--off-white-color);border-radius:8px;box-shadow:0 4px 8px #0000001a;left:50%;padding:50px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999}@media (max-width:1750px){div.modal{padding:30px}}div.modal .close{cursor:pointer;height:25px;position:absolute;right:25px;top:25px;transition:color .3s ease;width:25px}div.modal .close:hover{color:var(--primary-color--c01)}div.modal div.modalContent{display:flex;flex-direction:column;gap:15px}div.modal h2{margin:0 0 10px}div.buttons{display:flex;gap:15px;justify-content:space-between}div.buttons .button{background-color:var(--primary-color--c01);border:1px solid var(--primary-color--c01);border-radius:8px;color:var(--white-color);cursor:pointer;padding:15px;text-align:center;width:100%}div.buttons .button.active,div.buttons .button:hover{background-color:var(--primary-color--c02);color:#fff;transition:all .3s ease-in-out}div.buttons .button.blue{background-color:var(--primary-color--c01);color:#fff}div.buttons .button.blue:hover{background-color:#fff;color:var(--primary-color--c01);transition:all .3s ease-in-out}div.buttons .button.danger{background-color:#ff460c;border:1px solid #ff460c;color:var(--white-color)}div.buttons .button.danger:hover{background-color:#d83400;color:var(--white-color);transition:all .3s ease-in-out}div.buttons .button.disabled{border-color:var(--primary-color--c01);cursor:not-allowed;pointer-events:none}div.buttons .button.disabled,div.buttons .button.disabled:hover{background-color:var(--grey-light-color);color:var(--primary-color--c01)}div.buttons.disabled span.button{cursor:not-allowed;pointer-events:none}.loader{animation:loader-animation 2s ease-in-out infinite;background-color:var(--primary-color--c01);height:3px;left:0;position:absolute;top:0;width:100%;z-index:9999}@keyframes loader-animation{0%{left:-100%}to{left:100%}}.copyable{cursor:pointer;position:relative}.copyable:hover:after{background:#000;border-radius:4px;color:#fff;content:"Click to copy";font-size:12px;left:50%;padding:4px 8px;position:absolute;top:100%;transform:translate(-50%);white-space:nowrap;z-index:10}html[data-theme=dark]{--primary-color--c01:#ff8c00;--primary-color--c02:#cc7000;--primary-color--c03:#950;--primary-color--c04:#663d00;--white-color:#1e1e1e;--off-white-color:#2f2f2f;--grey-lightest-color:#333;--grey-light-color:#444;--grey-medium-color:#666;--dark-color:#bbb;--black-color:#fafafa}html,html[data-theme=light]{--primary-color--c01:#0032ff;--primary-color--c02:#0028cc;--primary-color--c03:#001e99;--primary-color--c04:#001466;--white-color:#fff;--off-white-color:#fafafa;--grey-lightest-color:#f0f0f0;--grey-light-color:#e0e0e0;--grey-medium-color:#bbb;--dark-color:#5a5a5a;--black-color:#1e1e1e}input{transition:border-color .2s ease-in-out}input.error{border-color:#ff460c!important;transition:border-color .3s ease-in-out}input:not([type=checkbox]),select{background-color:transparent;border:none;border-bottom:1px solid var(--grey-light-color);color:var(--black-color);font-family:ooono;font-size:14px;height:100%;min-height:30px}input:not([type=checkbox]).full,select.full{width:100%}input:not([type=checkbox]).small,select.small{font-size:15px;min-height:unset}input:not([type=checkbox]).regular,select.regular{font-size:18px}input:not([type=checkbox]).large,select.large{font-size:26px}input:not([type=checkbox]).hasValue,select.hasValue{border-bottom:1px solid var(--black-color)}input:not([type=checkbox]).hasValue::-moz-placeholder,select.hasValue::-moz-placeholder{color:var(--black-color)}input:not([type=checkbox]).hasValue::placeholder,select.hasValue::placeholder{color:var(--black-color)}input:not([type=checkbox]):focus-visible,select:focus-visible{border-bottom:1px solid var(--black-color);outline:none}input:not([type=checkbox]).checkbox,select.checkbox{width:15px}.otac-input[data-v-fba13d1e]{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;max-width:100%}.otac-field[data-v-fba13d1e]{border:1px solid #ddd;border-radius:5px;margin:10px 0;padding:10px;width:100%}.email-input[data-v-29ddded0]{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;padding:0}.email-field[data-v-29ddded0]{border:1px solid #ddd;border-radius:5px;margin:10px 0;padding:10px;width:100%}.email-field[data-v-29ddded0]:focus-visible{border-color:#b7b7b7;outline:none}.email-field[data-v-29ddded0]:disabled{background-color:#f0f0f0;cursor:not-allowed}.confirm-btn[data-v-0e8f2e10]{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px;width:100%}.confirm-btn[data-v-0e8f2e10]:disabled{background-color:#ccc;cursor:not-allowed}.loader[data-v-01ad5c22]{height:4px;left:0;position:fixed;top:0;width:100%;z-index:1000}.progress-bar[data-v-01ad5c22]{animation:loading-01ad5c22 2s linear infinite;background-color:#00f;height:100%}@keyframes loading-01ad5c22{0%{transform:translate(0)}to{transform:translate(100%)}}.login-flow[data-v-61089fcf]{display:flex;flex-direction:column;justify-content:center;margin:auto}.back-button[data-v-61089fcf]{background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;margin-top:10px;padding:10px}.back-button[data-v-61089fcf]:hover{background-color:#e0e0e0}
