#landing {
    width: 80%;
    max-width: 678px;
}

html[theme=dark] x-modal {
    background: #2d2c38;
}

html[theme=dark] x-modal .close {
    fill: hsla(0, 0%, 100%, .4);
}

x-modal .close {
    fill: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: block;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s, color .2s;
    z-index: 10;
}

#landing .modal-body {
    padding: 19px;
    text-align: center;
}

x-modal .modal-body {
    box-sizing: border-box;
    height: 100%;
    max-height: calc(100vh - 84px);
    overflow: auto;
    padding: 24px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

html[theme=dark] #landing h2 {
    color: #fff;
}

#landing h2 {
    color: #3a3645;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 26px;
}

#landing .btn-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, 1fr);
}

#landing label {
    cursor: pointer;
    display: inline-block;
    margin-top: 39px;
    text-align: center;
}

html[theme=dark] #landing .btn {
    box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .122), 0 1px 3px 0 hsla(0, 0%, 100%, .071), 0 0 1px 1px hsla(0, 0%, 100%, .051);
}

#landing .btn {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .122), 0 1px 3px 0 rgba(0, 0, 0, .071), 0 0 1px 1px rgba(0, 0, 0, .051);
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 112px;
    justify-content: center;
    line-height: 1.6;
    padding: 26px;
}

#landing .btn x-icon {
    margin-right: 13px;
    padding-top: 0;
    transition: rotate .3s ease-out;
}

#landing .btn span {
    display: inline-block;
    margin-left: 13px;
    text-align: left;
    width: 161px;
    font-size: 20px;
    padding-top: 5px;
    line-height: 1.2em;
}

.blue {
    background: #e7f3fe;
    color: #3a3645;
}

.wide {
    grid-column: 1 / 3;
}

html[theme=dark] .green {
    background: #2c3936;
    color: #fff;
}

.green {
    background: #e9f7e9;
    color: #3a3645;
}

html[theme=dark] #landing .btn {
    box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .122), 0 1px 3px 0 hsla(0, 0%, 100%, .071), 0 0 1px 1px hsla(0, 0%, 100%, .051);
}

#landing .btn {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .122), 0 1px 3px 0 rgba(0, 0, 0, .071), 0 0 1px 1px rgba(0, 0, 0, .051);
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 112px;
    justify-content: center;
    line-height: 1.6;
    padding: 26px;
}

html[theme=dark] .purple {
    background: #382f4c;
    color: #fff;
}

.purple {
    background: #f5edff;
    color: #3a3645;
}

html[theme=dark] #landing .btn {
    box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .122), 0 1px 3px 0 hsla(0, 0%, 100%, .071), 0 0 1px 1px hsla(0, 0%, 100%, .051);
}

#landing .btn {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .122), 0 1px 3px 0 rgba(0, 0, 0, .071), 0 0 1px 1px rgba(0, 0, 0, .051);
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 112px;
    justify-content: center;
    line-height: 1.6;
    padding: 26px;
}

.blue x-icon {
    fill: #0f82f2;
}

html[theme=dark] .blue {
    background: #2a354b;
    color: #fff;
}

.green x-icon {
    fill: #22ab24;
}

html[theme=dark] .orange {
    background: #423632;
    color: #fff;
}

.orange {
    background: #fff4e6;
    color: #3a3645;
}

.orange x-icon {
    fill: #fd8c00;
}

.purple x-icon {
    fill: #9747ff;
}

html[theme=dark] .red {
    background: #3d293d;
    color: #fff;
}

.red {
    background: #fae7f0;
    color: #3a3645;
}

.red x-icon {
    fill: #cd0e66;
}

html[theme=dark] .teal {
    background: #584158;
    color: #fff;
}

.teal {
    background: #fae7f0;
    color: #3a3645;
}

.teal x-icon {
    fill: #009ea6;
}

#next .btn {
    margin: 0 4px;
}

#next .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(205, 14, 102);;
    border: none;
    border-radius: 24px;
    color: hsla(0, 0%, 100%, .95);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 2em;
    letter-spacing: .2px;
    line-height: 2em;
    min-width: 48px;
    outline: none;
    padding: 0 1.2em;
    text-align: center;
    width: auto;
    -webkit-touch-callout: none;
    transition: transform .3s, background .2s, color .2s, box-shadow .2s, opacity .2s;
}

#next .btn-blue {
    background-color: #0f82f2;
}

#next .btn-blue:hover {
    background-color: #3696f4
}

html[theme=dark] #next .btn {
    box-shadow:none
}

#help2 .btn {
    margin: 0 4px;
}

#help2 .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(205, 14, 102);
    border: none;
    border-radius: 24px;
    color: hsla(0, 0%, 100%, .95);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 2em;
    letter-spacing: .2px;
    line-height: 2em;
    min-width: 48px;
    outline: none;
    padding: 0 1.2em;
    text-align: center;
    width: auto;
    -webkit-touch-callout: none;
    transition: transform .3s, background .2s, color .2s, box-shadow .2s, opacity .2s;
}

#help2 .btn-blue {
    background-color: #0f82f2;
}

#help2 .btn-blue:hover {
    background-color: #3696f4
}

html[theme=dark] #help2 .btn {
    box-shadow:none
}

.pill.step-target.red {
    background-color: rgba(205, 14, 102, 1);
    -webkit-touch-callout: none;
    outline: none;
    font-size:16px;
}

.pill.step-target.green {
    background-color: #22ab24;
    -webkit-touch-callout: none;
    outline: none;
    font-size:16px;
}
.pill.step-target {
    background-color: rgba(101, 96, 115, .6);
    cursor: pointer;
    transition: background .2s, box-shadow .2s;
    -webkit-touch-callout: none;
    outline: none;
}
.pill.red {
    background: #cd0e66;
}
.pill {
    background: rgba(101, 96, 115, .6);
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    min-width: 10px;
    padding: 0 10px;
    text-align: center;
}