@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap");

:root {
    --bg: #f7f3fa;
    --bg-soft: #fbf8fd;
    --surface: rgba(255, 255, 255, 0.86);
    --surface-strong: #ffffff;
    --surface-muted: #ecdff5;
    --ink: #000000;
    --ink-soft: #1a202c;
    --muted: #6b5a78;
    --line: rgba(60, 6, 113, 0.14);
    --accent: #3c0671;
    --accent-strong: #2b0450;
    --accent-soft: #c9a8e0;
    --secondary: #480985;
    --secondary-soft: #e9dbf5;
    --success: #2e6a4f;
    --danger: #b13f2f;
    --shadow-lg: 0 24px 60px rgba(17, 76, 109, 0.14);
    --shadow-md: 0 14px 30px rgba(17, 76, 109, 0.1);
    --shadow-sm: 0 8px 18px rgba(17, 76, 109, 0.08);
    --radius-lg: 30px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --container: min(1120px, calc(100% - 32px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Geeza Pro", "Tahoma", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(60, 6, 113, 0.16), transparent 30%),
        radial-gradient(circle at left 20%, rgba(72, 9, 133, 0.12), transparent 24%),
        linear-gradient(180deg, #faf7fc 0%, #f3ecf8 52%, #e9dcf2 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
    filter: blur(8px);
}

body::before {
    width: 300px;
    height: 300px;
    top: -120px;
    left: -60px;
    background: rgba(60, 6, 113, 0.09);
}

body::after {
    width: 360px;
    height: 360px;
    right: -120px;
    bottom: 8%;
    background: rgba(72, 9, 133, 0.08);
}

a {
    color: var(--accent-strong);
    text-decoration-color: rgba(60, 6, 113, 0.3);
    text-underline-offset: 0.24em;
}

a:hover {
    text-decoration-color: currentColor;
}

p {
    margin: 0 0 1.15rem;
    color: var(--ink-soft);
}

.nwc4qh ol,
.nwc4qh ul {
    color: var(--ink-soft);

}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--ink);
    line-height: 1.4;
}

h1 {
    font-size: clamp(1.5rem, 2.5vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

h2 {
    font-size: clamp(1.3rem, 2.1vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

input[type="tel"] {
    direction: ltr;
    text-align: right;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #7a6684 !important;
    opacity: 1;
}

.aaf6yr9c {
    width: var(--container);
    margin: 0 auto;
}

.joq0tn {
    width: var(--container);
    margin: 18px auto 0;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    position: sticky;
    top: 14px;
    z-index: 60;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(60, 6, 113, 0.08);
    border-radius: 999px;
    box-shadow: var(--shadow-md);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.joq0tn.bkcxiwu {
    transform: translateY(-140%);
}

.joq0tn.wepcly,
.joq0tn.vo3xm7s0 {
    transform: translateY(0);
}

.fkl63f {
    display: inline-flex;
    align-items: center;
    width: 92px;
    min-height: 54px;
    padding-right: 8px;
}

.fkl63f img {
    max-height: 40px;
    width: auto;
}

.jdeh90i4 {
    justify-self: center;
}

.jdeh90i4 ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.jdeh90i4 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.jdeh90i4 a:hover {
    background: rgba(60, 6, 113, 0.08);
    color: var(--accent-strong);
    transform: translateY(-1px);
}

.phi0k4f {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gz0k9tw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.gz0k9tw:hover {
    background: var(--accent-strong);
    color: #fff;
    transform: translateY(-1px);
}

.xsb88p {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.l4mnnbrq,
.cz9iekx {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(60, 6, 113, 0.1);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.l4mnnbrq:hover,
.cz9iekx:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(60, 6, 113, 0.25);
}

.joq0tn .phi0k4f .l4mnnbrq svg {
    fill: var(--accent-strong);
}

.joq0tn .phi0k4f .cz9iekx svg {
    overflow: visible;
}

.joq0tn .phi0k4f .cz9iekx svg path {
    stroke: #3c0671;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.cz9iekx.rynsp7ej .rgxdq48m {
    transform: translateY(10px) rotate(45deg);
}

.cz9iekx.rynsp7ej .p149mi {
    opacity: 0;
}

.cz9iekx.rynsp7ej .ia7iz8hn {
    transform: translateY(-10px) rotate(-45deg);
}

.ntjim51k,
.tyfvr32u {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fyf206s5,
.skv69vqc {
    opacity: 0;
    transform: translateY(-8px);
}

main.aaf6yr9c {
    padding: 38px 0 80px;
}

main.aaf6yr9c.k1ldtpec {
    display: grid;
    gap: 28px;
}

.eq3q2qdu,
.q38ae60f {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 60px);
    border-radius: calc(var(--radius-lg) + 6px);
    background:
        linear-gradient(135deg, rgba(43, 4, 80, 0.96), rgba(72, 9, 133, 0.88)),
        linear-gradient(135deg, rgba(60, 6, 113, 0.22), rgba(72, 9, 133, 0.18));
    box-shadow: var(--shadow-lg);
    isolation: isolate;
}

.eq3q2qdu {
    background: url("../imgs/samemli_purple.png") no-repeat top left / cover;
}

.eq3q2qdu::before,
.q38ae60f::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.08) 49%, transparent 100%),
        radial-gradient(circle at top left, rgba(201, 168, 224, 0.36), transparent 26%);
    opacity: 0.85;
    z-index: -1;
}

.eq3q2qdu::after,
.q38ae60f::after {
    content: "صياغة دقيقة . لغة مهنية . عرض واضح";
    position: absolute;
    inset: auto clamp(32px, 5vw, 60px) 26px auto;
    color: rgba(232, 245, 252, 0.78);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eq3q2qdu h1,
.q38ae60f h1 {
    max-width: 17ch;
    color: #fffaf4;
    text-align: right;
}

.oq2xrkhd,
.ruofcv {
    display: grid;
    gap: 28px;
}

.ruofcv > * {
    min-width: 0;
}

.oq2xrkhd.k1ldtpec .ruofcv {
    gap: 39px;
}

.qkseg08,
.xvc1wb {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 254, 0.94));
    border: 1px solid rgba(60, 6, 113, 0.1);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-md);
}

.qkseg08::before,
.xvc1wb::before {}

.qkseg08.hj6e7b7 {
    padding: 26px;
}

.ifn8c8 {
    font-size: 1.05rem;
}

.rrvqkver {
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.75;
    color: var(--ink);
}

.e8hszg {
    position: relative;
    padding-inline-start: 18px;
}

.e8hszg::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.1em;
    width: 6px;
    height: 1.4em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent), var(--secondary));
}

.q5wx1i9y {}

.c27rxo4q,
.lbofy8,
.zse531g,
.wt3yhic ul {
    list-style: none;
}

.kaz7sc,
.ab0sdmb,
.z62ggpw {
    display: grid;
    gap: 20px;
}

.c27rxo4q {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    counter-reset: process;
}

.n3f9oa {
    min-height: 220px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding-top: 74px !important;
}

.n3f9oa::after {
    counter-increment: process;
    content: counter(process, decimal-leading-zero);
    position: absolute;
    top: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #09ab7d;
    color: #fff7ef;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 14px 24px rgba(60, 6, 113, 0.24);
}

.czxhwsxt {
    color: var(--ink);
    margin-top: 0.5rem;
}

.vu0iw8wb {
    margin: 0;
    color: var(--muted);
}

.q5538no {
    display: grid;
    justify-items: start;
    gap: 5px;
    background:
        radial-gradient(circle at top left, rgba(201, 168, 224, 0.25), transparent 34%),
        linear-gradient(135deg, rgba(72, 9, 133, 0.95), rgba(62, 6, 115, 0.96));
    color: #fefaf5;
}

.q5538no::before {
    border-color: rgba(255, 255, 255, 0.08);
}

.qp139n2c,
.b0frv8,
.eu83fat {
    color: inherit;
}

.b0frv8 {
    font-size: clamp(2rem, 2vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 0;
}

.b0frv8 strong {
    font-weight: inherit;
}

.sv0pg3 {
    display: grid;
    gap: 18px;
}

.zse531g {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zse531g > li {
    min-width: 0;
}

.ajfagrq6 {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: grid;
    gap: 11px;
    padding: 24px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(60, 6, 113, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 253, 0.94));
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    cursor: pointer;
}

.ajfagrq6::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(60, 6, 113, 0.08), transparent 40%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.ajfagrq6:hover,
.zse531g .ajfagrq6.vo3xm7s0 {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(17, 76, 109, 0.14);
    border-color: rgba(60, 6, 113, 0.26);
}

.ajfagrq6:hover::after,
.zse531g .ajfagrq6.vo3xm7s0::after {
    opacity: 1;
}

.zse531g .f5x3fq1u {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--secondary);
}

.zse531g li:nth-child(even) .f5x3fq1u {
    color: #09ab7d;
}

.ajfagrq6 .f5x3fq1u svg {
    width: 24.15px;
    height: 24.15px;
}

.ajfagrq6 .f5x3fq1u svg * {
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.ajfagrq6 .a16s5t {
    margin: 0.7rem 0 0;
}

.ajfagrq6 .dvufn7 {
    margin: 0;
    color: var(--muted);
}

.lbofy8 {
    display: grid;
    gap: 16px;
}

.aru0tiv {
    display: grid;
    gap: 10px;
}

.uf60bbts,
.hnn7qs1 {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.uf60bbts {
    font-weight: 700;
    color: var(--ink);
}

.hnn7qs1 {
    color: var(--ink-soft);
    margin-right: 0;
}

.ufry0bj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(60, 6, 113, 0.1);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 800;
}

.a2zlnv {
    font-weight: 600;
    color: var(--ink);
    margin-top: 2rem;
}

p.a2zlnv {
    text-align: center;
}

.nwc4qh .ruofcv {
    max-width: 860px;
    margin: 0 auto;
}

.nwc4qh .qkseg08 {
    font-size: 1.02rem;
}

.nwc4qh .qkseg08 p:last-child {
    margin-bottom: 0;
}

.yr3x9m1 {
    max-width: 820px;
    margin: 0 auto;
}

.v4dc3fxw {
    margin-bottom: 1.3rem;
    position: relative;
}

.v4dc3fxw:last-child {
    margin-bottom: 0;
}

.zpm9br {
    position: relative;
    box-sizing: border-box;
}

.v4dc3fxw label {
    margin-bottom: 0.62rem;
    display: block;
    padding: 0 3px;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 700;
}

.v4dc3fxw label span {
    color: var(--accent);
}

.zpm9br input,
.zpm9br select,
.zpm9br textarea {
    width: 100%;
    border: 1px solid rgba(60, 6, 113, 0.14);
    border-radius: 18px;
    padding: 14px 18px;
    color: var(--ink);
    background-color: rgba(255, 255, 255, 0.85);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.zpm9br input,
.zpm9br select {
    height: 56px;
}

.zpm9br textarea {
    min-height: 160px;
    resize: vertical;
}

.zpm9br.vo3xm7s0 input,
.zpm9br.vo3xm7s0 select,
.zpm9br.vo3xm7s0 textarea,
.zpm9br input:focus,
.zpm9br select:focus,
.zpm9br textarea:focus {
    outline: none;
    border-color: rgba(60, 6, 113, 0.46);
    box-shadow: 0 0 0 4px rgba(60, 6, 113, 0.12);
    background-color: #fff;
}

form .e3hkge input,
form .e3hkge select,
form .e3hkge textarea {
    background-color: rgba(46, 106, 79, 0.05);
    border-color: rgba(46, 106, 79, 0.5);
}

form .ev2dsz input,
form .ev2dsz select,
form .ev2dsz textarea {
    background-color: rgba(177, 63, 47, 0.04);
    border-color: rgba(177, 63, 47, 0.48);
}

.zpm9br.xht3oex input {
    padding-left: 112px;
}

.e751ysm8 {
    position: relative;
}

.hoyojq {
    position: absolute;
    left: 7px;
    top: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    height: 42px;
    padding: 0 12px;
    direction: ltr;
    border-radius: 14px;
    background: rgba(219, 238, 248, 0.85);
    border: 1px solid rgba(60, 6, 113, 0.08);
    pointer-events: none;
}

.hoyojq .zbwuiw {
    width: 20px;
}

.hoyojq span {
    font-size: 0.88rem;
    color: var(--ink);
}

.zpm9br svg.bqh11kd8 {
    width: 11px;
    position: absolute;
    right: 15px;
    top: 23px;
    pointer-events: none;
    fill: #7fa9c0;
}

.wqkoqxu {
    display: grid;
    justify-content: center;
}

.li1al92 {
    min-width: min(100%, 340px);
    min-height: 56px;
    padding: 0 28px;
    margin: 28px auto 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #fff9f2;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 16px 30px rgba(60, 6, 113, 0.26);
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.li1al92:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(60, 6, 113, 0.3);
}

.li1al92:disabled {
    cursor: not-allowed;
    color: #fff9f2;
    opacity: 0.55;
    box-shadow: none;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    transform: none;
}

.y9sgz4,
.bzhv9me8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.86rem;
}

.irzs5ycs,
.rb79o8,
.hoyojq .yvv3yi {
    color: var(--muted);
}

.bzhv9me8 {
    justify-content: center;
    margin: 20px 0 0;
    text-align: center;
}

.bzhv9me8 .f5x3fq1u,
.hpv97r .oxf8jn {
    flex: 0 0 auto;
}

.bzhv9me8 .f5x3fq1u {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(60, 6, 113, 0.09);
}

.bzhv9me8 .f5x3fq1u svg {
    width: 18px;
    fill: none;
    stroke: var(--secondary);
    stroke-width: 1.6;
}

.wtk9hg {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--danger);
    font-size: 0.84rem;
    line-height: 1.6;
}

.wtk9hg svg {
    width: 14px;
    fill: var(--danger);
    flex: 0 0 auto;
}

.hlrml0 {
    justify-content: center;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(177, 63, 47, 0.07);
}

.ipwnw12o.qkseg08,
.oq2xrkhd.ipwnw12o .qkseg08 {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.ipwnw12o h2,
.lzxnhmcg {
    color: var(--accent-strong);
}

.lzxnhmcg {
    font-weight: 800;
}

.gjx30dw {
    display: grid;
    gap: 20px;
}

.gjx30dw.r4hniz9y {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gjx30dw.qh0h6n {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
}

.yx36cp {
    min-width: 0;
}

.o6d1ypwq {
    display: block;
    height: 4px;
}

.wt3yhic {
    width: var(--container);
    margin: 0 auto 28px;
    padding: 28px 30px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top left, rgba(201, 168, 224, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(43, 4, 80, 0.98), rgba(60, 6, 113, 0.96));
    color: #fff6ed;
    box-shadow: var(--shadow-lg);
}

.wt3yhic a,
.wt3yhic p {
    color: inherit;
}

.wt3yhic ul {
    display: grid;
    gap: 10px;
}

.wt3yhic a {
    text-decoration: none;
}

.wt3yhic a:hover {
    color: #c5e7f8;
}

.tj6np1,
.uk519e {
    margin: 0;
}

.uk519e {
    opacity: 0.78;
    font-size: 0.92rem;
    margin-top: 14px;
}

.x62ha7w {
    position: fixed;
    right: 13px;
    bottom: 18px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #188c68, #13694f);
    color: #f4fbff;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(60, 6, 113, 0.28);
}

.x62ha7w svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.x62ha7w span {
    font-size: 0.92rem;
    font-weight: 700;
}

.gj4xgx5c {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
}

.gj4xgx5c::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(237, 246, 251, 0.82);
    backdrop-filter: blur(6px);
}

.almpke {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    justify-items: center;
}

.zqk3m7 {
    width: 54px;
    height: 54px;
    border: 4px solid rgba(60, 6, 113, 0.14);
    border-top-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.8s linear infinite;
    z-index: 1;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {

    .c27rxo4q,
    .zse531g,
    .gjx30dw.r4hniz9y,
    .gjx30dw.qh0h6n {
        grid-template-columns: 1fr;
    }

    .n3f9oa {
        min-height: auto;
    }

    .eq3q2qdu h1,
    .q38ae60f h1 {
        max-width: none;
    }
}

@media (max-width: 760px) {
    :root {
        --container: min(100% - 24px, 100%);
    }

    .joq0tn {
        grid-template-columns: auto auto;
        justify-content: space-between;
        border-radius: 28px;
        padding: 14px 16px;
    }

    .jdeh90i4 {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .jdeh90i4 ul {
        margin-top: 8px;
        padding-top: 8px;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid rgba(60, 6, 113, 0.1);
    }

    .jdeh90i4 a {
        justify-content: flex-start;
        padding: 0 14px;
        border-radius: 16px;
    }

    main.aaf6yr9c {
        padding-top: 24px;
    }

    .eq3q2qdu,
    .q38ae60f,
    .qkseg08,
    .xvc1wb,
    .wt3yhic {
        padding: 24px;
        border-radius: 24px;
    }

    .qkseg08.hj6e7b7 {
        padding: 20px;
    }

    .eq3q2qdu::after,
    .q38ae60f::after {
        position: static;
        display: block;
        margin-top: 14px;
    }

    .y9sgz4 {
        flex-direction: column;
        align-items: flex-start;
    }

    .li1al92 {
        width: 100%;
        min-width: 0;
    }

    .x62ha7w {
        bottom: 10px;
        justify-content: center;
    }
}

@media (min-width: 761px) {
    .jdeh90i4 {
        display: block !important;
    }

    .xsb88p {
        display: none;
    }
}

.eu83fat {
    margin-bottom: 0.8rem;
}

@media (min-width: 990px) {
    .fkl63f img {
        max-height: 45px;
    }

    .fkl63f {
        width: 125px;
        padding-right: 15px;
    }
}
