body, html {
    padding: 0;
    margin: 0;
    font-family: TT-Norms,DD-TTNorms,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,
    Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    
    color: var(--color-text-primary);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga","clig off";
    font-variant-ligatures: no-common-ligatures;
}
img{
    max-width: 100%;
}
.hyiHdz {
    max-width: 1256px;
    margin: 0px auto;
}
.bxBeow {
    background-color: rgb(255, 240, 237);
    color: rgb(25, 25, 25);
    text-align: center;
    padding: 48px 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.bxBeow {
    padding: 66px 0px;
}
.fEODkp {
    font-size: 24px;
    line-height: 1.25;
}
.dcPXAp p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}
.ZzPCz {
    padding: 52px 0px;
    text-align: center;
}
.bWBsoK {
    grid-template-columns: repeat(12, 1fr);
    text-align: left;
    min-height: 325px;
}
.bWBsoK {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hyiHdz {
    max-width: 1256px;
    margin: 0px auto;
}
.hyiHdz {
    padding: 0px 16px;
}
.bnBmWQ {
    grid-area: 1 / 1 / auto / 7;
    justify-self: center;
    padding: 20px;
}
.fEODkp {
    font-size:24px;
    line-height: 1.25;
}
.bnBmWQ {
    grid-area: 1 / 1 / auto / 7;
    justify-self: center;
}
.bnBmWQ p {
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
}
.PgWXL > * + * {
    margin-top: 16px;
}
.ftffFq {
    clear: both;
}
.PgWXL > * + * {
    margin-top: 16px;
}
.dFqTYX {
    background-color: rgb(235, 23, 0);
    padding: 8px 16px;
    display: inline-block;
    border-radius: 1000px;
    position: relative;
    max-width: 100%;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: transparent 0px 0px 0px 1px inset;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
.sc-FeKFz.dWpAZN img{
    border-radius:10px;
}

@media all and (max-width: 768px) {
    .bWBsoK {
        flex-direction: column-reverse;
    }
    .sc-FeKFz.dWpAZN img{
        margin-top: 10px;
    }
    .ZzPCz {
        padding: 20px 0px;
    }
    .dcPXAp p {
        max-width: 95%;
    }
    .bxBeow {
        padding:36px 0px;
    }
}