* {
    box-sizing: border-box
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    font-family: 'Merriweather', Georgia, serif
}

.pg__hdr {
    background: linear-gradient(135deg, #fff 0%, #FDE6E4 60%, #fff 100%);
    border-bottom: 2px solid #16b2932e;
    box-shadow: 1px 7px 20px -2px #16b2931c;
    padding: 24px 0 0
}

.pg__hdr-top {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px 16px;
    display: flex;
    align-items: center;
    gap: 48px
}

.brand__box {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    flex-shrink: 0
}

.brand__logo-box {
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 3px 3px -2px #16b2930d 1px 7px 20px -2px #16b2931c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #16b29338
}

.brand__logo-box img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block
}

.brand__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #7D350E;
    letter-spacing: .06em;
    text-transform: uppercase
}

.hdr__contact {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end
}

.hdr__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #3a2010;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.hdr__contact-item:hover {
    color: #16B293
}

.hdr__contact-item .material-icons {
    font-size: 16px;
    color: #16B293
}

.hdr__nav-bar {
    background: linear-gradient(90deg, #16b29314 0%, #7d350e0f 100%);
    border-top: 1px solid #16b29324
}

.hdr__nav-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0
}

.nav__link {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #3a2010;
    text-decoration: none;
    padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    position: relative;
    letter-spacing: .03em;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #16B293;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav__link:hover {
    color: #16B293;
    background-color: #16b29312
}

.nav__link:hover::after {
    transform: scaleX(1)
}

.nav__link:focus {
    outline: none;
    color: #16B293
}

.nav__link:focus-visible::before {
    content: 'Ir';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #7D350E;
    background: #FDE6E4;
    border-radius: 0;
    padding: 0 8px;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none
}

.nav__link--action {
    margin-left: auto;
    color: #fff;
    background: linear-gradient(90deg, #16B293 0%, #7D350E 100%);
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 700;
    letter-spacing: .04em;
    box-shadow: 1px 3px 3px -2px #16b2930d;
    transition: box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1), opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
    margin-bottom: 8px
}

.nav__link--action::after {
    display: none
}

.nav__link--action:hover {
    color: #fff;
    background: linear-gradient(90deg, #7D350E 0%, #16B293 100%);
    box-shadow: 1px 9px 36px -2px #16b29324;
    opacity: .93
}

.pg__ftr {
    background: linear-gradient(170deg, #2a1206 0%, #16B293 100%);
    position: relative;
    overflow: hidden
}

.pg__ftr-wave {
    display: block;
    width: 100%;
    line-height: 0;
    margin-bottom: -1px
}

.pg__ftr-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start
}

.ftr__brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 200px
}

.ftr__logo-box {
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #fffffff2;
    border-radius: 20px;
    box-shadow: 1px 7px 20px -2px #16b2931c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff80
}

.ftr__logo-box img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block
}

.ftr__brand-name {
    font-size: 14px;
    font-weight: 700;
    color: #FDE6E4;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2
}

.ftr__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4d1;
    max-width: 260px
}

.ftr__contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 200px
}

.ftr__contact-label {
    font-size: 14px;
    font-weight: 700;
    color: #FDE6E4;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2
}

.ftr__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4d1;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr__contact-item:hover {
    color: #FDE6E4
}

.ftr__contact-item .material-icons {
    font-size: 16px;
    color: #16B293;
    flex-shrink: 0;
    margin-top: 2px
}

.ftr__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 180px
}

.ftr__links-label {
    font-size: 14px;
    font-weight: 700;
    color: #FDE6E4;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2
}

.ftr__nav-link {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4d1;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr__nav-link:hover {
    color: #FDE6E4
}

.ftr__nav-link:focus-visible {
    outline: none;
    position: relative
}

.ftr__nav-link:focus-visible::before {
    content: 'Ir';
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 14px;
    color: #7D350E;
    background: #FDE6E4;
    padding: 0 8px;
    line-height: 1.2;
    border-radius: 0;
    pointer-events: none
}

.ftr__bottom {
    border-top: 1px solid #fde6e426;
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.ftr__copy {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e48c
}

.ftr__pref-link {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4a6;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    padding: 0;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr__pref-link:hover {
    color: #FDE6E4
}

.ck__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a1206;
    border-top: 2px solid #16b29359;
    z-index: 1200;
    padding: 16px 24px
}

.ck__bar-inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.ck__bar-icon {
    color: #16B293;
    font-size: 24px;
    flex-shrink: 0
}

.ck__bar-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4d9;
    flex: 1;
    min-width: 200px
}

.ck__bar-text a {
    color: #16B293;
    text-decoration: underline
}

.ck__bar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ck__btn-accept {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    background: linear-gradient(90deg, #16B293 0%, #7D350E 100%);
    border: none;
    border-radius: 20px;
    padding: 8px 24px;
    cursor: pointer;
    font-weight: 700;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ck__btn-accept:hover {
    opacity: .88;
    box-shadow: 1px 9px 36px -2px #16b29324
}

.ck__btn-decline {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4bf;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck__btn-decline:hover {
    color: #FDE6E4
}

.ck__optout-notice {
    font-size: 14px;
    line-height: 1.6;
    color: #fde6e4a6;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.ck__optout-btn {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    color: #16B293;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck__optout-btn:hover {
    color: #FDE6E4
}

.legal-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 48px
}

.legal-container h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #1b1b1b;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid #FDE6E4
}

.legal-container h2 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #7D350E;
    margin-top: 48px;
    margin-bottom: 16px
}

.legal-container h3 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
    color: #16B293;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-container h4,
.legal-container h5,
.legal-container h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .06em;
    color: #2e2e2e;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-container p {
    font-size: 16px;
    line-height: 2;
    color: #2e2e2e;
    margin-bottom: 16px
}

.legal-container em,
.legal-container i {
    font-style: italic;
    color: #7D350E
}

.legal-container a {
    color: #16B293;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.legal-container a:hover {
    color: #7D350E;
    text-decoration-color: #FDE6E4
}

.legal-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 1px 7px 20px -2px #16b2931c;
    border-radius: 20px;
    overflow: hidden
}

.legal-container thead {
    background: linear-gradient(135deg, #16B293 0%, #0e8f76 100%)
}

.legal-container thead th {
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 24px;
    text-align: left;
    font-weight: 700
}

.legal-container tbody tr {
    border-bottom: 1px solid #FDE6E4;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-container tbody tr:last-child {
    border-bottom: none
}

.legal-container tbody tr:nth-child(even) {
    background-color: #fdf5f4
}

.legal-container tbody tr:hover {
    background-color: #FDE6E4
}

.legal-container td {
    padding: 16px 24px;
    color: #2e2e2e;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top
}

.legal-container th {
    padding: 16px 24px
}

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

.au__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.au__reveal {
    opacity: 0;
    transform: scaleX(0.92);
    animation: au-open .6s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

@keyframes au-open {
    0% {
        opacity: 0;
        transform: scaleX(0.92)
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: scaleX(1)
    }
}

.au__title-band {
    background: #fff;
    padding: 96px 0 48px;
    position: relative
}

.au__title-band::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background: #16B293
}

.au__title-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 96px;
    align-items: end
}

.au__title-eyebrow {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .18em;
    color: #7D350E;
    text-transform: uppercase;
    margin-bottom: 24px
}

.au__title-h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 24px;
    position: relative;
    display: inline-block
}

.au__title-h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #FDE6E4 60%, transparent 100%);
    padding: 0 8px;
    border-radius: 0
}

.au__title-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 480px;
    margin: 0
}

.au__title-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3
}

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

.au__title-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, transparent 40%, #7d350e2e 100%);
    z-index: 1;
    pointer-events: none
}

.au__blob1 {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 20px;
    background: radial-gradient(ellipse at 30% 60%, #16b29321 0%, transparent 70%);
    top: 24px;
    left: -96px;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0
}

.au__blob2 {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background: radial-gradient(ellipse at 70% 30%, #fde6e499 0%, transparent 70%);
    bottom: 48px;
    right: 440px;
    filter: blur(32px);
    pointer-events: none;
    z-index: 0
}

.au__title-text-col {
    position: relative;
    z-index: 1
}

.au__punct {
    position: absolute;
    font-size: 220px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 2px #16b2931f;
    top: -48px;
    right: -16px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.au__story {
    background: #f5f0ee;
    padding: 96px 0
}

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

.au__portrait-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 5/7;
    box-shadow: 1px 7px 20px -2px #16b2931c
}

.au__portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.au__story-body {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.au__story-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    background: #16B293;
    padding: 8px 16px;
    border-radius: 0
}

.au__story-h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0
}

.au__story-h2 span {
    display: inline;
    background: linear-gradient(180deg, transparent 60%, #FDE6E4 60%)
}

.au__story-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
    margin: 0
}

.au__bubble {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 1px 3px 3px -2px #16b2930d 1px 7px 20px -2px #16b2931c;
    position: relative
}

.au__bubble::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0 solid transparent;
    border-top: 14px solid #fff
}

.au__bubble-text {
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
    margin: 0;
    font-style: italic
}

.au__bubble-attr {
    font-size: 14px;
    line-height: 1.2;
    color: #7D350E;
    margin-top: 8px;
    letter-spacing: .08em
}

.au__divider-a {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #16B293 30%, #FDE6E4 100%);
    margin: 0;
    border: none
}

.au__steps {
    background: #fff;
    padding: 96px 0 48px
}

.au__steps-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
    margin-bottom: 48px
}

.au__steps-h3 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0;
    flex: 1
}

.au__steps-h3 mark {
    background: #FDE6E4;
    color: #1b1b1b;
    padding: 0 8px;
    border-radius: 0
}

.au__steps-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 340px;
    margin: 0
}

.au__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.au__step {
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 9px 36px -2px #16b29324;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.au__step:hover {
    box-shadow: 1px 7px 20px -2px #16b2932e;
    transform: translateY(-4px)
}

.au__step--a {
    background: #16B293;
    box-shadow: inset 0 2px 8px #16b2932e 1px 9px 36px -2px #16b29324
}

.au__step--b {
    background: #fff;
    border: 2px solid #FDE6E4;
    box-shadow: inset 0 2px 6px #7d350e0d 1px 7px 20px -2px #7d350e1c
}

.au__step--c {
    background: #7D350E;
    box-shadow: inset 0 2px 8px #7d350e2e 1px 9px 36px -2px #7d350e24
}

.au__step-num {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700
}

.au__step--a .au__step-num {
    color: #ffffff4d
}

.au__step--b .au__step-num {
    color: #16b29333
}

.au__step--c .au__step-num {
    color: #ffffff40
}

.au__step-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0
}

.au__step--a .au__step-title {
    color: #fff
}

.au__step--b .au__step-title {
    color: #1b1b1b
}

.au__step--c .au__step-title {
    color: #fff
}

.au__step-body {
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.au__step--a .au__step-body {
    color: #ffffffe0
}

.au__step--b .au__step-body {
    color: #3a3a3a
}

.au__step--c .au__step-body {
    color: #ffffffd9
}

.au__step-icon {
    font-size: 28px;
    margin-top: auto
}

.au__step--a .au__step-icon {
    color: #ffffffb3
}

.au__step--b .au__step-icon {
    color: #16B293
}

.au__step--c .au__step-icon {
    color: #fde6e4b3
}

.au__steps-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.au__steps-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3
}

.au__steps-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.au__steps-img-wrap:hover img {
    transform: scale(1.04)
}

.au__divider-b {
    height: 1px;
    background: linear-gradient(90deg, #16B293 0%, transparent 100%);
    border: none;
    margin: 0;
    width: 40%
}

.au__bg-section {
    position: relative;
    padding: 96px 0;
    overflow: hidden
}

.au__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.au__bg-overlay {
    position: absolute;
    inset: 0;
    background: #fde6e4e0;
    z-index: 1;
    pointer-events: none
}

.au__bg-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.au__bg-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.au__bg-label {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #7D350E;
    border-bottom: 3px solid #7D350E;
    padding-bottom: 8px;
    width: fit-content
}

.au__bg-h4 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0
}

.au__bg-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
    margin: 0
}

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

.au__fact {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    box-shadow: 1px 3px 3px -2px #16b2930d;
    transition: box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.au__fact:hover {
    box-shadow: 1px 7px 20px -2px #16b2931c
}

.au__fact-icon {
    color: #16B293;
    font-size: 28px;
    flex-shrink: 0
}

.au__fact-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2e2e2e;
    margin: 0
}

.au__fact-text strong {
    color: #7D350E
}

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

    .au__title-h1 {
        font-size: 52px
    }

    .au__story-grid {
        grid-template-columns: 1fr
    }

    .au__portrait-wrap {
        max-width: 280px
    }

    .au__steps-grid {
        grid-template-columns: 1fr
    }

    .au__steps-imgs {
        grid-template-columns: 1fr 1fr
    }

    .au__bg-content {
        grid-template-columns: 1fr
    }

    .au__steps-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .au__bg-h4 {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .au__title-h1 {
        font-size: 52px
    }

    .au__steps-imgs {
        grid-template-columns: 1fr
    }

    .au__title-band {
        padding: 48px 0 24px
    }

    .au__story {
        padding: 48px 0
    }

    .au__steps {
        padding: 48px 0 24px
    }

    .au__bg-section {
        padding: 48px 0
    }
}

.spk {
    overflow-x: clip
}

.spk .fr {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.spk .ttl {
    position: relative;
    background: linear-gradient(170deg, #16B293 0%, #0e7d68 40%, #16b2931f 100%);
    padding-top: 96px;
    padding-bottom: 96px
}

.spk .ttl__blob {
    border-radius: 20px;
    filter: blur(48px);
    opacity: .38;
    pointer-events: none;
    position: absolute
}

.spk .ttl__blob--a {
    background: #FDE6E4;
    height: 220px;
    left: -40px;
    top: -30px;
    width: 320px
}

.spk .ttl__blob--b {
    background: #7D350E;
    bottom: -40px;
    height: 180px;
    opacity: .22;
    right: 60px;
    width: 260px
}

.spk .ttl__img-wrap {
    border-radius: 20px;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.spk .ttl__img-wrap img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.spk .ttl__img-wrap::after {
    background: linear-gradient(to top, #0e7d68d1 0%, #0e7d6833 55%, transparent 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.spk .ttl__grid {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px
}

.spk .ttl__copy {
    flex: 1 1 0;
    min-width: 0
}

.spk .ttl__visual {
    flex: 0 0 420px;
    max-width: 420px
}

.spk .ttl__label {
    background: #7D350E;
    border-radius: 0;
    color: #FDE6E4;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 1.6;
    margin-bottom: 16px;
    padding: 8px 16px;
    text-transform: uppercase
}

.spk .ttl__h1 {
    animation: hx-grow .25s cubic-bezier(0.0, 0, 0.2, 1) both;
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 24px
}

.spk .ttl__h1 em {
    background: #fde6e438;
    border-radius: 0;
    font-style: normal;
    padding-left: 8px;
    padding-right: 8px
}

@keyframes hx-grow {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    to {
        clip-path: inset(0 0 0% 0);
        opacity: 1
    }
}

.spk .ttl__desc {
    color: #ffffffe6;
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px
}

.spk .div-dbl {
    border-bottom: 1px solid #16b29340;
    border-top: 1px solid #16b29340;
    height: 6px;
    margin: 0
}

.spk .eng {
    background: #fff;
    padding-bottom: 96px;
    padding-top: 96px
}

.spk .eng__hd {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px
}

.spk .eng__strip {
    background: #FDE6E4;
    border-radius: 0;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 8px 16px
}

.spk .eng__strip h2 {
    color: #7D350E;
    font-size: 52px;
    line-height: 1.2;
    margin: 0
}

.spk .eng__intro {
    color: #2a2a2a;
    flex: 1 1 0;
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    padding-top: 8px
}

.spk .eng__rows {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk .eng__row {
    align-items: stretch;
    border-radius: 20px;
    box-shadow: 1px 7px 20px -2px #16b2931c;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk .eng__row:hover {
    box-shadow: 1px 9px 36px -2px #16b29324
}

.spk .eng__num {
    align-items: center;
    background: #16B293;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 52px;
    justify-content: center;
    line-height: 1.2;
    min-width: 96px;
    padding: 24px
}

.spk .eng__body {
    background: #fff;
    box-shadow: inset 1px 3px 3px -2px #16b2930d;
    flex: 1 1 0;
    padding: 24px
}

.spk .eng__body h4 {
    color: #16B293;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase
}

.spk .eng__body p {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.spk .eng__body p mark {
    background: #FDE6E4;
    border-radius: 0;
    color: #7D350E;
    padding-left: 4px;
    padding-right: 4px
}

.spk .eng__bar-wrap {
    margin-top: 16px
}

.spk .eng__bar-label {
    color: #7D350E;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: space-between;
    letter-spacing: .08em;
    line-height: 1.6;
    margin-bottom: 8px;
    text-transform: uppercase
}

.spk .eng__bar-track {
    background: #FDE6E4;
    border-radius: 0;
    height: 8px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.spk .eng__bar-fill {
    animation: bar-in .28s .1s cubic-bezier(0.4, 0, 0.2, 1) both;
    background: linear-gradient(90deg, #16B293 0%, #7D350E 100%);
    height: 100%;
    position: absolute
}

@keyframes bar-in {
    from {
        width: 0
    }

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

.spk .eng__marker {
    background: #7D350E;
    border-radius: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 3px
}

.spk .div-mesh {
    height: 8px;
    background: linear-gradient(90deg, #16B293 0%, #FDE6E4 50%, #7D350E 100%);
    opacity: .35
}

.spk .ref {
    background: linear-gradient(135deg, #0d4a3e 0%, #16B293 38%, #1a5c4a 65%, #7D350E 100%);
    padding-bottom: 96px;
    padding-top: 96px;
    position: relative
}

.spk .ref::before {
    background: linear-gradient(135deg, #fde6e40f 0%, #16b2930a 50%, #7d350e14 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.spk .ref__strip {
    background: #fde6e42e;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px
}

.spk .ref__strip h2 {
    color: #FDE6E4;
    font-size: 52px;
    line-height: 1.2;
    margin: 0
}

.spk .ref__sub {
    color: #fde6e4e0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 48px;
    max-width: 560px
}

.spk .ref__cols {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr
}

.spk .ref__card {
    background: #ffffff17;
    border-radius: 20px;
    box-shadow: 1px 3px 3px -2px #16b2930d inset 1px 3px 3px -2px #16b2930d;
    padding: 24px;
    position: relative;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk .ref__card:hover {
    background: #ffffff29
}

.spk .ref__card h5 {
    color: #FDE6E4;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase
}

.spk .ref__card p {
    color: #fde6e4d1;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.spk .ref__card p mark {
    background: #16b29359;
    border-radius: 0;
    color: #FDE6E4;
    padding-left: 4px;
    padding-right: 4px
}

.spk .ref__icon {
    color: #16B293;
    float: right;
    font-size: 28px;
    margin-left: 16px
}

.spk .ref__card--wide {
    grid-column: 1 / -1
}

.spk .ref__lines {
    border-bottom: 1px solid #fde6e433;
    border-top: 1px solid #fde6e433;
    height: 6px;
    margin-bottom: 48px
}

@media (max-width: 860px) {
    .spk .ttl__grid {
        flex-direction: column
    }

    .spk .ttl__visual {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .spk .eng__hd {
        flex-direction: column;
        gap: 16px
    }

    .spk .ref__cols {
        grid-template-columns: 1fr
    }

    .spk .ref__card--wide {
        grid-column: auto
    }

    .spk .ttl__h1 {
        font-size: 52px
    }
}

@media (max-width: 540px) {
    .spk .ttl__h1 {
        font-size: 52px
    }

    .spk .eng__num {
        font-size: 16px;
        min-width: 48px;
        padding: 16px
    }

    .spk .eng__row {
        flex-direction: column
    }

    .spk .eng__num {
        flex-direction: row;
        justify-content: flex-start;
        min-width: unset;
        padding: 16px
    }
}

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

.lp__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.lp__hero {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 48px;
    position: relative
}

.lp__hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 30%, #16b29312 0%, #fde6e42e 55%, #fff 100%);
    pointer-events: none
}

.lp__hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.lp__hero-pattern::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    border: 2px solid #16b29326;
    border-radius: 0;
    transform: rotate(12deg)
}

.lp__hero-pattern::after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 48px;
    width: 48px;
    height: 48px;
    border: 2px solid #7d350e1a;
    border-radius: 0;
    transform: rotate(30deg)
}

.lp__hero-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1
}

.lp__hero-text {
    flex: 1 1 0;
    min-width: 0;
    text-align: center
}

.lp__hero-label {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #16B293;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600
}

.lp__hero-h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 24px
}

.lp__hero-h1 span.acc {
    color: #16B293
}

.lp__hero-strip {
    display: inline-block;
    background: #FDE6E4;
    padding: 0 8px;
    border-radius: 0
}

.lp__hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2a22;
    max-width: 560px;
    margin: 0 auto 24px
}

.lp__hero-img-col {
    flex: 0 0 380px;
    max-width: 380px
}

.lp__hero-img-wrap {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 0;
    overflow: hidden
}

.lp__hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%
}

.lp__hero-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #16b29347 0%, #fde6e42e 60%, #7d350e1f 100%);
    pointer-events: none
}

.lp__hero-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-top: 24px
}

.lp__hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #16b29340
}

.lp__hero-dot--active {
    background: #16B293
}

.lp__divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

.lp__divider-wave svg {
    display: block;
    width: 100%
}

.lp__prog {
    background: #FDE6E4;
    padding: 96px 0 48px;
    position: relative
}

.lp__prog-bg-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.lp__prog-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .1;
    display: block;
    max-width: 100%
}

.lp__prog-inner {
    position: relative;
    z-index: 1
}

.lp__prog-head {
    margin-bottom: 48px
}

.lp__prog-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #7D350E;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 16px
}

.lp__prog-h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 16px
}

.lp__prog-h2 span.acc {
    color: #7D350E
}

.lp__prog-strip {
    display: inline-block;
    background: #16b2932e;
    padding: 0 8px
}

.lp__prog-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2a22;
    max-width: 640px
}

.lp__prog-layout {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.lp__prog-modules {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp__mod {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 1px 7px 20px -2px #16b2931c;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    position: relative;
    overflow: hidden
}

.lp__mod:hover {
    box-shadow: 1px 9px 36px -2px #16b29324;
    transform: rotate(-0.8deg) translateY(-2px)
}

.lp__mod-hover {
    position: absolute;
    inset: 0;
    background: #16b2930a;
    opacity: 0;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.lp__mod:hover .lp__mod-hover {
    opacity: 1
}

.lp__mod-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #16B293 0%, #7D350E 100%);
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px
}

.lp__mod-body {
    flex: 1 1 0;
    min-width: 0
}

.lp__mod-h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 8px;
    font-weight: 700
}

.lp__mod-p {
    font-size: 14px;
    line-height: 1.6;
    color: #3a2a22;
    margin: 0
}

.lp__prog-aside {
    flex: 0 0 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp__instructors {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 1px 3px 3px -2px #16b2930d
}

.lp__inst-title {
    font-size: 14px;
    letter-spacing: .1em;
    color: #7D350E;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

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

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

.lp__inst-portrait {
    flex: 0 0 64px;
    width: 64px;
    height: 80px;
    border-radius: 0;
    overflow: hidden
}

.lp__inst-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    max-width: 100%
}

.lp__inst-info {
    flex: 1 1 0;
    min-width: 0
}

.lp__inst-name {
    font-size: 16px;
    line-height: 1.2;
    color: #1b1b1b;
    font-weight: 700;
    display: block;
    margin-bottom: 8px
}

.lp__inst-role {
    font-size: 14px;
    line-height: 1.6;
    color: #7D350E;
    display: block
}

.lp__offer-card {
    background: linear-gradient(145deg, #16B293 0%, #0e8a70 100%);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 1px 9px 36px -2px #16b29324;
    color: #fff
}

.lp__offer-h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff
}

.lp__offer-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp__offer-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffffeb;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.lp__offer-list li .material-icons {
    font-size: 16px;
    color: #FDE6E4;
    flex-shrink: 0;
    margin-top: 2px
}

.lp__btn {
    display: inline-block;
    padding: 16px 24px;
    background: linear-gradient(90deg, #7D350E 0%, #a04a1a 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    text-align: center
}

.lp__btn:hover {
    background: linear-gradient(90deg, #a04a1a 0%, #7D350E 100%);
    box-shadow: 1px 7px 20px -2px #7d350e38;
    color: #fff
}

.lp__faq {
    background: #fff;
    padding: 48px 0 96px
}

.lp__faq-h3 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 48px
}

.lp__faq-h3 span.acc {
    color: #16B293
}

.lp__faq-strip {
    display: inline-block;
    background: #FDE6E4;
    padding: 0 8px
}

.lp__faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px
}

.lp__faq-item {
    border-radius: 20px;
    box-shadow: inset 1px 3px 3px -2px #16b29314 1px 3px 3px -2px #16b2930d;
    background: #fff;
    overflow: hidden
}

.lp__faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 24px;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b1b;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp__faq-q:hover {
    background: #16b2930d
}

.lp__faq-q:focus {
    outline: 2px solid #16B293;
    outline-offset: -2px
}

.lp__faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: #FDE6E4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp__faq-icon .material-icons {
    font-size: 18px;
    color: #7D350E;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp__faq-item--open .lp__faq-icon {
    background: #16B293;
    transform: rotate(180deg)
}

.lp__faq-item--open .lp__faq-icon .material-icons {
    color: #fff
}

.lp__faq-a {
    font-size: 14px;
    line-height: 1.6;
    color: #3a2a22;
    padding: 0 24px 24px;
    display: none
}

.lp__faq-item--open .lp__faq-a {
    display: block
}

.lp__inst-portrait-no-img {
    flex: 0 0 64px;
    width: 64px;
    height: 80px;
    border-radius: 0;
    background: linear-gradient(135deg, #16b29326 0%, #fde6e499 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.lp__inst-portrait-no-img .material-icons {
    font-size: 32px;
    color: #16B293
}

@media (max-width: 900px) {
    .lp__hero-grid {
        flex-direction: column;
        gap: 24px
    }

    .lp__hero-img-col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .lp__hero-img-wrap {
        height: 260px
    }

    .lp__prog-layout {
        flex-direction: column;
        gap: 24px
    }

    .lp__prog-aside {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .lp__hero-h1 {
        font-size: 52px
    }

    .lp__prog-h2 {
        font-size: 52px
    }

    .lp__faq-h3 {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .lp__hero-h1 {
        font-size: 36px
    }

    .lp__prog-h2 {
        font-size: 36px
    }

    .lp__faq-h3 {
        font-size: 36px
    }
}

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

.cu .pg-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px
}

.cu .top-band {
    background: #fff;
    padding: 96px 0 48px;
    position: relative
}

.cu .top-band::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #16B293 0%, #FDE6E4 60%, transparent 100%);
    margin-top: 48px
}

.cu .tb-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 96px;
    align-items: start
}

.cu .tb-left {
    position: relative
}

.cu .lbl-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #16B293;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.2
}

.cu .tb-h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 24px;
    position: relative;
    display: inline-block
}

.cu .tb-h1 span.accent-word {
    background: #FDE6E4;
    padding: 0 8px;
    border-radius: 0
}

.cu .curve-line {
    width: 60px;
    height: 40px;
    margin: 16px 0 24px 4px;
    overflow: hidden
}

.cu .curve-line svg {
    display: block
}

.cu .tb-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0 0 24px;
    max-width: 480px
}

.cu .info-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.cu .info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 3px 3px -2px #16b2930d 1px 7px 20px -2px #16b2931c;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .info-item:hover {
    box-shadow: 1px 9px 36px -2px #16b29324
}

.cu .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #16B293;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cu .info-icon .material-icons {
    color: #fff;
    font-size: 20px
}

.cu .info-text {
    flex: 1
}

.cu .info-text strong {
    display: block;
    font-size: 14px;
    letter-spacing: .08em;
    color: #7D350E;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2
}

.cu .info-text a,
.cu .info-text span {
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b1b;
    text-decoration: none
}

.cu .info-text a:hover {
    color: #16B293;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .vbar-wrap {
    position: relative;
    padding-left: 16px
}

.cu .vbar-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #16B293 0%, #FDE6E4 100%);
    border-radius: 20px
}

.cu .form-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 7px 20px -2px #16b2931c inset 0 2px 8px #16b2930a;
    padding: 48px 24px;
    position: relative;
    overflow: hidden
}

.cu .form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16B293 0%, #7D350E 100%);
    border-radius: 20px 20px 0 0
}

.cu .form-geo {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: #FDE6E4;
    opacity: .3;
    pointer-events: none;
    transform: rotate(20deg)
}

.cu .form-geo2 {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #16B293;
    opacity: .08;
    pointer-events: none;
    transform: rotate(-15deg)
}

.cu .form-h {
    font-size: 16px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 24px;
    font-weight: 700
}

.cu .f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.cu .f-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.cu .f-group label {
    font-size: 14px;
    letter-spacing: .06em;
    color: #3a3a3a;
    line-height: 1.2;
    font-weight: 600
}

.cu .f-group input,
.cu .f-group select {
    width: 100%;
    padding: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b1b;
    background: #fff;
    outline: none;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box
}

.cu .f-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%2316B293' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.cu .f-group input:focus,
.cu .f-group select:focus {
    border-color: #16B293;
    box-shadow: 0 0 0 3px #16b2931f
}

.cu .f-group input::placeholder {
    color: #aaa;
    transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .f-group input:focus::placeholder {
    opacity: 0
}

.cu .f-group input:invalid:not(:placeholder-shown) {
    border-color: #7D350E
}

.cu .check-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px
}

.cu .check-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    accent-color: #16B293;
    margin-top: 2px;
    cursor: pointer;
    border: none !important
}

.cu .check-row label {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
    cursor: pointer
}

.cu .check-row label a {
    color: #16B293;
    text-decoration: underline;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu .check-row label a:hover {
    color: #7D350E
}

.cu .btn-send {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #16B293 0%, #0e8a70 100%);
    cursor: pointer;
    letter-spacing: .04em;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.0, 0, 0.2, 1);
    box-shadow: 1px 7px 20px -2px #16b2931c
}

.cu .btn-send:hover {
    background: linear-gradient(135deg, #0e8a70 0%, #7D350E 100%);
    box-shadow: 1px 9px 36px -2px #16b29324
}

.cu .btn-send:focus {
    outline: 3px solid #16B293;
    outline-offset: 2px
}

.cu .btn-send:active {
    background: linear-gradient(135deg, #7D350E 0%, #16B293 100%)
}

.cu .bottom-strip {
    background: #FDE6E4;
    padding: 48px 0;
    position: relative
}

.cu .bottom-strip::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #7D350E 50%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.cu .bs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: center
}

.cu .bs-note {
    font-size: 14px;
    line-height: 1.6;
    color: #5a3a2a;
    letter-spacing: .04em
}

.cu .bs-note strong {
    color: #7D350E;
    display: block;
    font-size: 16px;
    margin-bottom: 8px
}

.cu .bs-keywords {
    text-align: center;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 3px 3px -2px #7d350e0d
}

.cu .bs-keywords p {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

.cu .bs-keywords strong {
    color: #16B293
}

.cu .bs-hours {
    text-align: right
}

.cu .bs-hours p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a3a2a;
    margin: 0
}

.cu .reveal-wipe {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .28s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.cu .reveal-wipe--delay {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .28s cubic-bezier(0.0, 0, 0.2, 1) .15s forwards
}

@keyframes wipe-in {
    to {
        clip-path: inset(0 0% 0 0)
    }
}

.cu .img-side {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 280px;
    margin-bottom: 24px
}

.cu .img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(40%)
}

.cu .img-side::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #16b29340 0%, transparent 60%);
    border-radius: 20px;
    pointer-events: none
}

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

    .cu .top-band {
        padding: 48px 0 24px
    }

    .cu .tb-h1 {
        font-size: 52px
    }

    .cu .bs-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .cu .bs-hours {
        text-align: left
    }
}

@media (max-width: 600px) {
    .cu .tb-h1 {
        font-size: 52px
    }

    .cu .f-row {
        grid-template-columns: 1fr
    }

    .cu .form-card {
        padding: 24px 16px
    }
}

.frt {
    overflow-x: clip
}

.frt * {
    box-sizing: border-box;
    max-width: 100%
}

.frt img {
    max-width: 100%;
    object-fit: cover
}

.frt .pg-wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

@keyframes frt-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.frt .reveal {
    animation: frt-appear .25s cubic-bezier(0.4, 0, 0.2, 1) both
}

.frt .reveal--late {
    animation: frt-appear .28s cubic-bezier(0.4, 0, 0.2, 1) .15s both
}

.frt .tb {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #fff;
    position: relative
}

.frt .tb__bg-circle {
    position: absolute;
    border-radius: 0;
    pointer-events: none
}

.frt .tb__bg-circle--a {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #16b2930f;
    top: -48px;
    left: -80px
}

.frt .tb__bg-circle--b {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #7d350e0d;
    bottom: -24px;
    right: -40px
}

.frt .tb__bg-circle--c {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #16b2930a;
    top: 50%;
    right: 15%
}

.frt .tb__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.frt .tb__img-col {
    flex: 0 0 auto;
    width: 200px
}

.frt .tb__img-col--left .tb__img-wrap {
    clip-path: polygon(0 10%, 85% 0, 100% 90%, 15% 100%)
}

.frt .tb__img-col--right .tb__img-wrap {
    clip-path: polygon(15% 0, 100% 10%, 85% 100%, 0 90%)
}

.frt .tb__img-wrap {
    width: 200px;
    height: 260px;
    overflow: hidden
}

.frt .tb__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.frt .tb__text {
    flex: 1 1 auto;
    text-align: center;
    padding: 16px
}

.frt .tb__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .12em;
    color: #16B293;
    text-transform: uppercase;
    margin-bottom: 16px
}

.frt .tb__h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00;
    margin-bottom: 16px
}

.frt .tb__h1 em {
    font-style: normal;
    background: #FDE6E4;
    padding: 0 8px;
    border-radius: 0
}

.frt .tb__curve-line {
    display: block;
    margin: 16px auto;
    width: 80px;
    height: 24px
}

.frt .tb__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.frt .proof {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(160deg, #fff 60%, #FDE6E4 100%);
    position: relative
}

.frt .proof__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.frt .proof__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.frt .proof__visual {
    position: relative
}

.frt .proof__img-wrap {
    width: 100%;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 7px 20px -2px #16b2931c
}

.frt .proof__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.frt .proof__img-wrap:hover img {
    transform: scale(1.04)
}

.frt .proof__badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #16B293;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 1px 3px 3px -2px #16b2930d;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.frt .proof__badge .material-icons {
    font-size: 16px
}

.frt .proof__body {
    padding-left: 8px
}

.frt .proof__strip {
    display: inline-block;
    background: #FDE6E4;
    padding: 0 8px;
    border-radius: 0;
    margin-bottom: 16px
}

.frt .proof__h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00;
    margin-bottom: 16px
}

.frt .proof__p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010;
    margin-bottom: 16px
}

.frt .proof__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frt .proof__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010
}

.frt .proof__item .material-icons {
    color: #16B293;
    font-size: 16px;
    margin-top: 4px;
    flex-shrink: 0
}

.frt .exp {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    position: relative
}

.frt .exp__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

.frt .exp__head {
    text-align: center;
    margin-bottom: 48px
}

.frt .exp__strip {
    display: inline-block;
    background: #16B293;
    color: #fff;
    padding: 0 16px;
    border-radius: 0;
    margin-bottom: 8px
}

.frt .exp__h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00
}

.frt .exp__steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.frt .exp__step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 1px 3px 3px -2px #16b2930d 1px 7px 20px -2px #16b2931c;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.frt .exp__step:hover {
    box-shadow: inset 1px 3px 3px -2px #16b29314 1px 9px 36px -2px #16b29324
}

.frt .exp__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: linear-gradient(135deg, #16B293 0%, #7D350E 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.frt .exp__step-body {
    flex: 1 1 auto
}

.frt .exp__step-h {
    font-size: 16px;
    line-height: 1.6;
    color: #1a0a00;
    font-weight: 700;
    margin-bottom: 8px
}

.frt .exp__step-p {
    font-size: 14px;
    line-height: 1.6;
    color: #3a2010;
    margin: 0
}

.frt .comm {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(135deg, #FDE6E4 0%, #fff 70%);
    position: relative
}

.frt .comm__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

.frt .comm__row {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.frt .comm__imgs {
    flex: 0 0 auto;
    width: 340px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.frt .comm__img-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 7px 20px -2px #7d350e1c
}

.frt .comm__img-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.frt .comm__img-card:hover img {
    transform: scale(1.05)
}

.frt .comm__img-card--tall {
    grid-row: span 2
}

.frt .comm__img-card--tall img {
    height: 336px
}

.frt .comm__overlay {
    position: absolute;
    inset: 0;
    background: #16b29300;
    transition: background .18s cubic-bezier(0.0, 0, 0.2, 1);
    display: flex;
    align-items: flex-end;
    padding: 16px
}

.frt .comm__img-card:hover .comm__overlay {
    background: #16b2938c
}

.frt .comm__overlay-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.frt .comm__img-card:hover .comm__overlay-txt {
    opacity: 1
}

.frt .comm__body {
    flex: 1 1 auto
}

.frt .comm__strip {
    display: inline-block;
    background: #7D350E;
    color: #fff;
    padding: 0 16px;
    border-radius: 0;
    margin-bottom: 16px
}

.frt .comm__h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00;
    margin-bottom: 16px
}

.frt .comm__p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010;
    margin-bottom: 16px
}

.frt .comm__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 3px 3px -2px #16b2930d;
    margin-top: 24px
}

.frt .comm__portrait {
    width: 64px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0
}

.frt .comm__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.frt .comm__profile-name {
    font-size: 16px;
    line-height: 1.6;
    color: #1a0a00;
    font-weight: 700
}

.frt .comm__profile-role {
    font-size: 14px;
    line-height: 1.6;
    color: #7D350E
}

.frt .comm__profile-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #3a2010
}

.frt .hesit {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    position: relative
}

.frt .hesit__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

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

.frt .hesit__left {
    padding-right: 8px
}

.frt .hesit__strip {
    display: inline-block;
    background: #FDE6E4;
    color: #7D350E;
    padding: 0 8px;
    border-radius: 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .08em;
    text-transform: uppercase
}

.frt .hesit__h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00;
    margin-bottom: 16px
}

.frt .hesit__p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010;
    margin-bottom: 16px
}

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

.frt .hesit__q {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 1px 3px 3px -2px #7d350e0d 1px 7px 20px -2px #7d350e1c
}

.frt .hesit__q-label {
    font-size: 14px;
    line-height: 1.6;
    color: #7D350E;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.frt .hesit__q-label .material-icons {
    font-size: 16px
}

.frt .hesit__q-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010;
    margin: 0
}

.frt .who {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(160deg, #fff 30%, #FDE6E4 100%);
    position: relative
}

.frt .who__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

.frt .who__head {
    text-align: center;
    margin-bottom: 48px
}

.frt .who__strip {
    display: inline-block;
    background: #16B293;
    color: #fff;
    padding: 0 16px;
    border-radius: 0;
    margin-bottom: 8px
}

.frt .who__h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a0a00
}

.frt .who__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px
}

.frt .who__col-head {
    font-size: 16px;
    line-height: 1.6;
    color: #1a0a00;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.frt .who__col-head .material-icons {
    font-size: 20px;
    color: #16B293
}

.frt .who__col-head--no .material-icons {
    color: #7D350E
}

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

.frt .who__list-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 3px 3px -2px #16b2930d;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.frt .who__list-item:hover {
    box-shadow: 1px 9px 36px -2px #16b29324
}

.frt .who__list-item--no {
    box-shadow: 1px 3px 3px -2px #7d350e0d
}

.frt .who__list-item--no:hover {
    box-shadow: 1px 9px 36px -2px #7d350e24
}

.frt .who__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16B293;
    flex-shrink: 0;
    margin-top: 8px
}

.frt .who__dot--no {
    background: #7D350E
}

.frt .who__item-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2010
}

@media (max-width: 900px) {
    .frt .tb__row {
        flex-direction: column
    }

    .frt .tb__img-col {
        width: 140px
    }

    .frt .tb__img-wrap {
        width: 140px;
        height: 180px
    }

    .frt .tb__h1 {
        font-size: 52px
    }

    .frt .proof__grid {
        grid-template-columns: 1fr
    }

    .frt .comm__row {
        flex-direction: column
    }

    .frt .comm__imgs {
        width: 100%
    }

    .frt .hesit__inner {
        grid-template-columns: 1fr
    }

    .frt .who__cols {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {

    .frt .tb__h1,
    .frt .proof__h2,
    .frt .exp__h2,
    .frt .comm__h2,
    .frt .hesit__h2,
    .frt .who__h2 {
        font-size: 52px
    }

    .frt .comm__imgs {
        grid-template-columns: 1fr
    }

    .frt .comm__img-card--tall img {
        height: 200px
    }
}

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

.suc .suc__card {
    max-width: 560px;
    width: 100%;
    background: #FDE6E4;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 1px 9px 36px -2px #16b29324;
    text-align: center
}

.suc .suc__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 20px;
    background: #16B293;
    display: flex;
    align-items: center;
    justify-content: center
}

.suc .suc__icon svg {
    width: 32px;
    height: 32px
}

.suc .suc__ttl {
    font-size: 52px;
    line-height: 1.2;
    color: #7D350E;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.suc .suc__txt {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 48px
}

.suc .suc__btn {
    display: inline-block;
    padding: 16px 48px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #16B293 0%, #7D350E 100%);
    border-radius: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    box-shadow: 1px 7px 20px -2px #16b2931c
}

.suc .suc__btn:hover {
    opacity: .88;
    box-shadow: 1px 9px 36px -2px #16b29324
}

.suc .suc__btn:focus {
    outline: 3px solid #16B293;
    outline-offset: 3px
}