.we-style {
    --a-color: #3E76EC;
    --a-color-hover: #3E76EC;
    --p-color: #100F0D;
    --ol-color: #100f0d;
}

.we-style a {
    --variant: body;
    font-family: "Olympic Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.56px;
    line-height: 2.4rem;
    text-decoration: none;
    background-color: transparent;
    background-image: linear-gradient(currentcolor, currentcolor);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 0.1rem;
    font-weight: 700;
    transition: background-size 0.3s ease 0s;
    color: var(--a-color);
}

.we-style a:hover {
    background-size: 100% 0.1rem;
    color: var(--a-color-hover);
}

.we-style ul,
.we-style ol {

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    list-style-position: inside;
    padding-inline-start: 2rem;

    --variant: body;
    font-family: "Olympic Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.56px;
    line-height: 2.4rem;
    color: var(--ol-color);


}

.we-style li {

    margin-left: 1rem;
    padding-left: 1rem;
    /*
    margin-left: 1rem;
    padding-left: calc(2rem);
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
    */
}

.we-style ol>li>ul,
.we-style ol>li>ol,
.we-style ul>li>ol,
.we-style ul>li>ul {
    margin-top: 1.5rem;
}

.we-style p {
    --variant: body;
    font-family: "Olympic Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.56px;
    line-height: 2.4rem;
    color: var(--p-color);
    margin-bottom: 2.5rem;
}

.we-style> :not(blockquote) {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fill-available;
}


.we-title-background {
    color: transparent;
    font-family: "Olympic Headline Condensed", Helvetica, sans-serif;
    -webkit-background-clip: text;
    font-style: normal;
    font-weight: 700;
    left: 0px;
    margin-left: -1.6rem;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    overflow: hidden;
    padding-top: 0.3rem;
    position: absolute;
    top: 0;
    white-space: normal;
    font-size: 4.8rem;
    line-height: 4rem;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.04) 50%);
}


@media (min-width: 393px) {
    .we-title-background {
        font-size: 4.8rem;
        line-height: 4rem;
        margin-left: -1.6rem;
    }
}

@media (min-width: 768px) {



    .we-title-background {
        font-size: 8rem;
        line-height: 6.4rem;
        margin-left: -3.2rem;
    }
}

@media (min-width: 992px) {

    .we-style a {
        font-size: 1.8rem;
        letter-spacing: 0.63px;
        line-height: 2.6rem;
        color: var(--a-color);
    }

    .we-style p {
        font-size: 1.8rem;
        letter-spacing: 0.63px;
        line-height: 2.6rem;
        color: var(--p-color);
    }

    .we-style ul,
    .we-style ol {
        font-size: 1.8rem;
        letter-spacing: 0.63px;
        line-height: 2.6rem;
        color: var(--ol-color);
        padding-left: revert;
    }

    .we-style> :not(blockquote) {
        width: 542.333px;
    }

    .we-title-background {
        font-size: 12.8rem;
        line-height: 9.6rem;
        margin-left: -2.4rem;
    }

}

@media (min-width: 1440px) {

    .we-style> :not(blockquote) {
        width: 803.667px;
    }

    .we-title-background {
        font-size: 13.6rem;
        line-height: 10.4rem;
        margin-left: -2.4rem;
    }
}




.embed-container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
}