html {
    box-sizing: border-box
}

body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif
}

.site-head {
    background: linear-gradient(160deg, #fff 0%, #5c0f050a 50%, #00bcc70f 100%);
    border-bottom: 2px solid #5c0f051a;
    box-shadow: 0 2px 4px -2px #5c0f0512 0 4px 14px -2px #5c0f051a;
    position: relative;
    z-index: 100
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 16px;
    gap: 20px
}

.brand-cap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #5c0f052e;
    border-bottom: 2px solid #5c0f052e;
    border-radius: 40px;
    padding: 8px 20px;
    background: #ffffffd9;
    box-shadow: 0 2px 4px -2px #5c0f0512 inset 0 2px 4px #5c0f050a;
    gap: 16px
}

.brand-cap img {
    display: block;
    object-fit: contain
}

.brand-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #5C0F05;
    letter-spacing: 0
}

.brand-name span {
    color: #F49C1F
}

.head-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 20px
}

.head-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    background: #5c0f050a;
    border-radius: 40px;
    padding: 8px 16px;
    border: 1px solid #5c0f0514
}

.head-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #2a0a06;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 40px;
    min-height: 44px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.head-nav-link:hover {
    background: #5C0F05;
    color: #fff;
    box-shadow: 0 4px 14px -2px #5c0f051a
}

.head-nav-link:focus {
    outline: none;
    filter: invert(1)
}

.head-nav-link[data-active="true"] {
    background: #5C0F05;
    color: #fff;
    font-weight: 700
}

.head-nav-sep {
    width: 4px;
    height: 4px;
    border-radius: 40px;
    background: #5c0f0533;
    flex-shrink: 0
}

.site-foot {
    background: #2a0a06;
    border-top: 3px solid #5C0F05
}

.foot-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 40px 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px
}

.foot-left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 20px
}

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

.foot-brand img {
    display: block;
    object-fit: contain;
    background: #ffffff1f;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 0 2px 4px -2px #5c0f0512
}

.foot-brand-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff
}

.foot-brand-name span {
    color: #F49C1F
}

.foot-tagline {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff8c
}

.foot-addr {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff80;
    font-style: normal
}

.foot-addr a {
    color: #00BCC7;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.foot-addr a:hover {
    color: #F49C1F
}

.foot-addr a:focus {
    outline: none;
    filter: invert(1)
}

.foot-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding-top: 4px
}

.foot-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.foot-nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: #ffffffa6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    min-height: 44px;
    transition: color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.foot-nav-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #F49C1F;
    border-radius: 3px;
    transition: width .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.foot-nav-link:hover {
    color: #fff
}

.foot-nav-link:hover::after {
    width: 24px
}

.foot-nav-link:focus {
    outline: none;
    filter: invert(1)
}

.foot-copy-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px 40px 20px;
    border-top: 1px solid #ffffff14;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.foot-copy {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff59
}

.foot-accent-line {
    height: 3px;
    background: linear-gradient(90deg, #5C0F05 0%, #F49C1F 50%, #00BCC7 100%);
    border-radius: 3px;
    width: 80px
}

.cookie-tray {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4000;
    width: 320px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #5c0f051f;
    box-shadow: 0 8px 52px -2px #5c0f051a 0 4px 14px -2px #5c0f051a;
    padding: 20px;
    opacity: 0;
    transition: opacity .26s ease-in-out
}

.cookie-tray.vis {
    opacity: 1
}

.cookie-head {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #5C0F05;
    margin-bottom: 8px
}

.cookie-desc {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #2a0a06;
    margin-bottom: 16px
}

.cookie-btns {
    display: flex;
    gap: 8px
}

.cookie-btn {
    flex: 1 1 0;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 16px;
    min-height: 44px;
    border-radius: 3px;
    border: 2px solid #5C0F05;
    cursor: pointer;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-btn:focus {
    outline: none;
    filter: invert(1)
}

.cookie-btn-ok {
    background: #5C0F05;
    color: #fff
}

.cookie-btn-ok:hover {
    box-shadow: 0 4px 14px -2px #5c0f051a 0 8px 52px -2px #5c0f051a
}

.cookie-btn-no {
    background: #fff;
    color: #5C0F05
}

.cookie-btn-no:hover {
    box-shadow: 0 4px 14px -2px #5c0f051a
}

@media (max-width: 768px) {
    .brand-row {
        padding: 16px 16px 12px
    }

    .head-nav-row {
        padding: 0 16px 16px
    }

    .head-nav {
        gap: 4px;
        padding: 8px
    }

    .head-nav-link {
        font-size: 15px;
        padding: 8px 12px
    }

    .head-nav-sep {
        display: none
    }

    .foot-inner {
        flex-direction: column;
        padding: 40px 16px 20px;
        gap: 40px
    }

    .foot-right {
        align-items: flex-start;
        width: 100%
    }

    .foot-nav {
        align-items: flex-start
    }

    .foot-nav-link::after {
        display: none
    }

    .foot-copy-row {
        padding: 16px 16px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .cookie-tray {
        width: calc(100vw - 40px);
        right: 20px;
        bottom: 20px
    }
}

@media (max-width: 375px) {
    .head-nav-link {
        padding: 8px;
        font-size: 15px
    }

    .brand-name {
        font-size: 15px
    }
}

.content-scrb-policy {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a1a18
}

.content-scrb-policy h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #5C0F05;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #5c0f051f
}

.content-scrb-policy h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    margin-top: 80px;
    margin-bottom: 20px
}

.content-scrb-policy h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #3d0a03;
    margin-top: 40px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.content-scrb-policy h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    margin-top: 40px;
    margin-bottom: 16px
}

.content-scrb-policy h5 {
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    margin-top: 20px;
    margin-bottom: 8px
}

.content-scrb-policy h6 {
    font-size: 15px;
    line-height: 1.5;
    color: #5c0f05b3;
    margin-top: 20px;
    margin-bottom: 8px
}

.content-scrb-policy p {
    font-size: 18px;
    line-height: 1.7;
    color: #2a1a18;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 72ch
}

.content-scrb-policy strong,
.content-scrb-policy b {
    font-weight: 700;
    color: #3d0a03
}

.content-scrb-policy em,
.content-scrb-policy i {
    font-style: italic;
    color: inherit
}

.content-scrb-policy a {
    color: #5C0F05;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #5c0f0566;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.content-scrb-policy a:hover {
    color: #F49C1F;
    text-decoration-color: #f49c1f99
}

.content-scrb-policy div {
    margin-bottom: 20px
}

.content-scrb-policy div.policy-notice {
    background: #5c0f050a;
    border-radius: 3px;
    padding: 20px 40px;
    box-shadow: inset 0 2px 6px #5c0f0512;
    margin-bottom: 40px
}

.content-scrb-policy div.policy-notice p {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .content-scrb-policy {
        padding: 80px 40px
    }

    .content-scrb-policy h1 {
        font-size: 52px
    }

    .content-scrb-policy h2 {
        font-size: 52px
    }
}

@media (max-width: 768px) {
    .content-scrb-policy {
        padding: 40px 20px
    }

    .content-scrb-policy h1 {
        font-size: 52px;
        margin-bottom: 20px
    }

    .content-scrb-policy h2 {
        font-size: 52px;
        margin-top: 40px
    }

    .content-scrb-policy h3 {
        margin-top: 20px
    }

    .content-scrb-policy p {
        font-size: 15px;
        max-width: 100%
    }

    .content-scrb-policy div.policy-notice {
        padding: 16px 20px
    }
}

@media (max-width: 375px) {
    .content-scrb-policy {
        padding: 40px 16px
    }

    .content-scrb-policy h1 {
        font-size: 52px
    }

    .content-scrb-policy h2 {
        font-size: 52px
    }
}

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

.evt-det .breadcrumb-trail {
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 40px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.evt-det .breadcrumb-trail a {
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.evt-det .breadcrumb-trail a:hover {
    color: #F49C1F
}

.evt-det .breadcrumb-sep {
    font-size: 15px;
    color: #5C0F05;
    opacity: .4
}

.evt-det .breadcrumb-current {
    font-size: 15px;
    line-height: 1.5;
    color: #333
}

.evt-det .title-blk {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 40px 80px;
    background: radial-gradient(ellipse at 8% 12%, #5c0f0521 0%, #fff0 65%);
    overflow: hidden
}

.evt-det .title-blk::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    z-index: 0
}

.evt-det .title-blk::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -5%;
    width: 110%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #5c0f051f, transparent);
    transform: rotate(-4deg);
    pointer-events: none;
    z-index: 0
}

.evt-det .title-blk-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.evt-det .title-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.evt-det .title-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.evt-det .title-tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #F49C1F;
    display: inline-block
}

.evt-det .title-h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0502;
    margin: 0;
    font-weight: 800
}

.evt-det .title-h1 em {
    font-style: normal;
    color: #5C0F05;
    position: relative
}

.evt-det .title-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.evt-det .meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    border-radius: 3px;
    background: #5c0f0512;
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    font-weight: 500
}

.evt-det .meta-pill svg {
    flex-shrink: 0
}

.evt-det .title-img-col {
    position: relative
}

.evt-det .title-img-frame {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.evt-det .title-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.evt-det .title-img-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #F49C1F;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    pointer-events: none
}

.evt-det .like-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 40px;
    background: #fffffff2;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    font-weight: 600
}

.evt-det .like-badge svg {
    flex-shrink: 0
}

.evt-det .desc-strip {
    background: linear-gradient(160deg, #f49c1f0f 0%, #fff0 60%);
    border-top: 1px solid #5c0f0514;
    border-bottom: 1px solid #5c0f0514
}

.evt-det .desc-strip-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    align-items: start
}

.evt-det .desc-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.evt-det .desc-heading {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0502;
    margin: 0;
    padding-left: 16px;
    border-left: 3px solid #5C0F05 !important
}

.evt-det .desc-body {
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008
}

.evt-det .desc-body p {
    margin: 0 0 16px
}

.evt-det .desc-body p:last-child {
    margin-bottom: 0
}

.evt-det .desc-body h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    margin: 20px 0 8px;
    font-weight: 700
}

.evt-det .desc-body mark {
    background: #f49c1f40;
    color: inherit;
    padding: 0 4px;
    border-radius: 3px
}

.evt-det .desc-body small {
    font-size: 15px;
    color: #555
}

.evt-det .desc-body ol {
    padding-left: 20px;
    margin: 8px 0
}

.evt-det .desc-body ol li {
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008;
    margin-bottom: 8px;
    list-style: none;
    counter-increment: list-counter;
    position: relative;
    padding-left: 20px
}

.evt-det .desc-body ol {
    counter-reset: list-counter
}

.evt-det .desc-body ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: #5C0F05;
    font-weight: 700
}

.evt-det .desc-body dl dt {
    font-weight: 700;
    color: #5C0F05;
    font-size: 18px;
    line-height: 1.5
}

.evt-det .desc-body dl dd {
    margin: 0 0 16px 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008
}

.evt-det .aside-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px
}

.evt-det .price-card {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 8px 52px -2px #5c0f051a;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden
}

.evt-det .price-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #f49c1f1a;
    border-radius: 0 0 0 80px;
    pointer-events: none
}

.evt-det .price-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #F49C1F;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    pointer-events: none
}

.evt-det .price-label {
    font-size: 15px;
    line-height: 1.5;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.evt-det .price-value {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    font-weight: 800
}

.evt-det .price-note-text {
    font-size: 15px;
    line-height: 1.5;
    color: #555
}

.evt-det .price-user-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 3px;
    background: #00bcc71a;
    font-size: 15px;
    line-height: 1.5;
    color: #007a82;
    font-weight: 600
}

.evt-det .enroll-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 3px;
    background: #5C0F05;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px -2px #5c0f051a
}

.evt-det .enroll-btn:hover {
    background: #3d0a03;
    box-shadow: 0 8px 52px -2px #5c0f0538
}

.evt-det .enroll-btn:focus {
    outline: 3px solid #F49C1F;
    outline-offset: 3px
}

.evt-det .enroll-btn svg {
    flex-shrink: 0
}

.evt-det .publish-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #888
}

.evt-det .prog-strip {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.evt-det .prog-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center
}

.evt-det .prog-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0502;
    margin: 0
}

.evt-det .prog-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    max-width: 560px
}

.evt-det .prog-body {
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008;
    max-width: 860px;
    margin: 0 auto;
    width: 100%
}

.evt-det .prog-body p {
    margin: 0 0 16px
}

.evt-det .prog-body p:last-child {
    margin-bottom: 0
}

.evt-det .prog-body h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    margin: 20px 0 8px;
    font-weight: 700
}

.evt-det .prog-body em {
    font-style: italic;
    color: #5C0F05
}

.evt-det .prog-body strong {
    font-weight: 700;
    color: #1a0502
}

.evt-det .prog-body ul {
    padding-left: 0;
    margin: 8px 0;
    list-style: none
}

.evt-det .prog-body ul li {
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px
}

.evt-det .prog-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #F49C1F;
    border-bottom: 2px solid #F49C1F;
    transform: rotate(-45deg)
}

.evt-det .prog-body dl dt {
    font-weight: 700;
    color: #5C0F05;
    font-size: 18px;
    line-height: 1.5
}

.evt-det .prog-body dl dd {
    margin: 0 0 16px 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #2a1008
}

.evt-det .prog-body figure {
    margin: 20px 0
}

.evt-det .prog-body figcaption {
    font-size: 15px;
    color: #888;
    margin-top: 8px
}

.evt-det .metrics-strip {
    background: linear-gradient(170deg, #5c0f050d 0%, #00bcc70d 100%);
    border-top: 1px solid #5c0f0514
}

.evt-det .metrics-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.evt-det .metrics-head {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0502;
    margin: 0;
    text-align: center
}

.evt-det .metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.evt-det .metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.evt-det .ring-wrap {
    position: relative;
    width: 120px;
    height: 120px
}

.evt-det .ring-wrap svg {
    transform: rotate(-90deg)
}

.evt-det .ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.evt-det .ring-pct {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
    color: #5C0F05
}

.evt-det .ring-sub {
    font-size: 15px;
    line-height: 1.3;
    color: #888;
    text-align: center
}

.evt-det .metric-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #2a1008;
    text-align: center;
    max-width: 200px
}

.evt-det .ring-track {
    fill: none;
    stroke: #5c0f051a;
    stroke-width: 8
}

.evt-det .ring-fill {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evt-det .ring-fill.primary {
    stroke: #5C0F05
}

.evt-det .ring-fill.secondary {
    stroke: #F49C1F
}

.evt-det .ring-fill.tertiary {
    stroke: #00BCC7
}

@keyframes ring-draw {
    from {
        stroke-dashoffset: var(--ring-total)
    }

    to {
        stroke-dashoffset: var(--ring-offset)
    }
}

.evt-det .ring-fill {
    animation: ring-draw .9s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.evt-det .ring-fill:nth-child(1) {
    animation-delay: .1s
}

.evt-det .ring-fill:nth-child(2) {
    animation-delay: .25s
}

.evt-det .ring-fill:nth-child(3) {
    animation-delay: .4s
}

@media (max-width: 1024px) {
    .evt-det .title-blk-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .evt-det .title-img-col {
        display: none
    }

    .evt-det .desc-strip-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .evt-det .aside-col {
        position: static
    }

    .evt-det .metrics-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .evt-det .title-blk {
        padding: 20px 20px 40px
    }

    .evt-det .title-h1 {
        font-size: 52px
    }

    .evt-det .breadcrumb-trail {
        padding: 16px 20px 8px
    }

    .evt-det .desc-strip-inner {
        padding: 40px 20px
    }

    .evt-det .prog-strip {
        padding: 40px 20px
    }

    .evt-det .metrics-inner {
        padding: 40px 20px
    }

    .evt-det .metrics-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .evt-det .price-card {
        padding: 20px
    }

    .evt-det .price-value {
        font-size: 52px
    }

    .evt-det .desc-heading {
        font-size: 52px
    }
}

@media (max-width: 375px) {
    .evt-det .title-h1 {
        font-size: 52px
    }

    .evt-det .title-blk {
        padding: 16px 16px 40px
    }

    .evt-det .breadcrumb-trail {
        padding: 16px 16px 8px
    }

    .evt-det .desc-strip-inner,
    .evt-det .prog-strip,
    .evt-det .metrics-inner {
        padding: 40px 16px
    }
}

.evt-det .prog-step-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 860px;
    margin: 0 auto;
    width: 100%
}

.evt-det .prog-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 4px -2px #5c0f0512;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    animation: fade-in-up .5s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.evt-det .prog-step:nth-child(1) {
    animation-delay: .05s
}

.evt-det .prog-step:nth-child(2) {
    animation-delay: .12s
}

.evt-det .prog-step:nth-child(3) {
    animation-delay: .19s
}

.evt-det .prog-step:nth-child(4) {
    animation-delay: .26s
}

.evt-det .prog-step:nth-child(5) {
    animation-delay: .33s
}

.evt-det .prog-step:nth-child(6) {
    animation-delay: .4s
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.evt-det .prog-step:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.evt-det .step-num {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #5c0f0514;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    color: #5C0F05;
    flex-shrink: 0
}

.evt-det .step-content {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.evt-det .step-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #1a0502
}

.evt-det .step-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #555
}

.evt-det .diag-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.evt-det .diag-line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.abt .pg-wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .abt .pg-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

@keyframes zoom-settle {
    from {
        transform: scale(1.12);
        opacity: 0
    }

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

@keyframes fade-up {
    from {
        transform: translateY(32px);
        opacity: 0
    }

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

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.abt .s1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.abt .s1-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.abt .s1-left {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
    z-index: 1
}

.abt .s1-blob-a {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 40px;
    background: #5c0f0512;
    filter: blur(60px);
    top: -60px;
    left: -80px;
    pointer-events: none
}

.abt .s1-blob-b {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 40px;
    background: #f49c1f14;
    filter: blur(48px);
    bottom: 0;
    left: 120px;
    pointer-events: none
}

.abt .s1-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    border: 1.5px solid #5c0f0540;
    border-radius: 3px;
    padding: 4px 16px;
    margin-bottom: 20px;
    animation: fade-in .45s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

.abt .s1-h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1a0a07;
    margin: 0 0 20px;
    animation: zoom-settle .55s cubic-bezier(0.16, 1, 0.3, 1) .15s both
}

.abt .s1-h1 em {
    font-style: normal;
    color: #5C0F05
}

.abt .s1-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #2d1a16;
    margin: 0 0 40px;
    max-width: 520px;
    animation: fade-up .5s cubic-bezier(0.16, 1, 0.3, 1) .3s both
}

.abt .s1-metrics {
    display: flex;
    flex-direction: row;
    gap: 40px;
    animation: fade-up .5s cubic-bezier(0.16, 1, 0.3, 1) .42s both
}

.abt .s1-metric {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt .s1-metric-num {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    font-weight: 700
}

.abt .s1-metric-lbl {
    font-size: 15px;
    line-height: 1.3;
    color: #5a3d37
}

.abt .s1-right {
    flex: 1;
    position: relative
}

.abt .s1-img-wrap {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    animation: zoom-settle .55s cubic-bezier(0.16, 1, 0.3, 1) .2s both;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

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

.abt .s1-img-accent {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    background: #F49C1F;
    z-index: -1
}

.abt .s1-dashed {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 1px;
    border-top: 2px dashed #5c0f0538
}

@media (max-width: 1024px) {
    .abt .s1-inner {
        gap: 40px
    }

    .abt .s1-left {
        flex: 0 0 50%;
        max-width: 50%
    }

    .abt .s1-h1 {
        font-size: 52px
    }
}

@media (max-width: 768px) {
    .abt .s1-inner {
        flex-direction: column;
        gap: 40px
    }

    .abt .s1-left {
        flex: none;
        max-width: 100%
    }

    .abt .s1-right {
        display: none
    }

    .abt .s1-h1 {
        font-size: 52px
    }

    .abt .s1-metrics {
        gap: 20px
    }
}

@media (max-width: 375px) {
    .abt .s1-h1 {
        font-size: 52px
    }

    .abt .s1-metrics {
        flex-direction: column;
        gap: 16px
    }
}

.abt .s1-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 0
}

.abt .s1-divider svg {
    display: block;
    width: 100%
}

.abt .s2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #5c0f050a;
    position: relative
}

.abt .s2-zigzag {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.abt .s2-zigzag svg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .04;
    width: 340px;
    height: auto
}

.abt .s2-head {
    text-align: center;
    margin-bottom: 40px
}

.abt .s2-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a07;
    margin: 0 0 16px
}

.abt .s2-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3d2018;
    max-width: 600px;
    margin: 0 auto
}

.abt .s2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.abt .s2-card {
    background: #fff;
    border-radius: 3px;
    padding: 40px;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt .s2-card:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a;
    transform: translateY(-4px)
}

.abt .s2-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.abt .s2-card-h {
    font-size: 18px;
    line-height: 1.3;
    color: #1a0a07;
    margin: 0;
    padding-left: 12px;
    border-left: 3px solid #5C0F05
}

.abt .s2-card-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3d2018;
    margin: 0
}

.abt .s2-card-arrow {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: auto
}

.abt .s2-card-arrow svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .abt .s2-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .abt .s2-grid {
        grid-template-columns: 1fr
    }

    .abt .s2-h2 {
        font-size: 52px
    }

    .abt .s2-card {
        padding: 20px
    }
}

.abt .s2-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt .s2-divider svg {
    display: block;
    width: 100%
}

.abt .s3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.abt .s3-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.abt .s3-images {
    flex: 0 0 45%;
    max-width: 45%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.abt .s3-img-main {
    grid-column: 1 / 3;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 4px 14px -2px #5c0f051a
}

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

.abt .s3-img-sm {
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 2px 4px -2px #5c0f0512
}

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

.abt .s3-text {
    flex: 1
}

.abt .s3-label {
    font-size: 15px;
    line-height: 1.3;
    color: #F49C1F;
    font-weight: 700;
    margin-bottom: 16px;
    display: block
}

.abt .s3-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a07;
    margin: 0 0 20px
}

.abt .s3-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3d2018;
    margin: 0 0 16px
}

.abt .s3-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .s3-list li {
    font-size: 15px;
    line-height: 1.5;
    color: #2d1a16;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.abt .s3-list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5C0F05;
    border-right: 2px solid #5C0F05;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 5px
}

.abt .s3-dashed-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px
}

.abt .s3-icon-node {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #5c0f0514;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.abt .s3-icon-node svg {
    width: 20px;
    height: 20px
}

.abt .s3-dash-line {
    flex: 1;
    border-top: 2px dashed #5c0f0538
}

.abt .s3-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    transition: border-color .35s ease-in-out, box-shadow .35s ease-in-out
}

.abt .s3-cta:hover {
    border-color: #5C0F05;
    box-shadow: 0 4px 14px -2px #5c0f051a
}

.abt .s3-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .abt .s3-inner {
        gap: 40px
    }

    .abt .s3-images {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 768px) {
    .abt .s3-inner {
        flex-direction: column;
        gap: 40px
    }

    .abt .s3-images {
        display: none
    }

    .abt .s3-h2 {
        font-size: 52px
    }
}

.abt .s3-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt .s3-divider svg {
    display: block;
    width: 100%
}

.abt .s4 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #00bcc70a
}

.abt .s4-head {
    text-align: center;
    margin-bottom: 40px
}

.abt .s4-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a07;
    margin: 0 0 16px
}

.abt .s4-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3d2018;
    max-width: 560px;
    margin: 0 auto
}

.abt .s4-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px
}

.abt .s4-member {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border-radius: 3px;
    padding: 40px;
    box-shadow: 0 2px 4px -2px #5c0f0512
}

.abt .s4-portrait {
    flex-shrink: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 14px -2px #5c0f051a
}

.abt .s4-portrait img {
    display: block;
    object-fit: cover;
    object-position: center
}

.abt .s4-member-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .s4-member-name {
    font-size: 18px;
    line-height: 1.3;
    color: #1a0a07;
    margin: 0
}

.abt .s4-member-role {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    margin: 0;
    font-weight: 600
}

.abt .s4-member-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #3d2018;
    margin: 0
}

.abt .s4-quote {
    background: #5C0F05;
    border-radius: 3px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.abt .s4-quote-mark {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: #f49c1f2e;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt .s4-quote-mark svg {
    width: 32px;
    height: 32px
}

.abt .s4-quote-text {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffeb;
    margin: 0 0 16px
}

.abt .s4-quote-author {
    font-size: 15px;
    line-height: 1.3;
    color: #F49C1F;
    margin: 0
}

@media (max-width: 768px) {
    .abt .s4-team {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .abt .s4-member {
        padding: 20px
    }

    .abt .s4-h2 {
        font-size: 52px
    }

    .abt .s4-quote {
        flex-direction: column;
        gap: 20px;
        padding: 20px
    }
}

@media (max-width: 375px) {
    .abt .s4-member {
        flex-direction: column
    }
}

.evts-pg {
    overflow-x: hidden
}

.evts-pg .diagonal-reveal {
    animation: diag-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes diag-in {
    from {
        opacity: 0;
        transform: translate(-24px, -18px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.evts-pg .pg-band {
    background: linear-gradient(158deg, #fff 60%, #5c0f050f 100%);
    padding: 80px 40px 40px
}

.evts-pg .pg-band-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.evts-pg .pg-text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px
}

.evts-pg .pg-eyebrow {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700
}

.evts-pg .pg-h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 900;
    margin: 0
}

.evts-pg .pg-h1 span {
    color: #5C0F05
}

.evts-pg .pg-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1a16;
    max-width: 480px;
    margin: 0
}

.evts-pg .pg-img-col {
    flex: 0 0 44%;
    position: relative
}

.evts-pg .pg-img-frame {
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 8px 52px -2px #5c0f051a;
    position: relative
}

.evts-pg .pg-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .pg-img-frame:hover img {
    transform: translateX(-8px)
}

.evts-pg .pg-img-blur {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, transparent 55%, #ffffff8c 100%);
    pointer-events: none
}

.evts-pg .pg-deco {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 40px;
    background: #f49c1f1f;
    z-index: 0;
    pointer-events: none
}

.evts-pg .pg-deco-sm {
    position: absolute;
    bottom: -16px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background: #00bcc71a;
    z-index: 0;
    pointer-events: none
}

.evts-pg .cards-band {
    padding: 80px 40px;
    background: #fff
}

.evts-pg .cards-band-inner {
    max-width: 1366px;
    margin: 0 auto
}

.evts-pg .band-label {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.evts-pg .band-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 800;
    margin: 0 0 40px;
    text-align: center
}

.evts-pg .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.evts-pg .ev-card {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .ev-card:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a;
    transform: translateY(-4px)
}

.evts-pg .ev-card-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.evts-pg .ev-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .ev-card:hover .ev-card-img img {
    transform: translateY(-6px)
}

.evts-pg .ev-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.evts-pg .ev-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.evts-pg .ev-badge {
    font-size: 15px;
    line-height: 1.3;
    background: #5c0f0514;
    color: #5C0F05;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 600
}

.evts-pg .ev-date {
    font-size: 15px;
    line-height: 1.3;
    color: #6a3a33
}

.evts-pg .ev-likes {
    margin-left: auto;
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.evts-pg .ev-likes-icon {
    width: 14px;
    height: 14px;
    display: inline-block
}

.evts-pg .ev-card-h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #1b0a08;
    font-weight: 700;
    margin: 0
}

.evts-pg .ev-card-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #3a1a16;
    margin: 0
}

.evts-pg .ev-card-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto
}

.evts-pg .ev-price-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.evts-pg .ev-price {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #5C0F05
}

.evts-pg .ev-price-note {
    font-size: 15px;
    line-height: 1.3;
    color: #6a3a33
}

.evts-pg .ev-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    border: 2px solid #5C0F05;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .ev-link:hover {
    background: #5C0F05;
    color: #fff;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.evts-pg .ev-link-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.evts-pg .spider-band {
    padding: 80px 40px;
    background: linear-gradient(158deg, #00bcc70f 0%, #fff 70%);
    position: relative
}

.evts-pg .spider-band-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.evts-pg .spider-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.evts-pg .spider-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 800;
    margin: 0;
    padding-left: 16px;
    border-top: 4px solid #5C0F05;
    padding-top: 8px
}

.evts-pg .spider-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1a16;
    margin: 0
}

.evts-pg .spider-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.evts-pg .spider-list li {
    font-size: 15px;
    line-height: 1.5;
    color: #3a1a16;
    padding-left: 20px;
    position: relative
}

.evts-pg .spider-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid #5C0F05;
    border-right: 2px solid #5C0F05;
    transform: translateY(-50%) rotate(45deg)
}

.evts-pg .spider-chart-col {
    flex: 0 0 360px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.evts-pg .spider-chart-wrap {
    width: 320px;
    height: 320px;
    position: relative
}

.evts-pg .spider-chart-wrap svg {
    width: 100%;
    height: 100%;
    overflow: visible
}

.evts-pg .steps-band {
    padding: 80px 40px;
    background: #fff
}

.evts-pg .steps-band-inner {
    max-width: 1366px;
    margin: 0 auto
}

.evts-pg .steps-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 800;
    margin: 0 0 40px;
    text-align: center
}

.evts-pg .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.evts-pg .step-item {
    background: linear-gradient(158deg, #5c0f050a 0%, #fff 100%);
    border-radius: 3px;
    padding: 40px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 4px -2px #5c0f0512;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .step-item:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.evts-pg .step-num {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 900;
    color: #5c0f051f
}

.evts-pg .step-h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #1b0a08;
    font-weight: 700;
    margin: 0
}

.evts-pg .step-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1a16;
    margin: 0
}

.evts-pg .expert-band {
    padding: 80px 40px;
    background: linear-gradient(158deg, #f49c1f12 0%, #fff 80%);
    position: relative;
    overflow: hidden
}

.evts-pg .expert-band-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.evts-pg .expert-portrait-col {
    flex: 0 0 220px
}

.evts-pg .expert-portrait-frame {
    aspect-ratio: 2/3;
    overflow: hidden;
    box-shadow: 0 4px 14px -2px #f49c1f1a
}

.evts-pg .expert-portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .expert-portrait-frame:hover img {
    transform: translateX(6px)
}

.evts-pg .expert-text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.evts-pg .expert-tag {
    font-size: 15px;
    line-height: 1.3;
    color: #F49C1F;
    font-weight: 700;
    text-transform: uppercase
}

.evts-pg .expert-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 800;
    margin: 0
}

.evts-pg .expert-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1a16;
    margin: 0
}

.evts-pg .expert-name {
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    font-weight: 700
}

.evts-pg .expert-role {
    font-size: 15px;
    line-height: 1.3;
    color: #6a3a33
}

.evts-pg .expert-deco {
    position: absolute;
    right: -60px;
    top: 40px;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    background: #f49c1f14;
    pointer-events: none
}

.evts-pg .blurred-band {
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.evts-pg .blurred-band-bg {
    position: absolute;
    inset: 0;
    background-image: url(./graphics_bank/contact-2-3.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.05);
    z-index: 0
}

.evts-pg .blurred-band-overlay {
    position: absolute;
    inset: 0;
    background: #ffffffd1;
    z-index: 1;
    pointer-events: none
}

.evts-pg .blurred-band-inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center
}

.evts-pg .blurred-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    font-weight: 800;
    margin: 0;
    text-align: center
}

.evts-pg .blurred-p {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1a16;
    margin: 0;
    text-align: center;
    max-width: 640px
}

.evts-pg .blurred-form {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 560px
}

.evts-pg .blurred-input {
    flex: 1 1 0;
    padding: 16px;
    border-radius: 3px;
    border: 2px solid #5c0f052e;
    font-size: 15px;
    line-height: 1.5;
    color: #1b0a08;
    background: #fff;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 3px 6px -2px #5c0f0512
}

.evts-pg .blurred-input::placeholder {
    color: #b07060
}

.evts-pg .blurred-input:focus {
    border-color: #5C0F05;
    box-shadow: inset 0 3px 6px -2px #5c0f0512 0 0 0 3px #5c0f0514
}

.evts-pg .blurred-btn {
    padding: 16px 20px;
    border-radius: 3px;
    background: #5C0F05;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.evts-pg .blurred-btn:hover {
    background: #3d0a03;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.evts-pg .blurred-btn:focus {
    outline: 3px solid #F49C1F;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .evts-pg .pg-band-inner {
        flex-direction: column
    }

    .evts-pg .pg-h1 {
        font-size: 52px
    }

    .evts-pg .cards-grid {
        grid-template-columns: 1fr
    }

    .evts-pg .spider-band-inner {
        flex-direction: column
    }

    .evts-pg .spider-chart-col {
        flex: 0 0 auto
    }

    .evts-pg .steps-grid {
        grid-template-columns: 1fr 1fr
    }

    .evts-pg .expert-band-inner {
        flex-direction: column;
        gap: 40px
    }

    .evts-pg .expert-portrait-col {
        flex: 0 0 auto
    }
}

@media (max-width: 768px) {
    .evts-pg .pg-band {
        padding: 40px 20px 20px
    }

    .evts-pg .pg-img-col {
        display: none
    }

    .evts-pg .pg-h1 {
        font-size: 52px
    }

    .evts-pg .cards-band {
        padding: 40px 20px
    }

    .evts-pg .band-h2 {
        font-size: 52px
    }

    .evts-pg .steps-grid {
        grid-template-columns: 1fr
    }

    .evts-pg .spider-band {
        padding: 40px 20px
    }

    .evts-pg .spider-h2 {
        font-size: 52px
    }

    .evts-pg .spider-chart-col {
        width: 100%
    }

    .evts-pg .spider-chart-wrap {
        width: 280px;
        height: 280px
    }

    .evts-pg .expert-band {
        padding: 40px 20px
    }

    .evts-pg .expert-h2 {
        font-size: 52px
    }

    .evts-pg .expert-portrait-col {
        display: none
    }

    .evts-pg .blurred-band {
        padding: 40px 20px
    }

    .evts-pg .blurred-form {
        flex-direction: column
    }

    .evts-pg .blurred-h2 {
        font-size: 52px
    }

    .evts-pg .steps-band {
        padding: 40px 20px
    }

    .evts-pg .steps-h2 {
        font-size: 52px
    }
}

@media (max-width: 375px) {
    .evts-pg .pg-h1 {
        font-size: 52px
    }

    .evts-pg .band-h2,
    .evts-pg .steps-h2,
    .evts-pg .spider-h2,
    .evts-pg .expert-h2,
    .evts-pg .blurred-h2 {
        font-size: 52px
    }
}

.cu-pg {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.cu-pg .reach-belt {
    padding: 80px 40px;
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 80px;
    align-items: start
}

.cu-pg .reach-belt .divider-line {
    background: linear-gradient(180deg, transparent, #5C0F05 30%, #F49C1F 70%, transparent);
    align-self: stretch;
    min-height: 400px
}

.cu-pg .reach-left {
    padding-right: 40px
}

.cu-pg .reach-left .accent-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    border: 2px solid #5C0F05;
    outline: 4px solid #5c0f051f;
    outline-offset: 3px;
    padding: 4px 16px;
    border-radius: 3px;
    margin-bottom: 20px
}

.cu-pg .reach-left .reach-heading {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a07;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}

.cu-pg .reach-left .reach-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    background: #F49C1F;
    border-radius: 3px
}

.cu-pg .reach-left .reach-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #2d1208;
    margin-bottom: 40px
}

.cu-pg .reach-left .contact-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cu-pg .reach-left .contact-items li {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cu-pg .reach-left .contact-items .ci-label {
    font-size: 15px;
    line-height: 1.3;
    color: #8a4a3a;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cu-pg .reach-left .contact-items .ci-val {
    font-size: 18px;
    line-height: 1.5;
    color: #1b0a07;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .reach-left .contact-items .ci-val:hover {
    color: #5C0F05
}

.cu-pg .reach-left .deco-box {
    margin-top: 40px;
    padding: 20px;
    border: 1px dashed #F49C1F;
    border-radius: 3px;
    background: #f49c1f0f;
    position: relative
}

.cu-pg .reach-left .deco-box::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 2px solid #f49c1f40;
    border-radius: 3px;
    pointer-events: none
}

.cu-pg .reach-left .deco-box .dbox-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d1208;
    position: relative;
    z-index: 1
}

.cu-pg .reach-right {
    padding-left: 40px
}

.cu-pg .reach-right .form-heading {
    font-size: 18px;
    line-height: 1.3;
    color: #5C0F05;
    margin-bottom: 8px;
    text-align: center
}

.cu-pg .reach-right .form-sub {
    font-size: 15px;
    line-height: 1.5;
    color: #4a2018;
    text-align: center;
    margin-bottom: 40px
}

.cu-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cu-pg .contact-form .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .contact-form .field-grp label {
    font-size: 15px;
    line-height: 1.3;
    color: #2d1208
}

.cu-pg .contact-form .field-grp input[type="text"],
.cu-pg .contact-form .field-grp input[type="email"],
.cu-pg .contact-form .field-grp input[type="tel"] {
    padding: 16px 20px;
    border: 2px solid #5c0f0533;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1.5;
    color: #1b0a07;
    background: #fff;
    box-shadow: inset 0 3px 6px #5c0f050d;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%
}

.cu-pg .contact-form .field-grp input[type="text"]:focus,
.cu-pg .contact-form .field-grp input[type="email"]:focus,
.cu-pg .contact-form .field-grp input[type="tel"]:focus {
    outline: none;
    border-color: #5C0F05;
    box-shadow: inset 0 3px 6px #5c0f050d 0 4px 14px -2px #5c0f051a
}

.cu-pg .contact-form .field-grp input::placeholder {
    color: #b07060;
    font-style: italic
}

.cu-pg .contact-form .size-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .contact-form .size-grp .size-label {
    font-size: 15px;
    line-height: 1.3;
    color: #2d1208
}

.cu-pg .contact-form .size-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.cu-pg .contact-form .size-opts .size-opt {
    position: relative;
    flex: 1 1 auto
}

.cu-pg .contact-form .size-opts .size-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.cu-pg .contact-form .size-opts .size-opt label {
    display: block;
    padding: 8px 16px;
    border: 2px solid #5c0f0533;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
    color: #2d1208;
    cursor: pointer;
    text-align: center;
    background: #fff;
    transition: background .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
    white-space: nowrap
}

.cu-pg .contact-form .size-opts .size-opt input[type="radio"]:checked+label {
    background: #5C0F05;
    border-color: #5C0F05;
    color: #fff
}

.cu-pg .contact-form .size-opts .size-opt label:hover {
    border-color: #5C0F05;
    background: #5c0f050f
}

.cu-pg .contact-form .size-opts .size-opt input[type="radio"]:focus+label {
    outline: 3px solid #F49C1F;
    outline-offset: 2px
}

.cu-pg .contact-form .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cu-pg .contact-form .privacy-row input[type="checkbox"] {
    margin-top: 4px;
    accent-color: #5C0F05;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.cu-pg .contact-form .privacy-row .priv-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a2018
}

.cu-pg .contact-form .privacy-row .priv-text a {
    color: #5C0F05;
    text-underline-offset: 3px;
    transition: color .38s ease-in-out
}

.cu-pg .contact-form .privacy-row .priv-text a:hover {
    color: #F49C1F
}

.cu-pg .contact-form .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #5C0F05;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 2px 4px -2px #5c0f0512;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), background .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .contact-form .submit-btn:hover {
    background: #7a1507;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.cu-pg .contact-form .submit-btn:focus {
    outline: 3px solid #F49C1F;
    outline-offset: 3px
}

.cu-pg .contact-form .submit-btn .btn-arrow {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .contact-form .submit-btn .btn-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.cu-pg .contact-form .submit-btn:hover .btn-arrow {
    width: 28px
}

.cu-pg .lower-strip {
    position: relative;
    overflow: hidden;
    background: #fff
}

.cu-pg .lower-strip .diag-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(158deg, #5c0f050d 0%, #fff 55%);
    pointer-events: none
}

.cu-pg .lower-strip .diag-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background: linear-gradient(158deg, #fff 0%, #00bcc712 100%);
    pointer-events: none
}

.cu-pg .lower-strip .strip-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    z-index: 1
}

.cu-pg .lower-strip .strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start
}

.cu-pg .lower-strip .metric-card {
    padding: 40px 20px;
    border-radius: 3px;
    border: 2px solid #5c0f051a;
    background: #fff;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    animation: bg-cycle 6s ease-in-out infinite;
    text-align: center
}

.cu-pg .lower-strip .metric-card.alt {
    animation: bg-cycle-alt 6s ease-in-out infinite
}

@keyframes bg-cycle {

    0%,
    100% {
        background: #fff
    }

    50% {
        background: #f49c1f0d
    }
}

@keyframes bg-cycle-alt {

    0%,
    100% {
        background: #00bcc70a
    }

    50% {
        background: #fff
    }
}

.cu-pg .lower-strip .metric-card .mc-num {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    display: block;
    margin-bottom: 8px
}

.cu-pg .lower-strip .metric-card .mc-label {
    font-size: 15px;
    line-height: 1.5;
    color: #4a2018
}

.cu-pg .lower-strip .strip-note {
    margin-top: 40px;
    padding: 20px;
    border-radius: 3px;
    background: #5c0f050a;
    border: 1px solid #5c0f051f;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.cu-pg .lower-strip .strip-note .sn-accent {
    width: 4px;
    min-height: 40px;
    background: #00BCC7;
    border-radius: 3px;
    flex-shrink: 0
}

.cu-pg .lower-strip .strip-note .sn-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d1208
}

.cu-pg .lower-strip .strip-note .sn-text strong {
    color: #5C0F05
}

.cu-pg .deco-circles {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    pointer-events: none;
    overflow: hidden
}

.cu-pg .deco-circles .dc-a {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 40px;
    border: 2px solid #5c0f0514
}

.cu-pg .deco-circles .dc-b {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 160px;
    height: 160px;
    border-radius: 40px;
    border: 1px solid #f49c1f26
}

.cu-pg .deco-circles .dc-c {
    position: absolute;
    top: 80px;
    right: 80px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #00bcc712
}

@media (max-width: 1024px) {
    .cu-pg .reach-belt {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 80px 40px
    }

    .cu-pg .reach-belt .divider-line {
        display: none
    }

    .cu-pg .reach-left {
        padding-right: 0
    }

    .cu-pg .reach-right {
        padding-left: 0
    }

    .cu-pg .lower-strip .strip-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .cu-pg .reach-belt {
        padding: 40px 20px;
        gap: 40px
    }

    .cu-pg .reach-left .reach-heading {
        font-size: 52px
    }

    .cu-pg .lower-strip .strip-inner {
        padding: 40px 20px
    }

    .cu-pg .lower-strip .strip-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .cu-pg .contact-form .size-opts {
        flex-direction: column
    }

    .cu-pg .deco-circles {
        display: none
    }
}

@media (max-width: 375px) {
    .cu-pg .reach-left .reach-heading {
        font-size: 52px
    }

    .cu-pg .contact-form .submit-btn {
        align-self: stretch;
        justify-content: center
    }
}

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

.bs .pg-wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .bs .pg-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.bs .accent-line {
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #5C0F05;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px
}

.bs .t-block {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.bs .t-block .t-corner-tl,
.bs .t-block .t-corner-br {
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none
}

.bs .t-block .t-corner-tl {
    top: 20px;
    left: 20px;
    border-top: 2px solid #5c0f0540;
    border-left: 2px solid #5c0f0540
}

.bs .t-block .t-corner-br {
    bottom: 20px;
    right: 20px;
    border-bottom: 2px solid #00bcc74d;
    border-right: 2px solid #00bcc74d
}

.bs .t-block .t-center {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto
}

.bs .t-block .t-label {
    font-size: 15px;
    line-height: 1.5;
    color: #5C0F05;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.bs .t-block .t-label-line {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: #5C0F05;
    opacity: .45
}

.bs .t-block .t-h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1b0a08;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .bs .t-block .t-h1 {
        font-size: 52px
    }
}

@media (max-width: 375px) {
    .bs .t-block .t-h1 {
        font-size: 40px
    }
}

.bs .t-block .t-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1510;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.bs .t-block .t-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 8px 52px -2px #5c0f051a;
    animation: img-fade-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes img-fade-in {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

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

.bs .inv {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(168deg, #f49c1f12 0%, #fff 100%)
}

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

@media (max-width: 768px) {
    .bs .inv .inv-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.bs .inv .inv-left {
    position: relative
}

.bs .inv .inv-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

.bs .inv .inv-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #F49C1F;
    border-radius: 3px
}

.bs .inv .inv-text {
    font-size: 18px;
    line-height: 1.7;
    color: #3a1510;
    margin-bottom: 16px
}

.bs .inv .inv-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bs .inv .inv-card {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.bs .inv .inv-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #5c0f0512;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.bs .inv .inv-card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #5C0F05;
    fill: none
}

.bs .inv .inv-card-title {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    font-weight: 700;
    margin-bottom: 4px
}

.bs .inv .inv-card-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #3a1510
}

.bs .hesit {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #5C0F05;
    position: relative;
    overflow: hidden
}

.bs .hesit .hesit-bg-flicker {
    position: absolute;
    inset: 0;
    background: #0000;
    animation: flicker 7s ease-in-out infinite;
    pointer-events: none
}

@keyframes flicker {
    0% {
        opacity: 1
    }

    18% {
        opacity: .97
    }

    35% {
        opacity: 1
    }

    52% {
        opacity: .95
    }

    70% {
        opacity: 1
    }

    85% {
        opacity: .98
    }

    100% {
        opacity: 1
    }
}

.bs .hesit .hesit-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: start
}

@media (max-width: 1024px) {
    .bs .hesit .hesit-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.bs .hesit .hesit-tag {
    font-size: 15px;
    line-height: 1.5;
    color: #f49c1fe6;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 16px
}

.bs .hesit .hesit-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .bs .hesit .hesit-h2 {
        font-size: 40px
    }
}

.bs .hesit .hesit-p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd9;
    margin-bottom: 16px
}

.bs .hesit .hesit-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bs .hesit .hesit-q-block {
    border-radius: 3px;
    background: #ffffff12;
    box-shadow: inset 0 3px 6px #5c0f051f;
    padding: 20px
}

.bs .hesit .hesit-q {
    font-size: 18px;
    line-height: 1.3;
    color: #F49C1F;
    margin-bottom: 8px;
    font-weight: 700
}

.bs .hesit .hesit-a {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd1
}

.bs .sup {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.bs .sup .sup-top {
    text-align: center;
    margin-bottom: 40px
}

.bs .sup .sup-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    margin-bottom: 16px
}

.bs .sup .sup-lead {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1510;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.bs .sup .sup-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

@media (max-width: 768px) {
    .bs .sup .sup-cols {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.bs .sup .sup-item {
    border-radius: 3px;
    padding: 20px;
    background: #00bcc70f;
    box-shadow: 0 2px 4px -2px #5c0f0512;
    position: relative;
    padding-left: 20px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bs .sup .sup-item:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.bs .sup .sup-item-bar {
    width: 3px;
    height: 32px;
    border-radius: 3px;
    background: #00BCC7;
    margin-bottom: 16px
}

.bs .sup .sup-item-h {
    font-size: 18px;
    line-height: 1.3;
    color: #1b0a08;
    margin-bottom: 8px;
    font-weight: 700
}

.bs .sup .sup-item-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1510
}

.bs .sup .sup-img-strip {
    margin-top: 40px;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 4px 14px -2px #5c0f051a
}

.bs .sup .sup-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

@media (max-width: 375px) {
    .bs .sup .sup-img-strip {
        display: none
    }
}

.bs .nums {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #00bcc714
}

.bs .nums .nums-wrap {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: center
}

@media (max-width: 1024px) {
    .bs .nums .nums-wrap {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.bs .nums .nums-left {
    position: relative
}

.bs .nums .nums-img-box {
    aspect-ratio: 16/9;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.bs .nums .nums-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bs .nums .nums-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #F49C1F;
    color: #1b0a08;
    border-radius: 3px;
    padding: 16px 20px;
    box-shadow: 0 4px 14px -2px #f49c1f47;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700
}

@media (max-width: 1024px) {
    .bs .nums .nums-badge {
        bottom: 8px;
        right: 8px
    }
}

@media (max-width: 768px) {
    .bs .nums .nums-left {
        display: none
    }
}

.bs .nums .nums-right {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.bs .nums .nums-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    padding-left: 20px;
    position: relative
}

.bs .nums .nums-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #00BCC7;
    border-radius: 3px
}

.bs .nums .nums-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media (max-width: 375px) {
    .bs .nums .nums-stats {
        grid-template-columns: 1fr
    }
}

.bs .nums .stat-item {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 4px -2px #5c0f0512
}

.bs .nums .stat-num {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    font-weight: 900;
    display: block
}

.bs .nums .stat-label {
    font-size: 15px;
    line-height: 1.5;
    color: #3a1510
}

.bs .ltv {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.bs .ltv .ltv-hd {
    text-align: center;
    margin-bottom: 40px
}

.bs .ltv .ltv-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    margin-bottom: 16px
}

.bs .ltv .ltv-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1510;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.bs .ltv .ltv-split {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 40px;
    align-items: start
}

@media (max-width: 768px) {
    .bs .ltv .ltv-split {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.bs .ltv .ltv-divider {
    background: #5c0f0526;
    align-self: stretch
}

@media (max-width: 768px) {
    .bs .ltv .ltv-divider {
        display: none
    }
}

.bs .ltv .ltv-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bs .ltv .ltv-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.bs .ltv .ltv-arrow {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.bs .ltv .ltv-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #F49C1F;
    fill: none
}

.bs .ltv .ltv-item-h {
    font-size: 18px;
    line-height: 1.3;
    color: #1b0a08;
    font-weight: 700;
    margin-bottom: 4px
}

.bs .ltv .ltv-item-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1510
}

.bs .team {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f49c1f0f
}

.bs .team .team-hd {
    margin-bottom: 40px
}

.bs .team .team-h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b0a08;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px
}

.bs .team .team-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #F49C1F;
    border-radius: 3px
}

.bs .team .team-intro {
    font-size: 18px;
    line-height: 1.5;
    color: #3a1510;
    max-width: 600px
}

.bs .team .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

@media (max-width: 768px) {
    .bs .team .team-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.bs .team .team-person {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 4px 14px -2px #5c0f051a;
    transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.bs .team .team-person:hover {
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.bs .team .team-portrait {
    width: 80px;
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 4px -2px #5c0f0512
}

.bs .team .team-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bs .team .team-person-name {
    font-size: 18px;
    line-height: 1.3;
    color: #1b0a08;
    font-weight: 700;
    margin-bottom: 4px
}

.bs .team .team-person-role {
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    margin-bottom: 8px
}

.bs .team .team-person-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #3a1510
}

.bs .team .team-note {
    margin-top: 40px;
    padding: 20px;
    border-radius: 3px;
    background: #00bcc714;
    box-shadow: inset 0 2px 5px #00bcc71a;
    font-size: 15px;
    line-height: 1.7;
    color: #1b0a08;
    max-width: 700px
}

.bs .div-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
    height: 20px;
    background: transparent
}

.bs .div-a .d-line {
    width: 40px;
    height: 1px;
    background: #5c0f0533
}

.bs .div-a .d-dot {
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background: #F49C1F
}

.bs .div-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 20px;
    background: #5C0F05
}

.bs .div-b .d-line-w {
    width: 40px;
    height: 1px;
    background: #ffffff40
}

.bs .div-b .d-sq {
    width: 6px;
    height: 6px;
    background: #f49c1fb3;
    transform: rotate(45deg)
}

.bs .div-c {
    height: 4px;
    background: linear-gradient(90deg, #00bcc700 0%, #00bcc759 50%, #00bcc700 100%)
}

.bs .div-d {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 20px;
    background: #fff
}

.bs .div-d .d-line-d {
    width: 40px;
    height: 1px;
    background: #5c0f0526
}

.bs .div-d .d-tri {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #5c0f0540
}

.bs .div-e {
    height: 3px;
    background: linear-gradient(90deg, #f49c1f00 0%, #f49c1f66 50%, #f49c1f00 100%)
}

.succ-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(160deg, #fff 60%, #5c0f050d 100%)
}

.succ-page .succ-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
    padding: 80px 40px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.succ-page .succ-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00bcc71a;
    border-radius: 40px
}

.succ-page .succ-icon svg {
    display: block
}

.succ-page .succ-heading {
    font-size: 52px;
    line-height: 1.1;
    color: #5C0F05;
    margin: 0 0 16px
}

.succ-page .succ-sub {
    font-size: 18px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0 0 40px
}

.succ-page .succ-divider {
    width: 48px;
    height: 3px;
    background: #F49C1F;
    border-radius: 3px;
    margin: 0 auto 40px
}

.succ-page .succ-note {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 40px
}

.succ-page .succ-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.3;
    color: #5C0F05;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 40px;
    border: 2px solid #5C0F05;
    border-radius: 3px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.succ-page .succ-link:hover {
    background: #5C0F05;
    color: #fff;
    box-shadow: 0 8px 52px -2px #5c0f051a
}

.succ-page .succ-link:focus-visible {
    outline: 2px solid #00BCC7;
    outline-offset: 4px
}

.succ-page .succ-link .succ-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

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

    .succ-page .succ-wrap {
        padding: 40px 20px
    }

    .succ-page .succ-heading {
        font-size: 52px
    }
}

@media (max-width: 375px) {
    .succ-page .succ-heading {
        font-size: 52px
    }

    .succ-page .succ-wrap {
        padding: 40px 16px
    }
}