/*
 Theme Name:   Brx Styl
 Theme URI:    https://bricksbuilder.io/
 Description:  Child theme for Bricks Builder
 Author:       Himanshu Borah
 Author URI:   https://borahdev.in
 Template:     bricks
 Version:      1.1
 Text Domain:  brx-styl
*/


@layer styl.theme, styl.base, styl.compositions, styl.utilities, styl.blocks;

@layer styl.theme {
    :root {
        --styl-background: #ffffff;
        --styl-foreground: #565d62;
        --styl-heading-color: #17222b;
        --styl-muted-color: #888888;
        --styl-stroke: 1px solid #f4f4f4;
        --styl-focus-color: #ffc701;
        --styl-focus-offset: .2lh;
        --styl-selection-background: #f5f5f5;
        --styl-selection-foreground: #565d62;
        --styl-highlight-background: #ffc701;
        --styl-highlight-foreground: #17222b;
        --styl-blockquote-foreground: #565d62;
        --styl-blockquote-footer: #ffc701;
        --styl-media-placeholder-background: #f5f5f5;
        --styl-form-control-accent-color: #ffc701;
        --styl-form-control-background: #ffffff;
        --styl-form-control-foreground: #565d62;
        --styl-form-control-placeholder-color: #888888;
        --styl-form-control-disabled-background: #888888;
        --styl-form-control-outline-color: #f4f4f4;
        --styl-form-control-border-radius: .5rem --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
    }
}

@layer styl.base {

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

    html {
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        text-size-adjust: none
    }

    body,
    h1,
    h2,
    h3,
    h4,
    p,
    figure,
    blockquote,
    dl,
    dd {
        margin: 0
    }

    ul[role=list],
    ol[role=list] {
        list-style: none
    }

    body {
        min-height: 100vh;
        line-height: 1.5
    }

    h1,
    h2,
    h3,
    h4,
    button,
    input,
    label {
        line-height: 1.1
    }

    h1,
    h2,
    h3,
    h4 {
        text-wrap: balance
    }

    a:not([class]) {
        text-decoration-skip-ink: auto;
        color: currentColor
    }

    a[class] {
        text-decoration: none
    }

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

    input,
    button,
    textarea,
    select {
        font-family: inherit;
        font-size: inherit
    }

    textarea:not([rows]) {
        min-height: 10em
    }

    :target {
        scroll-margin-block: 5ex
    }
}

@layer styl.base {
    html {
        font-size: 62.5%
    }

    body {
        background: var(--styl-background);
        color: var(--styl-foreground);
        font-size-adjust: from-font;
        margin: 0
    }

    :is(h1, h2, h3, h4) {
        color: var(--styl-heading-color);
        text-wrap: balance
    }

    ins {
        text-decoration: none;
        background: var(--styl-highlight-background);
        color: var(--styl-highlight-foreground);
        padding-inline: .3em
    }

    :is(code, kbd, samp) {
        padding: .2em .2em .05em;
        -webkit-hyphens: none;
        hyphens: none;
        -moz-tab-size: 2;
        tab-size: 2;
        text-align: left;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    @supports not (font-size-adjust: from-font) {
        :is(code, kbd, samp) {
            font-size: .8em
        }
    }

    pre:has(code) {
        width: max-content;
        max-width: 100%;
        overflow-x: auto
    }

    pre code {
        border: none;
        background: none;
        padding: 0
    }

    kbd {
        border: 1px solid;
        padding-block-end: .1em
    }

    var {
        font-style: normal
    }

    q {
        font-style: italic
    }

    ul:not([class]) {
        padding-inline-start: 1.7ch;
        list-style-type: disc
    }

    ul ::marker {
        font-size: .8lh
    }

    ol ::marker {
        font-size: 1em
    }

    [role=list][class],
    [role=tablist][class] {
        margin-block: 0;
        padding: 0
    }

    dd {
        margin-inline-start: 1.5ch
    }

    blockquote {
        margin-inline: 0;
        color: var(--styl-blockquote-foreground)
    }

    blockquote footer {
        color: var(--styl-blockquote-footer)
    }

    blockquote q {
        font-style: normal
    }

    :is(video, iframe[src*=youtube], iframe[src*=vimeo]) {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }

    img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        font-style: italic;
        background-size: cover;
        background-repeat: no-repeat;
        shape-margin: .75rem
    }

    figcaption {
        padding-block-start: .5em;
        font-family: monospace
    }

    table {
        border: var(--styl-stroke);
        border-collapse: collapse;
        width: 100%
    }

    th {
        text-align: left
    }

    th:not(:only-of-type) {
        border-block-end: var(--styl-stroke)
    }

    th:only-of-type {
        border-inline-end: var(--styl-stroke)
    }

    :is(th, td)~:is(th, td) {
        border-inline-start: var(--styl-stroke)
    }

    tr+tr :is(th, td) {
        border-block-start: var(--styl-stroke)
    }

    caption {
        caption-side: bottom
    }

    a:not([class]):hover {
        text-underline-offset: .2lh
    }

    :is(h1, h2, h3, h4) a:not([class]) {
        text-decoration-thickness: .1ex;
        text-underline-offset: .2ex
    }

    :is(h1, h2, h3, h4) a:not([class]):hover {
        text-underline-offset: .3ex
    }

    :focus {
        outline: none
    }

    :focus-visible {
        outline: 2px solid var(--styl-focus-color, currentColor);
        outline-offset: var(--styl-focus-offset, .2lh)
    }

    @supports (-moz-appearance: none) {
        :root {
            --styl-focus-offset: .08em
        }
    }

    :target {
        scroll-margin-block: 5lh
    }

    ::selection {
        color: var(--styl-selection-foreground);
        background: var(--styl-selection-background)
    }

    hr {
        border: none;
        border-block-start: var(--styl-stroke)
    }

    svg:not([class]) {
        width: auto;
        height: 1lh
    }

    svg {
        flex-shrink: 0
    }

    svg[role=img][width][height] {
        width: revert;
        height: revert;
        background: var(--styl-media-placeholder-background)
    }

    :is(input, select, textarea) {
        accent-color: var(--styl-form-control-accent-color)
    }

    :is(input:not([type=checkbox], [type=radio], [type=color]), select, textarea) {
        padding: .5em .8em;
        border-radius: var(--styl-form-control-border-radius);
        border: var(--styl-stroke);
        background: var(--styl-form-control-background);
        color: var(--styl-form-control-foreground);
        width: 100%;
        outline: 1px solid var(--styl-form-control-outline-color);
        transition: outline-width .15s ease-in-out, outline-offset .15s ease-in-out, outline-color .15s ease-in-out
    }

    :is(input:not([type=checkbox], [type=radio], [type=color]), select, textarea)::placeholder {
        color: var(--styl-form-control-placeholder-color);
        opacity: 1
    }

    :is(input:not([type=checkbox], [type=radio], [type=color]), select, textarea):focus {
        outline: 2px solid var(--styl-form-control-accent-color);
        outline-offset: -2px
    }

    :is(input:not([type=checkbox], [type=radio], [type=color]), select, textarea):focus-visible {
        outline: 2px solid var(--styl-form-control-accent-color);
        outline-offset: -2px
    }

    label:after {
        content: "\a";
        white-space: pre
    }

    label:has(input) {
        display: flex;
        align-items: baseline
    }

    label:has(input) input {
        transform: translateY(-.1ex)
    }

    input:disabled {
        background: var(--styl-form-control-disabled-background)
    }

    input:disabled,
    label input:disabled+* {
        cursor: not-allowed
    }

    fieldset {
        border: var(--styl-stroke)
    }

    summary {
        cursor: pointer
    }
}

@layer styl.compositions {
    .layout {
        --_breakout-size: calc((var(--_breakout-max-width) - var(--_content-max-width)) / 2);
        display: grid;
        grid-template-columns: [full-width-start] minmax(var(--_padding-inline), 1fr) [breakout-start] minmax(0, var(--_breakout-size)) [content-start] min(100% - (var(--_padding-inline) * 2), var(--_content-max-width)) [content-end] minmax(0, var(--_breakout-size)) [breakout-end] minmax(var(--_padding-inline), 1fr) [full-width-end]
    }

    .layout>:not([data-layout]),
    :where([data-layout=full-width])>:not([data-layout]) {
        grid-column: content
    }

    .layout>[data-layout=full-width],
    [data-layout=full-width]>[data-layout=full-width] {
        grid-column: full-width-start / full-width-end;
        display: grid;
        grid-template-columns: inherit
    }

    .layout>[data-layout=breakout],
    [data-layout=full-width]>[data-layout=breakout] {
        grid-column: breakout
    }

    .main-wrapper.layout {
        --_padding-inline: var(--layout-inline-padding);
        --_content-max-width: var(--layout-content-max-width);
        --_breakout-max-width: var(--layout-breakout-max-width)
    }

    .main-wrapper.layout>*+* {
        margin-block-start: var(--layout-stack-space, var(--spacing-4xl))
    }

    .header-wrapper.layout {
        container: header / inline-size;
        --_padding-inline: var(--header-inline-padding, var(--layout-inline-padding));
        --_content-max-width: var(--header-content-max-width, var(--layout-content-max-width));
        --_breakout-max-width: var(--header-breakout-max-width, var(--layout-breakout-max-width))
    }

    .footer-wrapper.layout {
        container: footer / inline-size;
        --_padding-inline: var(--footer-inline-padding, var(--layout-inline-padding));
        --_content-max-width: var(--footer-content-max-width, var(--layout-content-max-width));
        --_breakout-max-width: var(--footer-breakout-max-width, var(--layout-breakout-max-width))
    }
}

@layer styl.compositions {
    .flow>* {
        margin-block: 0
    }

    .flow>*+* {
        margin-block-start: var(--flow-space, 1.2rem)
    }
}

@layer styl.compositions {
    .frame {
        --_width: var(--frame-width, 16);
        --_height: var(--frame-height, 9);
        --_fit: var(--frame-object-fit, cover);
        --_position: var(--frame-object-position, center);
        aspect-ratio: var(--frame-aspect-ratio, var(--_width) / var(--_height));
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .frame :where(img, video) {
        inline-size: 100%;
        block-size: 100%;
        object-fit: var(--_fit);
        object-position: var(--_position)
    }

    .frame>picture {
        inline-size: 100%;
        block-size: 100%
    }

    .frame>picture>img {
        inline-size: 100%;
        block-size: 100%;
        object-fit: var(--_fit);
        object-position: var(--_position);
        display: block
    }
}

@layer styl.compositions {
    .with-aside {
        --_target-width: var(--aside-target-width, 20rem);
        --_content-min-width: var(--aside-content-min-width, 50%);
        --_gap: var(--gutter, 0px);
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter)
    }

    .with-aside:not([data-direction])>:first-child,
    .with-aside[data-direction=rtl]>:last-child {
        flex-basis: var(--_target-width);
        flex-grow: 1
    }

    .with-aside:not([data-direction])>:last-child,
    .with-aside[data-direction=rtl]>:first-child {
        flex-basis: 0;
        flex-grow: 999;
        min-inline-size: var(--_content-min-width)
    }
}

@layer styl.compositions {
    .center {
        --_max-width: var(--center-max-width, 70ch);
        --_padding-inline: var(--center-padding, 1rem);
        box-sizing: content-box;
        max-inline-size: var(--_max-width);
        margin-inline: auto
    }

    .center[data-layout=intrinsic] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .center:not([data-layout=intrinsic]) {
        padding-inline-start: var(--_padding-inline);
        padding-inline-end: var(--_padding-inline)
    }
}

@layer styl.compositions {
    .repel {
        --_vertical-alignment: var(--repel-vertical-alignment);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: var(--_vertical-alignment, center);
        gap: var(--gutter)
    }

    .repel[data-nowrap] {
        flex-wrap: nowrap
    }
}

@layer styl.compositions {
    .switcher {
        --_vertical-alignment: var(--switcher-vertical-alignment);
        --_width: var(--switcher-target-container-width);
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter);
        align-items: var(--_vertical-alignment, flex-start)
    }

    .switcher>* {
        flex-grow: 1;
        flex-basis: calc((var(--_width, 40rem) - 100%) * 999)
    }

    .switcher>:nth-last-child(n+5),
    .switcher>:nth-last-child(n+5)~* {
        flex-basis: 100%
    }
}

@layer styl.compositions {
    .cluster {
        --_horizontal-alignment: var(--cluster-horizontal-alignment);
        --_vertical-alignment: var(--cluster-vertical-alignment);
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter);
        justify-content: var(--_horizontal-alignment, flex-start);
        align-items: var(--_vertical-alignment, center)
    }

    .cluster[data-nowrap] {
        flex-wrap: nowrap
    }
}

@layer styl.compositions {
    .surface {
        --_background-color: var(--surface-bg, transparent);
        --_foreground-color: var(--surface-color, inherit);
        --_border-width: var(--surface-border-width, 0);
        --_border-style: var(--surface-border-style, solid);
        --_border-color: var(--surface-border-color, currentColor);
        --_border-radius: var(--surface-border-radius, 0);
        --_padding: var(--surface-padding, 0);
        --_heading-color: var(--surface-heading-color, inherit);
        --_link-color: var(--surface-link-color, currentColor);
        --_link-hover-color: var(--surface-link-hover-color, var(--_link-color));
        --_link-active-color: var(--surface-link-active-color, var(--_link-color));
        --_outline-width: var(--surface-outline-width, var(--_border-width));
        --_outline-offset: calc(var(--_outline-width) * -1);
        background: var(--_background-color);
        color: var(--_foreground-color);
        border: var(--_border-width) var(--_border-style) var(--_border-color);
        padding: var(--_padding);
        border-radius: var(--_border-radius);
        box-sizing: border-box;
        outline: var(--_outline-width) solid transparent;
        outline-offset: var(--_outline-offset)
    }

    .surface * {
        color: inherit
    }

    .surface :is(h1, h2, h3, h4) {
        color: var(--_heading-color)
    }

    .surface a {
        color: var(--_link-color)
    }

    .surface a:hover {
        color: var(--_link-hover-color)
    }

    .surface a:focus-visible {
        color: var(--_link-hover-color)
    }

    .surface a:active {
        color: var(--_link-active-color)
    }
}

@layer styl.utilities {
    .invisible {
        visibility: hidden
    }

    .visible {
        visibility: visible
    }

    .visually-hidden {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-30 {
        z-index: 30
    }

    .z-40 {
        z-index: 40
    }

    .z-50 {
        z-index: 50
    }

    .z-auto {
        z-index: auto
    }

    .order-first {
        order: -9999
    }

    .order-last {
        order: 9999
    }

    .order-none {
        order: 0
    }

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .icon-lg {
        width: var(--icon-size-lg);
        height: var(--icon-size-lg)
    }

    .icon-sm {
        width: var(--icon-size-sm);
        height: var(--icon-size-sm)
    }

    .icon-xl {
        width: var(--icon-size-xl);
        height: var(--icon-size-xl)
    }

    .h-auto {
        height: auto
    }

    .h-fit {
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .h-max {
        height: max-content
    }

    .h-min {
        height: min-content
    }

    .h-screen {
        height: 100vh
    }

    .max-h-fit {
        max-height: fit-content
    }

    .max-h-full {
        max-height: 100%
    }

    .max-h-max {
        max-height: max-content
    }

    .max-h-min {
        max-height: min-content
    }

    .max-h-none {
        max-height: none
    }

    .max-h-screen {
        max-height: 100vh
    }

    .min-h-fit {
        min-height: fit-content
    }

    .min-h-full {
        min-height: 100%
    }

    .min-h-max {
        min-height: max-content
    }

    .min-h-min {
        min-height: min-content
    }

    .min-h-screen {
        min-height: 100vh
    }

    .w-auto {
        width: auto
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .w-max {
        width: max-content
    }

    .w-min {
        width: min-content
    }

    .w-screen {
        width: 100vw
    }

    .max-w-fit {
        max-width: fit-content;
    }

    .max-w-full {
        max-width: 100% !important;
    }

    .max-w-max {
        max-width: max-content
    }

    .max-w-min {
        max-width: min-content
    }

    .max-w-none {
        max-width: none
    }

    .max-w-screen {
        max-width: 100vw
    }

    .min-w-fit {
        min-width: fit-content
    }

    .min-w-full {
        min-width: 100%
    }

    .min-w-max {
        min-width: max-content
    }

    .min-w-min {
        min-width: min-content
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .resize {
        resize: both
    }

    .place-content-center {
        place-content: center
    }

    .place-content-end {
        place-content: end
    }

    .place-content-start {
        place-content: start
    }

    .place-content-stretch {
        place-content: stretch
    }

    .place-items-center {
        place-items: center
    }

    .place-items-end {
        place-items: end
    }

    .place-items-start {
        place-items: start
    }

    .place-items-stretch {
        place-items: stretch stretch
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

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

    .items-stretch {
        align-items: stretch
    }

    .justify-around {
        justify-content: space-around
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-evenly {
        justify-content: space-evenly
    }

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

    .place-self-center {
        place-self: center
    }

    .place-self-end {
        place-self: end
    }

    .place-self-start {
        place-self: start
    }

    .place-self-stretch {
        place-self: stretch stretch
    }

    .self-auto {
        align-self: auto
    }

    .self-baseline {
        align-self: baseline
    }

    .self-center {
        align-self: center
    }

    .self-end {
        align-self: flex-end
    }

    .self-start {
        align-self: flex-start
    }

    .self-stretch {
        align-self: stretch
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-clip {
        overflow: clip
    }

    .overflow-hidden {
        overflow: hidden
    }

    .overflow-scroll {
        overflow: scroll
    }

    .overflow-visible {
        overflow: visible
    }

    .overflow-x-auto {
        overflow-x: auto
    }

    .overflow-x-hidden {
        overflow-x: hidden
    }

    .overflow-x-scroll {
        overflow-x: scroll
    }

    .overflow-y-auto {
        overflow-y: auto
    }

    .overflow-y-hidden {
        overflow-y: hidden
    }

    .overflow-y-scroll {
        overflow-y: scroll
    }

    .overflow-x-clip {
        overflow-x: clip;
    }

    .overflow-y-clip {
        overflow-y: clip;
    }

    .text-center {
        text-align: center
    }

    .font-body {
        font-family: var(--font-body)
    }

    .font-display {
        font-family: var(--font-display)
    }

    .font-sans {
        font-family: var(--font-sans)
    }

    .font-serif {
        font-family: var(--font-serif)
    }

    .text-2xl {
        font-size: var(--text-2xl)
    }

    .text-3xl {
        font-size: var(--text-3xl)
    }

    .text-4xl {
        font-size: var(--text-4xl)
    }

    .text-5xl {
        font-size: var(--text-5xl)
    }

    .text-base {
        font-size: var(--text-base)
    }

    .text-heading-2xl {
        font-size: var(--text-heading-2xl)
    }

    .text-heading-xl {
        font-size: var(--text-heading-xl)
    }

    .text-lg {
        font-size: var(--text-lg)
    }

    .text-md {
        font-size: var(--text-md)
    }

    .text-sm {
        font-size: var(--text-sm)
    }

    .text-xl {
        font-size: var(--text-xl)
    }

    .text-xs {
        font-size: var(--text-xs)
    }

    .leading-fine {
        --tw-leading: var(--leading-fine);
        line-height: var(--leading-fine)
    }

    .leading-flat {
        --tw-leading: var(--leading-flat);
        line-height: var(--leading-flat)
    }

    .leading-loose {
        --tw-leading: var(--leading-loose);
        line-height: var(--leading-loose)
    }

    .leading-normal {
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal)
    }

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

    .text-wrap {
        text-wrap: wrap
    }

    .uppercase {
        text-transform: uppercase
    }

    .flow-2xs {
        --flow-space: var(--spacing-2xs)
    }

    .flow-l {
        --flow-space: var(--spacing-l)
    }

    .flow-m {
        --flow-space: var(--spacing-m)
    }

    .flow-s {
        --flow-space: var(--spacing-s)
    }

    .flow-xl {
        --flow-space: var(--spacing-xl)
    }

    .flow-xs {
        --flow-space: var(--spacing-xs)
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }
}








@layer styl.base {
    body {
        font-size: var(--text-base);
        font-family: var(--font-body);
        line-height: var(--leading-fine)
    }

    :is(h1, h2, h3, h4) {
        font-family: var(--font-display);
        font-weight: var(--font-weight-normal);
        line-height: var(--leading-flat);
        max-width: var(--heading-max-width, var(--_max-width))
    }

    h1 {
        --_max-width: 25ch;
        font-size: var(--text-heading-2xl);
        text-transform: uppercase
    }

    h2 {
        font-size: var(--text-heading-xl);
        --_max-width: 34ch;
        text-transform: uppercase
    }

    h3 {
        --_max-width: 35ch;
        font-size: var(--text-2xl);
        line-height: var(--leading-fine)
    }

    :is(h4, h5, h6) {
        font-size: var(--text-xl)
    }

    p {
        font-size: var(--text-base)
    }

    small {
        font-size: var(--text-sm)
    }

    :is(code, kbd, samp) {
        font-family: var(--font-mono)
    }

    var {
        font-weight: var(--font-medium)
    }

    ul:not([class])>li {
        padding-inline-start: var(--spacing-xs)
    }

    :is(ol, ul):not([class]) li+* {
        margin-block-start: var(--flow-space, var(--spacing-xs))
    }

    ol ::marker {
        font-weight: var(--font-weight-bold)
    }

    dt {
        font-weight: var(--font-weight-medium)
    }

    dt+dd {
        margin-block-start: var(--spacing-xs)
    }

    dd+dt {
        margin-block-start: var(--spacing-s)
    }

    blockquote footer {
        font-size: var(--text-sm);
        margin-block-start: var(--spacing-s)
    }

    figcaption {
        font-size: var(--text-sm)
    }

    th {
        font-weight: var(--font-weight-bold);
        line-height: var(--leading-fine)
    }

    thead th {
        padding-block: var(--spacing-s)
    }

    td,
    th {
        padding: var(--spacing-xs)var(--spacing-s)
    }

    caption {
        margin-block-start: var(--spacing-s)
    }

    hr {
        margin-block: var(--flow-space, var(--spacing-xl))
    }

    svg[role=img][width][height] {
        padding: var(--spacing-xs)
    }

    form>*+* {
        margin-top: var(--flow-space, 1rem)
    }

    label {
        line-height: var(--leading-fine);
        font-weight: var(--font-weight-medium)
    }

    label:has(input) {
        gap: var(--space-s);
        font-weight: var(--font-weight-normal)
    }

    label:has(input)+label:has(input) {
        margin-block-start: var(--flow-space, var(--spacing-s-m))
    }

    fieldset {
        padding: var(--spacing-s)
    }

    legend {
        font-weight: var(--font-weight-medium);
        padding-inline: var(--spacing-xs)
    }

    summary {
        font-weight: var(--font-weight-bold)
    }

    details[open] summary {
        margin-block-end: var(--spacing-s)
    }
}

@layer styl.compositions {
    .typeset {
        --_font-size: var(--typeset-font-size, var(--text-base));
        --_font-weight: var(--typeset-font-weight, var(--font-weight-normal));
        --_line-height: var(--typeset-line-height, var(--leading-fine));
        --_text-transform: var(--typeset-text-transform, none)
    }

    .typeset :is(.typeset-heading, h1, h2, h3, h4, h5, h6, summary) {
        font-size: var(--typeset-heading-font-size, var(--_font-size));
        font-weight: var(--typeset-heading-font-weight, var(--_font-weight));
        line-height: var(--typeset-heading-line-height, var(--_line-height));
        text-transform: var(--typeset-heading-text-transform, var(--_text-transform))
    }

    .typeset :is(p, details) {
        font-size: var(--typeset-body-font-size, var(--_font-size));
        font-weight: var(--typeset-body-font-weight, var(--_font-weight));
        line-height: var(--typeset-body-line-height, var(--_line-height));
        text-transform: var(--typeset-body-text-transform, var(--_text-transform))
    }

    .grid {
        --_gap: var(--grid-gap, var(--gutter, 1rem));
        --_min: var(--grid-min-item-size, 16rem);
        --_max: var(--grid-max-item-size, 1fr);
        --_cols: var(--grid-columns, auto-fit);
        gap: var(--_gap);
        grid-template-columns: repeat(var(--_cols), minmax(min(100%, var(--_min)), var(--_max)));
        display: grid
    }

    .grid[data-dense] {
        grid-auto-flow: dense
    }

    .grid[data-rows=equal] {
        grid-auto-rows: 1fr
    }

    .grid[data-cols="1"] {
        --grid-columns: 1
    }

    .grid[data-cols="2"] {
        --grid-columns: 2
    }

    .grid[data-cols="3"] {
        --grid-columns: 3
    }

    .grid[data-cols="4"] {
        --grid-columns: 4
    }

    @media(min-width:480px) {
        .grid[data-cols-sm="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-sm="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-sm="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-sm="4"] {
            --grid-columns: 4
        }
    }

    @media(min-width:768px) {
        .grid[data-cols-md="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-md="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-md="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-md="4"] {
            --grid-columns: 4
        }
    }

    @media(min-width:1024px) {
        .grid[data-cols-lg="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-lg="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-lg="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-lg="4"] {
            --grid-columns: 4
        }
    }

    @media(min-width:1200px) {
        .grid[data-cols-xl="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-xl="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-xl="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-xl="4"] {
            --grid-columns: 4
        }
    }

    @media(min-width:1600px) {
        .grid[data-cols-2xl="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-2xl="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-2xl="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-2xl="4"] {
            --grid-columns: 4
        }

        .grid[data-cols-2xl="5"] {
            --grid-columns: 5
        }

        .grid[data-cols-2xl="6"] {
            --grid-columns: 6
        }
    }

    @media(min-width:1920px) {
        .grid[data-cols-3xl="1"] {
            --grid-columns: 1
        }

        .grid[data-cols-3xl="2"] {
            --grid-columns: 2
        }

        .grid[data-cols-3xl="3"] {
            --grid-columns: 3
        }

        .grid[data-cols-3xl="4"] {
            --grid-columns: 4
        }

        .grid[data-cols-3xl="5"] {
            --grid-columns: 5
        }

        .grid[data-cols-3xl="6"] {
            --grid-columns: 6
        }
    }

    .sticky-parent {
        --sticky-span: 180vh;
        min-block-size: var(--sticky-span)
    }

    .sticky-container {
        position: sticky;
        top: 0
    }

    .reveal {
        --_display: var(--reveal-display-property, block);
        --reveal-alternate: var(--reveal-alternate, false)
    }

    .reveal>* {
        display: none
    }

    .reveal>[data-revealed-default] {
        display: var(--_display)
    }

    @container style(--reveal-alternate:true) {
        .reveal>[data-revealed-default] {
            display: none
        }

        .reveal>:not([data-revealed-default]) {
            display: var(--_display)
        }
    }

    .decorated:has(>.decorator) {
        isolation: var(--decorator-isolation, isolate);
        font-size: var(--text-heading-2xl);
        position: relative
    }

    .decorated[data-decorator-isolation=auto]:has(>.decorator) {
        isolation: auto
    }

    .decorator {
        --_decorator-width: var(--decorator-width, clamp(200px, 92.31px + 19.23vw, 400px));
        --_decorator-top: var(--decorator-top, -5rem);
        --_decorator-left: var(--decorator-left, -2rem);
        --_decorator-right: var(--decorator-right, auto);
        z-index: -10;
        pointer-events: none;
        font-size: inherit;
        height: auto;
        width: var(--_decorator-width);
        max-width: 400px;
        max-height: 400px;
        top: var(--_decorator-top);
        left: var(--_decorator-left);
        right: var(--_decorator-right);
        position: absolute
    }

    .decorator svg {
        width: 100%;
        height: 100%;
        display: block
    }

    .decorator[data-decorator-reverse] {
        --_decorator-left: var(--decorator-left, auto);
        --_decorator-right: var(--decorator-right, 0)
    }

    .stack {
        isolation: isolate;
        align-items: var(--stack-align, stretch);
        justify-items: var(--stack-justify, stretch);
        grid-template-areas: "stack";
        display: grid
    }

    .stack>* {
        grid-area: stack
    }

    .stack>:first-child {
        z-index: 0
    }

    .stack>:nth-child(2) {
        z-index: 1
    }

    .stack>:nth-child(3) {
        z-index: 2
    }

    .stack>:nth-child(4) {
        z-index: 3
    }

    .stack>:nth-child(5) {
        z-index: 4
    }
}


@layer styl.blocks {
    :where(.button, .btn) {
        --_bg: var(--color-orange);
        --_color: var(--color-white);
        --_radius: 60px;
        --_font-size: var(--text-sm, var(--text-base));
        --_padding-x: var(--spacing-l);
        --_padding-y: var(--spacing-m);
        --_gutter: .5ch;
        --styl-focus-color: var(--_bg);
        gap: var(--_gutter);
        line-height: var(--leading-fine);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        background: var(--_bg);
        color: var(--_color);
        padding: var(--_padding-y)var(--_padding-x);
        border-radius: var(--_radius);
        width: 100%;
        font-family: var(--font-display);
        font-size: var(--_font-size);
        font-weight: var(--font-weight-normal, 400);
        border: none;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: filter .18s, transform 80ms;
        display: inline-flex
    }

    :where(.button, .btn) .button__subtext {
        font-size: var(--text-xs);
        opacity: .85;
        line-height: .5
    }

    :where(.button, .btn):has(.button__subtext) {
        gap: var(--spacing-2xs);
        --_bg: linear-gradient(315deg, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        flex-direction: column
    }

    :where(.button, .btn) svg {
        width: 1.1em;
        height: 1.1em
    }

    :where(.button, .btn):hover {
        filter: brightness(105%)
    }

    :where(.button, .btn):active {
        transform: scale(.99)
    }

    :where(.button, .btn)[data-button-variant=inverse] {
        --_bg: var(--color-white);
        --_color: var(--color-orange)
    }

    :where(.button, .btn)[data-button-variant=dark] {
        --_bg: var(--color-black);
        --_color: var(--color-white)
    }

    @media(prefers-reduced-motion:reduce) {
        :where(.button, .btn) {
            transition: none
        }
    }

    @media(forced-colors:active) {
        :where(.button, .btn) {
            color: canvastext;
            background: canvas;
            border: 2px solid canvastext
        }
    }

    @media(min-width:768px) {
        :where(.button, .btn) {
            max-width: fit-content
        }
    }

    .card {
        --_bg: var(--surface-bg, var(--color-gray-1));
        --_title-color: var(--surface-heading-color, var(--color-black));
        --_content-color: var(--surface-color, var(--color-gray-3));
        --_border-radius: var(--surface-border-radius, 1rem);
        --_border-width: var(--surface-border-width, 0);
        --_border-color: var(--surface-border-color, transparent);
        --_padding: var(--surface-padding, 0);
        --_aspect-ratio: var(--frame-aspect-ratio, 4/3);
        --_object-fit: var(--frame-object-fit, cover);
        --_object-position: var(--frame-object-position, center);
        --_media-radius: var(--card-media-border-radius, var(--_border-radius));
        --_transition-duration: var(--card-transition-duration, .2s);
        --_transition-timing: var(--card-transition-timing, ease-out);
        --_hover-translate: var(--card-hover-translate, none);
        --_focus-outline-width: var(--card-focus-outline-width, 3px);
        --_focus-outline-color: var(--card-focus-outline-color, var(--styl-focus-color, currentColor));
        --_focus-outline-offset: var(--card-focus-outline-offset, 2px);
        background-color: var(--_bg);
        color: var(--_content-color);
        border-radius: var(--_border-radius);
        border: var(--_border-width)solid var(--_border-color);
        padding: var(--_padding);
        transition: transform var(--_transition-duration)var(--_transition-timing);
        display: block;
        position: relative;
        overflow: hidden;
        container-type: inline-size
    }

    .card__media[role=presentation] {
        border-radius: var(--_media-radius);
        background-color: var(--styl-media-placeholder-background, var(--color-gray-1));
        position: relative
    }

    .card summary {
        cursor: pointer;
        margin: 0;
        padding: 0;
        list-style: none;
        display: block
    }

    .card summary::-webkit-details-marker {
        display: none
    }

    .card svg.state-icon {
        transition: transform .2s
    }

    .card details[open] svg.state-icon {
        color: var(--_state-icon-color);
        transform: rotate(180deg)
    }

    .card__link {
        color: inherit;
        text-decoration: none
    }

    .card__link:after {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .card :where(a:not(.card__link), button, input, select, textarea) {
        z-index: 2;
        position: relative
    }

    .card:focus-within {
        outline: var(--_focus-outline-width)solid var(--_focus-outline-color);
        outline-offset: var(--_focus-outline-offset)
    }

    .card:focus-within a:focus {
        outline: none
    }

    .card[data-interactive] {
        cursor: pointer
    }

    .card[data-interactive]:hover {
        transform: translateY(var(--_hover-translate))
    }

    .card[data-hover=accent]:hover,
    .card[data-hover=accent]:focus-within {
        --surface-bg: var(--color-cream);
        --surface-heading-color: var(--color-orange);
        --surface-color: #e68e0280
    }

    @supports (color:color-mix(in lab, red, red)) {

        .card[data-hover=accent]:hover,
        .card[data-hover=accent]:focus-within {
            --surface-color: color-mix(in srgb, var(--color-orange)50%, transparent)
        }
    }

    .splide__list .card {
        --card-focus-outline-offset: -4px
    }

    @media(prefers-reduced-motion:reduce) {

        .card,
        .card svg.state-icon {
            transition: none
        }

        .card[data-interactive]:hover {
            transform: none
        }
    }

    @media(forced-colors:active) {
        .card {
            border: 2px solid canvastext
        }

        .card:focus-within {
            outline: 3px solid highlight
        }
    }

    .card[data-card-intent=lesson] {
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-black);
        --surface-padding: var(--spacing-s);
        --surface-border-radius: var(--radius-4xl);
        --surface-heading-color: var(--color-black);
        --frame-aspect-ratio: 8/10;
        --repel-vertical-alignment: start;
        --typeset-heading-font-size: var(--text-base)
    }

    .card[data-card-intent=lesson] .arrow-right {
        opacity: 0;
        visibility: hidden;
        transform: translate(calc(var(--spacing-2xs, .625rem)*-1));
        flex: none;
        transition: opacity .16s, transform .16s, visibility 0s linear .16s;
        display: inline-block
    }

    .card[data-card-intent=lesson]:hover .arrow-right,
    .card[data-card-intent=lesson]:focus-within .arrow-right {
        opacity: 1;
        visibility: visible;
        transition: opacity .16s, transform .16s, visibility;
        transform: translate(0)
    }

    @media(prefers-reduced-motion:reduce) {
        .card[data-card-intent=lesson] .arrow-right {
            transition: none;
            transform: none
        }

        .card[data-card-intent=lesson]:hover .arrow-right,
        .card[data-card-intent=lesson]:focus-within .arrow-right {
            transition: none
        }
    }

    @media(min-width:768px) {
        .card[data-card-intent=lesson] {
            --frame-aspect-ratio: 3/3;
            --typeset-heading-font-size: var(--text-md)
        }
    }

    @media(min-width:1024px) {
        .card[data-card-intent=lesson] {
            --typeset-heading-font-size: var(--text-lg)
        }
    }

    @media(min-width:1920px) {
        .card[data-card-intent=lesson] {
            --typeset-heading-font-size: 3rem
        }
    }

    .card[data-card-intent=lesson] .card__badge {
        top: var(--spacing-xs, 1rem);
        left: var(--spacing-xs, 1rem);
        z-index: 2;
        padding: var(--spacing-2xs, .5625rem)var(--spacing-xs, .875rem);
        background-color: var(--color-black);
        color: var(--color-white);
        border-radius: var(--radius-2xl, 1rem);
        font-family: var(--font-display);
        font-size: var(--text-xs, 1.25rem);
        font-weight: var(--font-weight-normal, 400);
        line-height: var(--leading-fine, 1.2);
        text-transform: uppercase;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        position: absolute;
        box-shadow: 0 2px 8px #00000026
    }

    .card[data-card-intent=lesson] .card__age-range {
        font-size: var(--text-base);
        color: var(--color-gray-2);
        font-weight: var(--font-weight-medium);
        line-height: var(--leading-fine)
    }

    .card[data-card-intent=learner-state] {
        --_counter-color: var(--color-gray-2);
        --_counter-bg: var(--color-white);
        --surface-heading-color: var(--color-black);
        --surface-color: var(--color-gray-3);
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-s);
        --surface-border-radius: var(--radius-4xl);
        --gutter: var(--spacing-m);
        --cluster-vertical-alignment: start;
        --typeset-heading-font-size: var(--text-lg);
        --typeset-heading-font-weight: var(--font-weight-normal);
        --typeset-heading-line-height: var(--leading-fine);
        --typeset-body-font-size: var(--text-base);
        --typeset-body-font-weight: var(--font-weight-normal);
        --typeset-body-line-height: var(--leading-fine)
    }

    .card__counter>span {
        color: var(--_counter-color);
        background: var(--_counter-bg);
        font-size: var(--text-2xl);
        font-weight: var(--font-weight-bold);
        line-height: var(--leading-flat);
        padding: var(--spacing-xs);
        border-radius: var(--radius-2xl);
        text-align: center;
        display: none
    }

    .card[data-card-intent=learner-state]:hover {
        --_counter-color: var(--color-peach);
        --_counter-bg: var(--color-orange-bright);
        --surface-bg: var(--color-orange);
        --surface-heading-color: var(--color-white);
        --surface-color: var(--color-gray-1)
    }

    @media(min-width:1200px) {
        .card[data-card-intent=learner-state] .card__counter>span {
            display: block
        }
    }

    .card[data-card-intent=info] {
        --surface-bg: var(--color-cream);
        --surface-padding: var(--spacing-l);
        --surface-border-radius: var(--radius-4xl);
        --surface-color: var(--color-black);
        --cluster-vertical-alignment: center;
        --gutter: var(--spacing-m);
        --typeset-body-font-size: 1.8rem;
        --typeset-body-font-weight: var(--font-weight-bold);
        --typeset-body-line-height: var(--leading-normal)
    }

    .card[data-card-intent=info] .icon {
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .card[data-card-intent=feature] {
        --surface-heading-color: var(--color-black);
        --surface-color: var(--color-gray-3);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl);
        --typeset-heading-font-size: var(--text-md);
        --typeset-heading-font-weight: var(--font-weight-normal);
        --typeset-heading-line-height: var(--leading-fine)
    }

    .card[data-card-intent=feature] .card__media {
        justify-content: flex-end;
        display: flex
    }

    .card[data-card-intent=feature] .card__media img {
        object-fit: contain;
        block-size: auto;
        max-block-size: 168px;
        inline-size: min(100%, clamp(80px, 12vw, 168px));
        display: block
    }

    @media(min-width:1200px) {
        .card[data-card-intent=feature] {
            --typeset-heading-font-size: var(--text-lg);
            --typeset-body-font-size: var(--text-md)
        }
    }

    @media(min-width:1920px) {
        .card[data-card-intent=feature] {
            --typeset-heading-font-size: 3.2rem
        }
    }

    .card[data-card-intent=teacher-profile] {
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-gray-3);
        --surface-padding: var(--spacing-xs);
        --surface-border-radius: var(--radius-4xl);
        --surface-heading-color: var(--color-black);
        --frame-aspect-ratio: 9/10;
        --typeset-heading-font-size: var(--text-base);
        --typeset-heading-line-height: var(--leading-fine);
        --typeset-body-font-size: var(--text-sm);
        --typeset-body-line-height: var(--leading-fine)
    }

    @media(min-width:768px) {
        .card[data-card-intent=teacher-profile] {
            --typeset-heading-font-size: 2.4rem
        }
    }

    @media(min-width:1024px) {
        .card[data-card-intent=teacher-profile] {
            --typeset-body-font-size: 1.8rem
        }
    }

    @media(min-width:1600px) {
        .card[data-card-intent=teacher-profile] {
            --typeset-body-font-size: 2rem
        }
    }

    @media(min-width:1920px) {
        .card[data-card-intent=teacher-profile] {
            --typeset-heading-font-size: 3.2rem
        }
    }

    .card[data-card-intent=testimonial] {
        --_blockquote-line-clamp: 6;
        --gutter: var(--spacing-s);
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-black);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl);
        height: 100%
    }

    .card[data-card-intent=testimonial] .card__container {
        flex-direction: column;
        height: 100%;
        display: flex
    }

    .card[data-card-intent=testimonial]:not(.splide__slide .card) {
        container: testimonial/size
    }

    .card blockquote {
        font-family: inherit;
        font-size: var(--text-base);
        line-height: var(--leading-normal);
        border: 0;
        margin: 0;
        padding: 0;
        padding-block-start: var(--spacing-s)
    }

    .card:not(.splide__slide .card) blockquote {
        -webkit-line-clamp: var(--_blockquote-line-clamp);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden
    }

    .card .cluster:has(blockquote) {
        --cluster-vertical-alignment: start
    }

    .card figcaption {
        margin-block-start: auto
    }

    .card figcaption p {
        font-family: var(--font-body);
        font-size: var(--text-base);
        font-weight: var(--font-weight-bold, 700);
        line-height: var(--leading-fine);
        color: var(--color-black)
    }

    .card blockquote+svg {
        color: var(--color-gold);
        order: -1
    }

    @container testimonial (min-height:300px) {
        blockquote {
            --_blockquote-line-clamp: 9
        }
    }

    @container testimonial (min-height:400px) {
        blockquote {
            --_blockquote-line-clamp: 14
        }
    }

    @container testimonial (min-height:500px) {
        blockquote {
            --_blockquote-line-clamp: 16
        }
    }

    @media(min-width:1920px) {
        .card blockquote {
            font-size: 2rem
        }
    }

    .card[data-card-intent=faq] {
        --_state-icon-color: var(--color-black);
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-black);
        --surface-padding: var(--spacing-l);
        --surface-border-radius: var(--radius-4xl);
        --repel-vertical-alignment: center
    }

    .card[data-card-intent=faq] summary {
        font-family: var(--font-display)
    }

    .card[data-card-intent=faq] details {
        --typeset-heading-font-size: var(--text-base);
        --typeset-heading-font-weight: var(--font-weight-normal);
        --typeset-heading-line-height: var(--leading-fine);
        --typeset-body-font-size: var(--text-base);
        --typeset-body-font-weight: var(--font-weight-normal);
        --typeset-body-line-height: var(--leading-fine)
    }

    .card[data-card-intent=faq] details>:not(summary) {
        color: var(--color-gray-3);
        max-width: 90%
    }

    @media(min-width:768px) {
        .card[data-card-intent=faq] details {
            --typeset-heading-font-size: var(--text-md)
        }
    }

    @media(min-width:1920px) {
        .card[data-card-intent=faq] details {
            --typeset-heading-font-size: 3.2rem
        }
    }

    .card[data-card-intent=facebook-post] {
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-black);
        --surface-padding: var(--spacing-l);
        --surface-border-radius: var(--radius-4xl);
        --surface-link-hover-color: var(--color-orange);
        --gutter: var(--spacing-m);
        --frame-aspect-ratio: 56/46
    }

    .card[data-card-intent=facebook-post] .card__action {
        font-size: var(--text-sm)
    }

    .card[data-card-intent=facebook-post] .card__content {
        font-size: var(--text-base);
        white-space: pre-line;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        min-height: 12rem;
        line-height: 1.2;
        display: -webkit-box;
        overflow: hidden
    }

    .card[data-card-intent=facebook-post] .repel>.cluster:first-child {
        background: var(--color-white);
        padding: var(--spacing-xs);
        border-radius: var(--radius-2xl)
    }

    .card[data-card-intent=facebook-post] .cluster>span.cluster {
        --gutter: var(--spacing-xs)
    }

    .splide {
        width: 100%
    }

    .splide__slide {
        align-items: start;
        height: auto
    }

    .splide__arrow {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        opacity: 1;
        background: #f4f4f466;
        border: 1px solid #f4f4f466;
        border-radius: 999px;
        width: 3.6rem;
        height: 3.6rem;
        box-shadow: 0 6px 18px #17222b1f
    }

    @supports (color:color-mix(in lab, red, red)) {
        .splide__arrow {
            box-shadow: 0 6px 18px color-mix(in srgb, var(--color-black)12%, transparent)
        }
    }

    .splide__arrow svg {
        width: 1.6rem;
        height: 1.6rem
    }

    .splide__arrow svg,
    .splide__arrow svg * {
        fill: var(--color-orange) !important;
        stroke: var(--color-orange) !important
    }

    .splide__arrow:disabled {
        opacity: .35
    }

    .splide__arrow:hover {
        background: #ffffffb3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .splide__arrow:hover {
            background: color-mix(in srgb, var(--color-white)70%, transparent)
        }
    }

    .splide__arrow--prev {
        left: 1rem
    }

    .splide__arrow--next {
        right: 1rem
    }

    @media(min-width:768px) {
        .splide__arrow--prev {
            left: 2rem
        }

        .splide__arrow--next {
            right: 2rem
        }
    }

    @media(min-width:1024px) {
        .splide__arrow--prev {
            left: 3rem
        }

        .splide__arrow--next {
            right: 3rem
        }
    }

    .hero {
        --_height: 500px;
        --surface-color: var(--color-white);
        --surface-link-color: var(--color-orange);
        --hero-decoration-1-url: url("data:image/svg+xml,%3csvg%20width='201'%20height='128'%20viewBox='0%200%20201%20128'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M139.147%200C124.512%200%20111.086%205.25676%20100.495%2013.9978C89.9041%205.25734%2076.4784%200%2061.8433%200C27.6888%200%200%2028.4793%200%2063.6102C0%2098.7412%2027.6882%20127.22%2061.8433%20127.22C76.4784%20127.22%2089.9047%20121.964%20100.495%20113.223C111.086%20121.964%20124.512%20127.22%20139.147%20127.22C173.302%20127.22%20200.99%2098.7412%20200.99%2063.6102C200.99%2028.4793%20173.302%200%20139.147%200Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --hero-decoration-2-url: url("data:image/svg+xml,%3csvg%20width='146'%20height='165'%20viewBox='0%200%20146%20165'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M124.394%2083.3944C119.33%2074.6232%20111.534%2068.3958%20102.631%2065.073C104.204%2055.701%20102.71%2045.8354%2097.6455%2037.0643C85.8274%2016.5946%2059.1781%209.85442%2038.1232%2022.0105C17.0684%2034.1665%209.58069%2060.6152%2021.3991%2081.0852C26.4631%2089.8564%2034.2594%2096.0841%2043.1628%2099.4069C41.5886%20108.779%2043.0837%20118.644%2048.1478%20127.415C59.9661%20147.885%2086.6152%20154.625%20107.67%20142.469C128.725%20130.313%20136.213%20103.864%20124.394%2083.3944Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --hero-decoration-3-url: url("data:image/svg+xml,%3csvg%20width='143'%20height='139'%20viewBox='0%200%20143%20139'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M142.404%200V69.4183C102.914%2069.4183%2071.0028%20100.443%2071.0028%20138.837H0C0%2062.0499%2063.8227%200%20142.404%200Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --hero-decoration-4-url: url("data:image/svg+xml,%3csvg%20width='192'%20height='187'%20viewBox='0%200%20192%20187'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M169.064%2093.3979C225.897%20163.203%20167.736%20219.791%2095.9922%20164.494C24.2476%20219.791%20-33.9123%20163.203%2022.9209%2093.3979C-33.9123%2023.5923%2024.2482%20-32.9957%2095.9922%2022.3015C167.737%20-32.9957%20225.897%2023.5928%20169.064%2093.3979Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --hero-decoration-5-url: url("data:image/svg+xml,%3csvg%20width='233'%20height='131'%20viewBox='0%200%20233%20131'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M232.137%200H181.786C145.821%200%20115.741%2028.6305%20115.741%2064.2595C115.741%2028.6305%2086.3156%200%2050.3507%200H0V17.1783C0%2079.5291%2052.3125%20130.428%20116.395%20130.428C180.478%20130.428%20232.79%2079.5291%20232.79%2017.1783L232.137%200Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --hero-decoration-1-ar: 201/128;
        --hero-decoration-2-ar: 146/165;
        --hero-decoration-3-ar: 143/139;
        --hero-decoration-4-ar: 192/187;
        --hero-decoration-5-ar: 233/131;
        background: radial-gradient(73.91% 86.95% at 76.8% 52.78%, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        min-height: var(--_height);
        padding: var(--spacing-4xl)0 var(--spacing-xl)0;
        border-end-end-radius: var(--radius-8xl);
        border-end-start-radius: var(--radius-8xl);
        place-content: center;
        container: hero/inline-size
    }

    .hero__container {
        --hero-main-image-width: clamp(var(--hero-main-image-width-min), 40cqi, var(--hero-main-image-width-max));
        --hero-supporting-track: minmax(var(--hero-supporting-images-column-width, auto), clamp(145px, var(--hero-supporting-track-width-growth, 30%), var(--hero-supporting-track-width-max, 300px)));
        --hero-main-track: minmax(var(--hero-main-image-column-width, auto), var(--hero-main-image-width));
        grid-template-areas: "content content" "image-small image-main" "image-medium image-main";
        grid-template-columns: var(--hero-supporting-track)var(--hero-main-track);
        justify-content: space-between;
        gap: var(--hero-gap-vertical, var(--spacing-xl))var(--hero-gap-horizontal, 0);
        grid-template-rows: repeat(3, auto);
        display: grid
    }

    .hero__media {
        display: contents
    }

    .hero__content {
        --center-max-width: 40ch;
        text-align: center;
        grid-area: content;
        position: relative
    }

    .hero__content p {
        font-size: var(--text-base);
        line-height: var(--leading-fine);
        max-width: 44ch
    }

    .hero__content p+p {
        margin-block-start: var(--spacing-2xs)
    }

    .hero__content a:not([class]) {
        padding: var(--spacing-s)var(--spacing-m);
        background-color: var(--surface-color);
        border-radius: var(--radius-4xl);
        min-width: 100%;
        text-decoration: none
    }

    .hero__circle {
        --frame-aspect-ratio: 1;
        aspect-ratio: 1;
        isolation: isolate;
        border-radius: 50%;
        position: relative
    }

    .hero__circleFrame {
        border-radius: inherit;
        block-size: 100%;
        inline-size: 100%;
        overflow: hidden
    }

    .hero__circle[data-hero-image=main] {
        grid-area: image-main;
        align-self: end;
        min-width: 100%
    }

    .hero__circle[data-hero-image=small] {
        width: var(--hero-small-image-width, clamp(var(--hero-small-image-width-min), 15vw, var(--hero-small-image-width-max)));
        grid-area: image-small;
        justify-self: end
    }

    .hero__circle[data-hero-image=medium] {
        width: var(--hero-medium-image-width, clamp(var(--hero-medium-image-width-min), 15vw, var(--hero-medium-image-width-max)));
        grid-area: image-medium;
        place-self: end start
    }

    .hero__content:before,
    .hero__circle:before,
    .hero__circle[data-hero-image=small]:after,
    .hero__circle[data-hero-image=medium]:after,
    .hero__circle[data-hero-image=main]:after {
        --_aspect-ratio: var(--hero-deco-ar, 1);
        --_inline-size: var(--hero-deco-inline-size, 0px);
        --_inset-block-start: var(--hero-deco-inset-block-start, auto);
        --_inset-inline-end: var(--hero-deco-inset-inline-end, auto);
        --_inset-block-end: var(--hero-deco-inset-block-end, auto);
        --_inset-inline-start: var(--hero-deco-inset-inline-start, auto);
        --_background-image: var(--hero-deco-url, none);
        content: "";
        pointer-events: none;
        z-index: -1;
        aspect-ratio: var(--_aspect-ratio);
        inline-size: var(--_inline-size);
        background: 50%/contain no-repeat;
        background-image: var(--_background-image);
        position: absolute;
        inset-block-start: var(--_inset-block-start);
        inset-block-end: var(--_inset-block-end);
        inset-inline-start: var(--_inset-inline-start);
        inset-inline-end: var(--_inset-inline-end)
    }

    @container hero (max-inline-size:600px) {
        .hero__content p {
            max-width: 30ch
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero__container {
            grid-template-areas: "image-small image-medium image-main" "content content image-main";
            grid-template-columns: 1fr var(--hero-supporting-track)var(--hero-main-track);
            grid-template-rows: repeat(2, auto)
        }

        .hero__content {
            align-items: unset;
            text-align: left;
            place-self: center start
        }

        .hero__content.center[data-layout=intrinsic] {
            --center-max-width: none;
            box-sizing: border-box;
            align-items: flex-start;
            margin-inline: 0;
            padding-inline: 0
        }
    }

    @container hero (max-inline-size:480px) {
        .hero__content p {
            max-width: 30ch
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero__content p {
            font-size: var(--text-md)
        }
    }

    @container hero (min-inline-size:1920px) {
        .hero__content p {
            font-size: 3.2rem
        }
    }

    .hero[data-hero-preset=featured] {
        --hero-main-image-width-min: 320px;
        --hero-main-image-width-max: 440px;
        --hero-small-image-width-min: 100px;
        --hero-small-image-width-max: 120px;
        --hero-medium-image-width-min: 120px;
        --hero-medium-image-width-max: 160px
    }

    .hero[data-hero-preset=featured] .hero__circle[data-hero-image=small]:before {
        --hero-deco-url: var(--hero-decoration-3-url);
        --hero-deco-ar: var(--hero-decoration-3-ar);
        --hero-deco-inline-size: clamp(93px, 60%, 191px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-.2);
        --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*.2)
    }

    .hero[data-hero-preset=featured] .hero__circle[data-hero-image=small]:after {
        --hero-deco-url: var(--hero-decoration-4-url);
        --hero-deco-ar: var(--hero-decoration-4-ar);
        --hero-deco-inline-size: clamp(93px, 60%, 191px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*.1);
        --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*2)
    }

    .hero[data-hero-preset=featured] .hero__circle[data-hero-image=medium]:before {
        --hero-deco-url: var(--hero-decoration-2-url);
        --hero-deco-ar: var(--hero-decoration-2-ar);
        --hero-deco-inline-size: clamp(93px, 70%, 191px);
        --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*1.2);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*.5)
    }

    .hero[data-hero-preset=featured] .hero__circle[data-hero-image=main]:before {
        --hero-deco-url: var(--hero-decoration-5-url);
        --hero-deco-ar: var(--hero-decoration-5-ar);
        --hero-deco-inline-size: clamp(110px, 32%, 230px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*.21);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*-.11)
    }

    @container hero (min-inline-size:480px) {
        .hero[data-hero-preset=featured] .hero__container {
            --hero-supporting-images-column-width: var(--hero-medium-image-width-min);
            --hero-main-image-column-width: var(--hero-main-image-width-min);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), calc(120px + 31.25vw), var(--hero-main-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), calc(66.6667px + 6.9444vw), var(--hero-small-image-width-max));
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(53.3333px + 13.8889vw), var(--hero-medium-image-width-max))
        }
    }

    @container hero (min-inline-size:768px) {
        .hero[data-hero-preset=featured] .hero__container {
            --hero-supporting-track-width-growth: calc(35% + 5cqi);
            --hero-supporting-track-width-max: 400px;
            --hero-gap-horizontal: var(--spacing-4xl)
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=medium] {
            place-self: start center
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=main]:after {
            --hero-deco-url: var(--hero-decoration-1-url);
            --hero-deco-ar: var(--hero-decoration-1-ar);
            --hero-deco-inline-size: clamp(100px, calc(100%*.28), 200px);
            --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*.125);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.175)
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=medium]:before {
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*1.2)
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=small]:before {
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-.9);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.9)
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero[data-hero-preset=featured] .hero__container {
            --hero-small-medium-gap: var(--spacing-2xl);
            --hero-supporting-track: minmax(calc(var(--hero-medium-image-width) + var(--hero-small-medium-gap)), calc(var(--hero-medium-image-width) + var(--hero-small-medium-gap)));
            grid-template-columns: minmax(var(--hero-small-image-width), 1fr)var(--hero-supporting-track)var(--hero-main-track)
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=medium] {
            place-self: start end
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=small] {
            align-self: end
        }

        .hero[data-hero-preset=featured] .hero__container {
            --hero-main-image-width-min: 440px;
            --hero-main-image-width-max: 875px;
            --hero-gap-horizontal: 0;
            --hero-gap-vertical: var(--spacing-l);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), min(calc(50cqi - 80px), calc(48.4375cqi - 55px)), var(--hero-main-image-width-max))
        }

        .hero[data-hero-preset=featured] .hero__content:before {
            --hero-deco-url: var(--hero-decoration-2-url);
            --hero-deco-ar: var(--hero-decoration-2-ar);
            --hero-deco-inline-size: clamp(66px, 8cqi, 140px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-1.45);
            z-index: 1
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=small]:after {
            display: none
        }

        .hero[data-hero-preset=featured] .hero__circle[data-hero-image=medium]:before {
            --hero-deco-url: var(--hero-decoration-4-url);
            --hero-deco-ar: var(--hero-decoration-4-ar);
            --hero-deco-inline-size: clamp(93px, 70%, 191px);
            --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*-.65);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*.23)
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero[data-hero-preset=featured] .hero__container {
            --hero-small-image-width-min: 200px;
            --hero-small-image-width-max: 240px;
            --hero-medium-image-width-min: 240px;
            --hero-medium-image-width-max: 300px;
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(18.75cqi - 60px), var(--hero-medium-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), 12.5cqi, var(--hero-small-image-width-max))
        }
    }

    .hero[data-hero-preset=main-left] {
        --hero-main-image-width-min: 240px;
        --hero-main-image-width-max: 440px;
        --hero-small-image-width-min: 100px;
        --hero-small-image-width-max: 140px;
        --hero-medium-image-width-min: 160px;
        --hero-medium-image-width-max: 200px;
        --hero-gap-vertical: var(--spacing-l)
    }

    .hero[data-hero-preset=main-left] .hero__container {
        grid-template-columns: var(--hero-main-track)var(--hero-supporting-track);
        grid-template-areas: "content content" "image-main image-medium" "image-main image-small"
    }

    @container hero (min-inline-size:480px) {
        .hero[data-hero-preset=main-left] .hero__container {
            --hero-supporting-images-column-width: var(--hero-medium-image-width-min);
            --hero-main-image-column-width: var(--hero-main-image-width-min);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), calc(40px + 41.6667vw), var(--hero-main-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), calc(33.3333px + 13.8889vw), var(--hero-small-image-width-max));
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(93.3333px + 13.8889vw), var(--hero-medium-image-width-max))
        }
    }

    @container hero (min-inline-size:768px) {
        .hero[data-hero-preset=main-left] .hero__container {
            --hero-supporting-track-width-growth: calc(45% + 5cqi);
            --hero-supporting-track-width-max: 430px;
            --hero-gap-horizontal: var(--spacing-4xl);
            grid-template-areas: "content content" "image-main image-small" "image-main image-medium"
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium] {
            justify-self: start
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero[data-hero-preset=main-left] .hero__container {
            --hero-small-medium-gap: var(--spacing-2xl);
            --hero-supporting-track: minmax(calc(var(--hero-medium-image-width) + var(--hero-small-medium-gap)), calc(var(--hero-medium-image-width) + var(--hero-small-medium-gap)));
            grid-template-areas: "image-medium image-small image-main" "content content image-main";
            grid-template-columns: minmax(var(--hero-small-image-width), 1fr)var(--hero-supporting-track)var(--hero-main-track)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium] {
            place-self: start end
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small] {
            place-self: end center
        }

        .hero[data-hero-preset=main-left] .hero__container {
            --hero-main-image-width-min: 440px;
            --hero-main-image-width-max: 540px;
            --hero-small-image-width-min: 100px;
            --hero-small-image-width-max: 160px;
            --hero-medium-image-width-min: 160px;
            --hero-medium-image-width-max: 280px;
            --hero-gap-horizontal: 0;
            --hero-gap-vertical: var(--spacing-l);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), min(calc(50cqi - 80px), calc(48.4375cqi - 55px)), var(--hero-main-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), calc(31.4286px + 6.6964vw), var(--hero-small-image-width-max));
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(22.8571px + 13.3929vw), var(--hero-medium-image-width-max))
        }

        .hero[data-hero-preset=main-left] .hero__content {
            align-self: end
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero[data-hero-preset=main-left] .hero__container {
            grid-template-areas: "content image-small image-main" "content image-medium image-main";
            grid-template-columns: 1fr calc(var(--hero-medium-image-width) + var(--spacing-4xl))var(--hero-main-track)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium] {
            place-self: end start
        }
    }

    .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=main]:before {
        --hero-deco-url: var(--hero-decoration-2-url);
        --hero-deco-ar: var(--hero-decoration-2-ar);
        --hero-deco-inline-size: clamp(93px, 25%, 191px);
        --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*2);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*1.7)
    }

    .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium]:before {
        --hero-deco-url: var(--hero-decoration-4-url);
        --hero-deco-ar: var(--hero-decoration-4-ar);
        --hero-deco-inline-size: clamp(60px, 40%, 100px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*.1);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*2.5)
    }

    .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium]:after {
        --hero-deco-url: var(--hero-decoration-5-url);
        --hero-deco-ar: var(--hero-decoration-5-ar);
        --hero-deco-inline-size: clamp(90px, calc(100%*.58), 120px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.31);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*0)
    }

    @container hero (min-inline-size:768px) {
        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small]:before {
            --hero-deco-url: var(--hero-decoration-3-url);
            --hero-deco-ar: var(--hero-decoration-3-ar);
            --hero-deco-inline-size: clamp(70px, 70%, 90px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-1.2);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.8)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small]:after {
            --hero-deco-url: var(--hero-decoration-1-url);
            --hero-deco-ar: var(--hero-decoration-1-ar);
            --hero-deco-inline-size: clamp(80px, 70%, 100px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-1.9);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*3.5)
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero[data-hero-preset=main-left] .hero__content:before {
            --hero-deco-url: var(--hero-decoration-2-url);
            --hero-deco-ar: var(--hero-decoration-2-ar);
            --hero-deco-inline-size: clamp(90px, 40%, 120px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-.1);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*.5);
            z-index: 1
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=main]:before {
            --hero-deco-url: var(--hero-decoration-4-url);
            --hero-deco-ar: var(--hero-decoration-4-ar);
            --hero-deco-inline-size: clamp(110px, 50%, 130px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.3);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.6)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=main]:after {
            --hero-deco-url: var(--hero-decoration-5-url);
            --hero-deco-ar: var(--hero-decoration-5-ar);
            --hero-deco-inline-size: clamp(120px, 50%, 160px);
            --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*.2);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*0)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small]:before,
        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small]:after {
            display: none
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium]:before {
            --hero-deco-url: var(--hero-decoration-3-url);
            --hero-deco-ar: var(--hero-decoration-3-ar);
            --hero-deco-inline-size: clamp(90px, 50%, 120px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*.5);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*1.8)
        }

        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=medium]:after {
            display: none
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero[data-hero-preset=main-left] .hero__circle[data-hero-image=small]:before {
            --hero-deco-url: var(--hero-decoration-1-url);
            --hero-deco-ar: var(--hero-decoration-1-ar);
            --hero-deco-inline-size: clamp(100px, 50%, 140px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.5);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-3.5);
            display: block
        }
    }

    .hero[data-hero-preset=main-right] {
        --hero-main-image-width-min: 260px;
        --hero-main-image-width-max: 440px;
        --hero-small-image-width-min: 120px;
        --hero-small-image-width-max: 160px;
        --hero-medium-image-width-min: 160px;
        --hero-medium-image-width-max: 200px
    }

    .hero[data-hero-preset=main-right] .hero__container {
        grid-template-areas: "content content" "image-medium image-main" "image-small image-main"
    }

    @container hero (min-inline-size:480px) {
        .hero[data-hero-preset=main-right] .hero__container {
            --hero-supporting-images-column-width: var(--hero-medium-image-width-min);
            --hero-main-image-column-width: var(--hero-main-image-width-min);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), calc(93.3333px + 34.7222vw), var(--hero-main-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), calc(53.3333px + 13.8889vw), var(--hero-small-image-width-max));
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(93.3333px + 13.8889vw), var(--hero-medium-image-width-max))
        }
    }

    @container hero (min-inline-size:768px) {
        .hero[data-hero-preset=main-right] .hero__container {
            --hero-supporting-track-width-growth: calc(45% + 5cqi);
            --hero-supporting-track-width-max: 430px;
            --hero-gap-horizontal: var(--spacing-4xl)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium] {
            justify-self: center
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero[data-hero-preset=main-right] .hero__container {
            --hero-main-image-width-min: 440px;
            --hero-main-image-width-max: 540px;
            --hero-gap-horizontal: 0;
            --hero-gap-vertical: var(--spacing-l);
            --hero-main-image-width: clamp(var(--hero-main-image-width-min), min(calc(50cqi - 80px), calc(48.4375cqi - 55px)), var(--hero-main-image-width-max));
            grid-template-areas: "content image-medium image-main" "content image-small image-main";
            grid-template-columns: 1fr var(--hero-medium-image-width)var(--hero-main-track)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium] {
            align-self: start
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small],
        .hero[data-hero-preset=main-right] .hero__content {
            align-self: end
        }
    }

    @container hero (min-inline-size:1200px) {
        .hero[data-hero-preset=main-right] .hero__container {
            grid-template-columns: 1fr calc(var(--hero-medium-image-width) + var(--spacing-4xl))var(--hero-main-track)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium] {
            justify-self: start
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero[data-hero-preset=main-right] .hero__container {
            --hero-medium-image-width-min: 240px;
            --hero-medium-image-width-max: 300px;
            --hero-small-image-width-min: 200px;
            --hero-small-image-width-max: 240px;
            --hero-medium-image-width: clamp(var(--hero-medium-image-width-min), calc(18.75vw - 60px), var(--hero-medium-image-width-max));
            --hero-small-image-width: clamp(var(--hero-small-image-width-min), 12.5vw, var(--hero-small-image-width-max))
        }
    }

    .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=main]:before {
        --hero-deco-url: var(--hero-decoration-2-url);
        --hero-deco-ar: var(--hero-decoration-2-ar);
        --hero-deco-inline-size: clamp(93px, 25%, 191px);
        --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*2.5);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*.7)
    }

    .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium]:before {
        --hero-deco-url: var(--hero-decoration-4-url);
        --hero-deco-ar: var(--hero-decoration-4-ar);
        --hero-deco-inline-size: clamp(60px, 40%, 100px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-3);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*-.5)
    }

    .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium]:after {
        --hero-deco-url: var(--hero-decoration-5-url);
        --hero-deco-ar: var(--hero-decoration-5-ar);
        --hero-deco-inline-size: clamp(90px, calc(100%*.58), 120px);
        --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.31);
        --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*0)
    }

    @container hero (min-inline-size:768px) {
        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small]:before {
            --hero-deco-url: var(--hero-decoration-3-url);
            --hero-deco-ar: var(--hero-decoration-3-ar);
            --hero-deco-inline-size: clamp(70px, 70%, 90px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-.2);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.8)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small]:after {
            --hero-deco-url: var(--hero-decoration-1-url);
            --hero-deco-ar: var(--hero-decoration-1-ar);
            --hero-deco-inline-size: clamp(80px, 70%, 100px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-1.9);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*2.5)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium]:after {
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.31);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*-1)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=main]:before {
            --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*3.5);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*.7)
        }
    }

    @container hero (min-inline-size:1024px) {
        .hero[data-hero-preset=main-right] .hero__content:before {
            --hero-deco-url: var(--hero-decoration-2-url);
            --hero-deco-ar: var(--hero-decoration-2-ar);
            --hero-deco-inline-size: clamp(90px, 40%, 120px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*-.1);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*.5);
            z-index: 1
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=main]:before {
            --hero-deco-url: var(--hero-decoration-4-url);
            --hero-deco-ar: var(--hero-decoration-4-ar);
            --hero-deco-inline-size: clamp(110px, 50%, 130px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.3);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-.6)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=main]:after {
            --hero-deco-url: var(--hero-decoration-5-url);
            --hero-deco-ar: var(--hero-decoration-5-ar);
            --hero-deco-inline-size: clamp(120px, 50%, 160px);
            --hero-deco-inset-block-end: calc(var(--hero-deco-inline-size)*.2);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*0)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small]:before,
        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small]:after {
            display: none
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium]:before {
            --hero-deco-url: var(--hero-decoration-3-url);
            --hero-deco-ar: var(--hero-decoration-3-ar);
            --hero-deco-inline-size: clamp(90px, 50%, 120px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*.5);
            --hero-deco-inset-inline-end: calc(var(--hero-deco-inline-size)*1.8)
        }

        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=medium]:after {
            display: none
        }
    }

    @container hero (min-inline-size:1600px) {
        .hero[data-hero-preset=main-right] .hero__circle[data-hero-image=small]:before {
            --hero-deco-url: var(--hero-decoration-1-url);
            --hero-deco-ar: var(--hero-decoration-1-ar);
            --hero-deco-inline-size: clamp(100px, 50%, 140px);
            --hero-deco-inset-block-start: calc(var(--hero-deco-inline-size)*1.5);
            --hero-deco-inset-inline-start: calc(var(--hero-deco-inline-size)*-3.5);
            display: block
        }
    }

    .page-hero {
        --surface-color: var(--color-white);
        --surface-link-color: var(--color-orange);
        --deco-1-url: url("data:image/svg+xml,%3csvg%20width='146'%20height='165'%20viewBox='0%200%20146%20165'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M124.394%2083.3944C119.33%2074.6232%20111.534%2068.3958%20102.631%2065.073C104.204%2055.701%20102.71%2045.8354%2097.6455%2037.0643C85.8274%2016.5946%2059.1781%209.85442%2038.1232%2022.0105C17.0684%2034.1665%209.58069%2060.6152%2021.3991%2081.0852C26.4631%2089.8564%2034.2594%2096.0841%2043.1628%2099.4069C41.5886%20108.779%2043.0837%20118.644%2048.1478%20127.415C59.9661%20147.885%2086.6152%20154.625%20107.67%20142.469C128.725%20130.313%20136.213%20103.864%20124.394%2083.3944Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --deco-2-url: url("data:image/svg+xml,%3csvg%20width='192'%20height='187'%20viewBox='0%200%20192%20187'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M169.064%2093.3979C225.897%20163.203%20167.736%20219.791%2095.9922%20164.494C24.2476%20219.791%20-33.9123%20163.203%2022.9209%2093.3979C-33.9123%2023.5923%2024.2482%20-32.9957%2095.9922%2022.3015C167.737%20-32.9957%20225.897%2023.5928%20169.064%2093.3979Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/svg%3e");
        --deco-1-ar: 146/165;
        --deco-2-ar: 192/187;
        background: radial-gradient(73.91% 86.95% at 76.8% 52.78%, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        padding-block: var(--spacing-xl);
        border-end-end-radius: var(--radius-8xl);
        border-end-start-radius: var(--radius-8xl);
        position: relative;
        overflow: hidden;
        container: page-hero/inline-size
    }

    .page-hero__container {
        z-index: 1;
        position: relative
    }

    .page-hero__content {
        text-align: center;
        padding-block: var(--spacing-m);
        justify-content: end;
        min-height: 30svh;
    }

    .page-hero__content h1 {
        text-transform: uppercase
    }

    .page-hero__decorations {
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden
    }

    .page-hero__deco {
        opacity: .85;
        background: 50%/contain no-repeat;
        position: absolute
    }

    .page-hero__deco[data-deco="1"] {
        --_size: clamp(60px, 12cqi, 140px);
        background-image: var(--deco-1-url);
        aspect-ratio: var(--deco-1-ar);
        inline-size: var(--_size);
        inset-block-start: 10%;
        inset-inline-start: 5%
    }

    .page-hero__deco[data-deco="2"] {
        --_size: clamp(70px, 14cqi, 160px);
        background-image: var(--deco-2-url);
        aspect-ratio: var(--deco-2-ar);
        inline-size: var(--_size);
        inset-block-end: 5%;
        inset-inline-end: 8%
    }

    @container page-hero not (min-inline-size:480px) {
        .page-hero__deco[data-deco="1"] {
            display: none
        }

        .page-hero__deco[data-deco="2"] {
            --_size: 80px;
            opacity: .5;
            inset-block-end: -10%;
            inset-inline-end: -5%
        }
    }

    @container page-hero (min-inline-size:768px) {
        .page-hero {
            padding-block: var(--spacing-2xl)
        }

        .page-hero__content {
            padding-block: var(--spacing-l)
        }

        .page-hero__deco[data-deco="1"] {
            inset-inline-start: 8%
        }

        .page-hero__deco[data-deco="2"] {
            inset-inline-end: 10%
        }
    }

    @container page-hero (min-inline-size:1024px) {
        .page-hero__deco[data-deco="1"] {
            inset-block-start: 5%;
            inset-inline-start: 12%
        }

        .page-hero__deco[data-deco="2"] {
            inset-block-end: 0;
            inset-inline-end: 15%
        }
    }

    .banner {
        --_gradient: linear-gradient(180deg, #ea5b0c99 0%, #ea5b0c00 46.82%);
        --_height-base: max(clamp(540px, calc(700px - 20.8333vw), 600px), clamp(540px, calc(190.909px + 34.0909vw), 600px));
        --_height: calc(var(--_height-base) + clamp(0px, calc((100vw - 1200px)*.3), 120px) + clamp(0px, calc((100vw - 1600px)*.266667), 80px));
        --_media-position-x: 50%;
        --_media-position-y: 38%;
        --center-max-width: 100ch;
        --surface-color: var(--color-white);
        --surface-border-radius: var(--radius-8xl);
        block-size: var(--_height);
        overflow: hidden;
        container: banner/inline-size
    }

    .banner__container {
        block-size: 100%
    }

    .banner__media {
        overflow: hidden
    }

    .banner__media img {
        object-fit: cover;
        object-position: var(--_media-position-x)var(--_media-position-y);
        block-size: 100%;
        inline-size: 100%;
        display: block
    }

    .banner__gradient {
        pointer-events: none;
        background: var(--_gradient)
    }

    .banner__content {
        --heading-max-width: none;
        --center-max-width: 49ch;
        padding: var(--spacing-xl)var(--spacing-l);
        text-align: center
    }

    @media(min-width:1024px) {
        .banner {
            --_media-position-y: 50%
        }
    }

    .feedback__carousel {
        display: block
    }

    .feedback-grid {
        display: none
    }

    .feedback-grid__image {
        --frame-aspect-ratio: 16/9
    }

    .feedback-grid__image img {
        border-radius: var(--radius-4xl)
    }

    .feedback-grid__card {
        height: 100%
    }

    .feedback-slide {
        flex-direction: column;
        width: 100%;
        min-height: 400px;
        display: flex
    }

    .feedback__carousel .feedback-grid__card {
        min-height: inherit;
        flex-grow: 1;
        height: 100%
    }

    .feedback-grid .feedback-grid__card:nth-child(3) {
        grid-area: card-a
    }

    .feedback-grid .feedback-grid__card:nth-child(4) {
        grid-area: card-b
    }

    .feedback-grid .feedback-grid__card:nth-child(5) {
        grid-area: card-c
    }

    .feedback-grid .feedback-grid__card:nth-child(6) {
        grid-area: card-d
    }

    @media(min-width:768px) {
        .feedback__carousel {
            display: none
        }

        .feedback-grid {
            gap: var(--spacing-m);
            grid-template-rows: repeat(3, 1fr);
            grid-template-columns: 1fr 1fr;
            grid-template-areas: "card-a card-b" "card-c card-d" "image-a image-a";
            align-items: stretch;
            display: grid
        }

        .feedback-grid__image {
            --frame-aspect-ratio: 16/12
        }

        .feedback-grid__image:first-child {
            grid-area: image-a;
            display: block
        }

        .feedback-grid__image:nth-child(2) {
            display: none
        }
    }

    @media(min-width:1024px) {
        .feedback-grid {
            gap: var(--spacing-s);
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-areas: "card-a card-b card-c" "card-d image-a image-a";
            align-items: stretch
        }

        .feedback-grid__image:first-child {
            grid-area: image-a;
            display: block
        }

        .feedback-grid__image:nth-child(2) {
            display: none
        }
    }

    @media(min-width:1200px) {
        .feedback-grid {
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-areas: "image-b card-a card-b" "card-c card-d image-a";
            align-items: stretch
        }

        .feedback-grid__image {
            --frame-aspect-ratio: 16/16
        }

        .feedback-grid__image:first-child {
            grid-area: image-a;
            display: block
        }

        .feedback-grid__image:nth-child(2) {
            grid-area: image-b;
            display: block
        }
    }

    .lesson-format-selector {
        --_color: var(--color-gray-2);
        --_background: var(--color-gray-1);
        --_color-active: var(--color-black);
        --_background-active: var(--color-white);
        --_border: var(--color-gray-2);
        --_border-active: var(--color-orange);
        --tab-badge-background: var(--color-gray-2);
        --tab-badge-color: var(--color-white);
        --tab-badge-background-active: var(--color-black);
        --tab-badge-color-active: var(--color-white);
        grid-template-rows: auto 1fr;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "tab-group-class tab-private-class" "tab-content tab-content";
        display: grid
    }

    .lesson-format-selector>details {
        display: contents
    }

    .lesson-format-selector>details summary {
        background-color: var(--_background);
        border-top: 4px solid var(--_border);
        margin: 0;
        padding: 2rem
    }

    .lesson-format-selector>details summary h3 {
        color: var(--_color);
        font-family: var(--font-display);
        font-size: var(--text-md);
        font-weight: var(--font-weight-normal);
        justify-content: center;
        display: inline-flex
    }

    .lesson-format-selector>details summary .lesson-counter-badge {
        background-color: var(--tab-badge-background);
        min-width: 1.6em;
        height: 1.6em;
        color: var(--tab-badge-color);
        font-size: .45em;
        font-weight: var(--font-weight-normal);
        vertical-align: baseline;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-left: .2em;
        padding: 0 .3em;
        line-height: 1;
        display: inline-flex
    }

    .lesson-format-selector>details summary::marker {
        content: ""
    }

    .lesson-format-selector>details:first-child summary {
        grid-area: tab-group-class
    }

    .lesson-format-selector>details:last-child summary {
        grid-area: tab-private-class
    }

    .lesson-format-selector>details .lesson-format-panel {
        padding-top: var(--spacing-l);
        grid-area: tab-content
    }

    .lesson-format-selector>details[open]::details-content {
        display: contents
    }

    .lesson-format-selector>details[open] summary {
        --_color: var(--_color-active);
        background-color: var(--_background-active);
        color: var(--_color-active);
        border-top: 4px solid var(--_border-active);
        pointer-events: none
    }

    .lesson-format-selector>details[open] summary .lesson-counter-badge {
        --tab-badge-background: var(--tab-badge-background-active);
        --tab-badge-color: var(--tab-badge-color-active)
    }

    .lesson-format-selector~.decorated {
        --decorator-top: -2.5em
    }

    @media(min-width:768px) {
        .lesson-format-selector>details summary h3 {
            font-size: var(--text-lg)
        }
    }

    @media(min-width:1200px) {
        .lesson-format-selector~.decorated {
            --decorator-top: -3.5em;
            --decorator-right: 1em
        }
    }

    @media(min-width:1920px) {
        .lesson-format-selector>details summary h3 {
            font-size: 4.8rem
        }
    }

    .video-embed-container {
        --frame-aspect-ratio: 1.8/1;
        border-radius: 40px;
        overflow: hidden
    }

    .decorated:has(~.video-embed-container) {
        --decorator-top: -2.5em
    }

    .header-wrapper {
        --surface-color: var(--color-white);
        z-index: 100;
        top: 2rem
    }

    .site-header {
        flex-wrap: nowrap
    }

    @container header not (min-inline-size:1600px) {
        .site-header {
            row-gap: var(--spacing-s)
        }
    }

    .site-header__logo {
        flex-shrink: 0
    }

    .site-header__nav {
        --gutter: var(--spacing-l);
        font-size: var(--text-sm)
    }

    .site-header__nav-link {
        white-space: nowrap
    }

    .site-header__commerce {
        --gutter: var(--spacing-m)
    }

    .site-header__actions {
        --gutter: var(--spacing-l)
    }

    .site-header__social {
        --gutter: var(--spacing-xs)
    }

    .site-header__social a {
        display: flex
    }

    .site-header__social img {
        width: 32px;
        height: 32px
    }

    .site-header__lang {
        --gutter: var(--spacing-xs);
        font-size: var(--text-sm);
        border-radius: var(--radius-4xl);
        border: 1px solid var(--color-white)
    }

    .site-header__lang .site-header__lang-link {
        padding: var(--spacing-2xs)var(--spacing-s);
        border-radius: var(--radius-4xl)
    }

    .site-header__lang .site-header__lang-link--active {
        background: var(--color-white);
        color: var(--color-black);
        border: 1px solid var(--color-white)
    }

    .site-header__cart {
        display: flex
    }

    .site-header__my-account {
        font-size: var(--text-sm)
    }

    .site-header__menu-toggle {
        cursor: pointer;
        background: 0 0;
        border: none;
        justify-content: center;
        align-items: center;
        padding: .5rem;
        display: none
    }

    .site-header__menu-toggle svg {
        width: auto;
        height: 1.6lh;
        display: block
    }

    @container header not (min-inline-size:1600px) {
        .site-header {
            flex-wrap: wrap
        }

        .site-header__nav {
            order: 999
        }
    }

    @container header (min-inline-size:768px) {
        .site-header__my-account {
            border-radius: var(--radius-4xl);
            border: 1px solid var(--color-white);
            padding: var(--spacing-xs)var(--spacing-m);
            --reveal-alternate: true
        }

        .site-header__my-account>[data-revealed-default] {
            display: none
        }

        .site-header__my-account>:not([data-revealed-default]) {
            display: var(--reveal-display-property)
        }
    }

    @container header (min-inline-size:1200px) {
        .site-header__actions {
            justify-content: end;
            width: 620px
        }
    }

    @media not all and (min-width:768px) {

        .site-header__nav,
        .site-header__social,
        .site-header__lang {
            display: none
        }

        .site-header__menu-toggle {
            display: flex
        }
    }

    .site-header__mobile-menu {
        gap: var(--spacing-s);
        padding: var(--spacing-m);
        background: var(--color-white);
        border-top: 1px solid var(--color-gray-1);
        flex-direction: column;
        display: flex
    }

    .site-header__mobile-menu[hidden] {
        display: none
    }

    .site-header__mobile-link {
        padding: var(--spacing-s);
        font-size: var(--text-sm);
        color: var(--color-black);
        border-radius: var(--radius-md, 8px);
        text-decoration: none;
        transition: background-color .2s
    }

    .site-header__mobile-link:hover,
    .site-header__mobile-link:focus {
        background-color: var(--color-gray-1)
    }

    @media(min-width:768px) {
        .site-header__mobile-menu {
            display: none
        }
    }

    .footer-wrapper {
        --navigation-items-gap: var(--spacing-l);
        background: var(--color-black);
        border-start-start-radius: var(--radius-8xl);
        border-start-end-radius: var(--radius-8xl);
        margin-block-start: var(--layout-stack-space);
        padding-block-start: var(--spacing-xl);
        padding-block-end: var(--spacing-l)
    }

    .site-footer {
        --surface-color: var(--color-white);
        justify-items: center;
        row-gap: var(--spacing-2xl);
        grid-template-rows: repeat(3, auto);
        grid-template-columns: 1fr;
        grid-template-areas: "contact-info" "navigation" "branding";
        display: grid
    }

    .site-footer__contact-info {
        grid-area: contact-info
    }

    .site-footer__contact-info>p {
        color: var(--color-orange);
        font-size: var(--text-2xl);
        font-weight: var(--font-weight-bold);
        text-align: center
    }

    .site-footer__contact-info-social {
        --gutter: var(--spacing-s);
        --cluster-horizontal-alignment: center
    }

    .site-footer__navigation {
        font-size: var(--text-sm);
        gap: var(--navigation-items-gap);
        text-align: center;
        flex-direction: column;
        grid-area: navigation;
        align-items: center;
        display: flex
    }

    .site-footer__nav-list {
        gap: var(--navigation-items-gap);
        flex-direction: column;
        display: flex
    }

    .site-footer__branding {
        align-items: center;
        gap: var(--spacing-s);
        flex-direction: column;
        grid-area: branding;
        display: flex
    }

    .site-footer__branding p {
        color: var(--color-gray-3);
        font-size: var(--text-xs)
    }

    @media(min-width:768px) {
        .footer-wrapper {
            --navigation-items-gap: var(--spacing-s)
        }

        .site-footer {
            justify-items: stretch;
            row-gap: var(--spacing-l);
            grid-template-rows: repeat(2, auto);
            grid-template-columns: repeat(2, 1fr);
            grid-template-areas: "contact-info contact-info" "branding navigation"
        }

        .site-footer>* {
            width: 100%
        }

        .site-footer__branding {
            justify-content: end;
            align-items: start
        }

        .site-footer__navigation {
            text-align: left;
            flex-direction: row;
            justify-content: space-around;
            margin-block: 0
        }

        .site-footer__navigation>nav {
            align-content: end
        }
    }

    @media(min-width:1600px) {
        .footer-wrapper {
            --navigation-items-gap: var(--spacing-3xl)
        }

        .site-footer__navigation>nav>ul {
            flex-direction: row
        }

        .site-footer__navigation {
            justify-content: space-evenly
        }
    }

    .faq-section__cards {
        gap: var(--spacing-s);
        grid-template-columns: 1fr;
        align-items: start;
        display: grid
    }

    @media(min-width:1024px) {
        .faq-section__cards {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    .cta-section {
        --surface-bg: linear-gradient(315deg, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        --surface-padding: var(--spacing-xl);
        --surface-border-radius: var(--radius-4xl);
        --surface-heading-color: var(--color-white);
        --surface-color: var(--color-white)
    }

    .cta-section__content p {
        max-width: 50ch
    }

    .lessons-section header {
        --decorator-top: -1.5em
    }

    .lessons-grid {
        --grid-gap: var(--spacing-s)
    }

    @media(min-width:1600px) {
        .lessons-grid {
            --grid-max-item-size: var(--grid-min-item-size);
            justify-content: center
        }
    }

    .teachers-grid {
        --grid-gap: var(--spacing-s)
    }

    @media(min-width:1600px) {
        .teachers-grid {
            --grid-max-item-size: var(--grid-min-item-size);
            justify-content: center
        }
    }

    .join-team-section__content {
        max-width: 65ch;
        margin-inline: auto
    }

    .join-team-section__content p {
        font-size: var(--text-base);
        line-height: var(--leading-normal);
        margin-block: 0
    }

    .join-team-section__intro {
        font-size: var(--text-lg);
        margin-block-end: var(--spacing-xs)
    }

    .join-team-section__cta {
        margin-block: var(--spacing-s);
        font-size: var(--text-lg)
    }

    .join-team-section__subtext {
        color: var(--styl-muted-color);
        font-size: var(--text-sm);
        margin-block-start: var(--spacing-xs)
    }

    .join-team-section__form {
        margin-block-start: var(--spacing-xl)
    }



    .classes-filters {
        --gutter: var(--spacing-m)
    }

    .classes-filters .button {
        --_padding-y: var(--spacing-s)
    }

    .classes-filters :is(input, .brxe-filter-select) {
        border: none;
        outline: none;
        width: max-content
    }

    .classes-filters .brxe-filter-select {
        background-color: var(--color-gray-1)
    }

    .classes-filters-group {
        background: var(--color-gray-1)
    }

    .classes-filters-group div:nth-child(2) {
        padding: var(--spacing-s)0
    }

    .classes-grid {
        --grid-min-item-size: 16.5rem;
        --grid-gap: var(--spacing-s)
    }

    .teacher-intro__details h3 {
        font-family: var(--font-display);
        font-size: var(--text-base)
    }

    .teacher-intro__sidebar {
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl)
    }

    .teacher-intro__sidebar h3 {
        color: var(--color-black)
    }

    .teacher-intro__content,
    .class-intro__content {
        gap: var(--spacing-l);
        grid-template-columns: 1fr;
        align-items: start;
        display: grid
    }

    @media(min-width:768px) {

        .teacher-intro__content,
        .class-intro__content {
            grid-template-columns: 280px 1fr
        }
    }

    @media(min-width:1024px) {

        .teacher-intro__content,
        .class-intro__content {
            gap: var(--spacing-xl);
            grid-template-columns: 320px 1fr
        }
    }

    .teacher-intro__image,
    .class-intro__image {
        --frame-aspect-ratio: 1;
        max-width: 280px
    }

    .teacher-intro__image img,
    .class-intro__image img {
        border-radius: var(--radius-4xl);
        object-fit: cover
    }

    @media(min-width:768px) {

        .teacher-intro__image,
        .class-intro__image {
            max-width: none
        }
    }

    .teacher-intro__info h1,
    .class-intro__info h1 {
        text-transform: uppercase
    }

    .teacher-intro__title,
    .class-intro__subtitle {
        font-family: var(--font-display);
        font-size: var(--text-md);
        color: var(--color-orange)
    }

    .teacher-intro__experience {
        font-size: var(--text-sm);
        color: var(--color-gray-3)
    }

    .class-intro__meta {
        gap: var(--spacing-s);
        font-size: var(--text-sm);
        color: var(--color-gray-3);
        flex-wrap: wrap;
        display: flex
    }

    .class-intro__meta span {
        align-items: center;
        gap: var(--spacing-2xs);
        display: flex
    }

    .teacher-intro__bio,
    .class-intro__description {
        max-width: 55ch
    }

    .about-section__content {
        gap: var(--spacing-l);
        grid-template-columns: 1fr;
        display: grid
    }

    @media(min-width:768px) {
        .about-section__content {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:1024px) {
        .about-section__content {
            grid-template-columns: 2fr 1fr
        }
    }

    .about-section__text h3 {
        font-family: var(--font-display);
        font-size: var(--text-md);
        margin-block-start: var(--spacing-l)
    }

    .specialties-list,
    .benefits-list {
        gap: var(--spacing-xs);
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        display: flex
    }

    .specialties-list li,
    .benefits-list li {
        background: var(--color-cream-light);
        color: var(--color-orange);
        padding: var(--spacing-xs)var(--spacing-s);
        border-radius: var(--radius-full);
        font-size: var(--text-sm);
        font-weight: 500;
        transition: background .2s, color .2s
    }

    .specialties-list a {
        color: inherit;
        text-decoration: none
    }

    .specialties-list li:has(a):hover {
        background: var(--color-orange);
        color: var(--color-white)
    }

    .about-section__sidebar {
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl)
    }

    .about-section__sidebar h3 {
        font-family: var(--font-display);
        font-size: var(--text-base);
        color: var(--color-black)
    }

    .education-list,
    .languages-list,
    .learn-list {
        padding: 0;
        list-style: none
    }

    .education-list li,
    .learn-list li {
        font-size: var(--text-sm);
        padding-inline-start: var(--spacing-m);
        position: relative
    }

    .education-list li:before,
    .learn-list li:before {
        content: "✓";
        color: var(--color-orange);
        font-weight: 700;
        position: absolute;
        left: 0
    }

    .languages-list li {
        font-size: var(--text-sm);
        padding-block: var(--spacing-2xs)
    }

    .approach-section__grid,
    .features-section__grid {
        --grid-gap: var(--spacing-s);
        --grid-columns: 1
    }

    @media(min-width:768px) {

        .approach-section__grid,
        .features-section__grid {
            --grid-columns: 2
        }
    }

    @media(min-width:1200px) {

        .approach-section__grid,
        .features-section__grid {
            --grid-columns: 4
        }
    }

    .levels-section__cards {
        gap: var(--spacing-s);
        grid-template-columns: 1fr;
        display: grid
    }

    @media(min-width:768px) {
        .levels-section__cards {
            grid-template-columns: repeat(3, 1fr)
        }
    }

    .level-card {
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl)
    }

    .level-card h3 {
        font-family: var(--font-display);
        font-size: var(--text-md);
        color: var(--color-orange)
    }

    .level-card p {
        font-size: var(--text-sm)
    }

    .russian-intro {
        --layout-stack-space: var(--spacing-xl)
    }

    .russian-intro__container :where(.button, .btn) {
        max-width: fit-content
    }

    .russian-intro__container {
        --gutter: var(--spacing-s);
        gap: var(--gutter);
        grid-template-columns: 1fr;
        display: grid
    }

    .russian-intro__container h2 {
        font-size: var(--text-lg);
        text-transform: none
    }

    .russian-intro__student,
    .russian-intro__newcomer {
        row-gap: var(--spacing-m);
        flex-direction: column;
        justify-content: space-between;
        display: flex
    }

    .russian-intro__student {
        --surface-bg: var(--color-black);
        --surface-color: var(--color-white);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl)
    }

    .russian-intro__newcomer {
        --surface-bg: var(--color-gray-1);
        --surface-color: var(--color-black);
        --surface-padding: var(--spacing-m);
        --surface-border-radius: var(--radius-4xl)
    }

    @media(min-width:768px) {
        .russian-intro__container {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:1600px) {
        .russian-intro__container h2 {
            max-width: 100%
        }
    }

    @media(min-width:1920px) {
        .russian-intro__container h2 {
            font-size: 4.8rem
        }
    }

    .level-up-section__container {
        gap: var(--spacing-s);
        grid-template-columns: 1fr;
        grid-template-areas: "header" "step1" "step2" "step3" "step4" "step5" "step6" "footer";
        grid-auto-rows: auto;
        display: grid
    }

    .level-up-section__container>header {
        text-align: center;
        grid-area: header
    }

    .level-up-section__container>p {
        text-align: center;
        grid-area: footer
    }

    .level-up-decoration {
        display: none
    }

    .level-up-section__container>article:first-of-type {
        grid-area: step1
    }

    .level-up-section__container>article:nth-of-type(2) {
        grid-area: step2
    }

    .level-up-section__container>article:nth-of-type(3) {
        grid-area: step3
    }

    .level-up-section__container>article:nth-of-type(4) {
        grid-area: step4
    }

    .level-up-section__container>article:nth-of-type(5) {
        grid-area: step5
    }

    .level-up-section__container>article:nth-of-type(6) {
        grid-area: step6
    }

    @media(min-width:768px) {
        .level-up-section__container {
            grid-template-columns: repeat(2, 1fr);
            grid-template-areas: "header header" "step1 step2" "step3 step4" "step5 step6" "footer footer"
        }
    }

    @media not all and (min-width:1024px) {
        .level-up-section__container header {
            margin-block-end: var(--spacing-xl)
        }
    }

    @media(min-width:1024px) {
        .level-up-section__container {
            row-gap: var(--spacing-xl);
            grid-template-columns: repeat(3, 1fr);
            grid-template-areas: "step1 step2 step3" "header header header" "step4 step5 step6" "footer footer footer"
        }

        .level-up-section__container header {
            position: relative
        }

        .level-up-decoration {
            z-index: -1;
            pointer-events: none;
            display: block;
            position: absolute;
            top: -90%;
            right: -14%;
            bottom: -90%;
            left: -14%
        }

        .level-up-decoration .ellipse {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }

        .level-up-decoration .ellipse--1 {
            transform: scale(.25)
        }

        .level-up-decoration .ellipse--2 {
            transform: scale(.5)
        }

        .level-up-decoration .ellipse--3 {
            transform: scale(.75)
        }

        .level-up-decoration .ellipse--4 {
            transform: scale(1)
        }
    }

    @media(min-width:1600px) {
        .level-up-section__container {
            grid-template-columns: repeat(3, 1fr) .5fr repeat(4, 1fr) .5fr repeat(3, 1fr);
            grid-template-areas: ".step1 step1 step1. . . .step2 step2 step2." "step6 step6 step6 header header header header header header step3 step3 step3" ".step5 step5 step5. . . .step4 step4 step4." "footer footer footer footer footer footer footer footer footer footer footer footer";
            display: grid
        }

        .level-up-decoration {
            top: -75%;
            right: -25%;
            bottom: -75%;
            left: -25%
        }

        .level-up-section__container>article:nth-of-type(3),
        .level-up-section__container>article:nth-of-type(6) {
            align-self: center
        }
    }

    .russian-lesson-features header {
        --decorator-top: -1.5em
    }

    .russian-lesson-features__grid {
        gap: var(--gutter, 1rem);
        grid-template-columns: repeat(4, 1fr)
    }

    @media not all and (min-width:1024px) {
        .russian-lesson-features__grid {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    .experience-section {
        --surface-bg: linear-gradient(315deg, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        --surface-padding: 4rem var(--spacing-l);
        --surface-border-radius: 4rem;
        --surface-heading-color: var(--color-white);
        --center-max-width: 74ch
    }

    .experience-section__cards {
        gap: var(--spacing-s);
        grid-template-columns: 1fr;
        display: grid
    }

    .experience-section__cta a {
        font-size: var(--text-base)
    }

    @media(min-width:768px) {
        .experience-section {
            --surface-padding: 6rem var(--spacing-l)
        }

        .experience-section__cards {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media(min-width:1600px) {
        .experience-section {
            --surface-padding: 8rem var(--spacing-l)
        }

        .experience-section__cards {
            grid-template-columns: repeat(4, 1fr)
        }
    }

    .feedback-section header {
        --decorator-top: -2.5em
    }

    .faq-section header {
        --decorator-top: -2em
    }

    .pricing-section {
        --pricing-text-size: var(--text-sm)
    }

    .pricing-section header {
        --decorator-top: -3.5em
    }

    .pricing-section__cards {
        gap: var(--spacing-s);
        grid-template-columns: 1fr;
        display: grid
    }

    @media(min-width:768px) {
        .pricing-section {
            --pricing-text-size: var(--text-base)
        }

        .pricing-section__cards {
            grid-template-columns: repeat(2, 1fr)
        }

        .pricing-card--cta {
            flex-direction: row;
            grid-column: span 2
        }

        .pricing-card--cta .button {
            align-self: flex-start;
            width: auto
        }
    }

    @media(min-width:1200px) {
        .pricing-section__cards {
            grid-template-columns: repeat(3, 1fr)
        }

        .pricing-card--cta {
            flex-direction: column;
            grid-column: auto
        }

        .pricing-card--cta .button {
            width: 100%
        }
    }

    .pricing-card {
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-l);
        --surface-border-radius: 4rem;
        gap: var(--spacing-m);
        flex-direction: column;
        display: flex
    }

    .pricing-card h3 {
        font-family: var(--font-display);
        font-size: var(--text-md);
        color: var(--color-black)
    }

    .pricing-card__list {
        gap: var(--spacing-xs);
        flex-direction: column;
        display: flex
    }

    .pricing-card__item {
        justify-content: space-between;
        align-items: end;
        gap: var(--spacing-m);
        display: flex
    }

    .pricing-card__item dt {
        font-size: var(--pricing-text-size);
        color: var(--color-black)
    }

    .pricing-card__item dd {
        font-size: var(--text-md);
        color: var(--color-orange);
        white-space: nowrap;
        font-weight: 700
    }

    .pricing-card__note {
        color: var(--color-gray-3);
        font-size: var(--pricing-text-size);
        margin-top: auto
    }

    .pricing-card--cta {
        --surface-bg: var(--color-black);
        --surface-color: var(--color-white)
    }

    .pricing-card--cta h3 {
        color: var(--color-white)
    }

    .pricing-card--cta p {
        font-size: var(--pricing-text-size)
    }

    .pricing-card--cta .button {
        width: 100%
    }

    .styl-cart table.shop_table thead,
    .styl-checkout .woocommerce-checkout-review-order-table thead {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .styl-cart__items .product-price .woocommerce-Price-amount,
    .styl-checkout .woocommerce-checkout-review-order-table tbody .product-total .woocommerce-Price-amount {
        font-size: var(--text-sm);
        color: var(--styl-heading-color)
    }

    .styl-cart__totals .cart_totals table.shop_table tr,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot tr {
        justify-content: space-between;
        align-items: center;
        padding-block-end: var(--spacing-xs);
        display: flex
    }

    .styl-cart__totals .cart_totals table.shop_table strong,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot strong {
        font-weight: var(--font-weight-normal, 400)
    }

    .styl-cart__totals .checkout-button.button,
    .styl-checkout #place_order.button,
    .styl-checkout [name=woocommerce_checkout_update_totals].button {
        --button-bg: var(--woo-accent-color, var(--color-orange));
        --button-radius: var(--woo-radius, 60px);
        max-width: none
    }

    .styl-cart {
        --cart-max-width: 67.2rem;
        --cart-border-color: var(--color-gray-1);
        --cart-accent-color: var(--color-orange);
        --cart-success-color: #059669;
        --cart-muted-color: var(--styl-muted-color);
        --cart-radius: .5rem;
        --woo-border-color: var(--cart-border-color);
        --woo-accent-color: var(--cart-accent-color);
        --woo-muted-color: var(--cart-muted-color);
        --woo-radius: var(--cart-radius);
        --center-max-width: var(--cart-max-width);
        --center-padding: var(--spacing-m);
        padding-block: var(--spacing-xl)
    }

    .styl-cart__heading {
        text-align: center;
        margin-block-end: var(--spacing-l)
    }

    .styl-cart__heading .brxe-heading {
        font-family: var(--font-body);
        font-size: var(--text-2xl);
        color: var(--styl-heading-color);
        letter-spacing: -.02em;
        margin: 0;
        font-weight: 700
    }

    .styl-cart table.shop_table {
        border: none
    }

    .styl-cart .woocommerce-cart-form tr+tr :is(th, td),
    .styl-cart .woocommerce-cart-form tbody tr :is(th, td) {
        border-block-start: none
    }

    .styl-cart .woocommerce-cart-form :is(th, td)~:is(th, td) {
        border-inline-start: none
    }

    .styl-cart .woocommerce-cart-form tbody td,
    .styl-cart .woocommerce-cart-form tbody th {
        border: none
    }

    .styl-cart .woocommerce-cart-form tbody tr {
        border-bottom-style: none;
        border-bottom-width: 0
    }

    .styl-cart .woocommerce-cart-form tbody tr:last-child,
    .styl-cart .cart-collaterals table,
    .styl-cart .cart_totals table.shop_table,
    .styl-cart .cart-collaterals table tbody td,
    .styl-cart .cart-collaterals table tbody th,
    .styl-cart .cart_totals table.shop_table td,
    .styl-cart .cart_totals table.shop_table th {
        border: none
    }

    .styl-cart .cart_totals :is(th, td)~:is(th, td) {
        border-inline-start: none
    }

    .styl-cart__items .woocommerce-cart-form table.shop_table {
        border-collapse: collapse;
        border: none;
        display: block
    }

    .styl-cart__items .woocommerce-cart-form table.shop_table tbody {
        flex-direction: column;
        display: flex
    }

    .styl-cart__items .cart_item {
        gap: 0 var(--spacing-m);
        padding-block: var(--spacing-l);
        border-block-start: 1px solid var(--cart-border-color);
        grid-template-rows: auto 1fr;
        grid-template-columns: auto 1fr auto;
        place-items: start;
        display: grid
    }

    .styl-cart__items .product-price,
    .styl-cart__items .product-remove {
        justify-self: end
    }

    .styl-cart__items .cart_item:first-child {
        border-block-start: 1px solid var(--cart-border-color)
    }

    .styl-cart__items .product-thumbnail {
        grid-area: 1/1/3;
        padding: 0;
        display: block
    }

    .styl-cart__items .product-thumbnail a {
        display: block
    }

    .styl-cart__items .product-thumbnail img {
        object-fit: cover;
        border-radius: var(--cart-radius);
        background: var(--color-gray-1);
        width: 6rem;
        height: 6rem
    }

    @media(min-width:480px) {
        .styl-cart__items .product-thumbnail img {
            width: 8rem;
            height: 8rem
        }
    }

    .styl-cart__items .product-name {
        text-align: left;
        grid-area: 1/2;
        padding: 0;
        font-weight: 400;
        display: block
    }

    .styl-cart__items .product-name a {
        color: var(--styl-heading-color);
        font-size: var(--text-sm);
        text-decoration: none
    }

    .styl-cart__items .product-name a:hover {
        text-decoration: underline
    }

    .styl-cart__items .product-price {
        text-align: right;
        grid-area: 1/3;
        padding: 0
    }

    .styl-cart__items .product-remove {
        text-align: right;
        grid-area: 2/3;
        justify-content: flex-end;
        align-self: end;
        align-items: flex-end;
        width: auto;
        padding: 0;
        display: flex
    }

    .styl-cart__items .product-remove .remove {
        color: var(--woo-accent-color);
        font-weight: 500;
        font-size: var(--text-xs);
        line-height: 1;
        text-decoration: none;
        display: inline-block
    }

    .styl-cart__items .product-remove .remove:hover {
        text-decoration: underline
    }

    .styl-cart__items .product-quantity,
    .styl-cart__items .product-subtotal,
    .styl-cart__items tr:has(.actions) {
        display: none
    }

    .styl-cart__totals .cart-collaterals {
        border-block-start: 1px solid var(--cart-border-color);
        padding-block-start: var(--spacing-l)
    }

    .styl-cart__totals .cart_totals>h2 {
        display: none
    }

    .styl-cart__totals .cart_totals table.shop_table {
        border: none;
        margin-block-end: var(--spacing-xs);
        display: block
    }

    .styl-cart__totals .cart_totals table.shop_table tbody {
        display: block
    }

    .styl-cart__totals .cart_totals table.shop_table th,
    .styl-cart__totals .cart_totals table.shop_table td {
        font-weight: var(--font-weight-normal, 400);
        border: none;
        padding: 0
    }

    .styl-cart__totals .cart_totals table.shop_table th {
        font-size: var(--text-base);
        color: var(--styl-heading-color)
    }

    .styl-cart__totals .cart_totals table.shop_table td {
        text-align: right;
        font-size: var(--text-base)
    }

    .styl-cart__totals .cart_totals .woocommerce-Price-amount {
        font-size: var(--text-base);
        color: var(--styl-heading-color)
    }

    .styl-cart__totals .cart_totals table.shop_table tr:not(.order-total) th,
    .styl-cart__totals .cart_totals table.shop_table tr:not(.order-total) td,
    .styl-cart__totals .cart_totals table.shop_table tr:not(.order-total) .woocommerce-Price-amount {
        color: var(--cart-muted-color)
    }

    .styl-cart__totals .cart_totals table.shop_table tr.order-total th,
    .styl-cart__totals .cart_totals table.shop_table tr.order-total td,
    .styl-cart__totals .cart_totals table.shop_table tr.order-total .woocommerce-Price-amount {
        color: var(--styl-heading-color)
    }

    .styl-cart__totals .cart-confirmation {
        margin: 0 0 var(--spacing-m)0;
        padding: var(--spacing-s);
        background: var(--color-gray-1);
        border-radius: var(--cart-radius);
        align-items: flex-start;
        gap: var(--spacing-xs);
        display: flex
    }

    .styl-cart__totals .cart-confirmation input[type=checkbox] {
        width: 1.25em;
        height: 1.25em;
        accent-color: var(--cart-accent-color);
        cursor: pointer;
        flex-shrink: 0;
        margin: 0;
        margin-block-start: .2em
    }

    .styl-cart__totals .cart-confirmation label {
        font-size: var(--text-sm);
        line-height: var(--leading-normal);
        color: var(--styl-heading-color);
        cursor: pointer;
        font-weight: var(--font-weight-normal, 400);
        flex: 1;
        margin: 0
    }

    .styl-cart__totals .cart-confirmation label:hover {
        color: var(--cart-accent-color)
    }

    .styl-cart__totals .cart-confirmation input[type=checkbox]:focus-visible {
        outline: 2px solid var(--cart-accent-color);
        outline-offset: 2px;
        border-radius: 2px
    }

    .styl-cart__totals .wc-proceed-to-checkout {
        gap: var(--spacing-m);
        flex-direction: column;
        display: flex
    }

    @media not all and (min-width:480px) {
        .styl-cart__items .cart_item {
            gap: var(--spacing-2xs)var(--spacing-s)
        }

        .styl-cart__items .product-thumbnail img {
            width: 5rem;
            height: 5rem
        }
    }

    .styl-checkout {
        --checkout-max-width: 112rem;
        --checkout-border-color: var(--color-gray-1);
        --checkout-accent-color: var(--color-orange);
        --checkout-muted-color: var(--styl-muted-color);
        --checkout-radius: .5rem;
        --woo-border-color: var(--checkout-border-color);
        --woo-accent-color: var(--checkout-accent-color);
        --woo-muted-color: var(--checkout-muted-color);
        --woo-radius: var(--checkout-radius);
        --center-max-width: var(--checkout-max-width);
        --center-padding: var(--spacing-m);
        --switcher-target-container-width: 50rem;
        --gutter: var(--spacing-xl);
        padding-block: var(--spacing-xl)
    }

    .styl-checkout__form {
        flex-grow: 1.5
    }

    .styl-checkout h3,
    .styl-checkout .woocommerce-billing-fields h3,
    .styl-checkout .woocommerce-additional-fields h3,
    .styl-checkout #order_review_heading {
        font-size: var(--text-lg);
        color: var(--styl-heading-color);
        border-block-end: 1px solid var(--checkout-border-color);
        margin-block-end: var(--spacing-m);
        padding-block-end: var(--spacing-xs)
    }

    .styl-checkout .woocommerce-billing-fields__field-wrapper,
    .styl-checkout .woocommerce-additional-fields__field-wrapper {
        gap: var(--spacing-l);
        grid-template-columns: 1fr;
        display: grid
    }

    @media(min-width:480px) {
        .styl-checkout .woocommerce-billing-fields__field-wrapper {
            grid-template-columns: 1fr 1fr
        }

        .styl-checkout .form-row-wide {
            grid-column: 1/-1
        }

        .styl-checkout .form-row-first {
            grid-column: 1
        }

        .styl-checkout .form-row-last {
            grid-column: 2
        }
    }

    .styl-checkout .form-row {
        margin-block-end: 0
    }

    .styl-checkout label {
        font-size: var(--text-sm);
        font-weight: var(--font-weight-medium);
        color: var(--styl-heading-color);
        margin-block-end: var(--spacing-s);
        display: block
    }

    .styl-checkout label .required {
        color: var(--styl-form-control-accent-color)
    }

    .styl-checkout label .optional {
        color: var(--styl-muted-color);
        font-size: var(--text-xs)
    }

    .styl-checkout :is(input:not([type=checkbox], [type=radio], [type=color]), select, textarea) {
        font-size: var(--text-sm)
    }

    .styl-checkout textarea {
        resize: vertical;
        min-height: 6rem
    }

    .styl-checkout .select2-container .select2-selection--single {
        border-radius: var(--radius-s);
        border: var(--styl-stroke);
        background: var(--styl-form-control-background);
        height: auto;
        color: var(--styl-form-control-foreground);
        padding: .5em .8em
    }

    .styl-checkout .select2-container .select2-selection__rendered {
        line-height: inherit;
        font-size: var(--text-sm);
        padding: 0
    }

    .styl-checkout .select2-container .select2-selection__arrow {
        height: 100%;
        right: var(--spacing-xs)
    }

    .styl-checkout .col-1,
    .styl-checkout .col-2 {
        margin-block-end: var(--spacing-l)
    }

    .styl-checkout__order {
        flex-grow: 1
    }

    @media(min-width:768px) {
        .styl-checkout__order {
            top: var(--spacing-l);
            align-self: start;
            position: sticky
        }
    }

    .styl-checkout .woocommerce-checkout-review-order-table {
        border: none;
        width: 100%;
        display: block
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot {
        display: block
    }

    .styl-checkout .woocommerce-checkout-review-order-table,
    .styl-checkout .woocommerce-checkout-review-order-table th,
    .styl-checkout .woocommerce-checkout-review-order-table td {
        border: none
    }

    .styl-checkout .woocommerce-checkout-review-order-table :is(th, td)~:is(th, td) {
        border-inline-start: none
    }

    .styl-checkout .woocommerce-checkout-review-order-table tr+tr :is(th, td) {
        border-block-start: none
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody .cart_item {
        padding-block: var(--spacing-m);
        border-block-start: 1px solid var(--checkout-border-color);
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody .cart_item:first-child {
        border-block-start: none
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody .product-name {
        font-size: var(--text-sm);
        color: var(--styl-heading-color);
        text-align: left;
        flex: 1;
        padding: 0
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody .product-quantity {
        display: none
    }

    .styl-checkout .woocommerce-checkout-review-order-table tbody .product-total {
        text-align: right;
        white-space: nowrap;
        padding: 0
    }

    .styl-checkout .woocommerce-checkout-review-order-table tfoot {
        border-block-start: 1px solid var(--checkout-border-color);
        padding-block-start: var(--spacing-s)
    }

    .styl-checkout .woocommerce-checkout-review-order-table tfoot th,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot td {
        font-weight: var(--font-weight-normal, 400);
        padding: 0
    }

    .styl-checkout .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) .woocommerce-Price-amount {
        font-size: var(--text-base);
        color: var(--checkout-muted-color)
    }

    .styl-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
    .styl-checkout .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
        font-size: var(--text-base);
        color: var(--styl-heading-color)
    }

    .styl-checkout .woocommerce-checkout-payment {
        border: 0px;
        margin-block-start: var(--spacing-l);
        padding-block-start: var(--spacing-l)
    }

    .styl-checkout #payment {
        padding: 0
    }

    .styl-checkout .wc_payment_methods {
        margin: 0 0 var(--spacing-l)0;
        gap: var(--spacing-xs);
        flex-direction: column;
        padding: 0;
        list-style: none;
        display: flex
    }

    .styl-checkout .wc_payment_method {
        padding: var(--spacing-m);
        border: 1px solid var(--color-peach);
        border-radius: var(--checkout-radius);
        background: var(--styl-form-control-background);
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        gap: var(--spacing-xs);
        flex-wrap: wrap;
        margin: 0;
        transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
        display: flex;
        position: relative
    }

    .styl-checkout .wc_payment_method:hover {
        background: var(--color-cream)
    }

    .styl-checkout .wc_payment_method:has(input:checked) {
        border-color: var(--checkout-accent-color);
        background: var(--color-cream-light)
    }

    .styl-checkout .wc_payment_method .input-radio {
        width: 1.125em;
        height: 1.125em;
        accent-color: var(--checkout-accent-color);
        cursor: pointer;
        flex-shrink: 0;
        margin: 0
    }

    .styl-checkout .wc_payment_method label {
        cursor: pointer;
        font-size: var(--text-sm);
        font-weight: var(--font-weight-normal, 400);
        color: var(--styl-heading-color);
        flex: 1;
        order: -1;
        align-items: center;
        margin-block-end: 0;
        padding: 0;
        display: flex
    }

    .styl-checkout .wc_payment_method .input-radio:focus-visible {
        outline: 2px solid var(--checkout-accent-color);
        outline-offset: 2px;
        border-radius: 50%
    }

    .styl-checkout .payment_box {
        font-size: var(--text-xs);
        color: var(--checkout-gray-3);
        line-height: var(--leading-normal);
        flex-basis: 100%;
        margin-block-start: var(--spacing-xs);
        margin-inline-start: 0;
        padding: 1rem;
        background: transparent;
    }

    .styl-checkout .payment_box p {
        font-size: var(--text-xs);
        line-height: var(--leading-normal);
        margin: 0
    }

    .styl-checkout .payment_box p+p {
        margin-block-start: var(--spacing-xs)
    }

    .styl-checkout .woocommerce-privacy-policy-text {
        margin-block-end: var(--spacing-m)
    }

    .styl-checkout .woocommerce-privacy-policy-text p {
        font-size: var(--text-xs);
        color: var(--checkout-muted-color);
        margin: 0
    }

    .styl-checkout .woocommerce-privacy-policy-link {
        color: var(--woo-accent-color)
    }

    .styl-checkout .place-order {
        margin: 0
    }

    .styl-checkout wc-order-attribution-inputs {
        display: none
    }

    .styl-cart-empty {
        --cart-empty-max-width: 67.2rem;
        --cart-empty-border-color: var(--color-gray-1);
        --cart-empty-accent-color: var(--color-orange);
        --cart-empty-muted-color: var(--styl-muted-color);
        --cart-empty-radius: .5rem;
        --center-max-width: var(--cart-empty-max-width);
        --center-padding: var(--spacing-m);
        padding-block: var(--spacing-xl)
    }

    .styl-cart-empty__content {
        text-align: center;
        padding-block: var(--spacing-3xl);
        align-items: center;
        gap: var(--spacing-m);
        flex-direction: column;
        display: flex
    }

    .styl-cart-empty__message {
        font-family: var(--font-body);
        font-size: var(--text-xl);
        color: var(--styl-heading-color);
        letter-spacing: -.02em;
        margin: 0;
        font-weight: 700
    }

    .styl-cart-empty__subtext {
        font-size: var(--text-base);
        color: var(--cart-empty-muted-color);
        max-width: 30rem;
        margin: 0
    }

    .styl-cart-empty__action {
        width: 100%;
        max-width: 20rem;
        margin-block-start: var(--spacing-xs)
    }

    @media not all and (min-width:480px) {
        .styl-cart-empty__content {
            padding-block: var(--spacing-2xl)
        }

        .styl-cart-empty__message {
            font-size: var(--text-lg)
        }
    }

    .review-form-section__form {
        margin-block-start: var(--spacing-xl);
    }

    .reviews-cta__actions {
        --cluster-horizontal-alignment: center;
        --gutter: var(--spacing-s);
    }

    .reviews-grid {
        --grid-gap: var(--spacing-s);
        --grid-columns: 1;
        grid-auto-rows: minmax(400px, auto);
    }

    @media (width >=768px) {
        .reviews-grid {
            --grid-columns: 2;
        }
    }

    @media (width >=1024px) {
        .reviews-grid {
            --grid-columns: 3;
        }
    }

        .styl-account {
        --account-border-color: var(--color-gray-1);
        --account-accent-color: var(--color-orange);
        --account-muted-color: var(--styl-muted-color);
        --account-radius: .75rem;
        --account-nav-active-bg: var(--color-brand-primary);
        --account-nav-active-color: var(--color-black);
        --woo-border-color: var(--account-border-color);
        --woo-accent-color: var(--account-accent-color);
        --woo-muted-color: var(--account-muted-color);
        --woo-radius: var(--account-radius);
        --center-max-width: var(--layout-breakout-max-width);
        --center-padding: var(--spacing-m);
        font-family: var(--font-body);
        padding-block: var(--spacing-xl)
    }

    .styl-account .account-welcome {
        --surface-bg: var(--color-gray-1);
        --surface-padding: var(--spacing-l)var(--spacing-xl);
        --surface-border-radius: var(--radius-4xl);
        margin-block-end: var(--spacing-l)
    }

    .styl-account .account-welcome h2 {
        font-size: var(--text-xl);
        color: var(--styl-heading-color);
        font-weight: var(--font-weight-normal);
        line-height: var(--leading-fine);
        border: none;
        margin: 0;
        padding: 0
    }

    .styl-account .account-welcome h2 strong {
        color: var(--account-accent-color);
        font-weight: var(--font-weight-bold)
    }

    .styl-account .account-welcome p {
        font-size: var(--text-base);
        color: var(--account-muted-color);
        line-height: var(--leading-normal);
        margin: 0
    }

    .styl-account .account-logout-wrapper {
        border-block-start: 1px solid var(--account-border-color);
        justify-content: center;
        margin-block-start: var(--spacing-2xl);
        padding-block-start: var(--spacing-l);
        display: flex
    }

    .styl-account .account-logout {
        border: 1px solid var(--account-border-color);
        background: var(--color-white);
        color: var(--account-muted-color);
        font-size: var(--text-sm);
        white-space: nowrap;
        border-radius: 60px;
        align-items: center;
        gap: .5em;
        padding: .55em 1.5em;
        font-weight: 500;
        text-decoration: none;
        transition: background-color .15s, color .15s, border-color .15s;
        display: inline-flex
    }

    .styl-account .account-logout:hover {
        background: var(--color-gray-1);
        color: var(--styl-heading-color);
        border-color: var(--color-gray-2)
    }

    .styl-account .account-logout svg {
        flex-shrink: 0
    }

    .styl-account .account-dashboard {
        --grid-gap: var(--spacing-m);
        margin-block-end: var(--spacing-2xl)
    }

    .styl-account .card[data-card-intent=account-action] {
        --surface-bg: var(--color-gray-1);
        --surface-heading-color: var(--color-black);
        --surface-color: var(--color-gray-3);
        --surface-padding: var(--spacing-l);
        --surface-border-radius: var(--radius-4xl)
    }

    .styl-account .card[data-card-intent=account-action] .card__content {
        gap: var(--spacing-s);
        flex-direction: column;
        display: flex
    }

    .styl-account .card[data-card-intent=account-action] .account-action__icon {
        border-radius: var(--radius-2xl);
        background: var(--color-white);
        block-size: 3.5rem;
        inline-size: 3.5rem;
        color: var(--color-orange);
        justify-content: center;
        align-items: center;
        transition: background-color .2s, color .2s;
        display: flex
    }

    .styl-account .card[data-card-intent=account-action] .account-action__icon svg {
        block-size: 1.75rem;
        inline-size: 1.75rem
    }

    .styl-account .card[data-card-intent=account-action] h3 {
        font-size: var(--text-lg);
        font-weight: var(--font-weight-normal);
        color: var(--surface-heading-color);
        line-height: var(--leading-fine);
        border: none;
        margin: 0;
        padding: 0
    }

    .styl-account .card[data-card-intent=account-action] h3 a {
        color: inherit;
        text-decoration: none
    }

    .styl-account .card[data-card-intent=account-action] p {
        font-size: var(--text-base);
        color: var(--surface-color);
        line-height: var(--leading-normal);
        margin: 0
    }

    .styl-account .account-action__cta {
        font-size: var(--text-sm);
        color: var(--color-orange);
        text-transform: uppercase;
        letter-spacing: .03em;
        align-items: center;
        gap: .35em;
        margin-block-start: var(--spacing-xs);
        font-weight: 600;
        display: inline-flex
    }

    .styl-account .account-action__cta svg {
        transition: transform .2s
    }

    .styl-account .card[data-card-intent=account-action]:hover .account-action__cta svg {
        transform: translate(4px)
    }

    .styl-account .card[data-card-intent=account-action]:hover .account-action__icon,
    .styl-account .card[data-card-intent=account-action]:focus-within .account-action__icon {
        background: var(--color-orange);
        color: var(--color-white)
    }

    .styl-account .woocommerce-MyAccount-content>*+* {
        margin-block-start: var(--spacing-l)
    }

    .styl-account .woocommerce-MyAccount-content h2,
    .styl-account .woocommerce-MyAccount-content .woocommerce-column__title {
        font-size: var(--text-lg);
        color: var(--styl-heading-color);
        border-block-end: 1px solid var(--account-border-color);
        padding-block-end: var(--spacing-xs);
    }

    .styl-account .woocommerce-orders-table {
        border: none;
        width: 100%;
        display: block
    }

    .styl-account .woocommerce-orders-table thead {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .styl-account .woocommerce-orders-table tbody {
        gap: var(--spacing-s);
        flex-direction: column;
        display: flex
    }

    .styl-account .woocommerce-orders-table__row {
        align-items: center;
        gap: var(--spacing-s)var(--spacing-m);
        padding: var(--spacing-m)var(--spacing-l);
        border: 1px solid var(--account-border-color);
        border-radius: var(--account-radius);
        background: var(--color-white);
        grid-template-columns: auto 1fr auto auto auto;
        transition: border-color .15s;
        display: grid
    }

    .styl-account .woocommerce-orders-table__row:hover {
        border-color: var(--color-gold)
    }

    .styl-account .woocommerce-orders-table__cell {
        font-size: var(--text-sm);
        border: none;
        padding: 0
    }

    .styl-account .woocommerce-orders-table__cell:before {
        display: none
    }

    .styl-account .woocommerce-orders-table__cell-order-number a {
        color: var(--styl-heading-color);
        font-weight: 600;
        font-size: var(--text-sm);
        text-decoration: none
    }

    .styl-account .woocommerce-orders-table__cell-order-number a:hover {
        color: var(--account-accent-color);
        text-decoration: underline
    }

    .styl-account .woocommerce-orders-table__cell-order-date {
        color: var(--account-muted-color);
        font-size: var(--text-xs)
    }

    .styl-account .woocommerce-orders-table__cell-order-status mark {
        font-size: var(--text-xs);
        background: var(--color-gray-1);
        color: var(--styl-heading-color);
        background-color: #0000;
        border-radius: 60px;
        padding: .2em .75em;
        font-weight: 500;
        display: inline-block
    }

    .styl-account .woocommerce-orders-table__cell-order-status mark.order-status {
        background: var(--color-cream);
        color: var(--color-orange-dark)
    }

    .styl-account .woocommerce-orders-table__cell-order-status mark.status-completed {
        color: #065f46;
        background: #d1fae5
    }

    .styl-account .woocommerce-orders-table__cell-order-status mark.status-processing {
        background: var(--color-peach);
        color: var(--color-orange-dark)
    }

    .styl-account .woocommerce-orders-table__cell-order-status mark.status-cancelled {
        background: var(--color-gray-1);
        color: var(--color-gray-2)
    }

    .styl-account .woocommerce-orders-table__cell-order-total {
        color: var(--styl-heading-color);
        text-align: right;
        font-weight: 600
    }

    .styl-account .woocommerce-orders-table__cell-order-actions {
        align-items: center;
        display: flex
    }

    .styl-account .woocommerce-orders-table__cell-order-actions .button {
        --_padding-x: var(--spacing-s);
        --_padding-y: .4em;
        --_font-size: var(--text-xs);
        width: auto
    }

    .styl-account .woocommerce-MyAccount-content .woocommerce-info {
        padding: var(--spacing-l);
        border-radius: var(--account-radius);
        background: var(--color-cream);
        border-inline-start: 3px solid var(--account-accent-color);
        font-size: var(--text-sm);
        color: var(--styl-heading-color)
    }

    @media not all and (min-width:1024px) {
        .styl-account .card[data-card-intent=account-action] {
            --surface-padding: var(--spacing-m)
        }

        .styl-account .card[data-card-intent=account-action] .card__content {
            gap: var(--spacing-xs)
        }

        .styl-account .card[data-card-intent=account-action] .account-action__icon {
            block-size: 2.75rem;
            inline-size: 2.75rem
        }

        .styl-account .card[data-card-intent=account-action] .account-action__icon svg {
            block-size: 1.25rem;
            inline-size: 1.25rem
        }

        .styl-account .card[data-card-intent=account-action] h3 {
            font-size: var(--text-base)
        }

        .styl-account .card[data-card-intent=account-action] p {
            font-size: var(--text-sm)
        }

        .styl-account .account-action__cta {
            font-size: var(--text-xs)
        }
    }

    @media not all and (min-width:600px) {
        .styl-account .woocommerce-orders-table__row {
            grid-template-rows: auto auto auto;
            grid-template-columns: 1fr auto
        }

        .styl-account .woocommerce-orders-table__cell-order-number {
            grid-area: 1/1
        }

        .styl-account .woocommerce-orders-table__cell-order-actions {
            grid-area: 1/2/4;
            align-self: center
        }

        .styl-account .woocommerce-orders-table__cell-order-date {
            grid-area: 2/1
        }

        .styl-account .woocommerce-orders-table__cell-order-status {
            grid-area: 3/1
        }

        .styl-account .woocommerce-orders-table__cell-order-total {
            display: none
        }
    }

}

@layer styl.theme {
    @media (min-width: 768px) {
        :root {
            --layout-inline-padding: 2rem !important;
        }
    }
}

@layer styl.base {
    .header-wrapper {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .header-wrapper.scrolling {
        background: radial-gradient(73.91% 86.95% at 76.8% 52.78%, var(--color-orange-bright)0%, var(--color-orange-dark)100%);
        top: 0px !important;
        padding: var(--spacing-m) 0;
    }
}

.rkids-ws-form-wrapper {
    max-width: 600px;
    margin-inline: auto;
}

/* .form-group → .wsf-field-wrapper */
.rkids-ws-form-wrapper .wsf-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
}

/* labels */
.rkids-ws-form-wrapper .wsf-field-wrapper .wsf-label {
    display: flex;
    align-items: center;
    gap: var(--spacing-2xs);
    font-weight: var(--font-weight-medium);
    color: var(--styl-heading-color);
}

/* required indicator */
.rkids-ws-form-wrapper .wsf-field-wrapper .wsf-required {
    color: var(--styl-form-control-accent-color);
}

/* inputs and textareas — element+class selectors to beat WSF's specificity */
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="text"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="email"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="tel"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="number"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="url"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="search"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="password"].wsf-field,
.rkids-ws-form-wrapper .wsf-field-wrapper textarea.wsf-field {
    padding: 0.5em 0.8em;
    border-radius: var(--styl-form-control-border-radius);
    border: var(--styl-stroke);
    background: var(--styl-form-control-background);
    color: var(--styl-form-control-foreground);
    width: 100%;
    font-family: var(--font-body);
    font-size: var(--text-base);
    transition:
        outline-width 0.15s ease-in-out,
        outline-offset 0.15s ease-in-out,
        outline-color 0.15s ease-in-out;
}

/* focus & hover states */
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="text"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="text"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="email"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="email"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="tel"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="tel"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="number"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="number"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="url"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="url"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="search"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="search"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="password"].wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper input[type="password"].wsf-field:focus,
.rkids-ws-form-wrapper .wsf-field-wrapper textarea.wsf-field:hover,
.rkids-ws-form-wrapper .wsf-field-wrapper textarea.wsf-field:focus {
    outline: 2px solid var(--styl-form-control-accent-color);
    outline-offset: -2px;
    box-shadow: none;
}

/* textarea specifics */
.rkids-ws-form-wrapper .wsf-field-wrapper textarea.wsf-field {
    resize: vertical;
    min-height: 8rem;
}

/* success message */
.rkids-ws-form-wrapper .wsf-message-success {
    padding: var(--spacing-m);
    border-radius: var(--radius-s);
    text-align: center;
    background: var(--color-brand-light);
    color: var(--styl-heading-color);
    border: 1px solid var(--styl-form-control-accent-color);
}

.rkids-ws-form-wrapper .wsf-message-success p {
    margin: 0;
    font-weight: var(--font-weight-medium);
}

.brxe-ws-form-form .wsf-form button.wsf-button.button {
    --_bg: var(--color-orange);
    --_color: var(--color-white);
    --_radius: 60px;
    --_font-size: var(--text-sm, var(--text-base));
    --_padding-x: var(--spacing-l);
    --_padding-y: var(--spacing-m);
    --_gutter: .5ch;
    --styl-focus-color: var(--_bg);
    gap: var(--_gutter);
    line-height: var(--leading-fine);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: var(--_bg);
    color: var(--_color);
    padding: var(--_padding-y)var(--_padding-x);
    border-radius: var(--_radius);
    width: 100%;
    font-family: var(--font-display);
    font-size: var(--_font-size);
    font-weight: var(--font-weight-normal, 400);
    border: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: filter .18s, transform 80ms;
    display: inline-flex
}

.brxe-ws-form-form .wsf-form button.wsf-button.wsf-button-danger.button {
    --_bg: var(--color-orange-dark);
    --_padding-x: var(--spacing-s);
    --_padding-y: var(--spacing-s);
}

.brxe-ws-form-form .wsf-form button.wsf-button.wsf-button-danger.button[aria-label="Remove"] {
    max-width: fit-content;
}


.brxe-ws-form-form .wsf-form button.wsf-button.button:hover {
    filter: brightness(105%);
    background: var(--_bg) !important;
}

/* Pending payment */
.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
    color: #777; /* grey */
}

/* Processing */
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #2271b1; /* blue */
}

/* On hold */
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
    color: #f0ad4e; /* amber/orange */
}

/* Completed */
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: #5b841b; /* green */
}

/* Cancelled */
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: #e2401c; /* red */
}

/* Refunded */
.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
    color: #b46ee0; /* purple */
}

/* Failed */
.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
    color: #e2401c; /* red */
}

/* ===================================
   RUKIDSCLUB — WooCommerce Order View
   Scoped to: .styl-view-order
   =================================== */

.styl-view-order {
  --rk-orange:       #f69d05;
  --rk-orange-deep:  #ea5b0c;
  --rk-dark:         #17222b;
  --rk-text:         #3d4752;
  --rk-muted:        #6b7280;
  --rk-border:       #e8eaed;
  --rk-surface-warm: #fffbf5;
}

/* ── Content max-width ─────────────── */
.styl-view-order .brxe-woocommerce-account-view-order {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 8px 24px 48px !important;
}

/* ── Order meta info bar ───────────── */
.styl-view-order .brxe-woocommerce-account-view-order > p {
  color: var(--rk-muted) !important;
  margin-bottom: 28px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 12px 16px !important;
  background: var(--rk-surface-warm) !important;
  border: 1px solid rgba(246,157,5,.22) !important;
  border-left: 4px solid var(--rk-orange) !important;
  border-radius: 6px !important;
  line-height: 1.6 !important;
}

.styl-view-order mark.order-number,
.styl-view-order mark.order-date,
.styl-view-order mark.order-status {
  background: transparent !important;
  padding: 0 !important;
}
.styl-view-order mark.order-number,
.styl-view-order mark.order-date {
  font-weight: 700 !important;
  color: var(--rk-dark) !important;
}
.styl-view-order mark.order-status {
  display: inline-block !important;
  background: linear-gradient(135deg, var(--rk-orange) 0%, var(--rk-orange-deep) 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 2px 11px !important;
  border-radius: 20px !important;
  font-size: 0.75em !important;
  vertical-align: middle !important;
  box-shadow: 0 2px 6px rgba(234,91,12,.22) !important;
}

/* ── Section wrappers — no box ─────── */
.styl-view-order .woocommerce-order-details {
  display: block !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
  overflow: visible !important;
}

/* ── Section headings — theme defaults + divider only ── */
.styl-view-order .woocommerce-order-details__title,
.styl-view-order .woocommerce-column__title {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--rk-border) !important;
  border-radius: 0 !important;
  padding: 0 0 10px !important;
  margin: 0 0 20px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

/* ── Order table — borderless ─────── */
.styl-view-order table.woocommerce-table--order-details {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  background: transparent !important;
}

.styl-view-order table.woocommerce-table--order-details th.product-name,
.styl-view-order table.woocommerce-table--order-details td.product-name {
  width: 65% !important;
}
.styl-view-order table.woocommerce-table--order-details th.product-total,
.styl-view-order table.woocommerce-table--order-details td.product-total {
  width: 35% !important;
}

.styl-view-order table.woocommerce-table--order-details thead th {
  color: var(--rk-muted) !important;
  font-weight: 600 !important;
  padding: 0 0 8px !important;
  border-bottom: 2px solid var(--rk-border) !important;
  background: transparent !important;
  text-align: left !important;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.styl-view-order table.woocommerce-table--order-details thead th.product-total {
  text-align: right !important;
}

.styl-view-order table.woocommerce-table--order-details tbody td {
  padding: 16px 0 !important;
  vertical-align: top !important;
  border-bottom: 1px solid var(--rk-border) !important;
  color: var(--rk-text) !important;
  background: transparent !important;
}

.styl-view-order table.woocommerce-table--order-details .product-name a {
  font-weight: 600 !important;
  color: var(--rk-dark) !important;
  text-decoration: none !important;
}
.styl-view-order table.woocommerce-table--order-details .product-name a:hover {
  color: var(--rk-orange-deep) !important;
  text-decoration: underline !important;
}

.styl-view-order table.woocommerce-table--order-details .product-quantity {
  display: inline-block !important;
  color: var(--rk-muted) !important;
  font-weight: 500 !important;
  padding: 1px 8px !important;
  border-radius: 20px !important;
  margin-left: 6px !important;
  border: 1px solid var(--rk-border) !important;
  vertical-align: middle !important;
  font-size: 0.78em !important;
  background: transparent !important;
}

.styl-view-order table.woocommerce-table--order-details td.product-total {
  text-align: right !important;
  font-weight: 600 !important;
  color: var(--rk-dark) !important;
  white-space: nowrap !important;
  vertical-align: top !important;
  background: transparent !important;
}

/* ── Appointment info — no box, no borders ── */
.styl-view-order .rk-appt-block {
  margin-top: 20px !important;
  border: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.styl-view-order .rk-appt-header {
  font-size: 0.72em !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: var(--rk-muted) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 0 8px !important;
  margin-bottom: 4px !important;
}

.styl-view-order .rk-meta-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  padding: 9px 0 !important;
  border: none !important;
  background: transparent !important;
}

.styl-view-order .rk-meta-label {
  font-weight: 600 !important;
  color: var(--rk-dark) !important;
  white-space: nowrap !important;
  min-width: 140px !important;
  font-size: 0.88em !important;
  text-transform: capitalize;
}
.styl-view-order .rk-meta-value {
  color: var(--rk-text) !important;
  flex: 1 !important;
  font-size: 0.88em !important;
}

/* Additional Info section header */
.styl-view-order .rk-meta-section-header {
  margin-top: 24px !important;
  border: none !important;
  padding-top: 0 !important;
}
.styl-view-order .rk-meta-section-header .rk-meta-label {
  font-size: 0.7em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.7px !important;
  color: var(--rk-muted) !important;
  font-weight: 700 !important;
}

/* ── Totals footer — no background ── */
.styl-view-order table.woocommerce-table--order-details tfoot {
  background: transparent !important;
}
.styl-view-order table.woocommerce-table--order-details tfoot tr th,
.styl-view-order table.woocommerce-table--order-details tfoot tr td {
  padding: 10px 0 !important;
  border-top: 1px solid var(--rk-border) !important;
  border-bottom: none !important;
  background: transparent !important;
  font-weight: 500 !important;
  color: var(--rk-text) !important;
}
.styl-view-order table.woocommerce-table--order-details tfoot td {
  text-align: right !important;
}

/* Total row */
.styl-view-order table.woocommerce-table--order-details tfoot tr:nth-child(2) th,
.styl-view-order table.woocommerce-table--order-details tfoot tr:nth-child(2) td {
  font-weight: 700 !important;
  color: var(--rk-dark) !important;
  background: transparent !important;
  border-top: 1px solid var(--rk-border) !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* Payment method row */
.styl-view-order table.woocommerce-table--order-details tfoot tr:nth-child(3) th,
.styl-view-order table.woocommerce-table--order-details tfoot tr:nth-child(3) td {
  font-weight: 400 !important;
  color: var(--rk-muted) !important;
  font-size: 0.9em !important;
  background: transparent !important;
  border-top: 1px solid var(--rk-border) !important;
}


/* ── Thank you notice ──────────────── */
.styl-view-order .woocommerce-notice--success {
  text-align: center !important;
  color: var(--rk-dark) !important;
  margin-bottom: 24px !important;
  font-size: 1.05em !important;
  padding: 14px 20px !important;
  background: var(--rk-surface-warm) !important;
  border: 1px solid rgba(246,157,5,.22) !important;
  border-left: 4px solid var(--rk-orange) !important;
  border-radius: 6px !important;
  display: block !important;
}

/* ── Order overview table (UL) ─────── */
.styl-view-order .woocommerce-order-overview {
  display: flex !important;
  flex-wrap: wrap !important;
  border: 1px solid var(--rk-border) !important;
  border-radius: 8px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  overflow: hidden !important;
}

.styl-view-order .woocommerce-order-overview li {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  padding: 14px 20px !important;
  border: none !important;
  border-right: 1px solid var(--rk-border) !important;
  border-bottom: 1px solid var(--rk-border) !important;
  background: transparent !important;
  font-size: 0.85em !important;
  color: var(--rk-muted) !important;
  line-height: 1.4 !important;
  flex: 1 1 160px !important;
}

.styl-view-order .woocommerce-order-overview li strong {
  display: block !important;
  color: var(--rk-dark) !important;
  font-weight: 700 !important;
  font-size: 1.05em !important;
}

.styl-view-order .woocommerce-order-overview__total strong {
  font-size: 1.1em !important;
}

/* ── Payment instruction paragraph ── */
.styl-view-order .brxe-woocommerce-checkout-thankyou > p:not(.woocommerce-notice) {
  font-size: 0.85em !important;
  color: var(--rk-muted) !important;
  text-align: center !important;
  margin: 4px 0 32px !important;
  padding: 8px 16px !important;
  background: var(--rk-surface-warm) !important;
  border-radius: 6px !important;
  border: 1px dashed rgba(246,157,5,.3) !important;
}


/* Fix blue flash on input hover/focus */
.rkids-ws-form-wrapper {
  --wsf-field-border-color-focus: var(--styl-form-control-accent-color, #ffc701);
  --wsf-field-border-color-hover: var(--styl-form-control-accent-color, #ffc701);
}

.rkids-ws-form-wrapper .wsf-field:focus {
  outline: 2px solid var(--styl-form-control-accent-color, #ffc701) !important;
  outline-offset: -2px !important;
}

.rkids-ws-form-wrapper input.wsf-field,
.rkids-ws-form-wrapper textarea.wsf-field,
.rkids-ws-form-wrapper select.wsf-field {
  transition: outline-width 0.15s ease-in-out, outline-offset 0.15s ease-in-out;
}

/* Fix: checkbox checked state - replace blue with orange */
.rkids-ws-form-wrapper {
  --wsf-field-checkbox-checked-color-background: var(--styl-form-control-accent-color, #ffc701);
  --wsf-field-checkbox-checkmark-color: var(--color-gray-1);
}

/* Fix: blue border/outline on checkbox focus */
.rkids-ws-form-wrapper input[type="checkbox"].wsf-field:focus {
  border-color: var(--styl-form-control-accent-color, #ffc701) !important;
  outline: 2px solid var(--styl-form-control-accent-color, #ffc701) !important;
  outline-offset: 1px !important;
}

/* Hide Custom Fields */
#am-cf-9,
#am-cf-10 {
  display: none !important;
}

/* ─────────────────────────────────────────────
   Participant Details row — Order Received page
   Matches the Amelia "Appointment Info" table style
   ───────────────────────────────────────────── */

.borahh-participant-thankyou {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

.borahh-participant-thankyou td {
	padding: 0.5em 0;
	border: none;
	font-size: inherit;
	line-height: inherit;
	vertical-align: top;
    color: var(--color-black);
}

.borahh-participant-thankyou__label {
	font-weight: 700;
	width: 40%;
	padding-right: 1em;
}

.borahh-participant-thankyou__value {
	width: 60%;
}