*,
*::before,
*::after {
    box-sizing: inherit;
    font-family: inherit
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    box-sizing: border-box;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #011e39
}

.login-btn {
    width: 68px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    background-color: rgba(1, 30, 57, 0.04);
    transition: all 300ms;
    display: flex;
    height: 48px;
}

body:not([hidden]) {
    display: flex;
    flex-direction: column
}

@media (max-width: 480px) {
    body {
        background-color: #f5f6f7
    }
}

@media (min-width: 481px) {
    body {
        background-color: #fff
    }
}

p {
    margin: 0
}

main {
    flex: auto;
    background-color: #fff;
    align-self: stretch;
    padding: 0 calc((100vw - 327px)/2) 32px;
    border-radius: 0 0 32px 32px
}

@media (max-width:343px) {
    main {
        padding: 0 8px
    }
}

footer {
    align-self: center;
    width: 100%;
    flex: none;
    font-size: 14px;
    line-height: 20px;
    color: rgba(1, 30, 57, 0.6)
}

footer:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (min-width: 481px) {
    footer {
        padding: 18px 24px;
        align-items: center;
        justify-content: center;
        gap: 32px
    }
}

@media (max-width: 480px) {
    footer {
        padding: 24px;
        flex-wrap: wrap
    }

    footer p:first-child {
        flex: 0 0 100%;
        margin-bottom: 8px
    }

    footer #language {
        margin-left: 24px
    }
}

#seznam {
    display: block;
    background-image: url("../fonts/gnVxeqXT0nrB.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff
}

@media (min-width: 481px) {
    #seznam {
        height: 48px;
        background-position: center;
        margin-top: 64px;
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    #seznam {
        margin-top: 48px;
        margin-bottom: 10px;
        height: 32px
    }
}

a[href] {
    color: #c00
}

a[href]:not(:hover):not(:focus) {
    text-decoration: none
}

h1 {
    margin: 0 0 32px 0;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.03em
}

@media (min-width: 481px) {
    h1 {
        text-align: center
    }
}

body[data-service=oauth][data-oauth=external] h1 {
    margin-bottom: 16px
}

.text-10 {
    font-size: 10px;
    line-height: 12px
}

.text-12 {
    font-size: 12px;
    line-height: 18px
}

.text-14 {
    font-size: 14px;
    line-height: 20px
}

.text-16 {
    font-size: 16px;
    line-height: 24px
}

.text-18 {
    font-size: 18px;
    line-height: 25px
}

.flex-row:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.flex-column:not([hidden]) {
    display: flex;
    flex-direction: column
}

.intro-button {
    padding: 12px 16px;
    justify-content: flex-start;
    background-color: transparent;
    border: 1px solid rgba(1, 30, 57, 0.12);
    text-align: left;
    height: auto;
    transition: background-color 300ms
}

.intro-button:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.intro-button:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

.intro-button:focus-visible {
    outline: 1px solid rgba(1, 30, 57, 0.4)
}

.intro-button .icon,
.intro-button img {
    margin-right: 12px
}

.intro-button span {
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 30, 57, 0.6)
}

.intro-button strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 4px
}

.intro-button+button {
    margin-top: 12px
}

.intro-button .icon {
    color: rgba(1, 30, 57, 0.4)
}

img.check {
    display: block;
    margin: 0 auto 8px auto
}

#language {
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #011e39;
    background-image: url("../fonts/yzoqtRanFP68.svg");
    background-position: right 12px top 50%
}

#language:focus {
    border-radius: 12px;
    background-color: rgba(1, 30, 57, 0.04)
}

.widget-vcard {
    background-color: rgba(1, 30, 57, 0.04);
    border-radius: 16px;
    padding: 16px;
    position: relative
}

.widget-vcard:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.widget-vcard .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px
}

.widget-vcard .user {
    flex: auto;
    white-space: nowrap;
    overflow: hidden
}

.widget-vcard .user div {
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-vcard .icon {
    color: rgba(1, 30, 57, 0.4)
}

.widget-vcard button {
    padding: 8px;
    width: auto;
    height: auto;
    background-color: transparent
}

.widget-vcard button .icon {
    display: block;
    width: 16px;
    height: 16px;
    transition: color 300ms
}

.widget-vcard button .icon:hover {
    color: rgba(1, 30, 57, 0.6)
}

.widget-vcard .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold
}

.widget-vcard .email {
    font-size: 14px;
    line-height: 20px;
    color: rgba(1, 30, 57, 0.6)
}

.widget-vcard.orange .avatar {
    opacity: .5
}

.widget-vcard.orange::before {
    content: url("../fonts/45EDjxuUiV5f.svg");
    position: absolute;
    left: 48px;
    top: 44px;
    z-index: 1
}

.oauth-service {
    justify-content: center;
    margin-bottom: 32px
}

.oauth-service:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.oauth-service .logo {
    margin-right: 8px
}

.oauth-service span {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(1, 30, 57, 0.4)
}

.widget-password-change p {
    margin-bottom: 24px
}

.widget-captcha img {
    float: right;
    margin-bottom: 8px
}

.widget-captcha label {
    clear: right
}

.widget-captcha input {
    text-transform: uppercase
}

.widget-strength {
    width: 70px;
    border-radius: 4px;
    background-color: rgba(1, 30, 57, 0.08);
    position: absolute;
    top: 20px;
    right: 16px
}

.widget-strength div {
    height: 8px;
    border-radius: 4px
}

.gender-row {
    padding-left: 16px;
    margin-bottom: 24px
}

.gender-row:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.gender-row [type=radio] {
    position: absolute;
    width: 0;
    opacity: 0
}

.gender-row .radios {
    margin-left: auto;
    gap: 4px;
    border-radius: 16px;
    border: 1px solid rgba(1, 30, 57, 0.12);
    padding: 3px;
    transition: border-color 300ms
}

.gender-row .radios:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.gender-row .radios:hover {
    border-color: rgba(1, 30, 57, 0.24)
}

.gender-row .radios span {
    border-radius: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    transition: background-color 300ms;
    display: block;
    padding-left: 18px;
    padding-right: 18px
}

.gender-row .radios span:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

.gender-row .radios :checked+span {
    background-color: rgba(1, 30, 57, 0.12);
    font-weight: bold
}

.gender-row .radios :focus-visible+span {
    outline: 1px solid rgba(1, 30, 57, 0.4)
}

.tabs {
    gap: 4px;
    border-radius: 16px;
    border: 1px solid rgba(1, 30, 57, 0.12);
    padding: 3px;
    transition: border-color 300ms
}

.tabs:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.tabs:hover {
    border-color: rgba(1, 30, 57, 0.24)
}

.tabs-item {
    border-radius: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    transition: background-color 300ms
}

.tabs-item:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

.tabs-item-active {
    background-color: rgba(1, 30, 57, 0.12);
    font-weight: bold
}

.widget-sms-loop {
    text-align: center
}

.widget-sms-loop p {
    margin-bottom: 24px
}

.widget-sms-loop .instructions {
    margin-bottom: 36px
}

.widget-sms-loop .loading {
    animation: rotate 5s linear infinite;
    margin-bottom: 8px
}

.widget-sms-loop .waiting {
    color: rgba(1, 30, 57, 0.6);
    font-size: 14px;
    line-height: 20px
}

.widget-sms-loop.done {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1eae00;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

button {
    cursor: pointer;
    color: inherit;
    font-size: 14px;
    line-height: 17px
}

input:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #011e39 !important
}

[type=text],
[type=password],
button {
    width: 100%;
    height: 48px;
    font: inherit;
    border: none;
    border-radius: 16px
}

[type=text]:not([hidden]),
[type=password]:not([hidden]),
button:not([hidden]) {
    display: block
}

[type=text],
[type=password] {
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(1, 30, 57, 0.12);
    padding: 0 16px;
    outline: none;
    font-size: 16px;
    transition: border 300ms
}

[type=text]:not(:disabled):hover,
[type=password]:not(:disabled):hover {
    border-color: rgba(1, 30, 57, 0.24)
}

[type=text]:not(:disabled):focus,
[type=password]:not(:disabled):focus {
    border-color: rgba(1, 30, 57, 0.4)
}

[type=text]:disabled,
[type=password]:disabled {
    border-color: rgba(1, 30, 57, 0.08);
    color: rgba(1, 30, 57, 0.4)
}

[type=submit] {
    color: #fff;
    background-color: #c00;
    font-weight: bold;
    outline: none;
    transition: background-color 300ms
}

[type=submit]:disabled {
    color: rgba(1, 30, 57, 0.4);
    background-color: rgba(1, 30, 57, 0.04)
}

[type=submit]:not(:disabled):hover {
    background-color: #A70606
}

[type=submit]:focus-visible {
    text-decoration: underline
}

.secondary {
    color: #c00;
    border: 1px solid #c00;
    background-color: #fff;
    font-weight: bold;
    outline: none;
    transition: background-color 300ms
}

.secondary:not(:disabled):hover {
    background-color: rgba(204, 0, 0, 0.08)
}

.secondary:focus-visible {
    text-decoration: underline
}

button.tertiary,
a.tertiary {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #c00;
    background: transparent;
    text-align: center
}

a.tertiary:not([hidden]) {
    display: block
}

button.tertiary {
    height: auto
}

button.tertiary:hover {
    text-decoration: underline
}

[type=checkbox] {
    position: absolute;
    left: -5000px;
    opacity: 0
}

[type=checkbox]+span::before {
    content: url(../fonts/bjYMHlBwWSHC.svg);
    margin-right: 8px;
    vertical-align: middle;
    padding-top: 2px;
    transition: all 300ms;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2))
}

[type=checkbox]:checked+span::before {
    content: url(../fonts/63wlRyIN07P3.svg)
}

[type=checkbox]:hover+span::before {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5))
}

[type=checkbox]:focus+span::before {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7))
}

label.magic {
    position: relative
}

label.magic:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

label.magic span {
    position: absolute;
    font-size: 11px;
    line-height: 12px;
    top: -6px;
    left: 16px;
    padding: 0 2px;
    background-color: #fff;
    color: rgba(1, 30, 57, 0.4);
    white-space: nowrap;
    max-width: calc(100% - 2*16px);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 300ms
}

label.magic :placeholder-shown:not(:focus)+span {
    font-size: 14px;
    line-height: 20px;
    top: 15px;
    color: inherit;
    padding: 0
}

.errorable:not(.has-error) {
    margin-bottom: 16px
}

.errorable.has-error input {
    border-color: #c00 !important
}

.errorable.has-error+.error {
    color: #c00;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    margin: 2px 0 22px 16px
}

.errorable.has-error+.error a {
    text-decoration: underline
}

.errorable.has-error.magic span,
.errorable.has-error .magic span {
    color: #c00
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #fff;
    box-shadow: none;
    width: auto;
    height: auto;
    outline: none;
    background-image: url("../fonts/0YVjJ0G7GsKF.svg");
    background-position: right 8px top 50%;
    background-repeat: no-repeat;
    font: inherit;
    font-size: 14px;
    line-height: 17px
}

[name=pin] {
    text-transform: uppercase
}

svg path:not([fill]),
svg polygon:not([fill]),
svg circle:not([fill]) {
    fill: currentColor
}

.icon {
    width: 24px;
    height: 24px;
    flex: none
}

body.alert::after {
    display: none !important;
    content: "";
    display: block;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(68, 68, 68, 0.5)
}

div.alert {
    display: none !important;
    z-index: 12;
    background-color: #fff;
    padding: 48px;
    border-radius: 4px;
    max-width: 560px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

div.alert h3 {
    display: none !important;
    margin-top: 0
}

div.alert p {
    display: none !important;
    margin: 0
}

div.alert div {
    display: none !important;
    margin-top: 32px;
    justify-content: center
}

div.alert div:not([hidden]) {
    display: none !important;
    display: flex;
    flex-direction: row;
    align-items: center
}

div.alert button {
    width: auto;
    padding: 0 24px
}

div.alert button+button {
    margin-left: 24px
}

div.alert button[type=button] {
    color: #c00;
    border: 1px solid #c00;
    background-color: #fff;
    font-weight: bold;
    outline: none;
    transition: background-color 300ms
}

div.alert button[type=button]:not(:disabled):hover {
    background-color: rgba(204, 0, 0, 0.08)
}

div.alert button[type=button]:focus-visible {
    text-decoration: underline
}

.wave {
    text-align: center;
    color: #c00;
    padding: 24px 0
}

.wave * {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: currentColor;
    animation: wave 1s linear infinite
}

.wave *:nth-of-type(2) {
    animation-delay: -0.8s
}

.wave *:nth-of-type(3) {
    animation-delay: -0.6s
}

@keyframes wave {

    0%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #c00
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/pe6EM7cfu3BZ.ttf) format('truetype')
}

#login .tertiary {
    margin-top: 32px
}

#login .username:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#login .username label {
    flex: auto
}

#login .username:not(.has-domain) select {
    display: none
}

#login .username.has-domain label input {
    border-radius: 16px 0 0 16px
}

#login .username.has-domain select {
    height: 48px;
    border: 1px solid rgba(1, 30, 57, 0.12);
    border-left: none;
    border-radius: 0 16px 16px 0;
    padding-left: 8px;
    padding-right: 16px;
    color: inherit
}

#login .username.has-domain select:hover {
    border-color: rgba(1, 30, 57, 0.24)
}

#login .username.has-domain select:focus {
    border-color: rgba(1, 30, 57, 0.4)
}

#login p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

#login .google {
    margin-top: 16px;
    justify-content: center;
    font-family: roboto, sans-serif;
    transition: all 300ms;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    color: #011e39
}

#login .google:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#login .google span {
    opacity: .54
}

#login .google:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.44)
}

#login .google img {
    margin-right: 24px
}

#login .azure {
    margin-top: 16px;
    justify-content: center;
    font-family: segoe ui, sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 300ms;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    color: #5e5e5e
}

#login .azure:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#login .azure img {
    margin-right: 12px
}

#login .recover {
    margin-left: 16px;
    margin-bottom: 16px;
    color: rgba(1, 30, 57, 0.6)
}

#login .recover:not([hidden]) {
    display: block
}

[data-service=oauth][data-oauth=external] #login .login .tertiary {
    display: none
}

#login .logged .widget-vcard,
#login .logged .new-user,
#login .logged .forget-all,
#login .logged .manage-users {
    margin-bottom: 6px;
    height: auto;
    text-align: left
}

#login .logged .new-user,
#login .logged .forget-all,
#login .logged .manage-users {
    cursor: pointer;
    background-color: rgba(1, 30, 57, 0.04);
    border-radius: 16px;
    padding: 15px 20px;
    transition: background-color 300ms
}

#login .logged .new-user:not([hidden]),
#login .logged .forget-all:not([hidden]),
#login .logged .manage-users:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#login .logged .new-user:hover,
#login .logged .forget-all:hover,
#login .logged .manage-users:hover {
    background-color: rgba(1, 30, 57, 0.08)
}

#login .logged .new-user .icon,
#login .logged .forget-all .icon,
#login .logged .manage-users .icon {
    margin-right: 24px;
    color: rgba(1, 30, 57, 0.6)
}

#login .logged.continue .widget-vcard {
    cursor: pointer;
    transition: background-color 300ms
}

#login .logged.continue .widget-vcard:hover {
    background-color: rgba(1, 30, 57, 0.08)
}

#login .register label {
    margin-bottom: 24px
}

#login .assign-password p {
    color: rgba(1, 30, 57, 0.6);
    margin-bottom: 16px
}

#licence img {
    height: 160px;
    display: block;
    margin: 24px auto 0 auto
}

@media (max-height:700px) {
    #licence img {
        display: none
    }
}

#licence p,
#licence img {
    margin-bottom: 1em
}

#oauth {
    font-size: 14px;
    line-height: 20px
}

#oauth .widget-vcard {
    margin-bottom: 8px
}

#oauth ul {
    padding: 0;
    list-style: none
}

#oauth li:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#oauth li+li {
    margin-top: 8px
}

#oauth li.refusable {
    margin-left: 8px
}

#oauth li.refusable label:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#oauth li.refusable span {
    height: 16px
}

#oauth li.refusable span::before {
    padding-top: 0;
    margin-right: 12px
}

#oauth li:not(.refusable) {
    margin-left: 13px
}

#oauth li:not(.refusable)::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c00;
    margin-right: 18px
}

#oauth [type=submit] {
    margin-top: 24px
}

#gdpr-unblock {
    font-size: 14px;
    line-height: 20px
}

#gdpr-unblock h2 {
    font-size: 18px;
    line-height: 25px
}

#gdpr-unblock label {
    display: block
}

#gdpr-unblock p {
    margin-bottom: 16px
}

#gdpr-unblock [type=submit] {
    margin-bottom: 32px
}

#gdpr-unblock .relogin {
    text-align: center;
    font-weight: bold
}

#secure-phone p,
#secure-phone .widget-vcard {
    margin-bottom: 24px
}

#secure-phone form .anchor {
    position: relative
}

#secure-phone form .anchor button {
    position: absolute;
    width: auto;
    height: auto;
    right: 16px;
    top: 14px;
    font-size: 12px;
    line-height: 18px;
    color: #c00;
    font-weight: bold;
    background-color: transparent
}

#secure-phone form [type=submit] {
    margin-bottom: 32px
}

#secure-phone .done img {
    display: block;
    margin: 0 auto
}

#refresh-secure>p,
#refresh-secure .widget-vcard,
#refresh-secure .content>div {
    margin-bottom: 16px
}

#refresh-secure>p {
    font-size: 16px;
    line-height: 24px
}

#refresh-secure .content>div:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#refresh-secure .content>div .icon {
    color: rgba(1, 30, 57, 0.4);
    margin-right: 12px
}

#refresh-secure .content>div p {
    word-break: break-all;
    padding-right: 8px
}

#refresh-secure .content>div p+a {
    margin-left: auto;
    font-weight: bold
}

#refresh-secure [type=submit] {
    margin-top: 24px
}

#help select {
    width: 100%
}

#help textarea {
    width: 100%;
    height: 50vh
}

#help input[type=text] {
    width: auto
}

#help pre {
    overflow: auto;
    white-space: pre-wrap
}

#tfa .widget-vcard {
    margin-bottom: 24px
}

@media (min-width: 481px) {
    #tfa video {
        width: 240px
    }

    #tfa .wave {
        display: none
    }
}

@media (max-width: 480px) {
    #tfa video {
        display: none
    }

    #tfa .wave {
        display: block
    }
}

#tfa .video {
    text-align: center
}

#tfa p,
#tfa .video {
    margin-bottom: 24px
}

@media (min-width: 481px) {
    #tfa p {
        text-align: center
    }
}

#tfa .pin [type=submit] {
    margin-bottom: 24px
}

#tfa .remember button {
    margin-bottom: 16px
}

body.has-overlay::before {
    content: "";
    display: block;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.tfa-help {
    z-index: 10;
    position: fixed;
    list-style: none;
    margin: 0;
    padding: 16px 0;
    background-color: #fff
}

@media (max-width: 480px) {
    .tfa-help {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px 16px 0 0;
        padding: 40px 16px
    }
}

@media (min-width: 481px) {
    .tfa-help {
        width: 375px;
        left: calc(50% - 375px/2);
        top: calc(50% - 280px/2);
        border-radius: 16px;
        padding: 28px 24px 48px 24px
    }
}

.tfa-help h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 8px
}

@media (max-width: 480px) {
    .tfa-help h2 {
        display: none
    }
}

.tfa-help li {
    clear: both;
    font-size: 14px;
    line-height: 20px
}

.tfa-help li a {
    display: block;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 16px;
    transition: background-color 300ms
}

.tfa-help li a.disabled {
    cursor: default;
    color: #888
}

.tfa-help li a:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

.tfa-help li img {
    float: left
}

.tfa-help li span {
    display: block;
    margin-top: 4px;
    margin-left: 64px
}

.tfa-help li span:nth-of-type(1) {
    font-weight: bold
}

.tfa-help li span:nth-of-type(2) {
    color: rgba(1, 30, 57, 0.6)
}

.tfa-help li+li {
    margin-top: 8px
}

.tfa-help .close {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(1, 30, 57, 0.04);
    color: rgba(1, 30, 57, 0.6);
    transition: background-color 300ms;
    justify-content: center
}

.tfa-help .close:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (min-width: 481px) {
    .tfa-help .close {
        right: 24px;
        top: 24px
    }
}

@media (max-width: 480px) {
    .tfa-help .close {
        right: 16px;
        top: 16px
    }
}

.tfa-help .close:hover {
    background-color: rgba(1, 30, 57, 0.12)
}

#recover .widget-vcard {
    margin-bottom: 24px
}

#recover .widget-vcard .edit {
    cursor: pointer
}

#recover #recover-options {
    margin-bottom: 24px
}

#recover #recover-options ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0
}

#recover #recover-options ul:not([hidden]) {
    display: flex;
    flex-direction: column
}

#recover #recover-options li {
    align-items: flex-start;
    height: 61px;
    border: 1px solid rgba(1, 30, 57, 0.12);
    border-radius: 16px;
    cursor: pointer
}

#recover #recover-options li:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#recover #recover-options li .icon {
    margin-right: 13px;
    margin-left: 17px;
    color: rgba(1, 30, 57, 0.4)
}

#recover #recover-options li+li {
    margin-top: 12px
}

#recover [type=submit] {
    margin-bottom: 24px
}

#recover p {
    margin-bottom: 24px
}

@media (min-width: 481px) {
    #recover p {
        text-align: center
    }
}

#recover #recover-additional img:nth-of-type(even) {
    float: right
}

#recover #recover-additional img {
    box-sizing: content-box;
    width: 140px;
    height: 64px;
    margin-bottom: 12px;
    border: 2px solid transparent;
    cursor: pointer
}

#recover #recover-additional img.active {
    border-color: #c00
}

#recover #recover-additional fieldset {
    position: relative;
    border: none;
    padding: 0 0 20px 0;
    margin: 8px 0 0 0;
    font-size: 12px
}

#recover #recover-additional fieldset label {
    padding-bottom: 0;
    margin-top: 0
}

#recover #recover-additional fieldset a {
    position: absolute;
    right: 0;
    bottom: 0
}

#recover #recover-phone label:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#recover #recover-phone input {
    letter-spacing: .5ch;
    width: 54px;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
    padding: 0 4px
}

#recover #recover-phone a {
    margin-left: auto;
    font-weight: bold
}

#recover #recover-pin input {
    text-transform: uppercase
}

#recover #recover-pin a {
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold
}

#veto p,
#veto-pin p,
#veto-done p {
    margin-bottom: 24px
}

#register form.intro button {
    padding: 12px 16px;
    justify-content: flex-start;
    background-color: transparent;
    border: 1px solid rgba(1, 30, 57, 0.12);
    text-align: left;
    height: auto;
    transition: background-color 300ms
}

#register form.intro button:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#register form.intro button:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

#register form.intro button:focus-visible {
    outline: 1px solid rgba(1, 30, 57, 0.4)
}

#register form.intro button .icon,
#register form.intro button img {
    margin-right: 12px
}

#register form.intro button span {
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 30, 57, 0.6)
}

#register form.intro button strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 4px
}

#register form.intro button+button {
    margin-top: 12px
}

#register form.intro button .icon {
    color: rgba(1, 30, 57, 0.4)
}

#register form.intro .tertiary {
    margin-top: 32px
}

#register form.main .widget-vcard {
    margin-bottom: 16px
}

#register form.main label.year {
    margin-bottom: 0
}

#register form.main label.year+.explanation {
    color: rgba(1, 30, 57, 0.6);
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    margin: 2px 0 22px 16px
}

#register form.main label.year[hidden]+.explanation,
#register form.main label.year.has-error+.error+.explanation {
    display: none
}

#register form.phone label a {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold
}

#register form.phone .agree {
    text-align: center;
    color: rgba(1, 30, 57, 0.6);
    margin-bottom: 16px
}

#register form.phone .widget-sms-loop:not(.done)~* {
    display: none
}

#register form.phone .widget-sms-loop.done {
    margin-bottom: 16px
}

#register form.sent p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

@media (min-width: 481px) {
    #register form.sent p {
        text-align: center
    }
}

#register form.login p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(1, 30, 57, 0.6);
    margin-bottom: 32px
}

#register [type=submit] {
    margin-bottom: 32px
}

#register-done .widget-vcard {
    margin-bottom: 24px
}

#register-done [type=submit] {
    margin-bottom: 12px
}

#register-bankid h2 {
    font-size: 18px;
    line-height: 25px
}

#register-bankid img.verified {
    float: right;
    margin-top: 10px
}

#register-bankid ul {
    padding-left: 12px;
    margin-bottom: 44px
}

#register-bankid button {
    margin-bottom: 12px
}

#register-bankid form p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center
}

#register-bankid form p a {
    white-space: nowrap
}

#register-bankid button.continue {
    background-color: #fff;
    border: 1px solid #c00;
    color: #c00;
    font-weight: bold;
    transition: background-color 300ms;
    outline: none
}

#register-bankid button.continue:hover {
    background-color: rgba(204, 0, 0, 0.08)
}

#register-bankid button.continue:focus-visible {
    text-decoration: underline
}

#assign-email .intro h1,
#assign-email .main h1 {
    margin-bottom: 12px
}

#assign-email p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(1, 30, 57, 0.6);
    text-align: center;
    margin-bottom: 24px
}

#assign-email .intro button {
    padding: 12px 16px;
    justify-content: flex-start;
    background-color: transparent;
    border: 1px solid rgba(1, 30, 57, 0.12);
    text-align: left;
    height: auto;
    transition: background-color 300ms
}

#assign-email .intro button:not([hidden]) {
    display: flex;
    flex-direction: row;
    align-items: center
}

#assign-email .intro button:hover {
    background-color: rgba(1, 30, 57, 0.04)
}

#assign-email .intro button:focus-visible {
    outline: 1px solid rgba(1, 30, 57, 0.4)
}

#assign-email .intro button .icon,
#assign-email .intro button img {
    margin-right: 12px
}

#assign-email .intro button span {
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 30, 57, 0.6)
}

#assign-email .intro button strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 4px
}

#assign-email .intro button+button {
    margin-top: 12px
}

#assign-email .intro button .icon {
    color: rgba(1, 30, 57, 0.4)
}

#assign-email .anchor {
    position: relative
}

#assign-email .anchor button {
    position: absolute;
    width: auto;
    height: auto;
    right: 16px;
    top: 14px;
    font-size: 12px;
    line-height: 18px;
    color: #c00;
    font-weight: bold;
    background-color: transparent
}

#tv label {
    margin-bottom: 24px
}

#unblocker p {
    margin-bottom: 24px
}

#unblocker label button {
    position: absolute;
    width: auto;
    height: auto;
    right: 16px;
    top: 14px;
    font-size: 12px;
    line-height: 18px;
    color: #c00;
    font-weight: bold;
    background-color: transparent
}

#unblocker .done [type=submit] {
    margin-bottom: 24px
}