:root {
    --dg-hero-background-color: #F8F6F1
}

.has-blocks .content-sidebar-wrap {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: clamp(4rem, 3.067679558rem + 3.9779005525vw, 6.25rem)
}

.document-hero {
    margin-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem);
    padding-top: clamp(4rem, 3.067679558rem + 3.9779005525vw, 6.25rem);
    padding-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem);
    background-color: var(--dg-hero-background-color, #fff)
}

.breadcrumbs+.document-hero {
    padding-top: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem)
}

.document-hero.style-standard>.wrap {
    display: grid;
    grid-template-columns: 1fr 22.5em;
    align-items: flex-start;
    gap: 1.5rem clamp(4rem, 3.067679558rem + 3.9779005525vw, 6.25rem)
}

.document-hero>.wrap {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.document-hero .element {
    margin-bottom: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem)
}

.document-hero .element:last-child {
    margin-bottom: 0
}

.document-hero .lead {
    font-size: clamp(1.125rem, 1.0732044199rem + 0.2209944751vw, 1.25rem);
    line-height: 1.5
}

.document-hero .rating-container {
    display: flex;
    align-content: center;
    margin-bottom: 1.5rem;
    gap: .25em;
    color: #8c8997
}

.document-hero .rating-container:last-child {
    margin-bottom: 0
}

.document-hero .rating-container+.salient-features {
    margin-top: -0.75rem
}

.document-hero .rating-container .number {
    font-size: 1em;
    line-height: 1.5;
    color: #262038;
    font-weight: 600
}

.document-hero .rating-container .rating {
    display: flex;
    position: relative;
    align-items: center;
    width: 7.5em
}

.document-hero .rating-container .rating>div {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    overflow: hidden
}

.document-hero .rating-container .rating>div svg {
    fill: #e39c02
}

.document-hero .rating-container .rating svg {
    display: block;
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
    fill: #ecebed
}

.document-hero .rating-container .count {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5;
    transform: translateY(0.125rem)
}

.document-hero .salient-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem);
    gap: 1em;
    margin-bottom: 0
}

.document-hero .salient-features:last-child {
    margin-bottom: 0
}

.document-hero .salient-features li {
    display: flex;
    align-items: center;
    gap: .25em
}

.document-hero .salient-features li svg {
    display: block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    fill: #785cd2
}

.document-hero .salient-features li span {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5
}

.document-hero .cross-sell {
    display: flex
}

.document-hero .cross-sell>div {
    display: flex;
    align-items: center;
    padding: 1em clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem) 1em 1em;
    gap: 1em;
    border: 1px solid #c3d8ed;
    border-radius: .5em;
    background-color: #f1f5f8;
    box-shadow: 0 .25em 6px 0 rgba(0, 0, 0, .03)
}

.document-hero .cross-sell .icon-wrapper {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #c3d8ed
}

.document-hero .cross-sell svg {
    width: 1.25em;
    height: 1.25em;
    fill: #003e7c;
    display: block
}

.document-hero .cross-sell p {
    color: #003e7c
}

.document-hero .cross-sell p a {
    font-weight: 600;
    text-decoration: underline
}

.document-hero .image {
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: .5em;
    background-color: #fff
}

.document-hero .image .element-image,
.document-hero .image .element-heading {
    margin-bottom: .75rem
}

.document-hero .image .element-image:last-child,
.document-hero .image .element-heading:last-child {
    margin-bottom: 0
}

.document-hero .image img {
    display: block;
    margin: 0 auto
}

.document-hero .image h5 {
    text-align: center
}

.document-hero .image p {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5;
    text-align: center
}

.document-hero+.block-section-steps {
    margin-top: calc(clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)*-1)
}

@media(min-width: 811px) {

    .document-hero.style-icons .element-heading,
    .document-hero.style-icons .element-lead,
    .document-hero.style-icons .element-meta,
    .document-hero.style-icons .element-text {
        text-align: center
    }

    .document-hero.style-icons .rating-container,
    .document-hero.style-icons .salient-features,
    .document-hero.style-icons .cross-sell {
        justify-content: center
    }
}

@media(max-width: 810px) {
    .document-hero {
        padding-top: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
    }

    .document-hero.style-standard>.wrap {
        grid-template-columns: 1fr
    }

    .document-hero .image {
        display: none
    }
}

.block-section-steps {
    position: relative;
    margin-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
}

.block-section-steps.short-light .inner,
.block-section-steps.long-light .inner {
    background-color: #fff
}

.block-section-steps.short-light .steps,
.block-section-steps.long-light .steps {
    border-left-color: #c3d8ed
}

.block-section-steps.short-light .step span,
.block-section-steps.long-light .step span {
    color: #007c67
}

.block-section-steps.short-dark .inner,
.block-section-steps.long-dark .inner {
    background-color: #262038;
    color: #fff
}

.block-section-steps.short-dark .steps,
.block-section-steps.long-dark .steps {
    border-left-color: #fff
}

.block-section-steps.short-dark h2,
.block-section-steps.long-dark h2 {
    color: inherit
}

.block-section-steps.short-dark .step span,
.block-section-steps.long-dark .step span {
    color: #cdc3ed
}

.block-section-steps.short-dark .step h3,
.block-section-steps.long-dark .step h3 {
    color: inherit
}

.block-section-steps.long-light {
    background-color: var(--dg-hero-background-color, #fff)
}

.block-section-steps.long-light .inner {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.block-section-steps.long-dark {
    background-color: #262038
}

.block-section-steps.long-dark::before {
    display: none
}

.block-section-steps.long-dark .inner {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.block-section-steps:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--dg-hero-background-color, #fff);
    content: ""
}

.block-section-steps>.wrap {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative
}

.block-section-steps .inner {
    display: flex;
    align-items: center;
    padding: 1.5rem clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem);
    gap: 1.5rem 0;
    border-radius: .5em;
    box-shadow: 0 .25em 1.25em rgba(120, 92, 210, .15)
}

.block-section-steps h2 {
    font-size: clamp(1.5rem, 1.3446132597rem + 0.6629834254vw, 1.875rem);
    line-height: 1.33;
    flex: 0 1 19rem;
    min-width: 0;
    max-width: 19rem;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    text-wrap: balance
}

.block-section-steps .steps {
    display: flex;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    gap: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0)
}

.block-section-steps .step {
    display: flex;
    flex: 1 1 0;
    padding-top: 1em;
    padding-bottom: 1em;
    gap: 1em
}

.block-section-steps .step span {
    font-size: clamp(2.25rem, 1.6284530387rem + 2.6519337017vw, 3.75rem);
    line-height: 1.25;
    flex: 0 0 auto;
    transform: translateY(-0.75rem);
    font-weight: 600
}

.block-section-steps .step h3 {
    font-size: clamp(1.125rem, 1.0732044199rem + 0.2209944751vw, 1.25rem);
    line-height: 1.5;
    margin-bottom: .75rem
}

.block-section-steps .step h3:last-child {
    margin-bottom: 0
}

@media(max-width: 1079px) {
    .block-section-steps {
        border-bottom: 1.5rem solid var(--dg-hero-background-color, #fff)
    }

    .block-section-steps:before {
        display: none
    }

    .block-section-steps .inner {
        display: grid;
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        padding: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem) 1.5rem
    }

    .block-section-steps h2 {
        max-width: none
    }

    .block-section-steps .steps {
        display: grid;
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

    .block-section-steps .step {
        padding-top: 0;
        padding-bottom: 0
    }
}

.block-section-table_of_contents>.wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.block-section-table_of_contents h2 {
    font-size: clamp(1.25rem, 1.1464088398rem + 0.4419889503vw, 1.5rem);
    line-height: 1.33
}

.block-section-text {
    margin-bottom: 1.5rem
}

.block-section-text:has(h2) {
    margin-top: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
}

.block-section-text:has(h2):first-child {
    margin-top: 0
}

.block-section-text>.wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.block-section-text h2 {
    font-size: clamp(1.875rem, 1.6160220994rem + 1.1049723757vw, 2.5rem);
    line-height: 1.4
}

.block-section-text h3 {
    margin-top: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem)
}

.block-section-text h3:first-child {
    margin-top: 0
}

.block-section-table {
    margin-bottom: 1.5rem
}

.block-section-tip {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #c3d8ed;
    border-radius: .5em;
    background-color: #f0f7f6
}

.block-section-tip header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: .75rem
}

.block-section-tip header svg {
    display: block;
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
    fill: #007c67
}

.block-section-tip header h2 {
    font-size: clamp(1.25rem, 1.1464088398rem + 0.4419889503vw, 1.5rem);
    line-height: 1.33
}

.block-section-tip .inner ol,
.block-section-tip .inner ul {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    line-height: 1.5;
    padding-left: 1.75em;
    overflow: hidden
}

.block-section-tip .inner ol:last-child,
.block-section-tip .inner ul:last-child {
    margin-bottom: 0
}

.block-section-tip .inner ol ol,
.block-section-tip .inner ol ul,
.block-section-tip .inner ul ol,
.block-section-tip .inner ul ul {
    margin-bottom: .5em;
    padding-left: 1.5em;
    font-size: 1em
}

.block-section-tip .inner ol>li {
    list-style-type: decimal
}

.block-section-tip .inner ul>li {
    list-style-type: disc
}

.block-section-tip .inner blockquote {
    margin: 0
}

.block-section-document_states {
    margin-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
}

.block-section-document_states h2 {
    margin-bottom: 1.5rem
}

.block-section-document_states .inner {
    column-gap: 1.5rem;
    padding: 1.5rem;
    columns: 4;
    border: 1px solid #c8c7cc;
    border-radius: .5em
}

.block-section-document_states .inner li {
    margin-bottom: 1.5rem;
    break-inside: avoid
}

@media(max-width: 560px) {
    .block-section-document_states .inner {
        columns: 2
    }
}

.block-section-document_cats {
    margin-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
}

.block-section-document_cats h2 {
    margin-bottom: 1.5rem
}

.block-section-document_cats .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.block-section-document_cats a {
    display: block;
    position: relative;
    min-width: 0;
    color: inherit;
    text-decoration: none
}

.block-section-document_cats a.popular:before {
    display: block;
    position: absolute;
    top: -0.5em;
    right: -1em;
    bottom: -0.5em;
    left: -1em;
    border-radius: .5em;
    background-color: #cdc3ed;
    content: ""
}

.block-section-document_cats a>div {
    position: relative
}

.block-section-document_cats a span {
    font-size: .625rem;
    line-height: 1.6;
    position: absolute;
    top: 0;
    right: -1.25rem;
    padding: .5rem;
    border-radius: .5rem;
    background-color: #785cd2;
    color: #fff;
    font-weight: bold
}

.block-section-document_cats a img,
.block-section-document_cats a .placeholder {
    display: block;
    margin: 0 auto .75rem;
    padding: .75rem;
    border: 1px solid #ecebed;
    border-radius: .5em;
    background-color: #fff
}

.block-section-document_cats a .placeholder {
    max-width: 100%
}

.block-section-document_cats a p {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5;
    font-weight: 600;
    text-align: center
}

@media(max-width: 560px) {
    .block-section-document_cats .inner {
        grid-template-columns: 1fr
    }

    .block-section-document_cats a {
        width: 100%;
        max-width: 14em;
        margin-right: auto;
        margin-left: auto
    }
}

.block-section-document_image {
    margin-bottom: clamp(2.5rem, 1.8784530387rem + 2.6519337017vw, 4rem)
}

.block-section-document_image h2 {
    margin-bottom: 1.5rem
}

.block-section-document_image .inner {
    max-width: 46em;
    padding: 1.5rem;
    border: 1px solid #c8c7cc;
    border-radius: .5em
}

.block-section-document_image img {
    display: block;
    margin: 0 auto .75rem
}

.block-section-document_image img:last-child {
    margin-bottom: 0
}

.block-section-document_image footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em
}

.block-section-document_image footer .btn {
    flex: 0 0 auto
}

.block-section-sources.open header {
    margin-bottom: 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #ecebed
}

.block-section-sources.open header .icon-wrapper .icon-plus {
    display: none
}

.block-section-sources:not(.open) header .icon-wrapper .icon-minus {
    display: none
}

.block-section-sources:not(.open) .inner {
    display: none
}

.block-section-sources>.wrap {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.block-section-sources header .btn {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.5rem
}

.block-section-sources header .icon-wrapper {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    border-radius: .5rem;
    background-color: #f3f1f8
}

.block-section-sources header .icon-wrapper svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #785cd2
}

.block-section-sources .source {
    margin-bottom: 1.5rem
}

.block-section-sources .source:last-child {
    margin-bottom: 0
}

.block-section-sources .source ul {
    margin-bottom: .75rem;
    padding-left: 1.75em
}

.block-section-sources .source ul:last-child {
    margin-bottom: 0
}

.block-section-sources .source li {
    font-size: clamp(1.125rem, 1.0732044199rem + 0.2209944751vw, 1.25rem);
    line-height: 1.5;
    list-style-type: disc
}

.block-section-sources .source li span {
    text-decoration: underline
}

.block-section-sources .source .btn-link span {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5
}

.block-section-sources .source .btn-link svg {
    width: 1em;
    height: 1em
}

.block-section-related_documents {
    margin-bottom: clamp(4rem, 3.067679558rem + 3.9779005525vw, 6.25rem)
}

.block-section-related_documents>.wrap {
    width: 100%;
    max-width: 80.5rem;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.block-section-related_documents header {
    display: flex;
    align-items: center;
    margin-bottom: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem);
    gap: 1.5rem clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem)
}

.block-section-related_documents header>div {
    max-width: 48em
}

.block-section-related_documents header h2 {
    margin-bottom: 1.5rem
}

.block-section-related_documents header h2:last-child {
    margin-bottom: 0
}

.block-section-related_documents header p {
    font-size: clamp(1.125rem, 1.0732044199rem + 0.2209944751vw, 1.25rem);
    line-height: 1.5
}

.block-section-related_documents header .btn-link {
    flex: 0 0 auto;
    margin-left: auto;
    color: #b27a00
}

.block-section-related_documents .carousel:not(.flickity-enabled) {
    display: flex
}

.block-section-related_documents .carousel:not(.flickity-enabled)~.btn-prev,
.block-section-related_documents .carousel:not(.flickity-enabled)~.btn-next {
    display: none
}

.block-section-related_documents .carousel-cell {
    margin-right: 1.5rem
}

.block-section-related_documents .carousel-cell .image {
    margin-bottom: 1.5rem;
    padding: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem);
    border-radius: 1em;
    background-color: #f8f6f1
}

.block-section-related_documents .carousel-cell .image a {
    display: block;
    color: inherit;
    text-decoration: none
}

.block-section-related_documents .carousel-cell .image img,
.block-section-related_documents .carousel-cell .image .placeholder {
    display: block;
    margin: 0 auto;
    border-radius: .5em;
    background-color: #fff;
    box-shadow: 0 .25em 1.25em rgba(120, 92, 210, .15)
}

.block-section-related_documents .carousel-cell .image .placeholder {
    max-width: 100%
}

.block-section-related_documents .carousel-cell h3 {
    font-size: clamp(1.125rem, 1.0732044199rem + 0.2209944751vw, 1.25rem);
    line-height: 1.5;
    margin-bottom: .75rem
}

.block-section-related_documents .carousel-cell h3:last-child {
    margin-bottom: 0
}

.block-section-related_documents .carousel-cell h3 a {
    color: inherit;
    text-decoration: none
}

.block-section-related_documents .flickity-page-dot {
    background-color: #ede0c3
}

.block-section-related_documents .flickity-page-dot.is-selected {
    background-color: #b27a00
}

.block-section-related_documents .btn-prev,
.block-section-related_documents .btn-next {
    top: 14em
}

@media(max-width: 1080px) {
    .block-section-related_documents header {
        flex-wrap: wrap
    }

    .block-section-related_documents header>div {
        width: 100%;
        max-width: 100%
    }

    .block-section-related_documents header .btn-link {
        margin-left: 0
    }
}

@media(min-width: 811px) {
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell {
        display: none
    }

    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(1),
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(2),
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(3) {
        display: block
    }

    .block-section-related_documents .carousel-cell {
        width: calc(33.33% - 1rem)
    }
}

@media(max-width: 810px)and (min-width: 561px) {
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell {
        display: none
    }

    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(1),
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(2) {
        display: block
    }

    .block-section-related_documents .carousel-cell {
        width: calc(50% - 0.75rem)
    }
}

@media(max-width: 560px) {
    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell {
        display: none
    }

    .block-section-related_documents .carousel:not(.flickity-enabled) .carousel-cell:nth-child(1) {
        display: block
    }

    .block-section-related_documents .carousel-cell {
        width: 100%
    }
}

.sidebar-primary {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + .25em);
    left: 0;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: .5em;
    background-color: #fff
}

.sidebar-primary .element {
    margin-bottom: 1.5rem
}

.sidebar-primary .element:last-child {
    margin-bottom: 0
}

.sidebar-primary .rating-container {
    display: flex;
    align-content: center;
    margin-bottom: 1.5rem;
    gap: .25em;
    color: #8c8997
}

.sidebar-primary .rating-container:last-child {
    margin-bottom: 0
}

.sidebar-primary .rating-container+.salient-features {
    margin-top: -0.75rem
}

.sidebar-primary .rating-container .number {
    font-size: 1em;
    line-height: 1.5;
    color: #262038;
    font-weight: 600
}

.sidebar-primary .rating-container .rating {
    display: flex;
    position: relative;
    align-items: center;
    width: 7.5em
}

.sidebar-primary .rating-container .rating>div {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    overflow: hidden
}

.sidebar-primary .rating-container .rating>div svg {
    fill: #e39c02
}

.sidebar-primary .rating-container .rating svg {
    display: block;
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
    fill: #ecebed
}

.sidebar-primary .rating-container .count {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5;
    transform: translateY(0.125rem)
}

.sidebar-primary .salient-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: clamp(2rem, 1.7928176796rem + 0.8839779006vw, 2.5rem);
    gap: 1em;
    margin-bottom: 0
}

.sidebar-primary .salient-features:last-child {
    margin-bottom: 0
}

.sidebar-primary .salient-features li {
    display: flex;
    align-items: center;
    gap: .25em
}

.sidebar-primary .salient-features li svg {
    display: block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    fill: #785cd2
}

.sidebar-primary .salient-features li span {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5
}

.sidebar-primary .element-image,
.sidebar-primary .element-heading {
    margin-bottom: .75rem
}

.sidebar-primary .element-image:last-child,
.sidebar-primary .element-heading:last-child {
    margin-bottom: 0
}

.sidebar-primary .element-image .btn {
    display: block;
    margin: 0 auto
}

.sidebar-primary img {
    display: block;
    margin: 0 auto
}

.sidebar-primary h5 {
    text-align: center
}

.sidebar-primary p {
    font-size: clamp(0.75rem, 0.7241022099rem + 0.1104972376vw, 0.8125rem);
    line-height: 1.5;
    text-align: center
}

.contributor_name {
    position: relative;
    display: inline-block
}

.element-meta,
.element-meta .meta {
    overflow: visible
}

.contributor_name:hover .hover_card_outer {
    display: block
}

.contributor_name a:hover {
    color: #422895
}

.contributor_name:hover .eeat_contributor_link {
    color: #422895
}

.eeat_contributor_link {
    transition: color .15s ease
}

.contributor_name a {
    position: relative;
    z-index: 1;
    gap: 8px
}

.hover_card_outer {
    position: absolute;
    width: 280px;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding-top: 7px;
    display: none;
    z-index: 50
}

.hover_card_outer::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    left: 12px;
    top: 0;
    background: url("../../svgs/tail.svg") no-repeat center/contain;
    z-index: 1;
    pointer-events: none
}

.contributor_name {
    position: relative;
    display: inline-block
}

.element-meta,
.element-meta .meta {
    overflow: visible
}

.contributor_name:hover .hover_card_outer {
    display: block
}

.hover_card_outer {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding-top: 7px;
    display: none;
    z-index: 50;
    width: 280px
}

.hover_card_outer::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 9px;
    left: 12px;
    top: 0;
    background: url("../../svgs/tail.svg") no-repeat center/contain;
    z-index: 1;
    pointer-events: none
}

.hover_card {
    display: block;
    position: relative;
    z-index: 2;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ede0c3;
    box-shadow: 0px 12px 24px rgba(14, 18, 27, .06), 0px 1px 2px rgba(14, 18, 27, .03)
}

.hover_card__header,
.hover_card__bio,
.hover_card__links {
    display: block
}

.hover_card__details {
    display: flex;
    flex-direction: column
}

.hover_card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px
}

.hover_card__avatar img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block
}

.hover_card__label {
    color: #6c6979;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px
}

.hover_card__name {
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

.hover_card__bio--inline {
    overflow: hidden;
    color: #6c6979;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    white-space: normal
}

.hover_card__divider {
    height: 1px;
    background-color: #f1ede4;
    margin: 14px 0;
    width: 100%;
    display: block
}

.hover_card__links {
    display: flex;
    gap: 16px
}

.hover_card__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #6c6979;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.hover_card__link:hover {
    text-decoration: underline
}

.full_bio_link::before,
.editorial_guidelines_link::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.full_bio_link::before {
    background-image: url("../../svgs/external-link.svg")
}

.editorial_guidelines_link::before {
    background-image: url("../../svgs/book.svg")
}

@media(max-width: 768px) {
    .hover_card_outer {
        display: none !important
    }
}

.block-section-editor-content {
    margin-bottom: 2rem
}

.block-section-editor-content .inner {
    max-width: 100%
}

.html-document {
    margin: 0 0 2rem;
    border: 1px solid #e9e4f5;
    border-radius: 8px
}

.html-document .page {
    background: #fff;
    overflow: hidden
}

.html-document .footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.html-document .btn-download {
    flex: 0 0 315px;
    max-width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #e9e4f5;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    justify-content: center;
    color: #262038
}

.html-document .btn:active {
    border: 1px solid var(--Grey-300, #ECEBED) !important;
    background: var(--Grey-100, #FFF) !important;
    box-shadow: 0 0 0 4px #f5f5f5 !important
}

.html-document .btn:hover {
    border: 1px solid var(--Grey-400, #C8C7CC) !important;
    background: var(--Grey-200, #F5F5F5) !important;
    box-shadow: 0 1px 2px 0 rgba(84, 79, 99, .05) !important
}

.html-document {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fff
}

.html-document .inner {
    max-height: 31.25em;
    padding: 0;
    overflow-y: auto;
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.html-document .page {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.html-document .page img {
    border: none;
    border-radius: 0
}

.html-document h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: .75rem
}

.html-document p,
.html-document ol,
.html-document ul,
.html-document th,
.html-document td {
    font-size: .75rem;
    line-height: 1.15
}

.html-document p,
.html-document ol,
.html-document ul {
    margin-bottom: 1em
}

.html-document p:last-child,
.html-document ol:last-child,
.html-document ul:last-child {
    margin-bottom: 0
}

.html-document ol,
.html-document ul {
    padding-left: 1.75em
}

.html-document ol li,
.html-document ul li {
    margin-bottom: 1em
}

.html-document ol li:last-child,
.html-document ul li:last-child {
    margin-bottom: 0
}

.html-document ol ol,
.html-document ol ul,
.html-document ul ol,
.html-document ul ul {
    padding-top: .75em
}

.html-document ol ol li {
    list-style-type: lower-alpha
}

.html-document .table-container {
    margin-bottom: 0;
    overflow: initial
}

.html-document .footer {
    display: flex;
    border-top: 1px solid #e5e7eb
}

.html-document .footer>div {
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    padding: 1rem
}

.html-document .footer .btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    border: 1px solid var(--Grey-300, #ECEBED);
    background: var(--Grey-100, #FFF);
    box-shadow: 0 1px 2px 0 rgba(84, 79, 99, .05);
    border-radius: 8px;
    color: #6c6979
}

.html-document .footer .btn svg {
    width: 20px;
    height: 20px;
    background-image: url(../../svgs/download-btn-icon.svg)
}

@media(max-width: 767px) {
    .html-document .inner {
        max-height: 18.75em
    }

    .html-document .footer {
        border: none;
        flex-direction: column
    }

    .html-document .footer>div+div {
        border-left: none;
        border-top: 1px solid #e5e7eb
    }
}

.preview_disclaimer {
    padding: .875rem 1rem;
    font-size: .875rem;
    line-height: 1.4;
    border-bottom: 1px solid #e5e7eb;
    background: #f3f1f8;
    color: #475569;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-weight: 600
}

.pdfemb-viewer {
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    padding-bottom: 20px !important
}

.pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div {
    background-color: #fff !important
}

.element-meta .meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: visible
}

.element-meta .meta__contributors {
    display: inline
}

.element-meta .meta__item--contributor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.element-meta .meta__label {
    color: #6c6979;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.element-meta .meta__value {
    display: inline-flex;
    align-items: center
}

.element-meta .meta__updated {
    color: #6c6979;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.element-meta .meta {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.element-meta .meta__contributors,
.element-meta .meta__updated {
    margin: 0
}

.element-meta .meta__contributors {
    color: #6c6979;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.element-meta .meta__item,
.element-meta .meta__divider,
.element-meta .meta__label,
.element-meta .meta__value {
    display: inline
}

.element-meta .meta__divider {
    margin: 0 4px
}

.element-meta .meta__updated {
    color: #6c6979;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.block-section-checklist {
    margin-bottom: 4rem
}

.block-section-checklist .inner {
    padding: clamp(1.5rem, 1.2928176796rem + 0.8839779006vw, 1.5rem);
    border: 1px solid #d9ccff;
    border-radius: 12px;
    background: #fff
}

.block-section-checklist .checklist-header {
    margin-bottom: 1rem
}

.block-section-checklist h2,
.block-section-checklist h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 1rem;
    color: #4b4760
}

.block-section-checklist h2 {
    font-size: clamp(1.5rem, 1.3446132597rem + 0.6629834254vw, 1.875rem);
    line-height: 1.33
}

.block-section-checklist h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700
}

.block-section-checklist .checklist-intro {
    color: #6c6979
}

.block-section-checklist .checklist-intro p:last-child {
    margin-bottom: 0
}

.block-section-checklist .checklist-items {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none
}

.block-section-checklist .checklist-items li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #6c6979;
    font-size: 1.25rem;
    line-height: 1.5
}

.block-section-checklist .checklist-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 999px;
    background: #f1ecff
}

.block-section-checklist .checklist-icon .icon {
    width: 16px;
    height: 16px;
    color: #7c5ce6
}

@media(max-width: 1079px) {
    .block-section-checklist .inner {
        padding: 1rem
    }

    .block-section-checklist .checklist-items li {
        font-size: 1rem;
        line-height: 1.5
    }

    .checklist-title h2,
    .checklist-title h3,
    .checklist-title h4 {
        font-size: 20px
    }

    .checklist-title {
        align-items: flex-start !important
    }

    .checklist-title svg {
        margin-top: 4px
    }
}

.checklist-title {
    display: flex;
    align-items: center;
    gap: 16px
}

.checklist-title svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.checklist-title h2,
.checklist-title h3,
.checklist-title h4 {
    margin: 0
}

.checklist-title svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.html-document:not(:has(.footer)) .inner {
    border-radius: 8px
}

@media(max-width: 767px) {

    .html-document .pdfemb-viewer .pdfemb-toolbar,
    .html-document .pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-hover,
    .html-document .pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-bottom {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important
    }
}