.SelectCreationPath * {
    font-weight: unset;
}

.SelectCreationPath {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: var(--font-size-small);
    font-family: var(--sf-font-sohne-md);
}

.SelectCreationPath .store-h2 {
    font-size: var(--font-size-headline-sec);
    line-height: 21px;
    font-family: var(--sf-font-sohne);
    color: #58595B;
    letter-spacing: 0.5px;
    margin: 30px auto;
    padding: 0;
    font-weight: unset;
}

.SelectCreationPath .store-h3 {
    color: #58595B;
    letter-spacing: 0.6px;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-family: var(--sf-font-sohne-md);
}

.SelectCreationPath .options {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.SelectCreationPath .row {
    display: flex;
}

.SelectCreationPath .column {
    flex: 50% 1;
    padding: 10px;
}

.SelectCreationPath .options .screenshot {
    box-shadow: 0 2px 4px 0 rgba(221, 221, 221, 0.5);
}

.SelectCreationPath .screenshot>img {
    max-width: 380px;
}

.SelectCreationPath .options>div ul {
    display: flex;
    flex: 0 1 auto;
    flex-flow: column nowrap;
    margin: 0 0 16px 0;
    padding: 0;
    color: #757779;
    font-size: var(--font-size-small);
    line-height: 1.9;
    list-style-position: inside;
    font-family: var(--sf-font-sohne-sb);
}

.SelectCreationPath label {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 30px auto 0;
    color: #58595B;
    font-size: var(--font-size-default);
    line-height: 16px;
    cursor: pointer;
}

.SelectCreationPath label input[type="checkbox"] {
    display: flex;
    flex: 1 1 auto;
    margin-right: 6px;
}

.SelectCreationPath .buttons {
    display: flex;
    align-items: center;
    margin: auto 0 0 0;
    margin-top: 70px;
}

.SelectCreationPath a.button.primary {
    margin-left: 16px;
}

.SelectCreationPath .buttons>a.button:not(.disabled):hover {
    padding: 9px 20px;
    border-width: 1px;
}

.SelectCreationPath .pathcta {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-left: 32px;
    max-width: 380px;
}

.SelectCreationPath .options p {
    margin-bottom: 32px;
}

.SelectCreationPath li {
    font-size: var(--font-size-default);
    line-height: 1.8;
    font-family: var(--sf-font-sohne-md);
}
#pr-review-display>div>a {
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size-default);
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 24px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 9px 20px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin: 16px auto 0;
    display: inline-flex;

}

#pr-review-display>div>a:hover {
    text-decoration: none;
    color: var(--deep-carrot);
    border: 2px solid var(--deep-carrot);
    padding: 8px 18px;
}

.p-w-r section {
    border-bottom: none;
}

/* Power Reviews tweaks */
.brand-TP .p-w-r .pr-review-snapshot .pr-review-snapshot-block-container .pr-review-snapshot-block-brandscore {
    display: none;
}

#reviews #reviews-snapshot .p-w-r #pr-review-snapshot .pr-review-snapshot-faceoff,
#reviews #reviews-snapshot .p-w-r #pr-review-snapshot .pr-review-snapshot-msq-container.pr-review-snapshot-histogram-msq-container
{
    display: none;
}
img.Banner {
    width: 100%;
    height: auto;
}

/*# sourceMappingURL=storefe_2.15ca37758ccf9c.css.map*/