:root {
--ink: #18343b;
--muted: #526d73;
--brand: #087f99;
--brand-dark: #075d70;
--brand-soft: #e8f7fa;
--surface: #ffffff;
--surface-soft: #f5fafb;
--line: #d7e7ea;
--focus: #ffbf47;
--shadow: 0 24px 70px rgba(18, 88, 103, .13);
--shadow-small: 0 12px 34px rgba(18, 88, 103, .1);
--radius: 24px;
--radius-small: 16px;
--shell: min(1180px, calc(100% - 40px));
font-family: ui-rounded, "Avenir Next", "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: var(--ink);
background: var(--surface);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--surface); color: var(--ink); overflow-x: clip; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.notice { min-height: 38px; display: grid; place-items: center; padding: 8px 20px; background: var(--brand); color: white; font-size: 14px; font-weight: 700; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(215, 231, 234, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-row { min-height: 128px; display: flex; align-items: center; gap: 24px; }
.brand-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand-link img { width: 108px; height: 108px; border-radius: 26px; object-fit: cover; }
.brand-link span { font-size: clamp(23px, 1.75vw, 28px); font-weight: 850; letter-spacing: -.03em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; white-space: nowrap; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #34525a; text-decoration: none; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--brand-dark); }
.nav-book, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid var(--brand); border-radius: 999px; background: var(--brand); color: white !important; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.nav-book { min-height: 44px !important; padding-inline: 17px; }
.button:hover, .nav-book:hover { background: var(--brand-dark); box-shadow: var(--shadow-small); transform: translateY(-1px); }
.button:active, .nav-book:active { transform: scale(.98); }
.button.secondary { background: transparent; color: var(--brand-dark) !important; }
.button.secondary:hover { background: var(--brand-soft); box-shadow: none; }
.menu-button { display: none; margin-left: auto; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-weight: 800; cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 12px 20px 20px; background: white; }
.mobile-nav.open { display: grid; }
.mobile-nav a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 750; }
.mobile-nav .nav-book { margin-top: 14px; border-bottom: 0; }
.hero { min-height: calc(100dvh - 114px); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(36px, 6vw, 88px); padding-block: clamp(54px, 7vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--brand-dark); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero .eyebrow { font-size: 15px; letter-spacing: .11em; }
.hero h1, .page-hero h1 { margin: 0; max-width: 720px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-media { position: relative; min-height: 620px; }
.hero-media .main-photo { position: absolute; inset: 0 18% 4% 0; width: 82%; height: 96%; border-radius: 42px 42px 120px 42px; object-fit: cover; box-shadow: var(--shadow); }
.hero-media .small-photo { position: absolute; right: -14%; bottom: 0; width: 50%; height: auto; aspect-ratio: 1; border: 8px solid white; border-radius: 28px; object-fit: cover; box-shadow: var(--shadow-small); }
.hero-media .voice-note { position: absolute; top: 8%; right: -3%; width: 180px; padding: 16px 18px; border-radius: var(--radius-small); background: white; box-shadow: var(--shadow-small); color: var(--brand-dark); font-weight: 800; line-height: 1.25; }
.promise { padding: 24px 0; border-block: 1px solid var(--line); background: var(--brand-soft); }
.promise-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.promise-item { display: flex; align-items: center; gap: 12px; min-height: 50px; font-weight: 750; }
.promise-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--brand-dark); font-weight: 900; box-shadow: inset 0 0 0 1px var(--line); }
.section { padding-block: clamp(76px, 9vw, 120px); }
.section.soft { background: var(--surface-soft); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.about-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 40px; }
.about-photo::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 42%; height: 36%; border-radius: 28px; background: var(--brand-soft); z-index: -1; }
.about-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.about-copy > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.story-disclosure { margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-disclosure summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--brand-dark); font-weight: 850; list-style: none; }
.story-disclosure summary::after { content: "+"; font-size: 26px; }
.story-disclosure[open] summary::after { content: "-"; }
.story-disclosure div { padding: 0 0 22px; color: var(--muted); line-height: 1.7; }
.service-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.service-feature, .service-compact { position: relative; overflow: hidden; border-radius: var(--radius); }
.service-feature { min-height: 560px; display: flex; align-items: flex-end; padding: 34px; color: white; background: var(--brand-dark); }
.service-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.service-feature::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(4, 48, 59, .94)); }
.service-feature > div { position: relative; z-index: 1; max-width: 560px; }
.service-feature h3 { margin: 0; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.045em; }
.service-feature p { font-size: 18px; line-height: 1.55; }
.service-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.service-compact { min-height: 270px; padding: 30px; background: var(--brand-soft); }
.service-compact:nth-child(2) { background: #eef4f6; }
.service-compact h3 { margin: 0 0 12px; font-size: 34px; letter-spacing: -.035em; }
.service-compact p { color: var(--muted); line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--brand-dark); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.team-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; align-items: end; }
.person { margin: 0; }
.person img { width: 100%; height: 360px; border-radius: 28px; object-fit: cover; object-position: center 25%; }
.person:first-child img { height: 470px; }
.person figcaption { padding: 18px 4px 0; }
.person strong { display: block; font-size: 22px; }
.person span { display: block; margin-top: 5px; color: var(--muted); line-height: 1.45; }
.shop-preview { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; }
.product-tile { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-decoration: none; box-shadow: 0 18px 50px rgba(18, 88, 103, .06); transition: transform .25s ease, box-shadow .25s ease; }
.product-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-small); }
.product-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #f3f7f8; }
.product-tile:first-child img { aspect-ratio: 1.2; }
.product-info { padding: 20px; }
.product-info h3 { margin: 0; font-size: 23px; }
.product-info p { color: var(--muted); }
.testimonial-shell { position: relative; overflow: hidden; min-height: 390px; padding: clamp(34px, 6vw, 72px); border-radius: 36px; background: var(--brand-dark); color: white; }
.testimonial { display: none; max-width: 860px; }
.testimonial.active { display: block; animation: quote-in .38s ease both; }
.testimonial blockquote { margin: 0; font-size: clamp(25px, 3.5vw, 44px); line-height: 1.28; letter-spacing: -.025em; }
.testimonial cite { display: block; margin-top: 28px; color: #c8edf4; font-style: normal; font-weight: 750; }
.quote-controls { position: absolute; right: 28px; bottom: 26px; display: flex; gap: 10px; }
.quote-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 20px; }
@keyframes quote-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.testimonial-wheel-section { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%); }
.testimonial-wheel-section .section-heading { margin-bottom: 38px; }
.testimonial-wheel { width: 100%; overflow: hidden; padding: 10px 0 34px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.testimonial-wheel-track { display: flex; width: max-content; gap: 18px; animation: testimonial-wheel-spin 92s linear infinite; will-change: transform; }
.testimonial-wheel:hover .testimonial-wheel-track, .testimonial-wheel:focus-within .testimonial-wheel-track { animation-play-state: paused; }
.testimonial-wheel-group { display: flex; gap: 18px; }
.testimonial-wheel-card { --wheel-card: #daf4ef; position: relative; flex: 0 0 clamp(330px, 34vw, 510px); min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(28px, 3vw, 42px); border: 1px solid rgba(15, 63, 73, .09); border-radius: 34px; background: var(--wheel-card); box-shadow: 0 18px 48px rgba(15, 63, 73, .08); }
.testimonial-wheel-card:nth-child(5n + 2) { --wheel-card: #fff0ad; }
.testimonial-wheel-card:nth-child(5n + 3) { --wheel-card: #ede8ff; }
.testimonial-wheel-card:nth-child(5n + 4) { --wheel-card: #ffdcd2; }
.testimonial-wheel-card:nth-child(5n + 5) { --wheel-card: #e3f4d2; }
.testimonial-wheel-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--brand), var(--sun), var(--coral), var(--lilac)); }
.testimonial-wheel-mark { position: absolute; top: 12px; right: 24px; color: rgba(15, 63, 73, .12); font-size: 100px; font-weight: 900; line-height: 1; }
.testimonial-wheel-card blockquote { position: relative; z-index: 1; margin: 0; color: var(--ink); font-size: clamp(20px, 2vw, 27px); font-weight: 720; line-height: 1.4; letter-spacing: -.025em; }
.testimonial-wheel-card cite { position: relative; z-index: 1; display: block; margin-top: 28px; color: var(--brand-dark); font-style: normal; font-weight: 850; }
@keyframes testimonial-wheel-spin { to { transform: translateX(calc(-50% - 9px)); } }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.contact-details h2 { margin: 0; font-size: clamp(42px, 5vw, 62px); letter-spacing: -.045em; }
.contact-details > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-list a, .contact-list span { color: var(--ink); text-decoration: none; font-weight: 700; line-height: 1.5; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-small); }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #afc9cf; border-radius: 12px; background: white; color: var(--ink); font-size: 16px; }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 14px; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: var(--brand-dark); font-weight: 750; }
.page-hero { padding-block: clamp(62px, 8vw, 110px); background: var(--surface-soft); }
.page-hero .shell { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: center; }
.page-hero p { max-width: 620px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.page-hero img { width: 100%; max-height: 430px; border-radius: 34px; object-fit: cover; }
.breadcrumb { margin-bottom: 18px; color: var(--brand-dark); font-size: 14px; font-weight: 750; }
.breadcrumb a { text-underline-offset: 4px; }
.service-groups { display: grid; gap: 56px; }
.service-group { display: grid; grid-template-columns: 270px 1fr; gap: 42px; }
.service-group h2 { margin: 0; font-size: 34px; letter-spacing: -.03em; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 820; }
.accordion summary::after { content: "+"; flex: 0 0 auto; color: var(--brand); font-size: 26px; }
.accordion details[open] summary::after { content: "-"; }
.accordion details p { max-width: 690px; margin: 0; padding: 0 0 26px; color: var(--muted); line-height: 1.65; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filter-row button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-weight: 750; cursor: pointer; }
.filter-row button.active { border-color: var(--brand); background: var(--brand); color: white; }
.shop-category-section { padding-top: 78px; padding-bottom: 36px; }
.shop-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 44px; align-items: end; margin-bottom: 30px; }
.shop-section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 5vw, 64px); letter-spacing: -.055em; line-height: .98; }
.shop-section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.shop-category-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.shop-category-card { --category-bg: #e4f7f4; grid-column: span 3; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(15, 63, 73, .09); border-radius: 28px; background: var(--category-bg); color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(15, 63, 73, .07); transform: translateY(0); transition: transform .28s ease, box-shadow .28s ease; }
.shop-category-card--feature { grid-column: span 6; flex-direction: row; }
.shop-category-card--aqua { --category-bg: #d9f4ef; }
.shop-category-card--sun { --category-bg: #fff1a8; }
.shop-category-card--lilac { --category-bg: #ece8ff; }
.shop-category-card--coral { --category-bg: #ffdcd1; }
.shop-category-card--leaf { --category-bg: #e3f4d0; }
.shop-category-card--sky { --category-bg: #dcefff; }
.shop-category-card--peach { --category-bg: #ffe5c6; }
.shop-category-card:hover, .shop-category-card:focus-visible { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(15, 63, 73, .13); }
.shop-category-card:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.shop-category-card.active { box-shadow: 0 0 0 3px var(--brand), 0 20px 44px rgba(15, 63, 73, .13); }
.shop-category-image { display: block; overflow: hidden; margin: 10px 10px 0; border-radius: 20px; background: white; }
.shop-category-card--feature .shop-category-image { width: 54%; margin: 10px 0 10px 10px; }
.shop-category-image img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.shop-category-card:hover .shop-category-image img { transform: scale(1.035); }
.shop-category-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.shop-category-copy strong { margin-bottom: 9px; font-size: 24px; line-height: 1.06; letter-spacing: -.025em; }
.shop-category-copy > span:not(.shop-category-count):not(.shop-category-action) { color: rgba(15, 63, 73, .76); font-size: 14px; line-height: 1.5; }
.shop-category-count { margin-bottom: auto; padding-bottom: 24px; color: rgba(15, 63, 73, .66); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.shop-category-action { margin-top: 20px; font-size: 14px; font-weight: 850; }
.shop-category-action span { display: inline-block; transition: transform .2s ease; }
.shop-category-card:hover .shop-category-action span { transform: translateX(4px); }
.shop-catalogue { scroll-margin-top: 110px; padding-top: 56px; }
.shop-section-heading--catalogue { margin-bottom: 22px; }
.shop-section-heading--catalogue h2 { font-size: clamp(34px, 4vw, 52px); }
.shop-section-heading--catalogue strong { color: var(--brand-dark); }
.catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.catalog-card[hidden] { display: none; }
.catalog-image { position: relative; overflow: hidden; background: #f1f6f7; }
.catalog-card img { width: 100%; height: auto; aspect-ratio: 1.06; object-fit: cover; transition: transform .4s ease; } .catalog-card:hover img { transform: scale(1.025); }
.catalog-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--ink); box-shadow: 0 6px 20px rgba(15, 63, 73, .12); backdrop-filter: blur(10px); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.catalog-card .product-info { display: flex; flex-direction: column; flex: 1; }
.catalog-card .price { margin: 7px 0 18px; color: var(--brand-dark); font-size: 18px; font-weight: 850; }
.catalog-card .button { margin-top: auto; align-self: flex-start; }
.cart-button { position: fixed; right: 22px; bottom: 22px; z-index: 24; min-height: 52px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--ink); color: white; box-shadow: var(--shadow-small); cursor: pointer; font-weight: 850; }
.cart-panel { position: fixed; inset: 0 0 0 auto; z-index: 60; width: min(430px, 100%); padding: 24px; border: 0; background: white; box-shadow: -20px 0 80px rgba(15, 63, 73, .2); transform: translateX(105%); transition: transform .3s ease; }
.cart-panel.open { transform: none; }
.cart-head { display: flex; justify-content: space-between; align-items: center; }
.icon-button { min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); cursor: pointer; font-weight: 850; }
.cart-items { display: grid; gap: 12px; margin-block: 28px; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cart-item button { border: 0; background: transparent; color: var(--brand-dark); cursor: pointer; text-decoration: underline; }
.cart-total { display: flex; justify-content: space-between; font-size: 20px; font-weight: 850; }
.empty-cart { padding: 30px 0; color: var(--muted); }
.order-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.order-summary { max-width: 620px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.order-summary h2 { margin-top: 0; }
.order-summary[hidden] { display: none; }
.order-summary .cart-item { grid-template-columns: 1fr auto; align-items: baseline; }
.order-summary .cart-total { margin-top: 20px; }
.media-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.media-card { overflow: hidden; border-radius: var(--radius); background: var(--surface-soft); text-decoration: none; }
.media-card:first-child { grid-row: span 2; }
.media-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.media-card:first-child img { aspect-ratio: 16/12; }
.media-card div { padding: 22px; }
.media-card h2, .media-card h3 { margin: 0; }
.media-card p { color: var(--muted); }
.course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.course-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.course-visual { min-height: 230px; display: grid; place-items: center; padding: 26px; background: var(--brand-soft); color: var(--brand-dark); text-align: center; }
.course-visual strong { max-width: 370px; font-size: 38px; line-height: 1.08; letter-spacing: -.04em; }
.course-copy { padding: 26px; }
.course-copy h2 { margin: 0; font-size: 28px; }
.course-copy p { color: var(--muted); line-height: 1.6; }
.lesson-list { margin: 20px 0; padding: 0; list-style: none; }
.lesson-list li { display: flex; gap: 10px; padding: 8px 0; color: var(--muted); }
.lesson-list li::before { content: ""; width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; border: 2px solid var(--brand); border-radius: 50%; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 70px; align-items: start; }
.article-body { font-size: 18px; line-height: 1.75; }
.article-body h2 { margin-top: 52px; font-size: 36px; letter-spacing: -.035em; }
.article-body .lead { font-size: 24px; color: var(--brand-dark); }
.article-aside { position: sticky; top: 110px; padding: 24px; border-radius: var(--radius); background: var(--brand-soft); }
.article-aside h2 { margin-top: 0; font-size: 25px; }
.site-footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: var(--surface-soft); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 112px; height: 112px; border-radius: 26px; object-fit: cover; }
.footer-brand p { max-width: 360px; color: var(--muted); line-height: 1.6; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 6px; }
.footer-links a { min-height: 38px; display: inline-flex; align-items: center; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--brand-dark); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.booking-modal { position: fixed; inset: 0; z-index: 80; display: none; padding: 20px; background: rgba(10, 42, 49, .62); overflow-y: auto; }
.booking-modal.open { display: grid; place-items: center; }
.booking-card { width: min(720px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: clamp(24px, 5vw, 42px); border-radius: 28px; background: white; box-shadow: 0 34px 100px rgba(0,0,0,.26); }
.booking-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.booking-head h2 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
.booking-head p { color: var(--muted); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.booking-form .button { grid-column: 1 / -1; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1080px) {
.desktop-nav { gap: 13px; }
.desktop-nav a { font-size: 13px; }
.brand-link span { display: none; }
.hero-media { min-height: 565px; }
.hero-media .main-photo { inset: 0 18% 3% 0; width: 82%; height: 97%; }
.hero-media .small-photo { right: -12%; width: 50%; }
}
@media (max-width: 860px) {
:root { --shell: min(100% - 30px, 680px); }
.desktop-nav { display: none; }
.menu-button { display: inline-grid; place-items: center; }
.hero, .about-grid, .contact-layout, .page-hero .shell, .article-layout { grid-template-columns: 1fr; }
.hero { min-height: auto; padding-top: 46px; }
.hero h1, .page-hero h1 { font-size: clamp(44px, 12vw, 64px); }
.hero-media { min-height: 540px; }
.hero-media .main-photo { inset: 0 12% 6% 0; width: 88%; height: 94%; }
.hero-media .small-photo { right: 0; width: 44%; }
.hero-media .voice-note { right: 0; }
.promise-row { grid-template-columns: 1fr 1fr; }
.service-layout { grid-template-columns: 1fr; }
.service-feature { min-height: 480px; }
.team-grid { grid-template-columns: 1fr 1fr; }
.person:first-child { grid-column: 1 / -1; }
.person:first-child img { height: 520px; }
.shop-preview { grid-template-columns: 1fr 1fr; }
.shop-preview .product-tile:first-child { grid-column: 1 / -1; }
.service-group { grid-template-columns: 1fr; gap: 16px; }
.shop-section-heading { grid-template-columns: 1fr; gap: 16px; align-items: start; }
.shop-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shop-category-card, .shop-category-card--feature { grid-column: auto; flex-direction: column; }
.shop-category-card--feature .shop-category-image { width: auto; margin: 10px 10px 0; }
.catalog { grid-template-columns: 1fr 1fr; }
.media-grid { grid-template-columns: 1fr; }
.media-card:first-child { grid-row: auto; }
.course-grid { grid-template-columns: 1fr; }
.article-aside { position: static; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
:root { --shell: calc(100% - 28px); --radius: 20px; }
.notice { font-size: 12px; }
.header-row { min-height: 100px; }
.brand-link img { width: 78px; height: 78px; border-radius: 20px; }
.hero h1, .page-hero h1 { font-size: clamp(42px, 13.4vw, 56px); line-height: 1; }
.hero .eyebrow { font-size: 14px; }
.hero-copy > p:not(.eyebrow), .page-hero p { font-size: 17px; }
.hero-actions { display: grid; }
.hero-actions .button { width: 100%; }
.hero-media { min-height: 440px; }
.hero-media .main-photo { inset: 0 13% 8% 0; width: 87%; height: 92%; border-radius: 28px 28px 78px 28px; }
.hero-media .small-photo { right: 0; bottom: 0; width: 50%; height: auto; aspect-ratio: 1; border-width: 5px; border-radius: 20px; }
.hero-media .voice-note { top: 7%; right: 0; width: 140px; padding: 12px; font-size: 14px; }
.promise-row { grid-template-columns: 1fr; gap: 8px; }
.promise-item { min-height: 40px; }
.section { padding-block: 70px; }
.section-heading { margin-bottom: 30px; }
.section-heading h2, .about-copy h2 { font-size: 39px; }
.about-photo img { max-height: 500px; border-radius: 28px; }
.service-feature { min-height: 430px; padding: 24px; }
.service-feature h3 { font-size: 40px; }
.service-stack { grid-template-rows: auto; }
.service-compact { min-height: 240px; padding: 24px; }
.team-grid, .shop-preview, .catalog { grid-template-columns: 1fr; }
.person:first-child, .shop-preview .product-tile:first-child { grid-column: auto; }
.person img, .person:first-child img { height: 420px; }
.testimonial-shell { min-height: 470px; padding: 32px 24px 90px; border-radius: 26px; }
.testimonial blockquote { font-size: 25px; }
.testimonial-wheel { padding-bottom: 20px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent); mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent); }
.testimonial-wheel-card { flex-basis: min(86vw, 380px); min-height: 320px; border-radius: 26px; }
.contact-form, .booking-form { grid-template-columns: 1fr; padding: 22px; }
.booking-form .button { grid-column: auto; }
.field.full { grid-column: auto; }
.page-hero { padding-block: 52px; }
.page-hero .shell { gap: 32px; }
.page-hero img { max-height: 350px; border-radius: 24px; }
.shop-category-section { padding-top: 58px; }
.shop-section-heading h2 { font-size: 39px; }
.shop-category-grid { grid-template-columns: 1fr; gap: 12px; }
.shop-category-card, .shop-category-card--feature { min-height: 190px; flex-direction: row; border-radius: 22px; }
.shop-category-image, .shop-category-card--feature .shop-category-image { width: 39%; flex: 0 0 39%; margin: 8px 0 8px 8px; border-radius: 16px; }
.shop-category-copy { padding: 16px; }
.shop-category-copy strong { font-size: 21px; }
.shop-category-count { padding-bottom: 12px; }
.shop-category-action { margin-top: 12px; }
.filter-row { display: grid; grid-template-columns: 1fr 1fr; }
.filter-row button { width: 100%; }
.course-visual strong { font-size: 31px; }
.footer-grid { grid-template-columns: 1fr; }
.footer-brand { grid-column: auto; }
.footer-bottom { display: grid; }
.cart-button { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
.booking-modal { padding: 10px; }
.booking-card { max-height: calc(100dvh - 20px); border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
.reveal { opacity: 1; transform: none; }
.testimonial-wheel { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
.testimonial-wheel-track { animation: none; }
.testimonial-wheel-group[aria-hidden="true"] { display: none; }
}
@media (prefers-contrast: more) {
:root { --muted: #304e55; --line: #8aaab2; }
} :root {
--sun: #ffd45a;
--coral: #f58a5c;
--lilac: #b49ad1;
--mint: #bfe6d4;
}
.notice {
background:
linear-gradient(90deg, #20a0b2 0 25%, var(--sun) 25% 50%, var(--coral) 50% 75%, var(--lilac) 75%) bottom / 100% 4px no-repeat,
var(--brand);
padding-bottom: 11px;
}
.hero-media .main-photo { object-position: center 38%; }
.hero-media .small-photo { object-position: center 30%; }
.about-photo img { object-position: center 28%; }
.page-hero img { object-position: center 36%; }
.care-path-section { background: #fffdf9; }
.care-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.care-path {
--path-accent: var(--brand);
min-height: 396px;
display: flex;
flex-direction: column;
padding: 28px;
border: 1px solid color-mix(in srgb, var(--path-accent) 25%, white);
border-radius: 30px;
color: var(--ink);
text-decoration: none;
box-shadow: 0 22px 52px -42px color-mix(in srgb, var(--path-accent) 70%, transparent);
transition: transform .22s ease, box-shadow .22s ease;
}
.care-path:hover { transform: translateY(-5px); box-shadow: 0 28px 56px -36px color-mix(in srgb, var(--path-accent) 68%, transparent); }
.care-children { --path-accent: #14889c; background: #dff5f7; }
.care-adults { --path-accent: #a46800; background: #fff0b8; }
.care-schools { --path-accent: #b94d25; background: #ffe1d3; }
.care-feeding { --path-accent: #6d5290; background: #e9e0f4; }
.care-myo { --path-accent: #3f7d4e; background: #ddefe3; }
.care-hearing { --path-accent: #a8456b; background: #fbdfe8; }
.path-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.82); color: var(--path-accent); box-shadow: inset 0 0 0 1px rgba(255,255,255,.68); }
.path-icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.path-kicker { margin-top: 30px; color: var(--path-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.care-path h3 { margin: 11px 0 13px; font-size: clamp(27px, 2.3vw, 34px); line-height: 1.04; letter-spacing: -.04em; }
.care-path p { margin: 0; color: color-mix(in srgb, var(--ink) 76%, white); line-height: 1.55; }
.path-link { margin-top: auto; padding-top: 28px; color: var(--path-accent); font-weight: 900; }
.path-link b { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.care-path:hover .path-link b { transform: translateX(4px); }
.team-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.team-story { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; }
.team-thaaniyah { background: #e3f6f8; }
.team-mea { background: #fff1c5; }
.team-caylene { background: #f1e8f8; }
.team-portrait { aspect-ratio: 1.05; overflow: hidden; background: white; }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.team-thaaniyah .team-portrait img { object-position: center 35%; }
.team-caylene .team-portrait img { object-position: center 22%; }
.team-story-copy { padding: 26px; }
.team-story-copy span { color: var(--brand-dark); font-size: 13px; font-weight: 850; }
.team-story-copy h3 { margin: 8px 0 13px; font-size: 28px; letter-spacing: -.035em; }
.team-story-copy p { margin: 0; color: var(--muted); line-height: 1.62; }
.service-directory { display: grid; gap: 24px; }
.service-directory-block {
--path-accent: var(--brand);
display: grid;
grid-template-columns: minmax(240px, .72fr) 1.28fr;
gap: 44px;
padding: 34px;
border: 1px solid color-mix(in srgb, var(--path-accent) 23%, white);
border-radius: 30px;
}
.directory-children { --path-accent: #14889c; background: #e8f8f9; }
.directory-adults { --path-accent: #a46800; background: #fff5d4; }
.directory-schools { --path-accent: #b94d25; background: #ffebe2; }
.directory-feeding { --path-accent: #6d5290; background: #f1eaf8; }
.directory-myo { --path-accent: #3f7d4e; background: #eaf7ee; }
.directory-hearing { --path-accent: #a8456b; background: #fdedf2; }
.directory-title p { margin: 20px 0 8px; color: var(--path-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.directory-title h2 { margin: 0; font-size: clamp(30px, 3.8vw, 47px); line-height: 1.02; letter-spacing: -.045em; }
.service-directory-block .accordion { border-color: color-mix(in srgb, var(--path-accent) 26%, white); }
.service-directory-block .accordion details { border-color: color-mix(in srgb, var(--path-accent) 26%, white); }
.service-directory-block .accordion summary::after { color: var(--path-accent); }
.ask-thaaniyah {
position: fixed;
right: 20px;
bottom: max(20px, env(safe-area-inset-bottom));
z-index: 52;
min-height: 52px;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 0 19px;
border: 0;
border-radius: 999px;
background: var(--brand-dark);
color: white;
box-shadow: 0 18px 40px rgba(7, 73, 88, .25);
cursor: pointer;
font-weight: 850;
}
.ask-thaaniyah > span { width: 12px; height: 12px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(255,212,90,.2); }
.ask-thaaniyah[aria-expanded="true"] { background: var(--ink); }
.thaaniyah-panel {
position: fixed;
right: 20px;
bottom: 84px;
z-index: 53;
width: min(390px, calc(100vw - 28px));
max-height: min(650px, calc(100dvh - 110px));
display: none;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 28px;
background: white;
box-shadow: 0 28px 90px rgba(14, 65, 77, .24);
}
.thaaniyah-panel.open { display: block; animation: assistant-in .24s ease-out both; }
.assistant-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; background: #e8f7fa; }
.assistant-head span, .assistant-head strong { display: block; }
.assistant-head span { color: var(--brand-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.assistant-head strong { margin-top: 3px; font-size: 21px; }
.assistant-head button { min-width: 44px; min-height: 44px; border: 1px solid #bdd8de; border-radius: 999px; background: white; color: var(--ink); cursor: pointer; font-weight: 750; }
.assistant-messages { max-height: 260px; overflow-y: auto; display: grid; gap: 10px; padding: 18px 18px 8px; }
.assistant-bubble { max-width: 92%; margin: 0; padding: 13px 14px; border-radius: 16px 16px 16px 4px; background: #f1f7f8; color: #34525a; line-height: 1.48; }
.assistant-bubble.user { justify-self: end; border-radius: 16px 16px 4px 16px; background: var(--brand-dark); color: white; }
.assistant-quick { display: flex; flex-wrap: wrap; gap: 7px; padding: 10px 18px; }
.assistant-quick button { min-height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 750; }
.assistant-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 18px; }
.assistant-form input { min-width: 0; min-height: 48px; padding: 0 13px; border: 1px solid #afc9cf; border-radius: 14px; color: var(--ink); font-size: 16px; }
.assistant-form button { min-width: 68px; border: 0; border-radius: 14px; background: var(--brand); color: white; cursor: pointer; font-weight: 850; }
.assistant-handoff { min-height: 48px; display: flex; align-items: center; padding: 0 18px 12px; color: var(--brand-dark); font-size: 13px; font-weight: 850; }
.cart-button { bottom: max(82px, calc(env(safe-area-inset-bottom) + 82px)); }
@keyframes assistant-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 1040px) {
.care-path-grid { grid-template-columns: 1fr 1fr; }
.care-path { min-height: 390px; }
}
@media (max-width: 860px) {
.team-stories { grid-template-columns: 1fr 1fr; }
.team-thaaniyah { grid-column: 1 / -1; }
.service-directory-block { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 560px) {
.care-path-grid, .team-stories { grid-template-columns: 1fr; }
.care-path { min-height: 360px; padding: 24px; border-radius: 24px; }
.path-icon { width: 62px; height: 62px; border-radius: 19px; }
.path-icon svg { width: 38px; height: 38px; }
.team-thaaniyah { grid-column: auto; }
.team-story { border-radius: 24px; }
.team-portrait { aspect-ratio: 1; }
.service-directory-block { padding: 24px; border-radius: 24px; }
.ask-thaaniyah { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 50px; }
.thaaniyah-panel { right: 14px; bottom: 76px; max-height: calc(100dvh - 96px); border-radius: 24px; }
.cart-button { bottom: max(76px, calc(env(safe-area-inset-bottom) + 76px)); }
} .enquiry-pop {
position: fixed;
left: 20px;
bottom: max(20px, env(safe-area-inset-bottom));
z-index: 60;
width: min(360px, calc(100vw - 40px));
padding: 24px 24px 20px;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: 0 26px 60px rgba(8, 62, 74, .22);
opacity: 0;
visibility: hidden;
transform: translateY(18px) scale(.98);
transition: opacity .28s ease, transform .28s ease, visibility .28s;
}
.enquiry-pop.open { opacity: 1; visibility: visible; transform: none; }
.enquiry-pop-close {
position: absolute;
top: 12px;
right: 12px;
width: 32px;
height: 32px;
display: grid;
place-items: center;
font-size: 20px;
line-height: 1;
color: var(--muted);
background: var(--brand-soft);
border: 0;
border-radius: 50%;
cursor: pointer;
}
.enquiry-pop-close:hover { color: var(--brand-dark); }
.enquiry-pop-eyebrow {
margin: 0 0 6px;
font-size: 12px;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--brand);
}
.enquiry-pop h2 { margin: 0 0 6px; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; color: var(--ink); }
.enquiry-pop-lead { margin: 0 0 16px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.enquiry-pop-form { display: grid; gap: 12px; }
.enquiry-pop-form .field { display: grid; gap: 6px; }
.enquiry-pop-form label { font-size: 13px; font-weight: 700; color: var(--ink); }
.enquiry-pop-form input,
.enquiry-pop-form textarea {
width: 100%;
padding: 11px 13px;
font: inherit;
font-size: 15px;
color: var(--ink);
background: #fff;
border: 1px solid var(--line);
border-radius: 14px;
resize: vertical;
}
.enquiry-pop-form input:focus-visible,
.enquiry-pop-form textarea:focus-visible {
outline: 2px solid var(--brand);
outline-offset: 1px;
border-color: var(--brand);
}
.enquiry-pop-form .button { width: 100%; justify-content: center; }
.enquiry-pop-form .form-status:empty { display: none; }
.enquiry-pop-later {
padding: 2px;
font: inherit;
font-size: 13px;
color: var(--muted);
text-decoration: underline;
background: none;
border: 0;
cursor: pointer;
}
.enquiry-pop-later:hover { color: var(--brand-dark); }
@media (max-width: 560px) {
.enquiry-pop {
left: 0;
right: 0;
bottom: 0;
width: auto;
padding: 22px 20px calc(18px + env(safe-area-inset-bottom));
border-width: 1px 0 0;
border-radius: 26px 26px 0 0;
transform: translateY(100%);
max-height: 88vh;
overflow-y: auto;
}
.enquiry-pop.open { transform: none; }
body.enquiry-open .ask-thaaniyah { opacity: 0; pointer-events: none; }
}
@media (prefers-reduced-motion: reduce) {
.enquiry-pop { transition: opacity .01ms, visibility .01ms; transform: none; }
} .section-soft {
padding: 56px clamp(20px, 3vw, 40px);
border-radius: var(--radius);
background: var(--brand-soft);
}
.button.ghost {
background: transparent;
color: var(--brand-dark) !important;
border-color: var(--brand);
}
.button.ghost:hover { background: var(--brand-soft); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card .catalog-image { background: var(--brand-soft); }
.resource-card img { width: 100%; height: auto; aspect-ratio: .707; object-fit: cover; object-position: top center; }
.resource-card .product-info { display: flex; flex-direction: column; padding: 24px; }
.resource-card .product-info h2 { margin: 0; font-size: 25px; line-height: 1.12; letter-spacing: -.03em; }
.pack-meta {
margin: 8px 0 0;
color: var(--brand-dark);
font-size: 13px;
font-weight: 800;
letter-spacing: .06em;
text-transform: uppercase;
}
.resource-card .product-info > p:not(.pack-meta):not(.price) { margin: 12px 0 0; line-height: 1.55; }
.resource-card .lesson-list { margin: 16px 0 4px; }
.resource-card .lesson-list li { font-size: 15px; line-height: 1.45; }
.resource-card .price { margin-top: auto; padding-top: 14px; }
.resource-card .button { align-self: flex-start; }
.resource-note {
margin: 26px 0 0;
color: var(--muted);
font-size: 16px;
line-height: 1.6;
}
.resource-note a { color: var(--brand-dark); font-weight: 750; text-underline-offset: 4px; }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.story-card {
display: flex;
flex-direction: column;
overflow: hidden;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
color: inherit;
text-decoration: none;
transition: transform .25s ease, box-shadow .25s ease;
}
.story-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(8, 62, 74, .12); }
.story-cover { display: block; overflow: hidden; background: var(--brand-soft); }
.story-cover img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1.3;
object-fit: cover;
object-position: top center;
transition: transform .4s ease;
}
.story-card:hover .story-cover img { transform: scale(1.03); }
.story-copy { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 18px; }
.story-copy strong { font-size: 18px; line-height: 1.2; letter-spacing: -.02em; color: var(--ink); }
.story-copy > span { color: var(--muted); font-size: 14.5px; line-height: 1.45; } .story-price { margin-top: auto; padding-top: 6px; color: var(--brand-dark) !important; font-size: 20px !important; font-weight: 800; letter-spacing: -.01em; }
.story-card .button { margin-top: 10px; width: 100%; justify-content: center; }
.story-card:hover { transform: none; }
.story-tag {
align-self: flex-start;
padding: 4px 9px;
border-radius: 999px;
background: var(--brand-soft);
color: var(--brand-dark) !important;
font-size: 11.5px !important;
font-weight: 800;
letter-spacing: .04em;
}
.story-action {
margin-top: auto;
padding-top: 10px;
color: var(--brand-dark) !important;
font-size: 14px !important;
font-weight: 800;
}
.resource-cta {
display: grid;
grid-template-columns: 1.4fr .6fr;
gap: 32px;
align-items: center;
padding: clamp(28px, 4vw, 48px);
border-radius: 34px;
background: var(--brand-dark);
color: #fff;
}
.resource-cta .eyebrow { color: #a9e2ee; }
.resource-cta h2 { margin: 0; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.05; letter-spacing: -.04em; }
.resource-cta p:not(.eyebrow) { margin: 16px 0 0; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.6; }
.resource-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.resource-cta-actions .button { background: #fff; border-color: #fff; color: var(--brand-dark) !important; }
.resource-cta-actions .button.ghost { background: transparent; border-color: rgba(255, 255, 255, .5); color: #fff !important; }
.resource-cta-actions .button.ghost:hover { background: rgba(255, 255, 255, .12); }
@media (max-width: 1080px) {
.resource-grid { grid-template-columns: repeat(2, 1fr); }
.story-grid { grid-template-columns: repeat(3, 1fr); }
.resource-cta { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
.story-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.resource-grid { grid-template-columns: 1fr; }
.story-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.story-copy { padding: 14px; }
.story-copy strong { font-size: 16px; }
}
.page-hero .resource-hero-cover {
background: var(--brand-soft);
object-fit: cover;
object-position: top center;
} .shop-category-card--banner { --category-bg: #dff3f7; grid-column: span 12; flex-direction: row; }
.shop-category-card--banner .shop-category-image { width: 23%; flex: 0 0 23%; margin: 10px 0 10px 10px; }
.shop-category-card--banner .shop-category-copy { justify-content: center; padding: 26px 34px; }
.shop-category-card--banner .shop-category-copy strong { font-size: 30px; }
.shop-category-card--banner .shop-category-copy > span:not(.shop-category-count):not(.shop-category-action) { max-width: 640px; font-size: 15px; }
.shop-category-card--banner .shop-category-count { margin-bottom: 10px; padding-bottom: 0; }
.merch-section { scroll-margin-top: 110px; padding-top: 56px; }
.merch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.merch-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.merch-image { position: relative; overflow: hidden; background: #f1f6f7; }
.merch-card img { width: 100%; height: auto; aspect-ratio: 1.06; object-fit: cover; transition: transform .4s ease; }
.merch-card:hover img { transform: scale(1.025); }
.merch-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--ink); box-shadow: 0 6px 20px rgba(15, 63, 73, .12); backdrop-filter: blur(10px); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.merch-info { display: flex; flex: 1; flex-direction: column; padding: 18px 20px 20px; }
.merch-info h3 { margin: 0; font-size: 19px; line-height: 1.16; letter-spacing: -.02em; }
.merch-info p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.merch-variant { display: grid; gap: 6px; margin-top: 15px; }
.merch-variant > span { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.merch-variant select { min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.merch-variant select:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.merch-buy { margin-top: auto; padding-top: 18px; }
.merch-buy .price { margin: 0 0 12px; color: var(--brand-dark); font-size: 18px; font-weight: 850; }
.merch-buy .button { width: 100%; text-align: center; }
.merch-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; }
@media (max-width: 1080px) { .merch-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) {
.merch-grid { grid-template-columns: repeat(2, 1fr); }
.shop-category-card--banner { grid-column: auto; flex-direction: column; }
.shop-category-card--banner .shop-category-image { width: auto; flex: none; margin: 10px 10px 0; }
.shop-category-card--banner .shop-category-copy { padding: 20px; }
}
@media (max-width: 560px) {
.merch-grid { grid-template-columns: 1fr; }
.merch-section { padding-top: 44px; }
.shop-category-card--banner { flex-direction: row; }
.shop-category-card--banner .shop-category-image { width: 39%; flex: 0 0 39%; margin: 8px 0 8px 8px; }
.shop-category-card--banner .shop-category-copy { padding: 16px; }
}.wc-page { padding: 40px 0 80px; }
.wc-page .woocommerce-breadcrumb { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.wc-page .woocommerce-breadcrumb a { color: var(--brand-dark); }
.wc-page h1, .wc-page h2.woocommerce-loop-product__title { color: var(--ink); }
.wc-page .page-title { font-size: clamp(30px, 4vw, 44px); margin: 0 0 8px; } .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
width: auto; margin: 0; float: none; display: flex; flex-direction: column; overflow: hidden;
border: 1px solid var(--line); border-radius: var(--radius); background: white; text-align: left;
box-shadow: 0 18px 50px rgba(18, 88, 103, .06);
transition: transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow-small); }
.woocommerce ul.products li.product a img { margin: 0; border-radius: 0; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 18px 20px 0; margin: 0; font-size: 20px; font-weight: 800; }
.woocommerce ul.products li.product .price { display: block; padding: 6px 20px 0; color: var(--brand-dark); font-size: 19px; font-weight: 800; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-weight: 600; margin-right: 6px; }
.woocommerce ul.products li.product .button { margin: 16px 20px 20px; align-self: flex-start; }
.woocommerce span.onsale {
min-height: 0; min-width: 0; padding: 6px 14px; top: 14px; left: 14px; right: auto; line-height: 1.2;
border-radius: 999px; background: var(--coral); color: white; font-weight: 800;
} .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit {
min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 0 20px; border: 1px solid var(--brand); border-radius: 999px;
background: var(--brand); color: white; text-decoration: none; font-weight: 800; cursor: pointer;
transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover {
background: var(--brand-dark); color: white; box-shadow: var(--shadow-small); transform: translateY(-1px);
}
.woocommerce a.button:active, .woocommerce button.button:active { transform: scale(.98); }
.woocommerce a.button.wc-forward.checkout { background: var(--brand-dark); border-color: var(--brand-dark); } .woocommerce div.product .product_title { font-size: clamp(28px, 4vw, 40px); margin: 0 0 10px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--brand-dark); font-size: 28px; font-weight: 800; }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: var(--radius); }
.woocommerce div.product form.cart .quantity input.qty,
.woocommerce .quantity input.qty {
min-height: 48px; width: 78px; padding: 0 10px; border: 1px solid var(--line);
border-radius: var(--radius-small); background: white; color: var(--ink); font-weight: 700; text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin-bottom: 22px; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid var(--line); border-radius: 999px 999px 0 0; background: var(--surface-soft);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: white; border-bottom-color: white; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--ink); font-weight: 800; } .woocommerce table.shop_table { border: 1px solid var(--line); border-radius: var(--radius); border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_table th { background: var(--surface-soft); color: var(--ink); font-weight: 800; }
.woocommerce .cart_totals h2, .woocommerce-checkout h3 { font-size: 22px; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text {
min-height: 48px; padding: 12px 14px; border: 1px solid var(--line);
border-radius: var(--radius-small); background: white; color: var(--ink); font-size: 16px;
}
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce #payment { border-radius: var(--radius); background: var(--surface-soft); }
.woocommerce #payment div.payment_box { background: white; border: 1px solid var(--line); border-radius: var(--radius-small); }
.woocommerce #payment div.payment_box::before { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
border-top: 0; border-left: 4px solid var(--brand); border-radius: var(--radius-small);
background: var(--brand-soft); color: var(--ink);
}
.woocommerce-error { border-left-color: var(--coral); background: #fdf0ea; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--brand); } .woocommerce a:focus-visible, .woocommerce button:focus-visible, .woocommerce input:focus-visible,
.woocommerce select:focus-visible, .woocommerce textarea:focus-visible {
outline: 3px solid var(--focus); outline-offset: 2px;
}
@media (max-width: 1024px) { .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px)  { .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wc-page { padding: 24px 0 60px; } }
@media (max-width: 420px)  { .woocommerce ul.products { grid-template-columns: 1fr; } }@font-face{font-family:qlwapp-whatsapp;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:normal;font-style:normal}.qlwapp__icon{all:unset;font-family:qlwapp-whatsapp,serif,sans-serif !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon::before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro",serif,sans-serif;font-style:unset;font-size:24px;font-weight:bold;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text);display:flex}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;margin:24px auto;height:40px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none !important;text-decoration:none !important;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button img.qlwapp__icon{width:var(--qlwapp-scheme-icon-font-size);height:var(--qlwapp-scheme-icon-font-size);object-fit:contain}.qlwapp__button--button{padding:var(--qlwapp-padding-xs) var(--qlwapp-padding-md)}.qlwapp__button--image{width:auto;height:auto}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size)}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre;color:var(--qlwapp-scheme-text-secondary)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color: rgb(220 53 69 / 70%);--qlwapp-pulse-size: 4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__type-badge{position:absolute;top:-2px;right:-4px;width:18px;height:18px;border-radius:50%;background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 0 0 2px #fff}.qlwapp__avatar .qlwapp__avatar__type-badge svg{width:11px;height:11px;min-width:11px;min-height:11px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container--icon{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);font-weight:bold;font-size:30px}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto;overscroll-behavior:contain}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.qlwapp__contact:hover,.qlwapp__contact:focus-visible{background-color:rgba(0,0,0,.05)}.qlwapp__contact:active{background-color:rgba(0,0,0,.1)}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size);font-family:var(--qlwapp-scheme-font-family);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal::before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal::before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble img.qlwapp__icon{border-radius:200px;overflow:hidden}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button img.qlwapp__icon{border-radius:200px;max-height:28px;width:auto}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:normal;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:block;width:auto}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button,.qlwapp--woocommerce .qlwapp__container .qlwapp__button--bubble.qlwapp__button{margin:0}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button{width:100%}.qlwapp--shortcode .qlwapp__container{width:auto}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.5, 1.5, 1.5)}100%{transform:scale3d(1, 1, 1)}}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer pre,.qlwapp__footer input,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{max-height:160px;color:inherit;background-color:inherit}.qlwapp__footer::before,.qlwapp__response::before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;min-height:56px;width:100%;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg)}.qlwapp__footer>*{width:100%;white-space:pre-wrap}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text-secondary)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%;white-space:pre-wrap}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__footer h1{font-size:2.5em}.qlwapp__footer h2{font-size:2em}.qlwapp__footer h3{font-size:1.5em}.qlwapp__footer h4{font-size:1.25em}.qlwapp__footer h5{font-size:1em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;color:var(--qlwapp-scheme-text-secondary);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response input,.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response input:focus,.qlwapp__response textarea:focus{outline:none}.qlwapp__response input::placeholder,.qlwapp__response textarea::placeholder{opacity:.5;color:inherit}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:flex;font-size:18px;align-items:center;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--button-label{margin-right:5px}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response--end-conversation pre{opacity:.5;visibility:visible;text-align:center}.qlwapp__response .qlwapp__country-selector{position:absolute;top:0;left:0;height:100%;border:none;border-right:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:inherit;font-size:.875em;padding:0 var(--qlwapp-padding-sm);cursor:pointer;appearance:none;outline:none;z-index:1;max-width:90px;white-space:nowrap;overflow:hidden}.qlwapp__response .qlwapp__country-selector:focus{outline:none}.qlwapp__response .qlwapp__country-selector:disabled{opacity:.5;cursor:default}.qlwapp__response .qlwapp__response__input--phone{padding-left:calc(90px + var(--qlwapp-padding-sm))}.qlwapp__response input[type=date],.qlwapp__response input[type=datetime-local]{width:100%;height:100%;border:none;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;border-radius:inherit;margin:0;background-color:rgba(0,0,0,0);color:inherit;display:flex;align-items:center}.qlwapp__response input[type=date]:focus,.qlwapp__response input[type=datetime-local]:focus{outline:none}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:calc(var(--qlwapp-button-width, 32px) + 8px);cursor:pointer;opacity:.7;transition:opacity .2s}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator:hover,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.qlwapp__response .qlwapp__response__date-range{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px var(--qlwapp-padding-sm);width:100%;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));box-sizing:border-box}.qlwapp__response .qlwapp__response__date-range input[type=date],.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]{position:static;display:flex;justify-content:space-between;width:100%;min-width:0;height:auto;min-height:0;padding:1px 0;padding-right:0;border-radius:0;font-size:.875em !important}.qlwapp__response .qlwapp__response__date-range input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:0;flex-shrink:0}.qlwapp__response .qlwapp__response__date-range__label{font-size:.75em;opacity:.6;white-space:nowrap;line-height:1.2}.qlwapp__response:has(.qlwapp__response__date-range) .qlwapp__response__buttons{top:50%;transform:translateY(-50%);min-height:auto}.qlwapp__consent{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent--required{background-color:rgba(255,235,200,.4);border-top:1px solid rgba(255,152,0,.2)}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);position:relative;overflow:hidden;height:auto}.qlwapp__header::before{content:"";position:absolute;inset:0;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(width >= 430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center;font-size:12px}.qlwapp__header .qlwapp__header-description p{padding:0;font-size:inherit;width:100%;color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description p:last-child{margin-bottom:0}.qlwapp__header .qlwapp__header-description h1,.qlwapp__header .qlwapp__header-description h2,.qlwapp__header .qlwapp__header-description h3,.qlwapp__header .qlwapp__header-description h4,.qlwapp__header .qlwapp__header-description h5,.qlwapp__header .qlwapp__header-description h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__header .qlwapp__header-description h1{font-size:2.5em}.qlwapp__header .qlwapp__header-description h2{font-size:2em}.qlwapp__header .qlwapp__header-description h3{font-size:1.5em}.qlwapp__header .qlwapp__header-description h4{font-size:1.25em}.qlwapp__header .qlwapp__header-description h5{font-size:1em}.qlwapp__header .qlwapp__header-description h6{font-size:.75em}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp-padding-xs) + 2px) var(--qlwapp-padding-lg);min-height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp-padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons{display:flex;margin-right:auto;align-items:center;flex-shrink:0}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous{width:100%;height:100%}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous--disabled{opacity:.5;pointer-events:none !important}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__reset{margin-left:15px;color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:end;color:var(--qlwapp-scheme-text) !important;overflow:hidden;min-width:0}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;flex-shrink:0}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);overflow:hidden auto;overscroll-behavior:contain;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__message{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp-padding-sm)*2);background-color:#eee;color:#111}.qlwapp__message::before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1, 0, 1, 1, -2, 0)}.qlwapp__message--image{width:100%;height:100%}.qlwapp__message--video,.qlwapp__message--audio,.qlwapp__message--embed{position:relative;max-width:100%}.qlwapp__message--video video,.qlwapp__message--video audio,.qlwapp__message--audio video,.qlwapp__message--audio audio,.qlwapp__message--embed video,.qlwapp__message--embed audio{display:block;max-width:100%;border-radius:inherit}.qlwapp__message--video video,.qlwapp__message--audio video,.qlwapp__message--embed video{max-height:300px;object-fit:contain}.qlwapp__message--video audio,.qlwapp__message--audio audio,.qlwapp__message--embed audio{height:40px}.qlwapp__message--video iframe,.qlwapp__message--audio iframe,.qlwapp__message--embed iframe{display:block;width:100%;height:157px;border:none;border-radius:inherit}.qlwapp__message--user{place-self:end flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break);color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--user::before{right:0;left:auto;transform:matrix(1, 0, 1, -1, 2, 0)}.qlwapp__message--user a{color:var(--qlwapp-scheme-text) !important;text-decoration:underline}.qlwapp__message--user:first-child::before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__message--user,.qlwapp__message--choice-input{width:auto;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--choice-input{place-self:end flex-end;cursor:pointer;transition:all .2s ease}.qlwapp__message--choice-input::before{content:none}.qlwapp__message--choice-input:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.qlwapp__message--error{background-color:#ffbfbf !important;color:#750000 !important}.qlwapp__message--error::before{background-color:#ffbfbf !important}.qlwapp__rating-form{display:flex;flex-direction:column;gap:var(--qlwapp-padding-sm);width:100%;padding:0 var(--qlwapp-padding-sm)}.qlwapp__rating-label{font-size:.875rem;color:#666}.qlwapp__rating-label--left{text-align:start;width:100%}.qlwapp__rating-label--right{text-align:end;width:100%;padding-right:var(--qlwapp-padding-sm)}.qlwapp__rating-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;padding:var(--qlwapp-padding-sm) 0;width:100%}.qlwapp__rating-number{width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;cursor:pointer;user-select:none;transition:all .2s ease-in-out;border-radius:50%;border-width:2px;border-style:solid;border-color:rgba(37,211,102,.25);background-color:rgba(37,211,102,.05);color:var(--qlwapp-scheme-brand);flex-shrink:0}.qlwapp__rating-number:hover,.qlwapp__rating-number--selected{background-color:rgba(37,211,102,.25);border-color:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon{transition:all .2s ease;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;flex-shrink:0}.qlwapp__rating-icon>svg{stroke:var(--qlwapp-scheme-brand);transition:all .2s ease;width:20px;height:20px}.qlwapp__rating-icon--selected{background-color:rgba(37,211,102,.04)}.qlwapp__rating-icon--selected>svg{fill:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon:hover{background-color:rgba(37,211,102,.06)}.qlwapp__rating-icon:hover>svg{fill:rgba(37,211,102,.15)}.qlwapp__rating-submit{display:flex;justify-content:flex-end;padding-top:var(--qlwapp-padding-sm)}.qlwapp__rating-submit button{border:none;outline:none;cursor:pointer}.qlwapp__modal{pointer-events:all;position:relative;inset:auto;z-index:99999;box-shadow:0 8px 25px -5px rgba(45,62,79,.15);background-color:#fff;margin:24px 24px 12px}.qlwapp__modal::before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;color:var(--qlwapp-scheme-contact-availability-color);text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:bold;line-height:1.5em;color:var(--qlwapp-scheme-contact-name-color);text-align:justify}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color);text-align:justify}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgba(0,0,0,.5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes bounce{0%,20%,53%,80%,100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0.7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 var(--qlwapp-pulse-size, 12px) var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}}@keyframes shakeX{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeY{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(0.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:rgba(0,0,0,0) !important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms;transition-delay:0ms}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0, 0) !important;opacity:0 !important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1, 1) !important;opacity:1 !important}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name, "none");animation-delay:var(--qlwapp-button-animation-delay, 0);animation-iteration-count:1;transform-origin:center;background-image:unset !important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0, 0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1, 1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1, 1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0, 0);opacity:0}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.rtl .qlwapp__modal{direction:ltr !important;unicode-bidi:bidi-override}.rtl .qlwapp__header-description,.rtl .qlwapp__footer,.rtl .qlwapp__response{direction:rtl !important}:root{--qlwapp-padding-xs: 8px;--qlwapp-padding-sm: 16px;--qlwapp-padding-md: 24px;--qlwapp-padding-lg: 32px;--qlwapp-padding-xl: 40px}