.al-contact-faq-callout-wrap{background:var(--al-cfc-bg);padding-top:var(--al-cfc-pt);padding-bottom:var(--al-cfc-pb);color:var(--al-cfc-txt)}.al-contact-faq-callout-inner{max-width:760px;margin:0 auto;padding-left:20px;padding-right:20px}.al-contact-faq-callout-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 22px;background:#fff;border:1px solid var(--al-cfc-acc);border-radius:12px;box-shadow:0 2px 10px #8b39360f}.al-contact-faq-callout-icon{color:var(--al-cfc-acc);width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.al-contact-faq-callout-icon svg{width:100%;height:100%}.al-contact-faq-callout-body{min-width:0}.al-contact-faq-callout-heading{font-size:15px;font-weight:700;line-height:1.45;margin:0 0 4px;color:var(--al-cfc-txt)}.al-contact-faq-callout-sub{font-size:13px;font-weight:400;line-height:1.55;margin:0;color:var(--al-cfc-txt);opacity:.78}.al-contact-faq-callout-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--al-cfc-cta-bg);color:var(--al-cfc-cta-txt);font-size:13px;font-weight:600;text-decoration:none;border-radius:999px;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;flex-shrink:0}.al-contact-faq-callout-cta:hover{opacity:.88;transform:translate(2px)}.al-contact-faq-callout-cta:focus-visible{outline:2px solid var(--al-cfc-acc);outline-offset:2px}.al-contact-faq-callout-arrow{transition:transform .2s ease}.al-contact-faq-callout-cta:hover .al-contact-faq-callout-arrow{transform:translate(2px)}@media(max-width:640px){.al-contact-faq-callout-box{grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:12px 14px;padding:16px 18px}.al-contact-faq-callout-icon{grid-row:1;grid-column:1;width:28px;height:28px}.al-contact-faq-callout-body{grid-row:1;grid-column:2}.al-contact-faq-callout-cta{grid-row:2;grid-column:1 / -1;justify-content:center;padding:12px 20px;font-size:14px}.al-contact-faq-callout-heading{font-size:14px}.al-contact-faq-callout-sub{font-size:12.5px}}.al-homev2-badges{position:relative;background:var(--al-homev2-badges-bg);color:var(--al-homev2-badges-text);padding-top:var(--al-homev2-badges-pt);padding-bottom:var(--al-homev2-badges-pb);overflow:hidden}.al-homev2-badges__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-badges__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-badges__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-badges-bg);opacity:var(--al-homev2-badges-bg-overlay-opacity)}.al-homev2-badges__container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-badges__header{text-align:center;margin-bottom:40px}.al-homev2-badges__eyebrow{margin:0 0 10px;color:var(--al-homev2-badges-brand);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-badges__heading{margin:0 0 12px;font-family:inherit;font-size:var(--al-homev2-badges-heading-size);font-weight:var(--al-homev2-badges-heading-weight);line-height:1.35;letter-spacing:.04em}.al-homev2-badges__sub{margin:0 auto;max-width:640px;color:var(--al-homev2-badges-muted);font-size:15px;line-height:1.8}.al-homev2-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.al-homev2-badges__card{text-align:center;padding:24px 16px;transition:transform .3s ease,box-shadow .3s ease}.al-homev2-badges--hover-lift .al-homev2-badges__card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #3c1e191f}.al-homev2-badges__icon-wrap{width:var(--al-homev2-badges-icon-size);height:var(--al-homev2-badges-icon-size);margin:0 auto 20px;display:grid;place-items:center}.al-homev2-badges--icon-circle .al-homev2-badges__icon-wrap{background:var(--al-homev2-badges-icon-bg);border-radius:50%}.al-homev2-badges--icon-square .al-homev2-badges__icon-wrap{background:var(--al-homev2-badges-icon-bg);border-radius:14px}.al-homev2-badges--icon-hexagon .al-homev2-badges__icon-wrap{background:var(--al-homev2-badges-icon-bg);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.al-homev2-badges__icon{width:100%;height:100%;object-fit:contain;padding:12%;box-sizing:border-box}.al-homev2-badges--icon-none .al-homev2-badges__icon{padding:0}.al-homev2-badges__icon-emoji{font-size:calc(var(--al-homev2-badges-icon-size) * .6);line-height:1}.al-homev2-badges__title{margin:0 0 10px;color:var(--al-homev2-badges-brand);font-size:var(--al-homev2-badges-title-size);font-weight:700;letter-spacing:.04em}.al-homev2-badges__desc{margin:0;color:var(--al-homev2-badges-muted);font-size:var(--al-homev2-badges-desc-size);line-height:1.85}@keyframes al-homev2-badges-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-badges--fade-in .al-homev2-badges__card{animation:al-homev2-badges-fade-in .6s cubic-bezier(.4,0,.2,1) both}.al-homev2-badges--fade-in .al-homev2-badges__card:nth-child(2){animation-delay:.1s}.al-homev2-badges--fade-in .al-homev2-badges__card:nth-child(3){animation-delay:.2s}.al-homev2-badges--fade-in .al-homev2-badges__card:nth-child(4){animation-delay:.3s}@media(max-width:900px){.al-homev2-badges{padding-top:var(--al-homev2-badges-pt-sp);padding-bottom:var(--al-homev2-badges-pb-sp)}.al-homev2-badges__grid{grid-template-columns:repeat(2,1fr);gap:8px 4px}.al-homev2-badges__card{padding:12px 6px}.al-homev2-badges__icon-wrap{width:var(--al-homev2-badges-icon-size-sp);height:var(--al-homev2-badges-icon-size-sp);margin:0 auto 10px}.al-homev2-badges__heading{font-size:var(--al-homev2-badges-heading-size-sp)}.al-homev2-badges__title{margin:0 0 6px}.al-homev2-badges__desc{font-size:12px;line-height:1.6}.al-homev2-badges__header{margin-bottom:24px}}.al-homev2-certbn{position:relative;background:var(--al-homev2-certbn-bg);color:var(--al-homev2-certbn-text);padding-top:var(--al-homev2-certbn-pt);padding-bottom:var(--al-homev2-certbn-pb);overflow:hidden}.al-homev2-certbn__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-certbn__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-certbn__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-certbn-bg);opacity:var(--al-homev2-certbn-bg-overlay-opacity)}.al-homev2-certbn__container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-certbn__header{text-align:center;margin-bottom:var(--al-homev2-certbn-heading-gap)}.al-homev2-certbn__eyebrow{margin:0 0 8px;color:#8b3936;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-certbn__heading{margin:0;font-family:inherit;font-size:var(--al-homev2-certbn-heading-size);font-weight:var(--al-homev2-certbn-heading-weight);line-height:1.4;letter-spacing:.04em}.al-homev2-certbn__image-wrap{display:flex;justify-content:center}.al-homev2-certbn__image{max-width:min(100%,var(--al-homev2-certbn-image-max));height:auto;display:block}.al-homev2-certbn__placeholder-svg{max-width:600px}.al-homev2-certbn__caption{margin:var(--al-homev2-certbn-caption-gap) auto 0;max-width:720px;text-align:center;color:var(--al-homev2-certbn-muted);font-size:12px;line-height:1.85}@keyframes al-homev2-certbn-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-certbn--fade-in .al-homev2-certbn__container{animation:al-homev2-certbn-fade-in .7s cubic-bezier(.4,0,.2,1) both}@media(max-width:700px){.al-homev2-certbn{padding-top:var(--al-homev2-certbn-pt-sp);padding-bottom:var(--al-homev2-certbn-pb-sp)}.al-homev2-certbn__heading{font-size:var(--al-homev2-certbn-heading-size-sp)}}.al-homev2-feat{position:relative;background:var(--al-homev2-feat-bg);color:var(--al-homev2-feat-text);padding-top:var(--al-homev2-feat-pt);padding-bottom:var(--al-homev2-feat-pb);border-block:1px solid var(--al-homev2-feat-border);overflow:hidden}.al-homev2-feat__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-feat__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-feat__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-feat-bg);opacity:var(--al-homev2-feat-bg-overlay-opacity)}.al-homev2-feat__container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-feat__header{text-align:center;margin-bottom:36px}.al-homev2-feat__eyebrow{margin:0 0 8px;color:var(--al-homev2-feat-brand);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-feat__heading{margin:0;font-family:inherit;font-size:var(--al-homev2-feat-heading-size);font-weight:var(--al-homev2-feat-heading-weight);line-height:1.4;letter-spacing:.04em}.al-homev2-feat__list{margin:0;padding:0;list-style:none;display:grid;gap:24px}.al-homev2-feat__list--cols-2{grid-template-columns:repeat(2,1fr)}.al-homev2-feat__list--cols-3{grid-template-columns:repeat(3,1fr)}.al-homev2-feat__list--cols-4{grid-template-columns:repeat(4,1fr)}.al-homev2-feat__list--cols-5{grid-template-columns:repeat(5,1fr)}.al-homev2-feat__list--cols-6{grid-template-columns:repeat(6,1fr)}.al-homev2-feat__item{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:16px 8px}.al-homev2-feat__icon-wrap{width:var(--al-homev2-feat-icon-size);height:var(--al-homev2-feat-icon-size);display:grid;place-items:center}.al-homev2-feat--icon-circle .al-homev2-feat__icon-wrap{background:var(--al-homev2-feat-icon-bg);border-radius:50%}.al-homev2-feat--icon-square .al-homev2-feat__icon-wrap{background:var(--al-homev2-feat-icon-bg);border-radius:14px}.al-homev2-feat__icon{width:100%;height:100%;object-fit:contain}.al-homev2-feat--icon-circle .al-homev2-feat__icon,.al-homev2-feat--icon-square .al-homev2-feat__icon{padding:12%;box-sizing:border-box}.al-homev2-feat__icon-emoji{font-size:calc(var(--al-homev2-feat-icon-size) * .7);line-height:1}.al-homev2-feat__title{margin:0 0 6px;color:var(--al-homev2-feat-brand);font-size:var(--al-homev2-feat-title-size);font-weight:700;letter-spacing:.04em;line-height:1.45}.al-homev2-feat__desc{margin:0;color:var(--al-homev2-feat-muted);font-size:var(--al-homev2-feat-desc-size);line-height:1.75}@keyframes al-homev2-feat-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-feat--fade-in .al-homev2-feat__item{animation:al-homev2-feat-fade-in .6s cubic-bezier(.4,0,.2,1) both}.al-homev2-feat--fade-in .al-homev2-feat__item:nth-child(2){animation-delay:.1s}.al-homev2-feat--fade-in .al-homev2-feat__item:nth-child(3){animation-delay:.2s}.al-homev2-feat--fade-in .al-homev2-feat__item:nth-child(4){animation-delay:.3s}.al-homev2-feat--fade-in .al-homev2-feat__item:nth-child(5){animation-delay:.4s}.al-homev2-feat--fade-in .al-homev2-feat__item:nth-child(6){animation-delay:.5s}@media(max-width:900px){.al-homev2-feat{padding-top:var(--al-homev2-feat-pt-sp);padding-bottom:var(--al-homev2-feat-pb-sp)}.al-homev2-feat__list--cols-4,.al-homev2-feat__list--cols-5,.al-homev2-feat__list--cols-6{grid-template-columns:repeat(2,1fr)}.al-homev2-feat__heading{font-size:var(--al-homev2-feat-heading-size-sp)}.al-homev2-feat__icon-wrap{width:var(--al-homev2-feat-icon-size-sp);height:var(--al-homev2-feat-icon-size-sp)}}.al-homev2-herob{position:relative;overflow:hidden;min-height:var(--al-homev2-herob-min-height-pc);display:flex;padding-top:var(--al-homev2-herob-pt);padding-bottom:var(--al-homev2-herob-pb)}.al-homev2-herob__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-herob__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--al-homev2-herob-bg-position);display:block}.al-homev2-herob__bg-img--pc{display:block}.al-homev2-herob__bg-img--sp{display:none}.al-homev2-herob__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-herob-overlay);opacity:var(--al-homev2-herob-overlay-opacity);pointer-events:none}.al-homev2-herob__inner{position:relative;z-index:1;width:100%;display:flex;padding:0 24px}.al-homev2-herob--valign-top .al-homev2-herob__inner{align-items:flex-start;padding-top:60px}.al-homev2-herob--valign-upper .al-homev2-herob__inner{align-items:flex-start;padding-top:18%}.al-homev2-herob--valign-center .al-homev2-herob__inner{align-items:center}.al-homev2-herob--valign-lower .al-homev2-herob__inner{align-items:flex-end;padding-bottom:18%}.al-homev2-herob--valign-bottom .al-homev2-herob__inner{align-items:flex-end;padding-bottom:60px}.al-homev2-herob--align-center .al-homev2-herob__inner{justify-content:center}.al-homev2-herob--align-left .al-homev2-herob__inner{justify-content:flex-start}.al-homev2-herob--align-right .al-homev2-herob__inner{justify-content:flex-end}.al-homev2-herob__copy{width:min(720px,100%);display:flex;flex-direction:column;gap:18px}.al-homev2-herob--align-center .al-homev2-herob__copy{text-align:center;align-items:center}.al-homev2-herob--align-left .al-homev2-herob__copy{text-align:left;align-items:flex-start}.al-homev2-herob--align-right .al-homev2-herob__copy{text-align:right;align-items:flex-end}.al-homev2-herob--shadow .al-homev2-herob__eyebrow,.al-homev2-herob--shadow .al-homev2-herob__title,.al-homev2-herob--shadow .al-homev2-herob__sub,.al-homev2-herob--shadow .al-homev2-herob__trust{text-shadow:0 2px 14px rgba(0,0,0,.4),0 1px 3px rgba(0,0,0,.3)}.al-homev2-herob--stroke .al-homev2-herob__title{-webkit-text-stroke:var(--al-homev2-herob-stroke-width) var(--al-homev2-herob-stroke-color);paint-order:stroke fill}.al-homev2-herob--stroke .al-homev2-herob__sub{-webkit-text-stroke:calc(var(--al-homev2-herob-stroke-width) * .5) var(--al-homev2-herob-stroke-color);paint-order:stroke fill}.al-homev2-herob__eyebrow{margin:0;color:var(--al-homev2-herob-eyebrow-color);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-herob__title{margin:0;color:var(--al-homev2-herob-title-color);font-family:inherit;font-size:var(--al-homev2-herob-title-size);font-weight:var(--al-homev2-herob-heading-weight);line-height:1.2;letter-spacing:.04em;max-width:var(--al-homev2-herob-title-max-width)}.al-homev2-herob__sub{margin:0;color:var(--al-homev2-herob-sub-color);font-size:var(--al-homev2-herob-sub-size);line-height:1.85;max-width:560px}.al-homev2-herob__trust{margin:8px 0 0;color:var(--al-homev2-herob-trust-color);font-size:12px;letter-spacing:.04em}.al-homev2-herob__cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.al-homev2-herob__cta{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:16px 32px;border-radius:999px;font-size:14px;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s,color .2s}.al-homev2-herob__cta--primary{background:var(--al-homev2-herob-cta-bg);color:var(--al-homev2-herob-cta-text);box-shadow:0 12px 28px #0000002e}.al-homev2-herob__cta--primary:hover{transform:translateY(-1px);background:var(--al-homev2-herob-cta-hover-bg);box-shadow:0 16px 36px #00000040}.al-homev2-herob--cta2-filled .al-homev2-herob__cta--secondary{background:var(--al-homev2-herob-cta2-bg);color:var(--al-homev2-herob-cta2-text);border:1px solid var(--al-homev2-herob-cta2-border)}.al-homev2-herob--cta2-outline .al-homev2-herob__cta--secondary{background:transparent;color:var(--al-homev2-herob-cta2-border);border:1px solid var(--al-homev2-herob-cta2-border)}.al-homev2-herob--cta2-text .al-homev2-herob__cta--secondary{background:transparent;color:var(--al-homev2-herob-cta2-text);border:0;padding:8px 16px;min-width:0;text-decoration:underline}.al-homev2-herob__cta--secondary:hover{transform:translateY(-1px)}@keyframes al-homev2-herob-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-herob--fade-in .al-homev2-herob__copy{animation:al-homev2-herob-fade-in .8s cubic-bezier(.4,0,.2,1) both}@media(max-width:900px){.al-homev2-herob{min-height:auto;display:block;padding:0;background:var(--al-homev2-herob-sp-bg, #FFFFFF)}.al-homev2-herob__bg{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:var(--al-homev2-herob-sp-aspect, 3/2);z-index:0}.al-homev2-herob__bg-img--pc{display:none}.al-homev2-herob__bg-img--sp{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:var(--al-homev2-herob-bg-position, center)}.al-homev2-herob__overlay{display:none}.al-homev2-herob__inner{position:relative;inset:auto;width:100%;z-index:1;padding:18px 22px 24px}.al-homev2-herob__copy{width:100%;gap:8px}.al-homev2-herob__title{font-size:var(--al-homev2-herob-title-size-sp)}.al-homev2-herob__sub{font-size:13px;line-height:1.7}.al-homev2-herob__cta{width:auto;min-width:0;padding:8px 20px;font-size:12px}.al-homev2-herob__trust{font-size:11px}.al-homev2-herob__title,.al-homev2-herob__sub,.al-homev2-herob__eyebrow,.al-homev2-herob__trust{text-shadow:none!important}.al-homev2-herob__title{color:#1a0505!important}.al-homev2-herob__sub{color:#5a4e47!important}.al-homev2-herob__trust{color:#6b6b6b!important}.al-homev2-herob__eyebrow{color:#8b3936!important}}.al-homev2-ingv2{background:var(--al-homev2-ingv2-bg);color:var(--al-homev2-ingv2-text);padding-top:var(--al-homev2-ingv2-pt);padding-bottom:var(--al-homev2-ingv2-pb)}.al-homev2-ingv2__container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-ingv2__heading{margin:0 0 12px;text-align:center;font-family:inherit;font-size:var(--al-homev2-ingv2-heading-size);font-weight:var(--al-homev2-ingv2-heading-weight);line-height:1.4;letter-spacing:.04em}.al-homev2-ingv2__sub{margin:0 auto 40px;max-width:720px;text-align:center;color:var(--al-homev2-ingv2-muted);font-size:15px;line-height:1.85}.al-homev2-ingv2__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px 18px;justify-items:center}.al-homev2-ingv2__card{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:220px}.al-homev2-ingv2__img-wrap{width:100%;aspect-ratio:1/1;margin-bottom:16px;display:grid;place-items:center}.al-homev2-ingv2__img,.al-homev2-ingv2__placeholder{max-width:100%;max-height:100%;object-fit:contain}.al-homev2-ingv2__names{margin-bottom:12px;text-align:center;width:100%}.al-homev2-ingv2__name-jp{margin:0;font-size:17px;font-weight:700;line-height:1.4;color:var(--al-homev2-ingv2-text)}.al-homev2-ingv2__name-en{margin:4px 0 0;font-size:15px;font-style:italic;font-weight:600;color:var(--al-homev2-ingv2-text);line-height:1.4}.al-homev2-ingv2__dose{margin:4px 0 0;font-size:16px;font-weight:700;color:var(--al-homev2-ingv2-text);line-height:1.4}.al-homev2-ingv2__category{margin:0 0 12px;text-align:center;font-size:13px;color:var(--al-homev2-ingv2-text);line-height:1.5}.al-homev2-ingv2__tags{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;align-items:center;gap:6px}.al-homev2-ingv2__tag{display:inline-flex;align-items:baseline;gap:6px;font-size:12px;line-height:1.55;color:var(--al-homev2-ingv2-text)}.al-homev2-ingv2__tag:before{content:"\2705";font-size:13px;flex-shrink:0}.al-homev2-ingv2__variant{margin:8px 0 0;text-align:center;font-size:12px;line-height:1.55;color:var(--al-homev2-ingv2-text)}.al-homev2-ingv2__cta-wrap{margin-top:40px;text-align:center}.al-homev2-ingv2__cta{display:inline-flex;align-items:center;justify-content:center;min-width:240px;padding:14px 28px;background:var(--al-homev2-ingv2-brand);color:#fff;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:background .2s,transform .2s}.al-homev2-ingv2__cta:hover{background:#6f2a28;transform:translateY(-1px)}@keyframes al-homev2-ingv2-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-ingv2--fade-in .al-homev2-ingv2__card{animation:al-homev2-ingv2-fade-in .6s cubic-bezier(.4,0,.2,1) both}@media(max-width:1100px){.al-homev2-ingv2__grid{grid-template-columns:repeat(4,1fr);gap:28px 14px}}@media(max-width:750px){.al-homev2-ingv2{padding-top:var(--al-homev2-ingv2-pt-sp);padding-bottom:var(--al-homev2-ingv2-pb-sp)}.al-homev2-ingv2__grid{grid-template-columns:repeat(2,1fr);gap:28px 10px}.al-homev2-ingv2__heading{font-size:var(--al-homev2-ingv2-heading-size-sp)}.al-homev2-ingv2__name-jp{font-size:15px}.al-homev2-ingv2__name-en{font-size:14px}.al-homev2-ingv2__dose{font-size:15px}.al-homev2-ingv2__category{font-size:12px}.al-homev2-ingv2__tag{font-size:11px}.al-homev2-ingv2__cta{width:100%;min-width:0}}.al-homev2-lifesp{position:relative;background:var(--al-homev2-lifesp-bg);color:var(--al-homev2-lifesp-text);padding-top:var(--al-homev2-lifesp-pt);padding-bottom:var(--al-homev2-lifesp-pb);overflow:hidden}.al-homev2-lifesp__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-lifesp__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-lifesp__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-lifesp-bg);opacity:var(--al-homev2-lifesp-bg-overlay-opacity)}.al-homev2-lifesp__container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-lifesp__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.al-homev2-lifesp--image-right .al-homev2-lifesp__media{order:2}.al-homev2-lifesp__media{position:relative;border-radius:var(--al-homev2-lifesp-image-radius);overflow:hidden;background:#f5efe8;box-shadow:0 14px 36px #3c1e1914}.al-homev2-lifesp--ratio-1-1 .al-homev2-lifesp__media{aspect-ratio:1/1}.al-homev2-lifesp--ratio-4-5 .al-homev2-lifesp__media{aspect-ratio:4/5}.al-homev2-lifesp--ratio-3-4 .al-homev2-lifesp__media{aspect-ratio:3/4}.al-homev2-lifesp--ratio-4-3 .al-homev2-lifesp__media{aspect-ratio:4/3}.al-homev2-lifesp--ratio-16-9 .al-homev2-lifesp__media{aspect-ratio:16/9}.al-homev2-lifesp__image,.al-homev2-lifesp__placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-lifesp__body{display:flex;flex-direction:column;gap:18px}.al-homev2-lifesp__eyebrow{margin:0;color:var(--al-homev2-lifesp-brand);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-lifesp__heading{margin:0;font-family:inherit;font-size:var(--al-homev2-lifesp-heading-size);font-weight:var(--al-homev2-lifesp-heading-weight);line-height:1.35;letter-spacing:.04em}.al-homev2-lifesp__body-text{margin:0;color:var(--al-homev2-lifesp-muted);font-size:var(--al-homev2-lifesp-body-size);line-height:1.9}.al-homev2-lifesp__body-text p{margin:0 0 14px}.al-homev2-lifesp__body-text p:last-child{margin-bottom:0}.al-homev2-lifesp__cta{display:inline-flex;align-items:center;justify-content:center;min-width:220px;align-self:flex-start;margin-top:8px;padding:14px 28px;background:var(--al-homev2-lifesp-brand);color:var(--al-homev2-lifesp-brand-text);border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:background .2s,transform .2s}.al-homev2-lifesp__cta:hover{background:#6f2a28;transform:translateY(-1px)}.al-homev2-lifesp--cta-fullwidth .al-homev2-lifesp__cta{align-self:stretch;width:100%}@keyframes al-homev2-lifesp-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-lifesp--fade-in .al-homev2-lifesp__body{animation:al-homev2-lifesp-fade-in .7s cubic-bezier(.4,0,.2,1) both}.al-homev2-lifesp--fade-in .al-homev2-lifesp__media{animation:al-homev2-lifesp-fade-in .7s cubic-bezier(.4,0,.2,1) both;animation-delay:.15s}@media(max-width:900px){.al-homev2-lifesp{padding-top:var(--al-homev2-lifesp-pt-sp);padding-bottom:var(--al-homev2-lifesp-pb-sp)}.al-homev2-lifesp__grid{grid-template-columns:1fr;gap:28px}.al-homev2-lifesp--image-right .al-homev2-lifesp__media{order:0}.al-homev2-lifesp__heading{font-size:var(--al-homev2-lifesp-heading-size-sp)}.al-homev2-lifesp__cta{width:100%;min-width:0}}.al-homev2-reelmount{position:relative;background:var(--al-homev2-reelmount-bg);padding-top:var(--al-homev2-reelmount-pt);padding-bottom:var(--al-homev2-reelmount-pb);overflow:hidden}.al-homev2-reelmount__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-reelmount__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-reelmount__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-reelmount-bg);opacity:var(--al-homev2-reelmount-bg-overlay-opacity)}.al-homev2-reelmount__container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-reelmount__header{text-align:center;margin-bottom:24px}.al-homev2-reelmount__eyebrow{margin:0 0 8px;color:#8b3936;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-reelmount__heading{margin:0;font-family:inherit;font-size:var(--al-homev2-reelmount-heading-size);font-weight:var(--al-homev2-reelmount-heading-weight);line-height:1.4;letter-spacing:.04em}@keyframes al-homev2-reelmount-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-reelmount--fade-in .al-homev2-reelmount__container{animation:al-homev2-reelmount-fade-in .7s cubic-bezier(.4,0,.2,1) both}@media(max-width:700px){.al-homev2-reelmount{padding-top:var(--al-homev2-reelmount-pt-sp);padding-bottom:var(--al-homev2-reelmount-pb-sp)}.al-homev2-reelmount__heading{font-size:var(--al-homev2-reelmount-heading-size-sp)}}.al-homev2-shead{position:relative;background:var(--al-homev2-shead-bg);color:var(--al-homev2-shead-text);padding-top:var(--al-homev2-shead-pt);padding-bottom:var(--al-homev2-shead-pb);overflow:hidden}.al-homev2-shead__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.al-homev2-shead__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.al-homev2-shead__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--al-homev2-shead-bg);opacity:var(--al-homev2-shead-bg-overlay-opacity)}.al-homev2-shead__container{position:relative;z-index:1;width:min(900px,calc(100% - 40px));margin-inline:auto;display:flex;flex-direction:column;gap:10px}.al-homev2-shead--align-center .al-homev2-shead__container{text-align:center;align-items:center}.al-homev2-shead--align-left .al-homev2-shead__container{text-align:left;align-items:flex-start}.al-homev2-shead--align-right .al-homev2-shead__container{text-align:right;align-items:flex-end}.al-homev2-shead__eyebrow{margin:0;color:var(--al-homev2-shead-brand);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.al-homev2-shead__heading{margin:0;font-family:inherit;font-size:var(--al-homev2-shead-heading-size);font-weight:var(--al-homev2-shead-heading-weight);line-height:1.3;letter-spacing:.06em}.al-homev2-shead__sub{margin:0;max-width:640px;color:var(--al-homev2-shead-muted);font-size:15px;line-height:1.85}.al-homev2-shead__cta{display:inline-flex;align-items:center;justify-content:center;min-width:220px;margin-top:10px;padding:14px 28px;background:var(--al-homev2-shead-brand);color:#fff;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:background .2s,transform .2s}.al-homev2-shead__cta:hover{background:#6f2a28;transform:translateY(-1px)}@keyframes al-homev2-shead-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.al-homev2-shead--fade-in .al-homev2-shead__container{animation:al-homev2-shead-fade-in .7s cubic-bezier(.4,0,.2,1) both}@media(max-width:700px){.al-homev2-shead{padding-top:var(--al-homev2-shead-pt-sp);padding-bottom:var(--al-homev2-shead-pb-sp)}.al-homev2-shead__heading{font-size:var(--al-homev2-shead-heading-size-sp)}}.al-homev2-topimg{background:var(--al-homev2-topimg-bg);padding-top:var(--al-homev2-topimg-pt);padding-bottom:var(--al-homev2-topimg-pb);text-align:center;line-height:0}.al-homev2-topimg__link{display:block}.al-homev2-topimg__image{max-width:100%;height:auto;display:inline-block}.al-homev2-topimg__placeholder{max-width:600px}.al-homev2-vita{background:var(--al-homev2-vita-bg);color:var(--al-homev2-vita-text);padding-top:var(--al-homev2-vita-pt);padding-bottom:var(--al-homev2-vita-pb)}.al-homev2-vita__container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.al-homev2-vita__heading{margin:0 0 36px;text-align:center;font-family:inherit;font-size:var(--al-homev2-vita-heading-size);font-weight:500;line-height:1.4;letter-spacing:.04em}.al-homev2-vita__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;align-items:start}.al-homev2-vita__card{display:flex;flex-direction:column;align-items:center;text-align:center}.al-homev2-vita__img-wrap{width:90px;height:90px;margin-bottom:14px;display:grid;place-items:center}.al-homev2-vita__img,.al-homev2-vita__placeholder{max-width:100%;max-height:100%;object-fit:contain}.al-homev2-vita__label{margin:0 0 6px;font-size:13px;line-height:1.55;color:var(--al-homev2-vita-text)}.al-homev2-vita__amount{margin:0;font-size:13px;font-weight:700;color:var(--al-homev2-vita-text);line-height:1.4}.al-homev2-vita__cta-wrap{margin-top:36px;text-align:center}.al-homev2-vita__cta{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:14px 28px;background:var(--al-homev2-vita-brand);color:#fff;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:background .2s,transform .2s}.al-homev2-vita__cta:hover{background:#6f2a28;transform:translateY(-1px)}@media(max-width:900px){.al-homev2-vita{padding-top:var(--al-homev2-vita-pt-sp);padding-bottom:var(--al-homev2-vita-pb-sp)}.al-homev2-vita__grid{grid-template-columns:repeat(3,1fr);gap:20px}.al-homev2-vita__heading{font-size:var(--al-homev2-vita-heading-size-sp);margin-bottom:24px}.al-homev2-vita__img-wrap{width:70px;height:70px;margin-bottom:10px}.al-homev2-vita__label,.al-homev2-vita__amount{font-size:11px}.al-homev2-vita__cta{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/54/compiled_assets/styles.css.map */
