body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    word-break: break-word;
    overflow-wrap: anywhere
}

:focus {
    outline: none;
    border-bottom: 4px solid #EE2F53
}

.hd {
    border-bottom: 2px solid #FFE064;
    background: #fff;
    position: relative
}

.hd-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 32px 64px;
    display: flex;
    align-items: stretch;
    gap: 64px
}

.brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 16px
}

.logowrap {
    width: 80px;
    height: 80px;
    border-bottom: 2px solid #FFE064;
    background: #F1F1F1;
    box-shadow: 2px 2px 6px -2px #ffe06412 2px 5px 20px -2px #ffe0641a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 0
}

.logowrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block
}

.brandname {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111
}

.tagline {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
    padding-left: 96px
}

.cred {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #EE2F53;
    background: #fff;
    border: 1.5px solid #EE2F53;
    border-radius: 3px;
    padding: 8px 16px;
    margin-left: 96px;
    margin-top: 8px;
    width: fit-content;
    box-shadow: 2px 2px 6px -2px #ee2f5312
}

.cred-dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #FFE064;
    flex-shrink: 0
}

.hdnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    align-items: flex-end
}

.hdnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end
}

.hdnav ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    border: 1.5px solid transparent;
    transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s ease-in-out;
    min-height: 44px;
    align-items: center
}

.hdnav ul li a:hover {
    background: #FFE064;
    border-color: #FFE064;
    color: #111
}

.hdnav ul li.active a {
    background: #EE2F53;
    color: #fff;
    border-color: #EE2F53
}

.ft {
    background: #111;
    border-top: 3px solid #FFE064
}

.ft-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 64px 32px;
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    align-items: flex-start
}

.ft-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 220px
}

.ft-logowrap {
    width: 80px;
    height: 80px;
    background: #F1F1F1;
    border-bottom: 2px solid #FFE064;
    box-shadow: 2px 5px 20px -2px #ffe0641a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex-shrink: 0
}

.ft-logowrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block
}

.ft-brandname {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.02em
}

.ft-contact {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-contact-label {
    font-size: 13px;
    font-weight: 700;
    color: #FFE064;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ft-contact a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
    line-height: 1.6;
    transition: color .5s ease-in-out
}

.ft-contact a:hover {
    color: #FFE064
}

.ft-contact-addr {
    font-size: 13px;
    color: #888;
    line-height: 1.6
}

.ft-nav {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ft-nav-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-nav-label {
    font-size: 13px;
    font-weight: 700;
    color: #FFE064;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ft-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-nav ul li a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
    line-height: 1.6;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    min-height: 44px;
    padding: 8px 0
}

.ft-nav ul li a:hover {
    color: #FFE064
}

.ft-bottom {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 64px 32px;
    border-top: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.ft-copy {
    font-size: 13px;
    color: #666;
    line-height: 1.6
}

.ft-copy span {
    color: #888
}

.ckbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: #fff;
    border-bottom: 2px solid #FFE064;
    box-shadow: 2px 8px 48px -2px #ffe0641c
}

.ckbar-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 64px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.ckbar-msg {
    font-size: 13px;
    line-height: 1.6;
    color: #111;
    flex: 1;
    min-width: 200px
}

.ckbar-msg a {
    color: #EE2F53;
    text-decoration: underline
}

.ckbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.ckaccept {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    background: #FFE064;
    border: none;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration: underline;
    min-height: 44px;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ckaccept:hover {
    background: #EE2F53;
    color: #fff
}

.ckdecline {
    font-size: 13px;
    color: #666;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px;
    min-height: 44px;
    transition: color .5s ease-in-out
}

.ckdecline:hover {
    color: #EE2F53
}

@media (max-width: 900px) {
    .hd-inner {
        padding: 32px;
        flex-direction: column;
        gap: 32px
    }

    .hdnav {
        align-items: flex-start
    }

    .hdnav ul {
        justify-content: flex-start
    }

    .tagline,
    .cred {
        margin-left: 0;
        padding-left: 0
    }

    .ft-inner {
        padding: 64px 32px 32px;
        flex-direction: column;
        gap: 32px
    }

    .ft-bottom {
        padding: 16px 32px 32px
    }

    .ckbar-inner {
        padding: 16px 32px
    }
}

.policy-details-yrgg {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 32px
}

.policy-details-yrgg ul,
.policy-details-yrgg ol {
    padding-left: 32px;
    margin-top: 16px;
    margin-bottom: 16px
}

.policy-details-yrgg ul {
    list-style-type: disc
}

.policy-details-yrgg ol {
    list-style-type: decimal
}

.policy-details-yrgg ul ul,
.policy-details-yrgg ol ol,
.policy-details-yrgg ul ol,
.policy-details-yrgg ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.policy-details-yrgg li {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin-bottom: 8px
}

.policy-details-yrgg em,
.policy-details-yrgg i {
    font-style: italic;
    color: #3a3a3a
}

.policy-details-yrgg a {
    color: #EE2F53;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.policy-details-yrgg a:hover {
    color: #b81e3a;
    text-decoration-color: #FFE064
}

.policy-details-yrgg a:visited {
    color: #c4274a
}

.policy-details-yrgg hr {
    border: none;
    border-top: 2px solid #F1F1F1;
    margin-top: 64px;
    margin-bottom: 64px;
    border-radius: 0
}

.policy-details-yrgg div {
    margin-bottom: 16px
}

.policy-details-yrgg div+div {
    margin-top: 8px
}

@media (max-width: 768px) {
    .policy-details-yrgg {
        padding: 32px 16px
    }

    .policy-details-yrgg ul,
    .policy-details-yrgg ol {
        padding-left: 16px
    }

    .policy-details-yrgg hr {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.wbn {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.wbn .strip {
    position: relative;
    padding: 32px 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    background: #fff;
    overflow: hidden
}

.wbn .strip-text {
    flex: 1 1 0;
    min-width: 0;
    z-index: 1
}

.wbn .strip-img {
    flex: 0 0 340px;
    position: relative;
    z-index: 1
}

.wbn .strip-img img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
    border-radius: 3px
}

.wbn .wave-div {
    position: relative;
    height: 48px;
    overflow: hidden;
    background: #fff
}

.wbn .wave-div svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wbn .tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #EE2F53;
    background: #ee2f5314;
    padding: 8px 16px;
    border-radius: 3px;
    margin-bottom: 16px
}

.wbn .h1big {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 16px
}

.wbn .h1big span {
    color: #EE2F53
}

.wbn .subdesc {
    font-size: 19px;
    line-height: 1.6;
    color: #333;
    max-width: 560px;
    margin: 0 0 32px
}

.wbn .btns {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.wbn .btnprim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EE2F53;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 2px 5px 20px -2px #ee2f531a;
    transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease-in-out
}

.wbn .btnprim:hover {
    background: #c4203f;
    box-shadow: 2px 8px 48px -2px #ee2f531c
}

.wbn .btnprim:hover .bico {
    transform: translateX(6px)
}

.wbn .btnsec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #EE2F53;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 3px;
    border: 2px solid #EE2F53;
    cursor: pointer;
    text-decoration: none;
    transition: background .55s ease-in-out, color .55s ease-in-out
}

.wbn .btnsec:hover {
    background: #EE2F53;
    color: #fff
}

.wbn .bico {
    display: inline-block;
    transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.wbn .circles {
    position: absolute;
    top: -64px;
    right: -64px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    opacity: .07;
    z-index: 0
}

.wbn .circles circle {
    fill: none;
    stroke: #EE2F53;
    stroke-width: 1.5
}

.wbn .shadow-div {
    height: 16px;
    background: transparent;
    box-shadow: 0 8px 32px -4px #ee2f5314;
    margin: 0
}

.wbn .metrics {
    display: flex;
    flex-direction: row;
    gap: 0;
    background: #111;
    padding: 0
}

.wbn .mitem {
    flex: 1 1 0;
    padding: 64px 32px;
    border-right: 1px solid #ffffff12;
    position: relative;
    overflow: hidden;
    transition: background .55s ease-in-out
}

.wbn .mitem:last-child {
    border-right: none
}

.wbn .mitem:hover {
    background: #ffe0640f
}

.wbn .mnum {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.04em;
    color: #FFE064;
    display: block;
    margin-bottom: 8px
}

.wbn .mlabel {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffb3;
    display: block
}

.wbn .msub {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff61;
    display: block;
    margin-top: 8px
}

.wbn .mbar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #FFE064;
    border-radius: 0;
    animation: barfill 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes barfill {
    from {
        width: 0
    }

    to {
        width: var(--bar-w)
    }
}

.wbn .bgblock {
    position: relative;
    padding: 96px 64px;
    background: #F1F1F1;
    overflow: hidden
}

.wbn .bgblock-inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    max-width: 1600px;
    position: relative;
    z-index: 1
}

.wbn .sidenote {
    flex: 0 0 200px;
    font-size: 13px;
    line-height: 1.9;
    color: #888;
    padding-top: 8px;
    border-top: 2px solid #FFE064
}

.wbn .maintext {
    flex: 1 1 0;
    min-width: 0
}

.wbn .maintext h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 32px
}

.wbn .maintext p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px
}

.wbn .qblock {
    margin: 32px 0;
    padding: 32px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 5px 20px -2px #ee2f531a;
    position: relative
}

.wbn .qmark {
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
    color: #EE2F53;
    display: block;
    margin-bottom: 8px;
    font-style: normal
}

.wbn .qtext {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 0 0 16px
}

.wbn .qattrib {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 16px
}

.wbn .qportrait {
    width: 48px;
    height: 62px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0
}

.wbn .attname {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    display: block
}

.wbn .attrole {
    font-size: 13px;
    color: #888
}

.wbn .gridpanel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px
}

.wbn .gcard {
    background: #fff;
    border-radius: 3px;
    padding: 32px;
    box-shadow: 2px 2px 6px -2px #ee2f5312;
    transition: box-shadow .5s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.wbn .gcard:hover {
    box-shadow: 2px 8px 48px -2px #ee2f531c;
    transform: translateY(-4px)
}

.wbn .gcard h4 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
    color: #111;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.wbn .gcard p {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0
}

.wbn .gico {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe06440;
    border-radius: 3px
}

.wbn .gico svg {
    width: 22px;
    height: 22px
}

.wbn .bgdeco {
    position: absolute;
    bottom: -96px;
    right: -64px;
    width: 400px;
    height: 400px;
    pointer-events: none;
    opacity: .05;
    z-index: 0
}

.wbn .bgdeco circle {
    fill: none;
    stroke: #EE2F53;
    stroke-width: 1
}

.wbn .experts {
    padding: 64px;
    background: #fff;
    position: relative
}

.wbn .experts h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 8px
}

.wbn .experts .subdesc2 {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 32px;
    max-width: 560px
}

.wbn .exprow {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.wbn .expcard {
    flex: 1 1 0;
    background: #F1F1F1;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .55s ease-in-out
}

.wbn .expcard:hover {
    box-shadow: 2px 8px 48px -2px #ee2f531c
}

.wbn .exphead {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.wbn .expimg {
    width: 80px;
    height: 103px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0
}

.wbn .expname {
    font-size: 19px;
    font-weight: 900;
    color: #111;
    line-height: 1.3;
    letter-spacing: -.01em
}

.wbn .exprole {
    font-size: 13px;
    color: #EE2F53;
    font-weight: 700;
    margin-top: 4px
}

.wbn .expbio {
    font-size: 13px;
    line-height: 1.9;
    color: #555;
    margin: 0
}

.wbn .exptopics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.wbn .topic {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    background: #FFE064;
    padding: 8px 16px;
    border-radius: 3px
}

.wbn .expwide {
    flex: 2 1 0;
    background: linear-gradient(180deg, #111 0%, #EE2F53 100%);
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.wbn .expwide .expname {
    color: #fff
}

.wbn .expwide .expbio {
    color: #ffffffbf
}

.wbn .expwide .topic {
    background: #ffe0642e;
    color: #FFE064
}

.wbn .expwide .exprole {
    color: #FFE064
}

.wbn .expwide .expimg {
    border-radius: 3px
}

.wbn .expwidedeco {
    position: absolute;
    top: -48px;
    right: -48px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    opacity: .08
}

.wbn .expwidedeco circle {
    fill: none;
    stroke: #FFE064;
    stroke-width: 1.5
}

@media (max-width: 1024px) {
    .wbn .strip {
        flex-direction: column;
        padding: 32px;
        gap: 32px
    }

    .wbn .strip-img {
        flex: 0 0 auto
    }

    .wbn .strip-img img {
        width: 100%;
        height: 280px
    }

    .wbn .h1big {
        font-size: 46px
    }

    .wbn .metrics {
        flex-direction: column
    }

    .wbn .mitem {
        border-right: none;
        border-bottom: 1px solid #ffffff12;
        padding: 32px
    }

    .wbn .bgblock {
        padding: 64px 32px
    }

    .wbn .bgblock-inner {
        flex-direction: column;
        gap: 32px
    }

    .wbn .sidenote {
        flex: 0 0 auto
    }

    .wbn .gridpanel {
        grid-template-columns: 1fr
    }

    .wbn .experts {
        padding: 64px 32px
    }

    .wbn .exprow {
        flex-direction: column
    }
}

@media (max-width: 640px) {
    .wbn .h1big {
        font-size: 34px
    }

    .wbn .maintext h2 {
        font-size: 34px
    }

    .wbn .experts h2 {
        font-size: 34px
    }

    .wbn .mnum {
        font-size: 46px
    }

    .wbn .strip {
        padding: 32px 16px
    }

    .wbn .bgblock {
        padding: 64px 16px
    }

    .wbn .experts {
        padding: 64px 16px
    }

    .wbn .btns {
        flex-direction: column
    }
}

.ctus {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.ctus .strip {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 320px;
    position: relative;
    padding: 0
}

.ctus .strip-img {
    width: 180px;
    min-width: 120px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.ctus .strip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.72) contrast(1.08)
}

.ctus .strip-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0000002e 0%, #0000008c 100%);
    pointer-events: none
}

.ctus .strip-text {
    flex: 1;
    padding: 64px 64px 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fff
}

.ctus .dotgrid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #FFE064 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .18;
    border-radius: 0
}

.ctus .strip-text h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    margin: 0 0 16px;
    color: #181818;
    position: relative;
    z-index: 1
}

.ctus .strip-text h1 .accent {
    color: #EE2F53
}

.ctus .strip-text .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 540px;
    margin: 0;
    position: relative;
    z-index: 1
}

.ctus .underline-draw {
    display: block;
    width: 0;
    height: 3px;
    background: #FFE064;
    border-radius: 0;
    margin-top: 16px;
    animation: drawline .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards;
    position: relative;
    z-index: 1
}

@keyframes drawline {
    from {
        width: 0
    }

    to {
        width: 180px
    }
}

.ctus .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0;
    background: #F1F1F1;
    position: relative
}

.ctus .contact-grid::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fff 0%, #F1F1F1 60%, #ede8d8 100%);
    pointer-events: none;
    z-index: 0
}

.ctus .graphpaper {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(#ee2f530b 1px, transparent 1px), linear-gradient(90deg, #ee2f530b 1px, transparent 1px), linear-gradient(#ee2f5306 1px, transparent 1px), linear-gradient(90deg, #ee2f5306 1px, transparent 1px);
    background-size: 64px 64px, 64px 64px, 16px 16px, 16px 16px
}

.ctus .formcol {
    grid-column: 1 / 3;
    grid-row: 1;
    padding: 64px 48px 64px 64px;
    position: relative;
    z-index: 1
}

.ctus .sidecol {
    grid-column: 3 / 4;
    grid-row: 1;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #ee2f531a
}

.ctus .formcol h2 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #181818;
    margin: 0 0 8px
}

.ctus .formcol .subdesc {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 32px;
    max-width: 420px
}

.ctus .form-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px
}

.ctus .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.ctus .form-field label {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ctus .form-field input,
.ctus .form-field select {
    border: 1.5px solid #d8d8d8;
    border-radius: 3px;
    padding: 16px;
    font-size: 16px;
    color: #181818;
    background: #fff;
    outline: none;
    transition: border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.ctus .form-field input::placeholder {
    color: #bbb;
    transition: opacity .5s ease-in-out
}

.ctus .form-field input:focus::placeholder {
    opacity: 0
}

.ctus .form-field input:focus,
.ctus .form-field select:focus {
    border-color: #EE2F53;
    box-shadow: 2px 5px 20px -2px #ee2f531a
}

.ctus .form-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23EE2F53' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.ctus .timepref {
    margin-bottom: 16px
}

.ctus .timepref legend {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.ctus .timeopts {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.ctus .timeopt {
    position: relative
}

.ctus .timeopt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus .timeopt label {
    display: block;
    padding: 8px 16px;
    border: 1.5px solid #d8d8d8;
    border-radius: 28px;
    font-size: 13px;
    color: #444;
    cursor: pointer;
    background: #fff;
    transition: border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none
}

.ctus .timeopt input[type="radio"]:checked+label {
    border-color: #EE2F53;
    background: #EE2F53;
    color: #fff;
    box-shadow: inset 0 2px 6px -2px #ee2f5338
}

.ctus .timeopt label:hover {
    border-color: #FFE064;
    background: #fffbe8;
    color: #181818
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin: 16px 0 32px
}

.ctus .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid #d8d8d8;
    border-radius: 3px;
    cursor: pointer;
    accent-color: #EE2F53;
    margin-top: 2px;
    transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .privacy-row input[type="checkbox"]:checked {
    box-shadow: inset 0 2px 4px -1px #ee2f532e
}

.ctus .privacy-row .privtext {
    font-size: 13px;
    line-height: 1.6;
    color: #555
}

.ctus .privacy-row .privtext a {
    color: #EE2F53;
    text-decoration: underline;
    text-underline-offset: 2px
}

.ctus .submitbtn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #EE2F53;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 2px 5px 20px -2px #ee2f531a;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.ctus .submitbtn:hover {
    background: #c4203f;
    box-shadow: 2px 8px 48px -2px #ee2f531c;
    transform: translateY(-2px)
}

.ctus .submitbtn:active {
    box-shadow: inset 2px 2px 6px -2px #ee2f532e;
    transform: translateY(0)
}

.ctus .submitbtn:focus-visible {
    outline: 2px solid #FFE064;
    outline-offset: 3px
}

.ctus .submitbtn .btnicon {
    display: inline-block;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .submitbtn:hover .btnicon {
    transform: translateX(6px)
}

.ctus .infocard {
    background: #fff;
    border-radius: 3px;
    padding: 32px;
    box-shadow: 2px 2px 6px -2px #ffe06412;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .infocard .iclabel {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #EE2F53;
    margin-bottom: 8px
}

.ctus .infocard .icval {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    word-break: break-word
}

.ctus .infocard .icval a {
    color: #222;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .infocard .icval a:hover {
    color: #EE2F53
}

.ctus .infocard .icicon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    display: block
}

.ctus .weblink {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #EE2F53;
    text-decoration: none;
    letter-spacing: .03em;
    transition: gap .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .weblink:hover {
    gap: 16px
}

.ctus .weblink .wicon {
    display: inline-block;
    transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus .weblink:hover .wicon {
    transform: translateX(4px)
}

.ctus .cornerdec {
    position: absolute;
    pointer-events: none
}

.ctus .cornerdec.tl {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-top: 2px solid #FFE064;
    border-left: 2px solid #FFE064;
    border-radius: 0
}

.ctus .cornerdec.tr {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-top: 2px solid #FFE064;
    border-right: 2px solid #FFE064;
    border-radius: 0
}

.ctus .cornerdec.bl {
    bottom: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #FFE064;
    border-left: 2px solid #FFE064;
    border-radius: 0
}

.ctus .cornerdec.br {
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #FFE064;
    border-right: 2px solid #FFE064;
    border-radius: 0
}

.ctus .sidenote {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    margin-top: 32px
}

.ctus .sidenote .snleft {
    min-width: 96px;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    text-align: right;
    padding-top: 2px
}

.ctus .sidenote .snright {
    font-size: 16px;
    color: #333;
    line-height: 1.6
}

.ctus .quote-accent {
    font-size: 19px;
    line-height: 1.6;
    color: #222;
    position: relative;
    padding: 0 8px
}

.ctus .quote-accent::before {
    content: '\201C';
    color: #FFE064;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    vertical-align: -8px;
    margin-right: 4px
}

.ctus .quote-accent::after {
    content: '\201D';
    color: #FFE064;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    vertical-align: -8px;
    margin-left: 4px
}

@media (max-width: 1024px) {
    .ctus .contact-grid {
        grid-template-columns: 1fr
    }

    .ctus .formcol {
        grid-column: 1;
        padding: 64px 32px
    }

    .ctus .sidecol {
        grid-column: 1;
        grid-row: 2;
        border-left: none;
        border-top: 1px solid #ee2f531a;
        padding: 32px 32px 64px;
        flex-direction: row;
        flex-wrap: wrap
    }

    .ctus .infocard {
        flex: 1;
        min-width: 200px
    }
}

@media (max-width: 768px) {
    .ctus .strip {
        flex-direction: column
    }

    .ctus .strip-img {
        width: 100%;
        height: 180px;
        min-width: unset
    }

    .ctus .strip-text {
        padding: 32px
    }

    .ctus .strip-text h1 {
        font-size: 46px
    }

    .ctus .form-row {
        flex-direction: column
    }

    .ctus .formcol {
        padding: 32px 16px
    }

    .ctus .sidecol {
        padding: 32px 16px;
        flex-direction: column
    }

    .ctus .sidenote {
        flex-direction: column;
        gap: 8px
    }

    .ctus .sidenote .snleft {
        text-align: left;
        min-width: unset
    }
}

.strt {
    max-width: 100%;
    overflow-x: hidden
}

.strt .pg {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.strt .wave1 {
    animation: fadeUp .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.strt .wave2 {
    animation: fadeUp .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .12s both
}

.strt .wave3 {
    animation: fadeUp .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .24s both
}

.strt .wave4 {
    animation: fadeUp .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .36s both
}

.strt .wave5 {
    animation: fadeUp .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .48s both
}

.strt ::selection {
    background: #222;
    color: #FFE064
}

.strt .titlesec {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    overflow: hidden
}

.strt .titlesec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 60% 40%, #ffe0642e 0%, #ee2f530f 55%, transparent 100%);
    pointer-events: none
}

.strt .titlesec .noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
    opacity: .6
}

.strt .titlegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.strt .titletext {
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px
}

.strt .numaccent {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.03em;
    color: #FFE064;
    display: block;
    margin-bottom: 8px
}

.strt .titleh {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #111;
    margin: 0 0 16px
}

.strt .titledesc {
    font-size: 19px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 32px;
    max-width: 480px
}

.strt .titlebtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EE2F53;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .45s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: 2px 5px 20px -2px #ee2f531a
}

.strt .titlebtn:hover {
    background: #c41f3f;
    box-shadow: 2px 8px 48px -2px #ee2f531c
}

.strt .titlebtn svg {
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .titlebtn:hover svg {
    transform: translateX(5px)
}

.strt .imgzone {
    position: relative;
    padding-left: 16px
}

.strt .imgwrap {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 2px 8px 48px -2px #ffe0641c;
    position: relative
}

.strt .imgwrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .imgwrap:hover img {
    transform: scale(1.04)
}

.strt .imgwrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, #ffe0641f 100%);
    pointer-events: none
}

.strt .floatcard {
    position: absolute;
    bottom: -16px;
    left: -32px;
    background: #fff;
    border-radius: 28px;
    padding: 16px;
    box-shadow: 2px 8px 48px -2px #ffe0641c;
    min-width: 200px;
    z-index: 2
}

.strt .floatcard .fstatus {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.strt .fstatdot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0
}

.strt .fstatlabel {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.strt .frow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #F1F1F1
}

.strt .frowlabel {
    font-size: 13px;
    color: #555
}

.strt .frowval {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.strt .curve1 {
    display: block;
    width: 100%;
    line-height: 0;
    background: #fff
}

.strt .curve1 svg {
    display: block;
    width: 100%
}

.strt .mirsec {
    background: #F1F1F1;
    padding-top: 96px;
    padding-bottom: 64px;
    position: relative
}

.strt .mirgrid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start
}

.strt .mirimgcol {
    position: relative
}

.strt .mirportwrap {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 2px 5px 20px -2px #ee2f531a;
    aspect-ratio: 5/7
}

.strt .mirportwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .mirportwrap:hover img {
    transform: scale(1.04)
}

.strt .mirtext {
    padding-top: 16px
}

.strt .mirtag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #EE2F53;
    margin-bottom: 16px;
    display: block
}

.strt .mirh {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #111;
    margin: 0 0 32px
}

.strt .sidenotes {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 32px;
    margin-bottom: 32px
}

.strt .snote {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    padding-top: 4px;
    border-top: 2px solid #FFE064
}

.strt .sbody {
    font-size: 16px;
    line-height: 1.6;
    color: #222
}

.strt .sbody p {
    margin: 0 0 16px
}

.strt .sbody p:last-child {
    margin-bottom: 0
}

.strt .qphrase {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    padding: 16px;
    background: #fff;
    border-radius: 3px;
    margin-top: 32px;
    box-shadow: 2px 2px 6px -2px #ffe06412
}

.strt .qphrase .qm {
    color: #EE2F53;
    font-size: 25px;
    font-weight: 900;
    line-height: 1
}

.strt .zigbot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none
}

.strt .valsec {
    background: #111;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden
}

.strt .valsec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #111 0%, #1a0a12 100%);
    pointer-events: none
}

.strt .meshbg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 20% 30%, #ffe06412 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 80% 70%, #ee2f530f 0%, transparent 70%);
    pointer-events: none
}

.strt .valinner {
    position: relative;
    z-index: 1
}

.strt .valtop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
    align-items: end
}

.strt .valh {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #FFE064;
    margin: 0
}

.strt .valdesc {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin: 0
}

.strt .valgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.strt .valcard {
    background: #ffffff0a;
    border-radius: 28px;
    padding: 32px;
    border-top: 3px solid #FFE064;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.strt .valcard:hover {
    background: #ffffff12;
    box-shadow: 2px 8px 48px -2px #ffe0641c
}

.strt .vcnum {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: #FFE064;
    letter-spacing: -.03em;
    display: block;
    margin-bottom: 8px
}

.strt .vch {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 900;
    color: #fff;
    margin: 0 0 8px
}

.strt .vcp {
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
    margin: 0
}

.strt .valimgrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 64px
}

.strt .vimgwrap {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 2px 5px 20px -2px #ee2f531a
}

.strt .vimgwrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.strt .vimgwrap:hover img {
    transform: scale(1.04)
}

.strt .vimgcaption {
    padding: 16px 0 0
}

.strt .vimgcaph {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px
}

.strt .vimgcapp {
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
    margin: 0
}

.strt .curve2 {
    display: block;
    width: 100%;
    line-height: 0;
    background: #111
}

.strt .curve2 svg {
    display: block;
    width: 100%
}

.strt .peopsec {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 96px
}

.strt .peophead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
    align-items: end
}

.strt .peoph {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #111;
    margin: 0
}

.strt .peopdesc {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.strt .testimlist {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.strt .tcard {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 32px;
    align-items: start;
    padding: 32px;
    border-radius: 28px;
    background: #F1F1F1;
    box-shadow: 2px 2px 6px -2px #ffe06412;
    transition: box-shadow .5s ease-in-out
}

.strt .tcard:hover {
    box-shadow: 2px 8px 48px -2px #ffe0641c
}

.strt .tcard.alt {
    background: #fff;
    border: 1px solid #F1F1F1;
    grid-template-columns: 1fr 160px
}

.strt .tcard.alt .tcontent {
    order: 1
}

.strt .tcard.alt .tmeta {
    order: 2
}

.strt .tmeta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.strt .tname {
    font-size: 16px;
    font-weight: 900;
    color: #111;
    margin: 0
}

.strt .trole {
    font-size: 13px;
    color: #666;
    margin: 0
}

.strt .tbefore {
    font-size: 13px;
    color: #EE2F53;
    font-weight: 700;
    margin: 0;
    padding: 8px;
    background: #ee2f530f;
    border-radius: 3px
}

.strt .tafter {
    font-size: 13px;
    color: #111;
    font-weight: 700;
    margin: 0;
    padding: 8px;
    background: #ffe0642e;
    border-radius: 3px
}

.strt .tcontent {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.strt .tquote {
    font-size: 19px;
    line-height: 1.6;
    color: #222;
    margin: 0;
    font-style: italic
}

.strt .tquote .qm {
    color: #EE2F53;
    font-weight: 900;
    font-style: normal
}

.strt .tdetail {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0
}

@media (max-width: 1024px) {
    .strt .pg {
        padding-left: 32px;
        padding-right: 32px
    }

    .strt .titlegrid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .strt .titletext {
        padding-right: 0
    }

    .strt .floatcard {
        position: static;
        margin-top: 16px
    }

    .strt .mirgrid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .strt .mirportwrap {
        max-width: 240px
    }

    .strt .valtop {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .strt .valgrid {
        grid-template-columns: 1fr 1fr
    }

    .strt .valimgrow {
        grid-template-columns: 1fr
    }

    .strt .peophead {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .strt .tcard {
        grid-template-columns: 1fr
    }

    .strt .tcard.alt {
        grid-template-columns: 1fr
    }

    .strt .tcard.alt .tcontent {
        order: 2
    }

    .strt .tcard.alt .tmeta {
        order: 1
    }
}

@media (max-width: 640px) {
    .strt .pg {
        padding-left: 16px;
        padding-right: 16px
    }

    .strt .titleh {
        font-size: 34px
    }

    .strt .numaccent {
        font-size: 46px
    }

    .strt .valh {
        font-size: 34px
    }

    .strt .valgrid {
        grid-template-columns: 1fr
    }

    .strt .sidenotes {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .strt .mirh {
        font-size: 25px
    }

    .strt .peoph {
        font-size: 25px
    }
}

.abt {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.abt .tblock {
    padding: 64px 64px 96px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
    background: #fff;
    position: relative
}

.abt .tblock .imgside {
    flex: 0 0 340px;
    position: relative
}

.abt .tblock .imgcard {
    width: 320px;
    height: 380px;
    overflow: hidden;
    border-radius: 28px 3px 28px 3px;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
    animation: wipein .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes wipein {
    from {
        clip-path: polygon(0 0, 0 0, 0 12%, 0 100%, 12% 100%, 0 88%);
        opacity: .4
    }

    to {
        clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
        opacity: 1
    }
}

.abt .tblock .imgcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(20%)
}

.abt .tblock .shapedot {
    width: 48px;
    height: 48px;
    background: #FFE064;
    border-radius: 50%;
    position: absolute;
    bottom: -16px;
    right: 32px
}

.abt .tblock .shapeline {
    width: 3px;
    height: 80px;
    background: linear-gradient(to bottom, #EE2F53, #FFE064);
    position: absolute;
    top: 32px;
    right: -16px;
    border-radius: 3px
}

.abt .tblock .textside {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .tblock .textside h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #111;
    margin: 0
}

.abt .tblock .textside h1 span {
    color: #EE2F53
}

.abt .divline1 {
    height: 1px;
    background: linear-gradient(to right, #EE2F53 0%, #FFE064 40%, #F1F1F1 100%);
    margin: 0 64px
}

.abt .story {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 64px;
    padding: 64px;
    background: #F1F1F1;
    position: relative
}

.abt .story .sidenote {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.abt .story .sidenote .snlabel {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #EE2F53;
    font-weight: 700
}

.abt .story .sidenote .snimg {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 2px 5px 20px -2px #ee2f531a
}

.abt .story .sidenote .snimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%) sepia(20%);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt .story .sidenote .snimg:hover img {
    filter: grayscale(0%) sepia(0%)
}

.abt .story .sidenote .snstat {
    background: #fff;
    border-radius: 3px;
    padding: 16px;
    box-shadow: 2px 2px 6px -2px #ffe06412
}

.abt .story .sidenote .snstat .bignum {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    color: #111;
    letter-spacing: -.02em
}

.abt .story .sidenote .snstat .numlabel {
    font-size: 13px;
    color: #555;
    line-height: 1.6
}

.abt .story .bodytext {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt .story .bodytext h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #111;
    margin: 0
}

.abt .story .bodytext .qblock {
    position: relative;
    padding: 0 0 0 32px
}

.abt .story .bodytext .qblock::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: #FFE064;
    border-radius: 3px
}

.abt .story .bodytext .qmark {
    font-size: 25px;
    color: #EE2F53;
    font-weight: 900;
    line-height: 1.1
}

.abt .story .bodytext .qtxt {
    font-size: 19px;
    line-height: 1.6;
    color: #222;
    font-style: italic
}

.abt .story .bodytext p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin: 0
}

.abt .divline2 {
    height: 2px;
    background: linear-gradient(to right, #F1F1F1 0%, #EE2F53 50%, #111 100%);
    margin: 0 64px
}

.abt .timeline {
    padding: 64px;
    background: #111;
    position: relative;
    overflow: hidden
}

.abt .timeline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/infographics/20260521-tile1.jpg) center/cover no-repeat;
    filter: grayscale(100%);
    opacity: .08
}

.abt .timeline .tlhead {
    position: relative;
    z-index: 1;
    margin-bottom: 64px
}

.abt .timeline .tlhead h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 8px
}

.abt .timeline .tlhead p {
    font-size: 16px;
    color: #aaa;
    line-height: 1.6;
    margin: 0;
    max-width: 480px
}

.abt .timeline .tlgrid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.abt .timeline .tlperiod {
    background: #ffffff0a;
    border-radius: 3px;
    padding: 32px;
    border: 1px solid #ffe06426;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out
}

.abt .timeline .tlperiod:hover {
    background: #ffe06414;
    border-color: #ffe06466
}

.abt .timeline .tlperiod .year {
    font-size: 34px;
    font-weight: 900;
    color: #FFE064;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 16px
}

.abt .timeline .tlperiod .evlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .timeline .tlperiod .evlist li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.abt .timeline .tlperiod .evlist li .evdot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    background: #EE2F53;
    border-radius: 50%;
    margin-top: 7px
}

.abt .timeline .tlperiod .evlist li .evtxt {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc
}

.abt .timeline .tlperiod .evlist li .evtxt strong {
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 4px
}

.abt .divline3 {
    height: 3px;
    background: linear-gradient(to right, #FFE064, #EE2F53 60%, #111 100%)
}

.abt .team {
    padding: 96px 64px 64px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 64px;
    align-items: start
}

.abt .team .teamleft {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt .team .teamleft h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #111;
    margin: 0
}

.abt .team .teamleft p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin: 0
}

.abt .team .teamleft .iconanchor {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE064;
    border-radius: 28px;
    box-shadow: 2px 8px 48px -2px #ffe0641c
}

.abt .team .teamleft .iconanchor svg {
    width: 40px;
    height: 40px
}

.abt .team .teamleft .metarow {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.abt .team .teamleft .metaitem {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .team .teamleft .metaitem .mnum {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    color: #EE2F53;
    letter-spacing: -.02em
}

.abt .team .teamleft .metaitem .mlabel {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    max-width: 140px
}

.abt .team .teamright {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt .team .teamright .pcard {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #F1F1F1;
    border-radius: 3px;
    padding: 24px;
    box-shadow: 2px 2px 6px -2px #ee2f5312;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt .team .teamright .pcard:hover {
    box-shadow: 2px 8px 48px -2px #ee2f531c
}

.abt .team .teamright .pcard .pimg {
    width: 100px;
    height: 125px;
    min-width: 100px;
    border-radius: 3px;
    overflow: hidden
}

.abt .team .teamright .pcard .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 4/5
}

.abt .team .teamright .pcard .pinfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.abt .team .teamright .pcard .pinfo h4 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
    color: #111;
    margin: 0;
    letter-spacing: -.01em
}

.abt .team .teamright .pcard .pinfo .prole {
    font-size: 13px;
    color: #EE2F53;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em
}

.abt .team .teamright .pcard .pinfo p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.abt .team .teamright .imgblock {
    border-radius: 3px;
    overflow: hidden;
    height: 220px;
    box-shadow: 2px 5px 20px -2px #ee2f531a
}

.abt .team .teamright .imgblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(30%);
    transition: filter .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt .team .teamright .imgblock:hover img {
    filter: grayscale(0%);
    transform: scale(1.03)
}

@media (max-width: 1100px) {
    .abt .tblock {
        padding: 64px 32px 96px;
        gap: 32px
    }

    .abt .tblock .textside h1 {
        font-size: 46px
    }

    .abt .story {
        padding: 64px 32px;
        gap: 32px
    }

    .abt .timeline {
        padding: 64px 32px
    }

    .abt .team {
        padding: 64px 32px;
        gap: 32px
    }

    .abt .divline1,
    .abt .divline2 {
        margin: 0 32px
    }
}

@media (max-width: 860px) {
    .abt .tblock {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 16px 64px;
        gap: 32px
    }

    .abt .tblock .imgside {
        flex: 0 0 auto
    }

    .abt .tblock .imgcard {
        width: 260px;
        height: 300px
    }

    .abt .tblock .textside h1 {
        font-size: 34px
    }

    .abt .story {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .abt .story .sidenote {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .abt .story .sidenote .snimg {
        width: 180px;
        height: 140px
    }

    .abt .timeline {
        padding: 32px 16px
    }

    .abt .timeline .tlgrid {
        grid-template-columns: 1fr
    }

    .abt .team {
        grid-template-columns: 1fr;
        padding: 32px 16px
    }

    .abt .divline1,
    .abt .divline2 {
        margin: 0 16px
    }

    .abt .timeline .tlhead h2 {
        font-size: 34px
    }
}

@media (max-width: 540px) {
    .abt .tblock .textside h1 {
        font-size: 25px
    }

    .abt .team .teamleft .metaitem .mnum {
        font-size: 34px
    }

    .abt .timeline .tlperiod .year {
        font-size: 25px
    }
}

.prls {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.prls .divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #FFE064 30%, #EE2F53 70%, transparent);
    border: none;
    margin: 0
}

.prls .titstrip {
    position: relative;
    width: 100%
}

.prls .titstrip-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: saturate(0.4) brightness(0.7);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prls .titstrip-img:hover {
    filter: saturate(0.6) brightness(0.9)
}

.prls .titstrip-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #ee2f532e, #ffe06438);
    pointer-events: none
}

.prls .titstrip-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 48px;
    border-color: transparent transparent #FFE064;
    opacity: .55;
    pointer-events: none
}

.prls .titstrip-cornertl {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #EE2F53 transparent transparent;
    opacity: .38;
    pointer-events: none
}

.prls .titzone {
    background: #fff;
    padding: 32px 64px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
    position: relative
}

.prls .titzone-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #EE2F53;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    padding-bottom: 8px
}

.prls .titzone-main {
    flex: 1
}

.prls .titzone-main h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #111;
    margin: 0 0 16px
}

.prls .titzone-main h1 .acq {
    color: #EE2F53;
    font-style: normal
}

.prls .titzone-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #333;
    max-width: 680px;
    margin: 0
}

.prls .titzone-meta {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding-bottom: 8px
}

.prls .titzone-meta span {
    font-size: 13px;
    color: #888;
    line-height: 1.6
}

.prls .titzone-meta strong {
    font-size: 13px;
    color: #111;
    font-weight: 700
}

.prls .relsbody {
    background: #F1F1F1;
    padding: 64px;
    position: relative
}

.prls .relsbody-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #f6f3e8 0%, #F1F1F1 100%);
    animation: bgshift 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes bgshift {
    0% {
        background: linear-gradient(180deg, #f6f3e8 0%, #F1F1F1 100%)
    }

    50% {
        background: linear-gradient(195deg, #f9efd8 0%, #ede9f5 100%)
    }

    100% {
        background: linear-gradient(210deg, #f1ece0 0%, #F1F1F1 100%)
    }
}

.prls .relsbody-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto
}

.prls .relsbody-grid {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 32px;
    align-items: start
}

.prls .relsbody-sidenote {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    border-top: 2px solid #FFE064;
    padding-top: 16px;
    position: sticky;
    top: 32px
}

.prls .relsbody-sidenote strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.prls .relsbody-text {
    padding: 0 16px
}

.prls .relsbody-text h2 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #111;
    margin: 0 0 16px
}

.prls .relsbody-text h3 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.015em;
    color: #111;
    margin: 32px 0 16px
}

.prls .relsbody-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 16px;
    max-width: 640px
}

.prls .relsbody-text .qblock {
    margin: 32px 0;
    padding: 16px 32px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 5px 20px -2px #ffe0641a;
    position: relative
}

.prls .relsbody-text .qblock::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FFE064;
    border-radius: 3px 0 0 3px
}

.prls .relsbody-text .qblock-mark {
    font-size: 46px;
    line-height: 1.1;
    color: #FFE064;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
    font-style: normal
}

.prls .relsbody-text .qblock p {
    font-size: 19px;
    line-height: 1.6;
    font-style: italic;
    color: #111;
    margin: 0 0 8px
}

.prls .relsbody-text .qblock-attr {
    font-size: 13px;
    color: #EE2F53;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.prls .relsbody-cards {
    margin: 32px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.prls .rcard {
    background: #fff;
    border-radius: 3px;
    padding: 16px;
    box-shadow: 2px 2px 6px -2px #ffe06412;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.prls .rcard:hover {
    box-shadow: 2px 8px 48px -2px #ffe0641c;
    transform: translateY(-3px)
}

.prls .rcard-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 28px 0;
    border-color: transparent #FFE064 transparent transparent;
    opacity: .5;
    pointer-events: none
}

.prls .rcard-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prls .rcard-icon svg {
    width: 28px;
    height: 28px;
    transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prls .rcard:hover .rcard-icon svg {
    transform: translateX(5px) scale(1.1)
}

.prls .rcard h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #111;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.prls .rcard p {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.prls .relsbody-aside {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    position: sticky;
    top: 32px
}

.prls .aside-block {
    background: #fff;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 2px 2px 6px -2px #ee2f5312
}

.prls .aside-block h5 {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #EE2F53;
    margin: 0 0 8px
}

.prls .aside-block p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 8px
}

.prls .aside-block a {
    color: #EE2F53;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: color .45s ease-in-out
}

.prls .aside-block a:hover {
    color: #111
}

.prls .aside-metric {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.prls .aside-metric-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prls .aside-metric-val {
    font-size: 25px;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    letter-spacing: -.02em
}

.prls .aside-metric-lbl {
    font-size: 13px;
    color: #666;
    line-height: 1.3
}

.prls .aside-dot {
    width: 8px;
    height: 8px;
    border-radius: 28px;
    background: #FFE064;
    flex-shrink: 0
}

.prls .aside-dot.red {
    background: #EE2F53
}

@media (max-width: 1100px) {
    .prls .relsbody-grid {
        grid-template-columns: 180px 1fr
    }

    .prls .relsbody-aside {
        display: none
    }

    .prls .titzone {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 32px
    }

    .prls .titzone-meta {
        align-items: flex-start
    }
}

@media (max-width: 720px) {
    .prls .relsbody-grid {
        grid-template-columns: 1fr
    }

    .prls .relsbody-sidenote {
        position: static
    }

    .prls .relsbody-text {
        padding: 0
    }

    .prls .relsbody-cards {
        grid-template-columns: 1fr
    }

    .prls .titzone {
        padding: 16px
    }

    .prls .titzone-main h1 {
        font-size: 34px
    }

    .prls .relsbody {
        padding: 32px 16px
    }
}

.successPg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background: #F1F1F1
}

.successPg .card {
    background: #fff;
    border-radius: 28px;
    padding: 64px;
    max-width: 560px;
    width: 100%;
    box-shadow: 2px 8px 48px -2px #ffe0641c;
    text-align: center
}

.successPg .iconWrap {
    width: 72px;
    height: 72px;
    border-radius: 28px;
    background: #FFE064;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px
}

.successPg .iconWrap svg {
    display: block
}

.successPg .heading {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #111;
    margin: 0 0 16px
}

.successPg .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 32px
}

.successPg .backBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #FFE064;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), gap .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.successPg .backBtn:hover {
    background: #EE2F53;
    gap: 16px
}

.successPg .backBtn:focus {
    outline: 2px solid #EE2F53;
    outline-offset: 3px
}

.successPg .backBtn:active {
    box-shadow: inset 2px 2px 6px -2px #ee2f5333
}

.successPg .divider {
    width: 40px;
    height: 3px;
    background: #FFE064;
    border-radius: 0;
    margin: 0 auto 32px
}

@media (max-width: 600px) {
    .successPg .card {
        padding: 32px 16px
    }

    .successPg .heading {
        font-size: 25px
    }
}