@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/500-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/600-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700-italic.css";

html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(180deg, #1a2622 0%, #0d1411 100%);
    color: #F9F9F9;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .015em
}

.topbar-box {
    background: linear-gradient(135deg, #fffd9e1c 0%, #212d28f2 100%);
    padding: 16px 32px;
    border-bottom: 1px solid #fffd9e2e;
    box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817
}

.topbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px
}

.brand-cluster {
    display: flex;
    align-items: center;
    gap: 48px
}

.logo-ring {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f90a;
    border-radius: 22px;
    box-shadow: 0 0 0 1px #fffd9e38 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f inset 1px 1px 2px #f9f9f908;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.logo-ring:hover {
    box-shadow: 0 0 0 1px #fffd9e61 1px 1px 4px -2px #fffd9e1f 1px 6px 20px -2px #fffd9e29 1px 9px 44px -2px #fffd9e36 inset 1px 1px 2px #f9f9f90f
}

.logo-ring img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block
}

.phone-display {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    background: linear-gradient(110deg, #fffd9e24 0%, #212d28d9 100%);
    border-radius: 38px;
    border: 1px solid #fffd9e40;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17;
    transition: border-color .16s ease-out, box-shadow .16s ease-out
}

.phone-display:hover {
    border-color: #fffd9e6b;
    box-shadow: 1px 1px 4px -2px #fffd9e1f 1px 6px 20px -2px #fffd9e29
}

.phone-icon {
    width: 24px;
    height: 24px;
    fill: #FFFD9E;
    flex-shrink: 0
}

.phone-link {
    color: #F9F9F9;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: color .14s ease-out
}

.phone-link:hover {
    color: #FFFD9E
}

.phone-link:focus {
    outline: 2px dashed #fffd9e99;
    outline-offset: 4px
}

.nav-box {
    background: linear-gradient(135deg, #212d28eb 0%, #0d1411f5 100%);
    padding: 8px 32px;
    border-bottom: 1px solid #fffd9e1f
}

.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.primary-links {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.nav-pill {
    display: inline-block
}

.nav-pill a {
    display: block;
    padding: 16px 32px;
    background: linear-gradient(125deg, #fffd9e17 0%, #212d28bf 100%);
    border: 1px solid #fffd9e2e;
    border-radius: 38px;
    color: #F9F9F9;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .015em;
    transition: background .15s cubic-bezier(0.4, 0, 0.6, 1), border-color .15s cubic-bezier(0.4, 0, 0.6, 1), color .15s cubic-bezier(0.4, 0, 0.6, 1);
    box-shadow: 1px 1px 4px -2px #fffd9e12
}

.nav-pill a:hover {
    background: linear-gradient(125deg, #fffd9e2e 0%, #212d28e0 100%);
    border-color: #fffd9e52;
    color: #FFFD9E;
    box-shadow: 1px 1px 4px -2px #fffd9e1f 1px 6px 20px -2px #fffd9e17
}

.nav-pill a:focus {
    outline: 2px dashed #fffd9e99;
    outline-offset: 4px
}

.nav-pill.active a {
    background: linear-gradient(125deg, #fffd9e38 0%, #212d28eb 100%);
    border-color: #fffd9e61;
    color: #FFFD9E;
    box-shadow: 1px 1px 4px -2px #fffd9e1f 1px 6px 20px -2px #fffd9e29
}

@media (max-width: 1366px) {
    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .brand-cluster {
        width: 100%;
        justify-content: space-between
    }

    .nav-inner {
        justify-content: flex-start
    }

    .primary-links {
        width: 100%
    }

    .nav-pill {
        flex: 1 1 auto
    }

    .nav-pill a {
        text-align: center
    }
}

@media (max-width: 768px) {
    .topbar-box {
        padding: 16px
    }

    .nav-box {
        padding: 8px 16px
    }

    .brand-cluster {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .logo-ring {
        width: 72px;
        height: 72px
    }

    .logo-ring img {
        width: 64px;
        height: 64px
    }

    .phone-display {
        padding: 12px 24px
    }

    .primary-links {
        flex-direction: column;
        gap: 8px;
        width: 100%
    }

    .nav-pill {
        width: 100%
    }

    .nav-pill a {
        padding: 12px 24px;
        font-size: 15px
    }
}

@media (max-width: 375px) {
    .topbar-box {
        padding: 8px
    }

    .nav-box {
        padding: 8px
    }

    .logo-ring {
        width: 64px;
        height: 64px
    }

    .logo-ring img {
        width: 56px;
        height: 56px
    }

    .phone-display {
        padding: 8px 16px;
        gap: 8px
    }

    .phone-link {
        font-size: 15px
    }

    .nav-pill a {
        padding: 12px 16px
    }
}

.ftr-box {
    background: linear-gradient(135deg, #212d28f5 0%, #0d1411ff 100%);
    border-top: 1px solid #fffd9e2e;
    padding: 96px 32px 48px;
    margin-top: 96px
}

.ftr-inner {
    max-width: 1400px;
    margin: 0 auto
}

.ftr-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 96px;
    margin-bottom: 96px
}

.ftr-brand-zone {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ftr-logo-box {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f908;
    border-radius: 22px;
    box-shadow: 0 0 0 1px #fffd9e2e 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 inset 1px 1px 2px #f9f9f905
}

.ftr-logo-box img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    display: block
}

.ftr-founding {
    font-size: 15px;
    color: #f9f9f9a6;
    letter-spacing: .02em;
    line-height: 1.7
}

.ftr-description {
    font-size: 15px;
    color: #f9f9f9b8;
    line-height: 1.7;
    letter-spacing: .015em;
    margin: 0
}

.ftr-nav-cluster {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px
}

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

.ftr-column-label {
    font-size: 18px;
    font-weight: 600;
    color: #FFFD9E;
    letter-spacing: .02em;
    margin-bottom: 8px
}

.ftr-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-links a {
    color: #f9f9f9d1;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .015em;
    transition: color .13s ease-out;
    display: inline-block
}

.ftr-links a:hover {
    color: #FFFD9E
}

.ftr-links a:focus {
    outline: 2px dashed #fffd9e99;
    outline-offset: 4px
}

.ftr-contact-zone {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ftr-contact-label {
    font-size: 18px;
    font-weight: 600;
    color: #FFFD9E;
    letter-spacing: .02em
}

.ftr-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.ftr-contact-icon {
    width: 20px;
    height: 20px;
    fill: #fffd9ed9;
    flex-shrink: 0;
    margin-top: 2px
}

.ftr-contact-text {
    font-size: 15px;
    color: #f9f9f9d1;
    line-height: 1.7;
    letter-spacing: .015em
}

.ftr-contact-text a {
    color: #f9f9f9d1;
    text-decoration: none;
    transition: color .13s ease-out
}

.ftr-contact-text a:hover {
    color: #FFFD9E
}

.ftr-contact-text a:focus {
    outline: 2px dashed #fffd9e99;
    outline-offset: 4px
}

.ftr-lower {
    padding-top: 48px;
    border-top: 1px solid #fffd9e1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px
}

.ftr-copyright {
    font-size: 15px;
    color: #f9f9f994;
    letter-spacing: .015em
}

.ftr-legal-links {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ftr-legal-links a {
    color: #f9f9f9b8;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .015em;
    transition: color .13s ease-out
}

.ftr-legal-links a:hover {
    color: #FFFD9E
}

.ftr-legal-links a:focus {
    outline: 2px dashed #fffd9e99;
    outline-offset: 4px
}

@media (max-width: 1366px) {
    .ftr-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .ftr-nav-cluster {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .ftr-box {
        padding: 48px 16px 32px;
        margin-top: 48px
    }

    .ftr-grid {
        gap: 32px;
        margin-bottom: 48px
    }

    .ftr-nav-cluster {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ftr-lower {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-top: 32px
    }

    .ftr-legal-links {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 375px) {
    .ftr-box {
        padding: 32px 8px 16px
    }

    .ftr-grid {
        gap: 32px;
        margin-bottom: 32px
    }

    .ftr-brand-zone {
        gap: 16px
    }

    .ftr-logo-box {
        width: 72px;
        height: 72px
    }

    .ftr-logo-box img {
        width: 64px;
        height: 64px
    }

    .ftr-contact-zone {
        gap: 16px
    }

    .ftr-lower {
        padding-top: 16px
    }
}

.info-policy {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 16px;
    background: linear-gradient(180deg, #1a2521 0%, #212D28 100%);
    color: #F9F9F9
}

@media (min-width: 768px) {
    .info-policy {
        padding: 96px 48px
    }
}

.info-policy h1 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin-bottom: 48px;
    color: #FFFD9E
}

@media (max-width: 767px) {
    .info-policy h1 {
        font-size: 31px
    }
}

.info-policy h2 {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin-top: 96px;
    margin-bottom: 32px;
    color: #FFFD9E
}

@media (max-width: 767px) {
    .info-policy h2 {
        font-size: 18px;
        margin-top: 48px
    }
}

.info-policy h3 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #F9F9F9
}

.info-policy h4,
.info-policy h5,
.info-policy h6 {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .02em;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #F9F9F9
}

.info-policy p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-bottom: 32px;
    color: #F9F9F9
}

@media (max-width: 767px) {
    .info-policy p {
        font-size: 15px
    }
}

.info-policy ul,
.info-policy ol {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-bottom: 32px;
    padding-left: 32px
}

@media (max-width: 767px) {

    .info-policy ul,
    .info-policy ol {
        font-size: 15px;
        padding-left: 16px
    }
}

.info-policy li {
    margin-bottom: 16px;
    color: #F9F9F9
}

.info-policy li:last-child {
    margin-bottom: 0
}

.info-policy ul ul,
.info-policy ul ol,
.info-policy ol ul,
.info-policy ol ol {
    margin-top: 16px;
    margin-bottom: 16px
}

.info-policy em,
.info-policy i {
    font-style: italic;
    color: #FFFD9E
}

.info-policy strong,
.info-policy b {
    font-weight: 600;
    color: #FFFD9E
}

.info-policy a {
    color: #FFFD9E;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity .16s ease-out
}

.info-policy a:hover {
    opacity: .75
}

.info-policy a:focus {
    outline: 2px solid #FFFD9E;
    outline-offset: 2px;
    border-radius: 0
}

.info-policy div {
    margin-bottom: 32px
}

.info-policy div:last-child {
    margin-bottom: 0
}

.info-policy table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em
}

.info-policy th,
.info-policy td {
    padding: 16px;
    text-align: left;
    border: 1px solid #f9f9f933
}

.info-policy th {
    background: #fffd9e1a;
    color: #FFFD9E;
    font-weight: 600
}

.info-policy td {
    color: #F9F9F9
}

@media (max-width: 767px) {
    .info-policy table {
        font-size: 15px
    }

    .info-policy th,
    .info-policy td {
        padding: 8px
    }
}

.info-policy hr {
    border: none;
    height: 1px;
    background: #f9f9f933;
    margin: 48px 0
}

.info-policy blockquote {
    margin: 32px 0;
    padding: 16px 32px;
    background: #fffd9e0d;
    border-radius: 22px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #F9F9F9
}

@media (max-width: 767px) {
    .info-policy blockquote {
        padding: 16px;
        font-size: 15px
    }
}

.info-policy code {
    font-family: monospace;
    font-size: 15px;
    background: #fffd9e1a;
    padding: 2px 8px;
    border-radius: 0;
    color: #FFFD9E
}

.info-policy pre {
    background: #fffd9e0d;
    padding: 16px;
    border-radius: 22px;
    overflow-x: auto;
    margin-bottom: 32px
}

.info-policy pre code {
    background: none;
    padding: 0
}

.speak {
    background: linear-gradient(to bottom, #1a2420 0%, #0f1612 100%);
    color: #F9F9F9;
    min-height: 100vh
}

.speak__ttl-zone {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 96px 32px
}

.speak__ttl-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #212D28 0%, #1a2420 100%);
    z-index: 0
}

.speak__ttl-zone::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #2a3830 0%, #212D28 100%);
    z-index: 0
}

.speak__ttl-left {
    position: relative;
    z-index: 1;
    padding-right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.speak__ttl-right {
    position: relative;
    z-index: 1;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.speak__ttl-dot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .03;
    background-image: radial-gradient(circle, #FFFD9E 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 2
}

.speak__ttl-h1 {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    font-weight: 700;
    color: #F9F9F9;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .1s forwards
}

.speak__ttl-h1-line {
    display: block
}

.speak__ttl-p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .92;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .22s forwards
}

.speak__ttl-h2 {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    font-weight: 700;
    color: #FFFD9E;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .34s forwards
}

.speak__ttl-desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .88;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .46s forwards
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.speak__arch-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 32px;
    position: relative
}

.speak__arch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(128deg, #1a2420 0%, #212D28 35%, #2a3830 100%);
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 0
}

.speak__arch-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 96px;
    align-items: start
}

.speak__arch-img-box {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f;
    opacity: 0;
    animation: fadeScale .2s ease-out .58s forwards
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.96)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.speak__arch-img {
    width: 380px;
    height: 520px;
    object-fit: cover;
    display: block
}

.speak__arch-text {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.speak__arch-bar {
    width: 64px;
    height: 4px;
    background: linear-gradient(90deg, #FFFD9E 0%, #F9F9F9 100%);
    border-radius: 0;
    opacity: 0;
    animation: expandBar .16s ease-out .7s forwards
}

@keyframes expandBar {
    from {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 64px
    }
}

.speak__arch-h3 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 16px 0 0;
    font-weight: 700;
    color: #F9F9F9;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .82s forwards
}

.speak__arch-intro {
    position: relative;
    padding-left: 48px;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out .94s forwards
}

.speak__arch-quote {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    font-weight: 600;
    color: #FFFD9E;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px
}

.speak__arch-body {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px;
    color: #F9F9F9;
    opacity: .92
}

.speak__arch-body:last-child {
    margin: 0
}

.speak__arch-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    opacity: 0;
    animation: fadeSlideUp .18s ease-out 1.06s forwards
}

.speak__step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    position: relative
}

.speak__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    width: 2px;
    height: calc(100% + 16px);
    background: linear-gradient(to bottom, #fffd9e4d 0%, #fffd9e00 100%)
}

.speak__step-num {
    width: 48px;
    height: 48px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fffd9e26 0%, #f9f9f90d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFD9E;
    box-shadow: 1px 1px 4px -2px #212d2812;
    flex-shrink: 0
}

.speak__step-content {
    padding-top: 8px
}

.speak__step-h4 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 8px;
    font-weight: 700;
    color: #F9F9F9
}

.speak__step-txt {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .84
}

.speak__arch-divider {
    height: 96px;
    background: linear-gradient(to bottom, #1a242000 0%, #212d2866 50%, #1a242000 100%);
    filter: blur(16px);
    margin: 0
}

@media (max-width: 1366px) {
    .speak__ttl-h1 {
        font-size: 60px
    }

    .speak__ttl-h2 {
        font-size: 31px
    }

    .speak__arch-h3 {
        font-size: 60px
    }

    .speak__arch-content {
        grid-template-columns: 340px 1fr;
        gap: 48px
    }

    .speak__arch-img-box {
        width: 340px
    }

    .speak__arch-img {
        width: 340px;
        height: 460px
    }
}

@media (max-width: 768px) {
    .speak__ttl-zone {
        grid-template-columns: 1fr;
        padding: 48px 16px
    }

    .speak__ttl-zone::before,
    .speak__ttl-zone::after {
        width: 100%;
        height: 50%
    }

    .speak__ttl-zone::after {
        top: 50%
    }

    .speak__ttl-left {
        padding-right: 0;
        padding-bottom: 32px
    }

    .speak__ttl-right {
        padding-left: 0;
        padding-top: 32px
    }

    .speak__ttl-h1 {
        font-size: 31px;
        margin-bottom: 16px
    }

    .speak__ttl-h2 {
        font-size: 18px
    }

    .speak__ttl-p,
    .speak__ttl-desc {
        font-size: 15px
    }

    .speak__arch-wrap {
        padding: 48px 16px
    }

    .speak__arch-content {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .speak__arch-img-box {
        width: 100%;
        max-width: 380px;
        margin: 0 auto
    }

    .speak__arch-img {
        width: 100%;
        height: auto;
        aspect-ratio: 380 / 520
    }

    .speak__arch-h3 {
        font-size: 31px
    }

    .speak__arch-intro {
        padding-left: 32px
    }

    .speak__arch-quote {
        font-size: 18px;
        width: 24px
    }

    .speak__arch-body {
        font-size: 15px
    }

    .speak__arch-divider {
        height: 48px
    }
}

@media (max-width: 375px) {
    .speak__ttl-zone {
        padding: 32px 8px
    }

    .speak__ttl-h1 {
        font-size: 31px
    }

    .speak__arch-wrap {
        padding: 32px 8px
    }

    .speak__arch-intro {
        padding-left: 24px
    }
}

.speak :focus-visible {
    outline: 2px solid #FFFD9E !important;
    outline-offset: 2px !important
}

.speak ::selection {
    background: #212d284d;
    color: #F9F9F9
}

.contact-pg {
    background: linear-gradient(158deg, #1a2622 0%, #0d1512 100%);
    color: #F9F9F9;
    min-height: 100vh
}

.contact-pg__title-zone {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 32px 48px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    position: relative
}

.contact-pg__title-img {
    width: 280px;
    height: 380px;
    object-fit: cover;
    border-radius: 22px;
    opacity: 0;
    animation: fadeInImage .18s ease-out .14s forwards
}

@keyframes fadeInImage {
    to {
        opacity: 1
    }
}

.contact-pg__title-text {
    padding: 32px 0
}

.contact-pg__title-h1 {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    background: linear-gradient(158deg, #FFFD9E 0%, #F9F9F9 50%, #FFFD9E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-pg__title-desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .87
}

.contact-pg__title-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(158deg, #fffd9e14 0%, #f9f9f908 100%);
    transform: rotate(12deg);
    transform-origin: top
}

.contact-pg__form-zone {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 32px;
    position: relative
}

.contact-pg__form-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    height: 1px;
    background: repeating-linear-gradient(to right, #fffd9e1f 0px, #fffd9e1f 3px, transparent 3px, transparent 8px)
}

.contact-pg__form-zone::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #fffd9e05 35px, #fffd9e05 36px);
    pointer-events: none;
    z-index: 0
}

.contact-pg__form-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    position: relative;
    z-index: 1
}

.contact-pg__form-main {
    background: #212d2866;
    border-radius: 22px;
    padding: 48px;
    box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f;
    animation: shadowBuild .16s ease-out forwards
}

@keyframes shadowBuild {
    from {
        box-shadow: 0 0 0 0 #212d2800
    }

    to {
        box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f
    }
}

.contact-pg__form-h2 {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    color: #FFFD9E
}

.contact-pg__form-element {
    margin: 0 0 32px
}

.contact-pg__form-label {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 8px;
    color: #F9F9F9;
    opacity: .92
}

.contact-pg__form-input {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    background: #f9f9f90f;
    border: 1px solid #fffd9e2e;
    border-radius: 0;
    color: #F9F9F9;
    transition: border-color .14s ease-out, background .14s ease-out
}

.contact-pg__form-input:focus {
    outline: none;
    border-color: #fffd9e6b;
    background: #f9f9f917
}

.contact-pg__form-input::placeholder {
    color: #f9f9f96b
}

.contact-pg__rating-h3 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px;
    color: #F9F9F9;
    opacity: .92
}

.contact-pg__rating-options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px
}

.contact-pg__rating-choice {
    position: relative
}

.contact-pg__rating-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-pg__rating-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    background: #f9f9f90a;
    border: 1px solid #fffd9e1f;
    border-radius: 0;
    cursor: pointer;
    transition: background .12s ease-out, border-color .12s ease-out
}

.contact-pg__rating-radio:checked+.contact-pg__rating-visual {
    background: #fffd9e24;
    border-color: #fffd9e7a
}

.contact-pg__rating-radio:focus+.contact-pg__rating-visual {
    outline: 2px solid #fffd9e9e;
    outline-offset: 2px
}

.contact-pg__rating-icon {
    width: 32px;
    height: 32px;
    margin: 0 0 8px
}

.contact-pg__rating-icon circle {
    fill: #fffd9e38;
    transition: fill .14s ease-out
}

.contact-pg__rating-radio:checked+.contact-pg__rating-visual .contact-pg__rating-icon circle {
    fill: #FFFD9E
}

.contact-pg__rating-label {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #F9F9F9;
    opacity: .72;
    transition: opacity .14s ease-out
}

.contact-pg__rating-radio:checked+.contact-pg__rating-visual .contact-pg__rating-label {
    opacity: 1
}

.contact-pg__privacy-wrap {
    margin: 0 0 32px;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.contact-pg__privacy-check {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: #FFFD9E
}

.contact-pg__privacy-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #F9F9F9;
    opacity: .82;
    margin: 0
}

.contact-pg__privacy-link {
    color: #FFFD9E;
    text-decoration: none;
    transition: opacity .12s ease-out
}

.contact-pg__privacy-link:hover {
    opacity: .72
}

.contact-pg__form-submit {
    width: 100%;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    background: linear-gradient(158deg, #FFFD9E 0%, #F9F9F9 50%, #FFFD9E 100%);
    border: none;
    border-radius: 22px;
    color: #212D28;
    font-weight: 600;
    cursor: pointer;
    transition: filter .16s ease-out;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17
}

.contact-pg__form-submit:hover {
    filter: brightness(1.12)
}

.contact-pg__form-submit:active {
    filter: brightness(0.94)
}

.contact-pg__sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-pg__info-card {
    background: #212d284d;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    animation: shadowBuild .19s ease-out .08s forwards;
    box-shadow: 0 0 0 0 #212d2800
}

.contact-pg__info-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(158deg, #fffd9e0f 0%, transparent 100%);
    transform: rotate(-18deg);
    transform-origin: top right
}

.contact-pg__info-h3 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E
}

.contact-pg__info-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-pg__info-item {
    margin: 0 0 16px;
    position: relative;
    padding: 0 0 0 16px
}

.contact-pg__info-item::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
    color: #fffd9e85
}

.contact-pg__info-item:last-child {
    margin: 0
}

.contact-pg__info-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #F9F9F9;
    opacity: .87;
    margin: 0
}

.contact-pg__info-link {
    color: #F9F9F9;
    text-decoration: none;
    transition: color .14s ease-out
}

.contact-pg__info-link:hover {
    color: #FFFD9E
}

.contact-pg__hours-card {
    background: #212d284d;
    border-radius: 22px;
    padding: 32px;
    animation: shadowBuild .22s ease-out .12s forwards;
    box-shadow: 0 0 0 0 #212d2800
}

.contact-pg__hours-h3 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E
}

.contact-pg__hours-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #F9F9F9;
    opacity: .87;
    margin: 0
}

.contact-pg__img-card {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    animation: shadowBuild .18s ease-out .16s forwards;
    box-shadow: 0 0 0 0 #212d2800
}

.contact-pg__sidebar-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: filter .16s ease-out
}

.contact-pg__img-card:hover .contact-pg__sidebar-img {
    filter: sepia(0.32) hue-rotate(32deg) saturate(1.18)
}

@media (max-width: 1366px) {
    .contact-pg__title-zone {
        grid-template-columns: 240px 1fr;
        gap: 32px;
        padding: 48px 32px 32px
    }

    .contact-pg__title-img {
        width: 240px;
        height: 320px
    }

    .contact-pg__title-h1 {
        font-size: 60px
    }

    .contact-pg__form-zone {
        padding: 48px 32px
    }

    .contact-pg__form-layout {
        grid-template-columns: 1fr 320px;
        gap: 32px
    }

    .contact-pg__form-main {
        padding: 32px
    }

    .contact-pg__sidebar-img {
        height: 240px
    }
}

@media (max-width: 768px) {
    .contact-pg__title-zone {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 16px 32px
    }

    .contact-pg__title-img {
        width: 100%;
        height: 280px;
        max-width: 380px;
        margin: 0 auto
    }

    .contact-pg__title-h1 {
        font-size: 31px
    }

    .contact-pg__title-desc {
        font-size: 15px
    }

    .contact-pg__form-zone {
        padding: 48px 16px
    }

    .contact-pg__form-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-pg__form-main {
        padding: 32px 16px
    }

    .contact-pg__form-h2 {
        font-size: 18px
    }

    .contact-pg__rating-options {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px
    }

    .contact-pg__rating-visual {
        padding: 12px 4px
    }

    .contact-pg__rating-icon {
        width: 24px;
        height: 24px;
        margin: 0 0 4px
    }

    .contact-pg__rating-label {
        font-size: 15px
    }

    .contact-pg__sidebar {
        gap: 16px
    }

    .contact-pg__info-card,
    .contact-pg__hours-card {
        padding: 16px
    }

    .contact-pg__sidebar-img {
        height: 200px
    }
}

@media (max-width: 375px) {
    .contact-pg__title-zone {
        padding: 32px 16px 16px
    }

    .contact-pg__title-img {
        height: 240px
    }

    .contact-pg__form-zone {
        padding: 32px 16px
    }

    .contact-pg__form-element {
        margin: 0 0 16px
    }

    .contact-pg__privacy-wrap {
        margin: 0 0 16px
    }

    .contact-pg__rating-options {
        grid-template-columns: repeat(5, 1fr);
        gap: 4px
    }

    .contact-pg__rating-visual {
        padding: 8px 2px
    }

    .contact-pg__rating-icon {
        width: 20px;
        height: 20px
    }

    .contact-pg__rating-label {
        font-size: 15px
    }
}

.entry {
    background: linear-gradient(175deg, #1a2621 0%, #0d1410 100%);
    color: #F9F9F9;
    min-height: 100vh
}

.entry ::selection {
    background: #212d284d;
    color: #F9F9F9
}

.entry .top-banner {
    position: relative;
    padding: 96px 16px 48px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden
}

.entry .top-banner__visual {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 32px;
    border-radius: 38px;
    overflow: hidden
}

.entry .top-banner__visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 20%, #212d28cc 100%);
    z-index: 2;
    pointer-events: none
}

.entry .top-banner__visual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, transparent, #0d1410e6);
    z-index: 3;
    pointer-events: none
}

.entry .top-banner__img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block
}

.entry .top-banner__text {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    max-width: 700px;
    width: calc(100% - 32px)
}

.entry .top-banner__heading {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 35%, #FFFD9E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: drop-bounce .8s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes drop-bounce {
    0% {
        transform: translateY(-100px);
        opacity: 0
    }

    70% {
        transform: translateY(4px)
    }

    85% {
        transform: translateY(-2px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.entry .top-banner__quote {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    opacity: .92
}

.entry .experience-frame {
    padding: 96px 16px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.entry .experience-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px
}

.entry .experience-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #1a2621);
    pointer-events: none
}

.entry .experience-frame__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

.entry .experience-frame__col {
    position: relative
}

.entry .experience-frame__col.center {
    padding-top: 48px
}

.entry .experience-frame__card {
    background: #fffd9e0a;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f;
    transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.entry .experience-frame__card:hover {
    transform: translateY(-4px)
}

.entry .experience-frame__badge {
    position: absolute;
    top: -12px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 50%, #FFFD9E 100%);
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #212D28;
    font-weight: 600;
    box-shadow: 1px 6px 20px -2px #fffd9e17
}

.entry .experience-frame__name {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E
}

.entry .experience-frame__role {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px;
    opacity: .7
}

.entry .experience-frame__story {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0
}

.entry .experience-frame__visual {
    margin-top: 32px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px dashed #fffd9e33;
    padding: 8px
}

.entry .experience-frame__img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 22px
}

.entry .doubt-layer {
    padding: 96px 16px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.entry .doubt-layer::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg width='1400' height='120' viewBox='0 0 1400 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60 Q350 0 700 60 T1400 60 L1400 120 L0 120 Z' fill='%231a2621'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    pointer-events: none
}

.entry .doubt-layer__split {
    position: relative;
    background: linear-gradient(152deg, #212d2899 0%, #212d2899 48%, #fffd9e14 48%, #fffd9e14 100%);
    border-radius: 38px;
    padding: 48px;
    overflow: hidden
}

.entry .doubt-layer__content {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2
}

.entry .doubt-layer__text {
    flex: 1
}

.entry .doubt-layer__heading {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px
}

.entry .doubt-layer__heading span {
    display: block
}

.entry .doubt-layer__body {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px
}

.entry .doubt-layer__pull {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #FFFD9E;
    margin: 32px 0 0;
    padding-left: 32px;
    border-left: 3px solid #FFFD9E
}

.entry .doubt-layer__visual {
    flex: 0 0 400px;
    position: relative
}

.entry .doubt-layer__img-wrap {
    border-radius: 22px;
    overflow: hidden;
    border: 2px dashed #f9f9f94d;
    padding: 8px;
    transition: filter .16s ease-out
}

.entry .doubt-layer__img-wrap:hover {
    filter: brightness(1.15)
}

.entry .doubt-layer__img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    border-radius: 22px
}

.entry .support-grid {
    padding: 96px 16px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f9f9f905
}

.entry .support-grid__header {
    text-align: center;
    margin-bottom: 48px
}

.entry .support-grid__title {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    background: linear-gradient(127deg, #F9F9F9 0%, #FFFD9E 50%, #F9F9F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry .support-grid__intro {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
    opacity: .85
}

.entry .support-grid__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.entry .support-grid__item {
    background: #212d2866;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    transition: background .14s ease-out, box-shadow .14s ease-out;
    box-shadow: 1px 1px 4px -2px #fffd9e12
}

.entry .support-grid__item:hover {
    background: #fffd9e0f;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f
}

.entry .support-grid__item-num {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #fffd9e26;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #FFFD9E
}

.entry .support-grid__item-title {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #F9F9F9
}

.entry .support-grid__item-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0
}

.entry .support-grid__visual {
    margin-top: 48px;
    display: flex;
    justify-content: center
}

.entry .support-grid__img-frame {
    border-radius: 38px;
    overflow: hidden;
    border: 2px dashed #fffd9e40;
    padding: 8px;
    max-width: 600px
}

.entry .support-grid__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 38px
}

@media (max-width: 1366px) {
    .entry .top-banner__heading {
        font-size: 60px
    }

    .entry .experience-frame__grid {
        gap: 32px
    }

    .entry .doubt-layer__heading {
        font-size: 48px
    }

    .entry .doubt-layer__visual {
        flex: 0 0 350px
    }

    .entry .support-grid__title {
        font-size: 48px
    }
}

@media (max-width: 768px) {
    .entry .top-banner {
        padding: 48px 16px 32px
    }

    .entry .top-banner__img {
        height: 380px
    }

    .entry .top-banner__text {
        bottom: 48px
    }

    .entry .top-banner__heading {
        font-size: 31px
    }

    .entry .top-banner__quote {
        font-size: 15px
    }

    .entry .experience-frame {
        padding: 48px 16px
    }

    .entry .experience-frame__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .entry .experience-frame__col.center {
        padding-top: 0
    }

    .entry .experience-frame__img {
        height: 220px
    }

    .entry .doubt-layer {
        padding: 48px 16px
    }

    .entry .doubt-layer__split {
        padding: 32px 16px;
        background: linear-gradient(to bottom, #212d2899 0%, #212d2899 50%, #fffd9e14 50%, #fffd9e14 100%)
    }

    .entry .doubt-layer__content {
        flex-direction: column;
        gap: 32px
    }

    .entry .doubt-layer__heading {
        font-size: 31px
    }

    .entry .doubt-layer__body {
        font-size: 15px
    }

    .entry .doubt-layer__pull {
        font-size: 18px;
        padding-left: 16px
    }

    .entry .doubt-layer__visual {
        flex: 1;
        width: 100%
    }

    .entry .doubt-layer__img {
        height: 280px
    }

    .entry .support-grid {
        padding: 48px 16px
    }

    .entry .support-grid__header {
        margin-bottom: 32px
    }

    .entry .support-grid__title {
        font-size: 31px
    }

    .entry .support-grid__intro {
        font-size: 15px
    }

    .entry .support-grid__items {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .entry .support-grid__item-title {
        font-size: 18px
    }

    .entry .support-grid__visual {
        margin-top: 32px
    }

    .entry .support-grid__img {
        height: 240px
    }
}

@media (max-width: 375px) {
    .entry .top-banner__heading {
        font-size: 31px
    }

    .entry .top-banner__img {
        height: 320px
    }

    .entry .doubt-layer__heading {
        font-size: 31px
    }

    .entry .support-grid__title {
        font-size: 31px
    }
}

.success-page {
    background: linear-gradient(167deg, #1a2621 0%, #212D28 48%, #171f1c 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 16px;
    position: relative;
    overflow: hidden
}

.success-page::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at 30% 40%, #fffd9e08 0%, transparent 50%);
    pointer-events: none
}

.success-container {
    max-width: 680px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1
}

.success-icon-wrap {
    margin: 0 auto 48px;
    width: 140px;
    height: 140px;
    position: relative
}

.success-icon-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(167deg, #FFFD9E 0%, #f4f2a3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f;
    animation: fadeInScale .18s ease-out
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.88)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.success-icon-check {
    width: 68px;
    height: 68px;
    stroke: #212D28;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success-container h1 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #F9F9F9;
    margin: 0 0 32px
}

.success-message-block {
    background: #fffd9e0a;
    border-radius: 22px;
    padding: 48px 32px;
    margin: 0 0 48px;
    border: 1px solid #fffd9e14
}

.success-message-block p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #e8e8e8;
    margin: 0 0 16px
}

.success-message-block p:last-child {
    margin: 0
}

.success-detail-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 48px 0 0
}

.success-info-item {
    background: #212d2899;
    border-radius: 22px;
    padding: 32px;
    text-align: left;
    border: 1px solid #fffd9e0f
}

.success-info-item h4 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #FFFD9E;
    margin: 0 0 8px
}

.success-info-item p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #d4d4d4;
    margin: 0
}

.success-action-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 48px 0 0
}

.success-btn-primary {
    background: linear-gradient(167deg, #FFFD9E 0%, #e8e68f 48%, #FFFD9E 100%);
    color: #212D28;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: .015em;
    font-weight: 600;
    padding: 16px 48px;
    border: none;
    border-radius: 38px;
    cursor: pointer;
    transition: filter .16s ease-out;
    text-decoration: none;
    display: inline-block;
    box-shadow: 1px 6px 20px -2px #fffd9e17
}

.success-btn-primary:hover {
    filter: brightness(1.08)
}

.success-btn-secondary {
    background: transparent;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .015em;
    padding: 16px 32px;
    border: 1px solid #f9f9f933;
    border-radius: 38px;
    cursor: pointer;
    transition: border-color .14s ease-out, background .14s ease-out;
    text-decoration: none;
    display: inline-block
}

.success-btn-secondary:hover {
    border-color: #f9f9f966;
    background: #f9f9f908
}

.success-reference-note {
    margin: 48px 0 0;
    padding: 32px;
    background: #fffd9e05;
    border-radius: 22px;
    border: 1px solid #fffd9e0d
}

.success-reference-note p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #c9c9c9;
    margin: 0
}

@media (max-width: 768px) {
    .success-page {
        padding: 48px 16px
    }

    .success-icon-wrap {
        width: 110px;
        height: 110px;
        margin: 0 auto 32px
    }

    .success-icon-circle {
        width: 110px;
        height: 110px
    }

    .success-icon-check {
        width: 52px;
        height: 52px;
        stroke-width: 4
    }

    .success-container h1 {
        font-size: 31px;
        margin: 0 0 32px
    }

    .success-message-block {
        padding: 32px 16px;
        margin: 0 0 32px
    }

    .success-message-block p {
        font-size: 15px
    }

    .success-info-item {
        padding: 16px
    }

    .success-info-item h4 {
        font-size: 15px
    }

    .success-detail-row {
        margin: 32px 0 0
    }

    .success-action-group {
        margin: 32px 0 0
    }

    .success-btn-primary {
        font-size: 15px;
        padding: 16px 32px
    }

    .success-reference-note {
        margin: 32px 0 0;
        padding: 16px
    }
}

.abt-us {
    background: linear-gradient(to bottom, #1a2521, #212D28);
    color: #F9F9F9;
    overflow-x: clip
}

.abt-us__hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative
}

.abt-us__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, #fffd9e05 1px, transparent 1px), linear-gradient(to bottom, #fffd9e05 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 1
}

.abt-us__hero-txt {
    position: relative;
    z-index: 2
}

.abt-us__hero-h {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 40%, #FFFD9E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.abt-us__hero-p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #f9f9f9de
}

.abt-us__hero-img-wrap {
    position: relative;
    z-index: 2;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f;
    clip-path: inset(0 0 0 0 round 22px);
    animation: abt-us-reveal .88s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes abt-us-reveal {
    from {
        clip-path: inset(50% 50% 50% 50% round 22px)
    }

    to {
        clip-path: inset(0 0 0 0 round 22px)
    }
}

.abt-us__hero-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, #fffd9e08 2px, #fffd9e08 4px);
    pointer-events: none;
    z-index: 2
}

.abt-us__hero-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block
}

.abt-us__hero-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, #212d28f0, transparent);
    color: #FFFD9E;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .18s ease-out, transform .18s ease-out;
    z-index: 3
}

.abt-us__hero-img-wrap:hover .abt-us__hero-cap {
    opacity: 1;
    transform: translateY(0)
}

.abt-us__arrow-deco {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 48px;
    opacity: .15;
    pointer-events: none;
    z-index: 1
}

.abt-us__arrow-deco svg {
    width: 100%;
    height: 100%;
    fill: #FFFD9E
}

.abt-us__story {
    background: #fffd9e08;
    padding: 96px 16px;
    position: relative
}

.abt-us__story::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 48" preserveAspectRatio="none"><path d="M0,24 Q50,8 100,24 T200,24 T300,24 T400,24 T500,24 T600,24 T700,24 T800,24 T900,24 T1000,24 T1100,24 T1200,24 L1200,0 L0,0 Z" fill="%23212D28"/></svg>') no-repeat;
    background-size: 100% 100%
}

.abt-us__story-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

.abt-us__story-main {
    clip-path: inset(0 0 0 0 round 22px);
    animation: abt-us-reveal-story .72s cubic-bezier(0.4, 0, 0.6, 1) .16s backwards
}

@keyframes abt-us-reveal-story {
    from {
        clip-path: inset(0 100% 0 0 round 22px)
    }

    to {
        clip-path: inset(0 0 0 0 round 22px)
    }
}

.abt-us__story-h {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    color: #FFFD9E
}

.abt-us__story-lead {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 32px;
    color: #f9f9f9de
}

.abt-us__story-quote {
    position: relative;
    padding-left: 32px;
    margin: 32px 0
}

.abt-us__story-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 50%, #FFFD9E 100%);
    border-radius: 22px
}

.abt-us__story-quote-txt {
    font-size: 31px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E
}

.abt-us__story-body {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #f9f9f9de
}

.abt-us__story-side {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us__story-card {
    background: #212d2899;
    padding: 32px;
    border-radius: 22px;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17;
    transition: box-shadow .16s ease-out;
    position: relative;
    overflow: hidden
}

.abt-us__story-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, #fffd9e14 0%, transparent 70%);
    opacity: 0;
    transition: opacity .19s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us__story-card:hover::before {
    opacity: 1
}

.abt-us__story-card:hover {
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f inset 0 0 24px #fffd9e24
}

.abt-us__story-card-h {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E;
    position: relative;
    z-index: 1
}

.abt-us__story-card-p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #f9f9f9de;
    position: relative;
    z-index: 1
}

.abt-us__team {
    padding: 96px 16px;
    background: linear-gradient(127deg, #212D28 0%, #1a2521 40%, #212D28 100%);
    position: relative
}

.abt-us__team::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 48" preserveAspectRatio="none"><path d="M0,24 Q50,40 100,24 T200,24 T300,24 T400,24 T500,24 T600,24 T700,24 T800,24 T900,24 T1000,24 T1100,24 T1200,24 L1200,0 L0,0 Z" fill="#fffd9e08"/></svg>') no-repeat;
    background-size: 100% 100%
}

.abt-us__team-inner {
    max-width: 1400px;
    margin: 0 auto
}

.abt-us__team-h {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 48px;
    text-align: center;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 40%, #FFFD9E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    clip-path: inset(0 0 0 0);
    animation: abt-us-reveal-team .64s cubic-bezier(0.4, 0, 0.6, 1) .22s backwards
}

@keyframes abt-us-reveal-team {
    from {
        clip-path: inset(0 0 100% 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

.abt-us__team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.abt-us__team-member {
    background: #212d2866;
    border-radius: 22px;
    padding: 32px;
    display: flex;
    gap: 32px;
    align-items: start;
    box-shadow: 1px 1px 4px -2px #fffd9e12;
    transition: transform .14s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1);
    position: relative;
    overflow: hidden
}

.abt-us__team-member::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, #fffd9e0f 0%, transparent 60%);
    opacity: 0;
    transition: opacity .22s ease-out;
    pointer-events: none
}

.abt-us__team-member:hover {
    transform: translateY(-4px);
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f
}

.abt-us__team-member:hover::after {
    opacity: 1
}

.abt-us__team-img-wrap {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px #212d2833;
    position: relative;
    z-index: 1
}

.abt-us__team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt-us__team-info {
    flex: 1;
    position: relative;
    z-index: 1
}

.abt-us__team-name {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 8px;
    color: #FFFD9E
}

.abt-us__team-role {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px;
    color: #f9f9f999
}

.abt-us__team-bio {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #f9f9f9de
}

.abt-us__approach {
    padding: 96px 16px;
    background: #212D28;
    position: relative
}

.abt-us__approach::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 48" preserveAspectRatio="none"><path d="M0,24 Q50,8 100,24 T200,24 T300,24 T400,24 T500,24 T600,24 T700,24 T800,24 T900,24 T1000,24 T1100,24 T1200,24 L1200,0 L0,0 Z" fill="%231a2521"/></svg>') no-repeat;
    background-size: 100% 100%
}

.abt-us__approach-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.abt-us__approach-h {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 48px;
    color: #FFFD9E
}

.abt-us__approach-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start
}

.abt-us__approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us__approach-item {
    display: flex;
    gap: 16px;
    align-items: start
}

.abt-us__approach-dash {
    flex-shrink: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(127deg, #FFFD9E 0%, #F9F9F9 50%, #FFFD9E 100%);
    margin-top: 14px;
    border-radius: 22px
}

.abt-us__approach-content {
    flex: 1
}

.abt-us__approach-item-h {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #FFFD9E
}

.abt-us__approach-item-p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #f9f9f9de
}

.abt-us__approach-visual {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f;
    clip-path: inset(0 0 0 0 round 22px);
    animation: abt-us-reveal-approach .76s cubic-bezier(0.4, 0, 0.6, 1) .28s backwards
}

@keyframes abt-us-reveal-approach {
    from {
        clip-path: inset(0 0 100% 0 round 22px)
    }

    to {
        clip-path: inset(0 0 0 0 round 22px)
    }
}

.abt-us__approach-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block
}

.abt-us__approach-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, #212d28f0, transparent);
    color: #FFFD9E;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .16s ease-out, transform .16s ease-out
}

.abt-us__approach-visual:hover .abt-us__approach-cap {
    opacity: 1;
    transform: translateY(0)
}

.abt-us__arrow-deco-approach {
    position: absolute;
    left: 48px;
    bottom: 96px;
    width: 32px;
    height: 48px;
    opacity: .12;
    pointer-events: none;
    transform: rotate(180deg)
}

.abt-us__arrow-deco-approach svg {
    width: 100%;
    height: 100%;
    fill: #FFFD9E
}

@media (max-width: 1366px) {
    .abt-us__hero {
        padding: 48px 16px;
        gap: 32px
    }

    .abt-us__hero-h {
        font-size: 60px
    }

    .abt-us__story {
        padding: 48px 16px
    }

    .abt-us__story-inner {
        gap: 32px
    }

    .abt-us__team {
        padding: 48px 16px
    }

    .abt-us__approach {
        padding: 48px 16px
    }

    .abt-us__approach-layout {
        gap: 32px
    }
}

@media (max-width: 768px) {
    .abt-us__hero {
        grid-template-columns: 1fr;
        padding: 32px 16px
    }

    .abt-us__hero-h {
        font-size: 31px
    }

    .abt-us__hero-img {
        height: 320px
    }

    .abt-us__arrow-deco {
        display: none
    }

    .abt-us__story {
        padding: 32px 16px
    }

    .abt-us__story-inner {
        grid-template-columns: 1fr
    }

    .abt-us__story-h {
        font-size: 31px
    }

    .abt-us__story-quote-txt {
        font-size: 18px
    }

    .abt-us__team {
        padding: 32px 16px
    }

    .abt-us__team-h {
        font-size: 31px;
        margin: 0 0 32px
    }

    .abt-us__team-grid {
        grid-template-columns: 1fr
    }

    .abt-us__team-member {
        flex-direction: column;
        gap: 16px
    }

    .abt-us__team-img-wrap {
        width: 100%;
        height: 240px
    }

    .abt-us__approach {
        padding: 32px 16px
    }

    .abt-us__approach-h {
        font-size: 31px;
        margin: 0 0 32px
    }

    .abt-us__approach-layout {
        grid-template-columns: 1fr
    }

    .abt-us__approach-item-h {
        font-size: 18px
    }

    .abt-us__approach-img {
        height: 320px
    }

    .abt-us__arrow-deco-approach {
        display: none
    }
}

@media (max-width: 375px) {
    .abt-us__hero {
        padding: 16px 8px
    }

    .abt-us__story {
        padding: 16px 8px
    }

    .abt-us__team {
        padding: 16px 8px
    }

    .abt-us__approach {
        padding: 16px 8px
    }
}

.mstrclss {
    background: linear-gradient(157deg, #1a2621 0%, #0f1713 52%, #212D28 100%);
    color: #F9F9F9;
    min-height: 100vh;
    position: relative;
    overflow-x: clip
}

.mstrclss::selection {
    background: #212d284d;
    color: #F9F9F9
}

.mstrclss .ttl-bnr {
    position: relative;
    padding: 96px 16px;
    max-width: 1400px;
    margin: 0 auto;
    background: #F9F9F9;
    color: #212D28;
    overflow: visible
}

.mstrclss .ttl-bnr::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(43deg, transparent, transparent 32px, #212d2808 32px, #212d2808 64px);
    pointer-events: none
}

.mstrclss .ttl-bnr__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center
}

.mstrclss .ttl-bnr__hdng {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    font-weight: 700;
    background: linear-gradient(157deg, #212D28 0%, #0f1713 52%, #212D28 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.mstrclss .ttl-bnr__subhdng {
    font-size: 31px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 32px;
    font-weight: 400;
    color: #212D28;
    opacity: .87
}

.mstrclss .ttl-bnr__cta {
    display: inline-block;
    padding: 16px 48px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .01em;
    text-decoration: none;
    background: linear-gradient(157deg, #212D28 0%, #0f1713 52%, #212D28 100%);
    color: #FFFD9E;
    border-radius: 22px;
    transition: filter .18s cubic-bezier(0.4, 0, 0.6, 1);
    box-shadow: 1px 1px 4px -2px #212d2812 1px 6px 20px -2px #212d2817 1px 9px 44px -2px #212d281f
}

.mstrclss .ttl-bnr__cta:hover {
    filter: brightness(1.15)
}

.mstrclss .ttl-bnr__cta:focus {
    outline: 2px solid #212D28;
    outline-offset: 4px
}

.mstrclss .ttl-bnr__cta:active {
    transform: scale(0.97);
    transition-duration: .12s
}

.mstrclss .prgrm {
    position: relative;
    padding: 96px 16px;
    max-width: 1400px;
    margin: 0 auto
}

.mstrclss .prgrm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(./image_gallery/final-attachment-12.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .08;
    pointer-events: none;
    z-index: 0
}

.mstrclss .prgrm::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 60" preserveAspectRatio="none"><path d="M0,30 Q350,10 700,35 T1400,25 L1400,0 L0,0 Z" fill="%23F9F9F9" opacity="1"/></svg>') no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1
}

.mstrclss .prgrm__inner {
    position: relative;
    z-index: 2
}

.mstrclss .prgrm__hdng {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 48px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(157deg, #FFFD9E 0%, #F9F9F9 45%, #FFFD9E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.mstrclss .prgrm__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 48px
}

.mstrclss .prgrm__card {
    position: relative;
    background: #212d2899;
    padding: 32px;
    border-radius: 38px;
    border: 1px solid #fffd9e1f;
    transition: transform .22s ease-out, box-shadow .22s ease-out;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17
}

.mstrclss .prgrm__card:hover {
    transform: translateY(-8px);
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f
}

.mstrclss .prgrm__card.accent {
    background: linear-gradient(157deg, #fffd9e26 0%, #212d2899 52%, #fffd9e26 100%);
    border: 2px solid #fffd9e4d
}

.mstrclss .prgrm__card-icn {
    width: 72px;
    height: 72px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffd9e1a;
    border-radius: 22px
}

.mstrclss .prgrm__card-icn svg {
    width: 40px;
    height: 40px;
    fill: #FFFD9E
}

.mstrclss .prgrm__card-ttl {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    font-weight: 600;
    color: #FFFD9E
}

.mstrclss .prgrm__card-txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .9
}

.mstrclss .prgrm__cntnt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.mstrclss .prgrm__qte {
    font-size: 31px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin: 0 0 32px;
    color: #FFFD9E;
    font-weight: 600;
    padding-left: 32px;
    border-left: 4px solid #FFFD9E
}

.mstrclss .prgrm__bdy {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #F9F9F9
}

.mstrclss .prgrm__bdy p {
    margin: 0 0 16px
}

.mstrclss .prgrm__bdy p:last-child {
    margin: 0
}

.mstrclss .prgrm__lst {
    list-style: none;
    padding: 0;
    margin: 32px 0 0
}

.mstrclss .prgrm__lst li {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 16px;
    padding-left: 24px;
    position: relative;
    color: #F9F9F9
}

.mstrclss .prgrm__lst li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #FFFD9E
}

.mstrclss .prgrm__lgnd {
    margin-top: 48px;
    padding: 32px;
    background: #fffd9e0d;
    border-radius: 38px;
    border: 1px solid #fffd9e26
}

.mstrclss .prgrm__lgnd-ttl {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    font-weight: 600;
    color: #FFFD9E;
    text-align: center
}

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

.mstrclss .prgrm__lgnd-itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.mstrclss .prgrm__lgnd-icn {
    width: 56px;
    height: 56px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212d2899;
    border-radius: 22px;
    border: 2px solid
}

.mstrclss .prgrm__lgnd-icn.clr-a {
    border-color: #FFFD9E
}

.mstrclss .prgrm__lgnd-icn.clr-b {
    border-color: #F9F9F9
}

.mstrclss .prgrm__lgnd-icn.clr-c {
    border-color: #fffd9e80
}

.mstrclss .prgrm__lgnd-icn svg {
    width: 28px;
    height: 28px
}

.mstrclss .prgrm__lgnd-icn.clr-a svg {
    fill: #FFFD9E
}

.mstrclss .prgrm__lgnd-icn.clr-b svg {
    fill: #F9F9F9
}

.mstrclss .prgrm__lgnd-icn.clr-c svg {
    fill: #fffd9e80
}

.mstrclss .prgrm__lgnd-lbl {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    font-weight: 500
}

.mstrclss .prgrm__img-wrp {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 1px 1px 4px -2px #fffd9e12 1px 6px 20px -2px #fffd9e17 1px 9px 44px -2px #fffd9e1f;
    transform: translateY(16px);
    transition: transform .22s ease-out
}

.mstrclss .prgrm__img-wrp:hover {
    transform: translateY(0)
}

.mstrclss .prgrm__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3
}

.mstrclss .prgrm__anchr {
    position: absolute;
    top: 96px;
    right: 48px;
    width: 160px;
    height: 160px;
    opacity: .15;
    pointer-events: none;
    z-index: 0
}

.mstrclss .prgrm__anchr svg {
    width: 100%;
    height: 100%;
    fill: #FFFD9E;
    animation: anchr-rtt 24s linear infinite
}

@keyframes anchr-rtt {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.mstrclss .prgrm__dcr {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.mstrclss .prgrm__dcr-dt {
    position: absolute;
    border-radius: 50%;
    background: #fffd9e14
}

.mstrclss .prgrm__dcr-dt:nth-child(1) {
    width: 8px;
    height: 8px;
    top: 12%;
    left: 5%
}

.mstrclss .prgrm__dcr-dt:nth-child(2) {
    width: 14px;
    height: 14px;
    top: 8%;
    left: 15%
}

.mstrclss .prgrm__dcr-dt:nth-child(3) {
    width: 6px;
    height: 6px;
    top: 18%;
    left: 22%
}

.mstrclss .prgrm__dcr-dt:nth-child(4) {
    width: 11px;
    height: 11px;
    top: 25%;
    left: 8%
}

.mstrclss .prgrm__dcr-dt:nth-child(5) {
    width: 9px;
    height: 9px;
    top: 35%;
    left: 3%
}

.mstrclss .prgrm__dcr-dt:nth-child(6) {
    width: 12px;
    height: 12px;
    top: 42%;
    left: 18%
}

.mstrclss .prgrm__dcr-dt:nth-child(7) {
    width: 7px;
    height: 7px;
    top: 52%;
    left: 11%
}

.mstrclss .prgrm__dcr-dt:nth-child(8) {
    width: 10px;
    height: 10px;
    top: 65%;
    left: 6%
}

.mstrclss .prgrm__dcr-dt:nth-child(9) {
    width: 13px;
    height: 13px;
    top: 72%;
    left: 20%
}

.mstrclss .prgrm__dcr-dt:nth-child(10) {
    width: 8px;
    height: 8px;
    top: 82%;
    left: 12%
}

.mstrclss .prgrm__dcr-dt:nth-child(11) {
    width: 9px;
    height: 9px;
    top: 88%;
    left: 4%
}

.mstrclss .prgrm__dcr-dt:nth-child(12) {
    width: 11px;
    height: 11px;
    top: 15%;
    right: 7%
}

.mstrclss .prgrm__dcr-dt:nth-child(13) {
    width: 7px;
    height: 7px;
    top: 22%;
    right: 18%
}

.mstrclss .prgrm__dcr-dt:nth-child(14) {
    width: 14px;
    height: 14px;
    top: 32%;
    right: 11%
}

.mstrclss .prgrm__dcr-dt:nth-child(15) {
    width: 6px;
    height: 6px;
    top: 45%;
    right: 5%
}

.mstrclss .prgrm__dcr-dt:nth-child(16) {
    width: 10px;
    height: 10px;
    top: 55%;
    right: 16%
}

.mstrclss .prgrm__dcr-dt:nth-child(17) {
    width: 12px;
    height: 12px;
    top: 68%;
    right: 9%
}

.mstrclss .prgrm__dcr-dt:nth-child(18) {
    width: 8px;
    height: 8px;
    top: 78%;
    right: 19%
}

.mstrclss .prgrm__dcr-dt:nth-child(19) {
    width: 13px;
    height: 13px;
    top: 85%;
    right: 7%
}

.mstrclss .prgrm__dcr-dt:nth-child(20) {
    width: 9px;
    height: 9px;
    top: 92%;
    right: 14%
}

.mstrclss .prgrm__anmt {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(127deg, transparent, transparent 80px, #fffd9e05 80px, #fffd9e05 160px);
    animation: ptrn-shft 45s linear infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes ptrn-shft {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(113px, 113px)
    }
}

.mstrclss .prgrm__pth {
    position: relative;
    margin-top: 48px;
    padding-top: 48px
}

.mstrclss .prgrm__pth-ln {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #fffd9e4d 0%, #fffd9e0d 100%);
    transform: translateX(-50%);
    pointer-events: none
}

.mstrclss .prgrm__pth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 96px;
    position: relative
}

.mstrclss .prgrm__pth-itm {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px
}

.mstrclss .prgrm__pth-itm:nth-child(odd) {
    justify-content: flex-end;
    text-align: right
}

.mstrclss .prgrm__pth-itm:nth-child(even) {
    justify-content: flex-start;
    text-align: left
}

.mstrclss .prgrm__pth-nmbr {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .01em;
    font-weight: 700;
    color: #FFFD9E;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212d28cc;
    border-radius: 50%;
    border: 2px solid #FFFD9E;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

.mstrclss .prgrm__pth-cntnt {
    flex: 1
}

.mstrclss .prgrm__pth-hdng {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0 0 8px;
    font-weight: 600;
    color: #FFFD9E
}

.mstrclss .prgrm__pth-dsc {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    margin: 0;
    color: #F9F9F9;
    opacity: .85
}

.mstrclss .prgrm__pth-itm:active .prgrm__pth-nmbr {
    animation: pls-clck .4s cubic-bezier(0.4, 0, 0.6, 1)
}

@keyframes pls-clck {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@media (max-width: 1366px) {
    .mstrclss .ttl-bnr__hdng {
        font-size: 60px
    }

    .mstrclss .prgrm__hdng {
        font-size: 60px
    }

    .mstrclss .prgrm__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .mstrclss .prgrm__anchr {
        width: 120px;
        height: 120px;
        right: 32px
    }
}

@media (max-width: 768px) {
    .mstrclss .ttl-bnr {
        padding: 48px 16px
    }

    .mstrclss .ttl-bnr__hdng {
        font-size: 31px
    }

    .mstrclss .ttl-bnr__subhdng {
        font-size: 18px
    }

    .mstrclss .ttl-bnr__cta {
        padding: 16px 32px;
        font-size: 15px
    }

    .mstrclss .prgrm {
        padding: 48px 16px
    }

    .mstrclss .prgrm__hdng {
        font-size: 31px;
        margin-bottom: 32px
    }

    .mstrclss .prgrm__grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .mstrclss .prgrm__card {
        padding: 16px
    }

    .mstrclss .prgrm__card-icn {
        width: 56px;
        height: 56px
    }

    .mstrclss .prgrm__card-icn svg {
        width: 32px;
        height: 32px
    }

    .mstrclss .prgrm__card-ttl {
        font-size: 18px
    }

    .mstrclss .prgrm__card-txt {
        font-size: 15px
    }

    .mstrclss .prgrm__cntnt {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .mstrclss .prgrm__qte {
        font-size: 18px;
        padding-left: 16px;
        border-left-width: 3px
    }

    .mstrclss .prgrm__bdy {
        font-size: 15px
    }

    .mstrclss .prgrm__lst li {
        font-size: 15px
    }

    .mstrclss .prgrm__lgnd {
        padding: 16px;
        margin-top: 32px
    }

    .mstrclss .prgrm__lgnd-ttl {
        font-size: 18px;
        margin-bottom: 16px
    }

    .mstrclss .prgrm__lgnd-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .mstrclss .prgrm__lgnd-icn {
        width: 48px;
        height: 48px
    }

    .mstrclss .prgrm__lgnd-icn svg {
        width: 24px;
        height: 24px
    }

    .mstrclss .prgrm__lgnd-lbl {
        font-size: 15px
    }

    .mstrclss .prgrm__anchr {
        width: 80px;
        height: 80px;
        top: 48px;
        right: 16px
    }

    .mstrclss .prgrm__pth {
        margin-top: 32px;
        padding-top: 32px
    }

    .mstrclss .prgrm__pth-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .mstrclss .prgrm__pth-ln {
        left: 28px
    }

    .mstrclss .prgrm__pth-itm {
        justify-content: flex-start !important;
        text-align: left !important
    }

    .mstrclss .prgrm__pth-nmbr {
        font-size: 18px;
        min-width: 48px;
        height: 48px
    }

    .mstrclss .prgrm__pth-hdng {
        font-size: 15px
    }

    .mstrclss .prgrm__pth-dsc {
        font-size: 15px
    }
}

@media (max-width: 375px) {
    .mstrclss .ttl-bnr {
        padding: 32px 16px
    }

    .mstrclss .ttl-bnr__hdng {
        font-size: 31px
    }

    .mstrclss .prgrm {
        padding: 32px 16px
    }

    .mstrclss .prgrm__card {
        padding: 16px
    }
}