@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Playfair+Display:wght@400;700&display=swap";body{font-family:"Inter",sans-serif;font-size:2rem;line-height:1.7}.serif{font-family:"Playfair Display",serif}.xxxl{font-size:clamp(8rem,10vw + 1rem,10rem);line-height:1.3}.xxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.xl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.3}.l{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}.m{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.s{font-size:2.4rem;line-height:1.7}.copy{font-weight:2rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 30em){html{font-size:43.75%}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#53b61a;color:#fff}a{text-decoration:none}a,button{display:inline-block;cursor:pointer}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0;object-fit:cover;object-position:center}p:not(:last-child){margin-bottom:1.6rem}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{max-width:140rem;margin:0 auto}.block{display:block}.primary{color:#53b61a}.btn{position:relative;padding:2rem 4.8rem;text-align:center;font-weight:700;border-radius:12px;cursor:pointer}.btn--small{padding:1.2rem 2rem;font-size:1.6rem}.btn--primary{background-color:#53b61a;color:#fff;transition:background-color .3s}.btn--primary:hover{background-color:#4f9b23}.btn--ghost{padding:1.6rem 4.8rem;border:4px solid #53b61a;background-color:rgba(0,0,0,0);color:#53b61a;transition:background-color .3s}.btn--ghost:hover{background-color:#4f9b23;border-color:#4f9b23;color:#fff}.btn .btn:disabled{opacity:.3;pointer-events:none}.radio{position:relative}.radio:not(:last-child){margin-bottom:8px}.radio__control{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;cursor:pointer;opacity:0}.radio__control:checked+.radio__control-wrapper::after{background-color:#53b61a}.radio__control-wrapper{position:relative;padding-left:3rem}.radio__control-wrapper::before{content:"";position:absolute;top:50%;left:0;width:2rem;height:2rem;border-radius:50%;background-color:rgb(220.5,220.5,220.5);transform:translateY(-50%)}.radio__control-wrapper::after{content:"";position:absolute;top:50%;left:.4rem;width:1.2rem;height:1.2rem;border-radius:50%;background-color:rgba(0,0,0,0);transform:translateY(-50%);transition:background-color .3s}.input:not(:last-child){margin-bottom:2.4rem}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:1.6rem;background-color:#f6f6f6;border-top-right-radius:8px;border-bottom-right-radius:8px;border-left:8px solid #1b1b1b;outline:2px solid rgba(0,0,0,0);transition:border-color .3s,outline-color .3s}.input__control--error{border-color:red}.input__control--textarea{height:16rem;resize:none}.input__control:focus{border-color:#53b61a;outline-color:#53b61a}.link{display:flex;justify-content:flex-start;align-items:center;max-width:max-content;color:#53b61a;font-weight:700;border-bottom:2px solid #53b61a;transition:color .3s,border-bottom-color .3s}.link--small{font-size:1.6rem}.link--small .link__icon{height:auto;width:2rem}.link__icon{height:100%;width:auto}.link:hover{color:#4f9b23;border-bottom-color:#4f9b23}.toast{position:fixed;bottom:0;left:0;right:0;z-index:14;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;border-radius:16px;font-family:inherit;text-align:center;color:#333;border-radius:16px;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s,transform .3s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{transform:translateY(-20px);opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.suggestionBox{display:none;position:fixed;top:0;left:0;z-index:99;width:100%;padding:.4rem 1rem;background:#fff;border-bottom:1px solid #53b61a;box-shadow:0 10px 20px rgba(27,27,27,.1);font-size:1.8rem;text-align:right}.suggestionBox__button{padding:1rem .8rem;border-radius:4px;transition:background-color .3s}.suggestionBox__button--accept:hover{background-color:#53b61a}.suggestionBox__button--decline:hover{background-color:red;color:#fff}.suggestionBox img{height:1.6rem}.floating-widget{position:fixed;bottom:2rem;left:0;z-index:6;padding:1.2rem 2rem .8rem;background-color:#1b1b1b;border-top-left-radius:8px;border-top-right-radius:8px;color:#53b61a;text-align:center;transform:rotate(90deg) translateX(-100%);transform-origin:bottom left;transition:background-color .3s}.floating-widget:hover{background-color:#4f9b23;color:#fff}.floating-widget__title{font-size:1.6rem;font-weight:bold}.announcement-bar{overflow:hidden;background-color:#1b1b1b;margin:0 1.6rem;border-radius:12px;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.08)}.announcement-bar__inner{overflow:hidden;padding:1.2rem 0}.announcement-bar__marquee{display:inline-flex;align-items:center;white-space:nowrap;padding-left:100%;animation:announcement-marquee 16s linear infinite}.announcement-bar__item{display:inline-flex;align-items:center;gap:1rem;padding-right:4rem;color:#fff;text-decoration:none;white-space:nowrap}.announcement-bar__item:hover{color:#53b61a}.announcement-bar__dot{width:.6rem;height:.6rem;border-radius:50%;background-color:#53b61a;flex-shrink:0}.announcement-bar__text{font-size:2rem;font-weight:500;letter-spacing:.02em}.announcement-bar:hover .announcement-bar__marquee{animation-play-state:paused}@keyframes announcement-marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}.doc-comp{display:flex;gap:2rem;align-items:center;margin-top:2rem;padding:1.2rem 1.6rem;border-radius:12px;box-shadow:0 0 30px rgba(27,27,27,.12);text-decoration:underline;color:#1b1b1b}.doc-comp__img-wrapper{flex-shrink:0;position:relative;z-index:1;width:7rem;height:7rem;border-radius:50%;overflow:hidden}.doc-comp__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.doc-comp__name{font-size:1.6rem;font-weight:700}.nav{position:sticky;top:0;left:0;z-index:10;width:100%}.nav--expanded .nav__background{opacity:1;pointer-events:all;transform:scaleX(1)}.nav--expanded .nav__list{opacity:1;pointer-events:all}.nav--expanded .nav__dropdown{pointer-events:all}.nav--expanded .nav__hamburger-line{background-color:rgba(0,0,0,0)}.nav--expanded .nav__hamburger-line::before{transform:translateY(0) rotate(45deg)}.nav--expanded .nav__hamburger-line::after{transform:translateY(0) rotate(-45deg)}.nav__container{padding:1rem 5vw;background-color:#fff;border-bottom:1px solid rgb(235.8,235.8,235.8)}.nav__bar{display:flex;justify-content:space-between;align-items:stretch}.nav__logo{height:5rem;width:auto;object-fit:contain}.nav__background{position:absolute;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(27,27,27,.9);opacity:0;pointer-events:none;transform:scaleX(0);transform-origin:right;transition:opacity .3s,transform .3s}.nav__hamburger{background-color:rgba(0,0,0,0);display:none}@media screen and (max-width: 71.5625em){.nav__hamburger{display:block;position:relative;z-index:3}}.nav__hamburger-line{position:relative;display:block;width:4rem;height:3px;background-color:#53b61a}.nav__hamburger-line::before,.nav__hamburger-line::after{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background-color:#53b61a}.nav__hamburger-line::before{transform:translateY(-1.2rem)}.nav__hamburger-line::after{transform:translateY(1.2rem)}.nav__list{display:flex;justify-content:flex-start;align-items:center;gap:2.4rem}@media screen and (max-width: 71.5625em){.nav__list{flex-direction:column;align-items:flex-start;gap:2.4rem;position:absolute;right:0;top:0;height:100vh;padding:12rem 3rem 3rem;background-color:#fff;box-shadow:-10px 0 30px rgba(27,27,27,.1);opacity:0;pointer-events:none;overflow-y:auto;transition:opacity .3s}}.nav__list-item--dropdown{position:relative}.nav__list-item--dropdown-active .nav__button{color:#53b61a}.nav__list-item--dropdown-active .nav__dropdown{opacity:1;pointer-events:all}.nav__dropdown{position:absolute;left:0;top:100%;width:max-content;background-color:#fff;border-radius:4px;box-shadow:0 10px 30px rgba(27,27,27,.16);transform:translateY(1rem);opacity:0;pointer-events:none}@media screen and (max-width: 71.5625em){.nav__dropdown{position:static;width:100%;opacity:1;transform:translateY(0);box-shadow:unset;pointer-events:none}}@media screen and (max-width: 71.5625em){.nav__dropdown-item{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.nav__dropdown-item::before{content:"";height:6px;width:6px;border-radius:50%;background-color:#53b61a;text-align:left}}.nav__dropdown-link{width:100%;padding:1rem 1.6rem;color:#1b1b1b}@media screen and (max-width: 71.5625em){.nav__dropdown-link{padding:1rem 0}}.nav__dropdown-link:hover{color:#53b61a}.nav__link{color:#1b1b1b}.nav__link--active{color:#53b61a;font-weight:700}.nav__link:hover{color:#53b61a}.nav__button{display:flex;justify-content:flex-start;align-items:center;gap:1rem;background-color:rgba(0,0,0,0)}@media screen and (max-width: 71.5625em){.nav__button{margin-bottom:4px}.nav__button--dropdown{pointer-events:none}}.nav__button:hover{color:#53b61a}.footer{background-color:#1b1b1b;overflow:hidden;color:#fff}.footer__nav{padding:3.6rem 5vw 3.2rem}.footer__grid{display:grid;grid-template-columns:1fr 3fr 1fr;grid-gap:3rem}@media screen and (max-width: 68.375em){.footer__grid{grid-template-columns:2fr 1fr}}@media screen and (max-width: 43.125em){.footer__grid{grid-template-columns:1fr}}@media screen and (max-width: 68.375em){.footer__logo-wrapper{grid-column:1/-1}}.footer__logo{max-width:20rem}.footer__title{font-size:2rem;margin-bottom:1rem}.footer__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 28.75em){.footer__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 18.75em){.footer__list{grid-template-columns:1fr}}.footer__link{text-decoration:underline;color:#fff}.footer__link--btn{background-color:rgba(0,0,0,0)}.footer__link:hover{color:#53b61a}.footer__legal-list-item:not(:last-child){margin-bottom:1.2rem}.footer__copyright{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;padding:2rem 0 .4rem;margin:1.6rem;border-top:1px solid #53b61a}@media screen and (max-width: 37.5em){.footer__copyright{flex-direction:column-reverse}}.footer__social-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.footer__social-link img{width:3.2rem;height:3.2rem}.footer__social-link{transition:transform .3s ease}.footer__social-link:hover{transform:translateY(-0.5rem)}.footer__disclaimer{font-size:1.6rem;text-align:center;padding:0 5.2rem}.fab{display:flex;justify-content:center;align-items:center;position:fixed;bottom:2rem;right:2rem;z-index:4;padding:1.2rem;background-color:#53b61a;border-radius:50%;transition:background-color .3s}.fab:hover{background-color:#4f9b23}.fab__icon{width:2.4rem;transform:translateX(-0.2rem)}.wb{display:flex;justify-content:center;align-items:center;position:fixed;bottom:7.4rem;right:2rem;z-index:4;padding:1.2rem;background-color:#53b61a;border-radius:50%;transition:background-color .3s}.wb:hover{background-color:#4f9b23}.wb__icon{width:2.4rem}.cart-fab{display:flex;justify-content:center;align-items:center;position:fixed;bottom:2rem;right:2rem;z-index:4;padding:1.2rem;background-color:#53b61a;border-radius:50%;transition:background-color .3s}.cart-fab__icon{width:2.4rem}.cart-fab__count{position:absolute;top:0;right:0;font-size:1.2rem;font-weight:700;color:#fff;background-color:#4f9b23;border-radius:50%;padding:.4rem .8rem}.product-card{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;background-color:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden}.product-card--double{display:grid;grid-template-columns:1fr 1.6fr}.product-card--double .product-card__link-wrapper{justify-items:start}@media screen and (max-width: 42.5em){.product-card--double .product-card__link-wrapper{justify-items:center}}.product-card--double .product-card__img{height:32rem}.product-card--double .product-card__info{font-size:1.8rem}@media screen and (max-width: 45em){.product-card{display:grid;grid-template-columns:1fr 1.6fr}}@media screen and (max-width: 34.375em){.product-card{grid-template-columns:1fr}}.product-card__img-wrapper{position:relative;z-index:1}.product-card__img-wrapper:hover .product-card__img-link{opacity:1;pointer-events:all}.product-card__img{display:block;height:40rem;width:100%;object-fit:cover;object-position:center}.product-card__img-link{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(79,155,35,.6);z-index:2;opacity:0;pointer-events:none;transition:opacity .3s}.product-card__link{padding:1.2rem 2rem;background-color:#53b61a;border-radius:12px;color:#fff;transition:background-color .3s}.product-card__link:hover{background-color:#4f9b23}.product-card__content{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;border-top:2px solid #f6f6f6;padding:2.4rem;flex:1}@media screen and (max-width: 45em){.product-card__content{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}}.product-card__brand{font-weight:300;opacity:.3}.product-card__info{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__categories-wrapper{padding:1rem 0;margin:1rem 0;border-top:1px solid rgba(27,27,27,.2)}.product-card__list li{display:inline-block}.product-card__list li:not(:last-child)::after{content:", "}.product-card__link-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2rem;justify-items:center;border-top:1px solid rgba(27,27,27,.2);padding-top:1.6rem;margin-top:auto}.product-card__link-wrapper .btn{width:100%;grid-row:2/3}.product-card__link-wrapper .link{flex-shrink:0}@media screen and (max-width: 45em){.product-card__link-wrapper{margin-top:auto}}.product-card__image-link{display:block;width:100%;height:100%}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover{color:#53b61a}.product-card__footer{display:flex;flex-direction:column;gap:1.2rem;margin-top:auto;padding-top:1.6rem;border-top:1px solid rgba(27,27,27,.2)}.product-card__price{font-size:1.8rem;font-weight:700;line-height:1.3}.product-card__price--view{font-weight:600;color:rgba(0,0,0,.7)}.product-card__sale-price{color:#53b61a;margin-right:.6rem}.product-card__regular-price{text-decoration:line-through;color:rgba(0,0,0,.55);font-weight:500}.product-card__add-button{width:100%}.product-card__variations{width:100%;font-size:1.6rem}.product-card__varation-buttons{display:flex;justify-content:flex-start;gap:1.2rem}.product-card__varation-buttons .btn{max-width:max-content}.product-card__button-wrapper{display:flex;justify-content:flex-start;gap:1.2rem;width:100%}.product-card__button-wrapper .btn{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.product-cart-drawer{position:fixed;inset:0;z-index:1200}.product-cart-drawer[hidden]{display:none}.product-cart-drawer--open{display:block}.product-cart-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.product-cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,42rem);height:100%;background:#fff;box-shadow:-10px 0 40px rgba(0,0,0,.15);display:flex;flex-direction:column;outline:none;overflow:hidden}@media screen and (max-width: 42.5em){.product-cart-drawer__panel{top:auto;bottom:0;right:0;left:0;width:100%;height:auto;max-height:88vh;border-radius:16px 16px 0 0}}.product-cart-drawer__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;border:0;background:rgba(0,0,0,0);font-size:3rem;line-height:1;cursor:pointer;color:#000}.product-cart-drawer__body{overflow-y:auto;padding:2.4rem;flex:1}.product-cart-drawer__loading{padding:4rem 0;text-align:center;color:rgba(0,0,0,.7)}.product-cart-drawer__product{display:grid;grid-template-columns:8rem 1fr;gap:1.6rem;align-items:center;margin-bottom:2rem}.product-cart-drawer__image{width:8rem;height:8rem;object-fit:cover;border-radius:8px;background:#f6f6f6}.product-cart-drawer__title{font-size:2.2rem;line-height:1.3;margin-bottom:.4rem}.product-cart-drawer__subtitle{font-size:1.6rem;color:rgba(0,0,0,.65)}.product-cart-drawer__variants{border:0;margin:0 0 2rem;padding:0;display:grid;gap:1rem}.product-cart-drawer__variant{display:block;border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:1.2rem 1.4rem;cursor:pointer;transition:border-color .2s,background-color .2s}.product-cart-drawer__variant:has(input:checked){border-color:#53b61a;background:rgba(83,182,26,.06)}.product-cart-drawer__variant--disabled{opacity:.55;cursor:not-allowed}.product-cart-drawer__variant input{margin-right:1rem}.product-cart-drawer__variant-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.product-cart-drawer__variant-name{font-weight:600}.product-cart-drawer__variant-price{white-space:nowrap}.product-cart-drawer__variant-status{width:100%;font-size:1.4rem;color:rgba(0,0,0,.65)}.product-cart-drawer__quantity{margin-bottom:2rem}.product-cart-drawer__quantity-label{display:block;margin-bottom:.8rem;font-weight:600}.product-cart-drawer__message{margin-bottom:1.2rem;color:#c0392b;font-size:1.6rem}.product-cart-drawer__message--success{color:#53b61a}.product-cart-drawer__actions{display:grid;gap:1rem}.product-cart-drawer__success-actions{display:grid;gap:1rem}.cart-drawer{position:fixed;inset:0;z-index:1210}.cart-drawer[hidden]{display:none}.cart-drawer--open{display:block}.cart-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,44rem);height:100%;background:#fff;box-shadow:-10px 0 40px rgba(0,0,0,.15);display:flex;flex-direction:column;outline:none;overflow:hidden}@media screen and (max-width: 42.5em){.cart-drawer__panel{top:auto;bottom:0;right:0;left:0;width:100%;height:min(100%,92vh);border-radius:16px 16px 0 0}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2rem 2.4rem 1.2rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.cart-drawer__title{font-size:2.4rem;line-height:1.2;margin:0}.cart-drawer__close{border:0;background:rgba(0,0,0,0);font-size:3rem;line-height:1;cursor:pointer;color:#000;padding:.4rem}.cart-drawer__body{overflow-y:auto;padding:1.6rem 2.4rem;flex:1}.cart-drawer__loading,.cart-drawer__empty{padding:3rem 0;text-align:center;color:rgba(0,0,0,.75)}.cart-drawer__empty-title{font-size:2rem;font-weight:700;margin-bottom:.8rem;color:#000}.cart-drawer__empty-text{font-size:1.6rem;margin-bottom:2rem}.cart-drawer__items{list-style:none;margin:0;padding:0;display:grid;gap:2rem}.cart-drawer__item{display:grid;grid-template-columns:8rem 1fr auto;gap:1.2rem 1.6rem;align-items:start}.cart-drawer__item--updating{opacity:.65}@media screen and (max-width: 42.5em){.cart-drawer__item{grid-template-columns:7rem 1fr}}.cart-drawer__item-image-link{display:block}.cart-drawer__item-image{width:8rem;height:8rem;object-fit:cover;border-radius:8px;background:#f6f6f6;display:block}.cart-drawer__item-image--placeholder{display:block}@media screen and (max-width: 42.5em){.cart-drawer__item-image{width:7rem;height:7rem}}.cart-drawer__item-content{min-width:0}.cart-drawer__item-title{display:block;font-size:1.8rem;font-weight:700;line-height:1.35;color:inherit;text-decoration:none;margin-bottom:.4rem;word-break:break-word}.cart-drawer__item-title:hover{color:#53b61a}.cart-drawer__item-variant{font-size:1.5rem;color:rgba(0,0,0,.7);margin-bottom:.4rem;word-break:break-word}.cart-drawer__item-price{font-size:1.5rem;margin-bottom:1rem;color:rgba(0,0,0,.85)}.cart-drawer__item-total{font-size:1.7rem;font-weight:700;white-space:nowrap;align-self:start}@media screen and (max-width: 42.5em){.cart-drawer__item-total{grid-column:2;justify-self:start}}.cart-drawer__quantity{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:10px;overflow:hidden;margin-bottom:.8rem}.cart-drawer__quantity-btn{border:0;background:#f6f6f6;width:4.4rem;height:4.4rem;font-size:2rem;cursor:pointer}.cart-drawer__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__quantity-input{width:5.6rem;height:4.4rem;border:0;text-align:center;font:inherit;appearance:textfield}.cart-drawer__quantity-input::-webkit-outer-spin-button,.cart-drawer__quantity-input::-webkit-inner-spin-button{appearance:none;margin:0}.cart-drawer__quantity-input:disabled{background:#fff}.cart-drawer__remove{display:inline-block;border:0;background:rgba(0,0,0,0);padding:0;font-size:1.4rem;color:rgba(0,0,0,.65);text-decoration:underline;cursor:pointer}.cart-drawer__remove:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__footer{padding:1.6rem 2.4rem 2.4rem;border-top:1px solid rgba(0,0,0,.08);background:#fff;flex-shrink:0;display:grid;gap:1rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1.8rem;font-weight:700}.cart-drawer__subtotal-label{color:rgba(0,0,0,.85)}.cart-drawer__note{font-size:1.4rem;color:rgba(0,0,0,.65);margin:0}.cart-drawer__checkout,.cart-drawer__continue{width:100%}.cart-drawer__error{font-size:1.5rem;color:#c0392b;margin:0 0 1rem}.cart-drawer__error--line{margin-top:.6rem}.cart-drawer__error--page{text-align:center;padding:1rem 0}.cart-drawer__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0)}.quantity-control{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:10px;overflow:hidden}.quantity-control button{border:0;background:#f6f6f6;width:4.4rem;height:4.4rem;font-size:2rem;cursor:pointer}.quantity-control input{width:5.6rem;height:4.4rem;border:0;text-align:center;font:inherit;appearance:textfield}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{appearance:none;margin:0}.fab{position:relative}.fab__count{position:absolute;top:-0.4rem;right:-0.4rem;min-width:2rem;height:2rem;padding:0 .5rem;border-radius:999px;background:#53b61a;color:#fff;font-size:1.2rem;font-weight:700;line-height:2rem;text-align:center}.fab__count[hidden]{display:none}.product-card__add-button{width:100%}.product-card__add-button--added{background:#4f9b23}.product-card__add-button--view{pointer-events:none}.cta{padding:16rem 5vw 6rem;margin:1.6rem;border-radius:12px;overflow:hidden;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/cta.jpg");background-size:cover;background-position:center}.cta.animate .cta__btn{filter:grayscale(0)}.cta__content{max-width:57.4rem;color:#fff}.cta__title{margin-bottom:1rem}.cta__btn{margin-top:2rem;filter:grayscale(1);transition:filter .6s .4s,background-color .3s}.header{padding:28rem 5vw 4rem;background-size:cover;background-position:center;color:#fff}.header--products{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/header-products.jpg")}.headerz{position:relative;z-index:1;padding:18rem 5vw 4rem;background-color:#1b1b1b;color:#fff}.headerz__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.35;z-index:-1}.search{position:fixed;top:0;left:0;z-index:12;width:100vw;height:100vh;padding:4rem;background-color:hsla(0,0%,100%,.95);overflow:auto;opacity:0;pointer-events:none;transition:opacity .3s}.search--visible{opacity:1;pointer-events:all}.search__close-btn{position:absolute;top:3rem;right:3rem;z-index:3;padding:1.1rem 1.8rem;border-radius:8px;background-color:#53b61a;color:#fff;font-weight:700}.search__close-btn:hover{background-color:#4f9b23}.search__container{padding:2rem 5vw}.search__form{display:flex;justify-content:flex-start;align-items:flex-end;gap:2rem;max-width:80rem;background-color:#fff;box-shadow:0 10px 30px rgba(27,27,27,.15);padding:3.2rem;margin-bottom:3.6rem;border-radius:12px}.search__form .input{width:100%}.search__form .input:not(:last-child){margin-bottom:0}.search__form .btn{padding:1.6rem 3.2rem}.search__results{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem;padding:2rem 0}@media screen and (max-width: 58.5em){.search__results{grid-template-columns:repeat(2, 1fr)}.search__results .product-card:nth-child(1){grid-column:1/-1;grid-row:1/2;display:grid;grid-template-columns:1fr 1.6fr}.search__results .product-card:nth-child(1) .product-card__info{display:block}}@media screen and (max-width: 45em){.search__results .product-card:nth-child(1){display:grid;grid-template-columns:1fr}.search__results .product-card:nth-child(1) .product-card__info{display:none}}@media screen and (max-width: 45em){.search__results{grid-template-columns:1fr}}.gallery{padding:6rem 5vw 4rem;border-bottom:2px solid #53b61a;margin-bottom:6rem}.gallery__header{margin-bottom:3rem}.gallery__header-grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:4rem}@media screen and (max-width: 36.875em){.gallery__header-grid{grid-template-columns:1fr}}.gallery__logo{width:100%;height:auto}@media screen and (max-width: 36.875em){.gallery__logo{max-height:30rem;width:auto}}.masonry-gallery{column-count:3;column-gap:10px}.masonry-gallery__item{background:#fff;border-radius:6px;overflow:hidden;display:inline-block;margin:0 0 10px;width:100%}.masonry-gallery__image{width:100%;height:auto;display:block;object-fit:cover}@media(max-width: 768px){.masonry-gallery{column-count:2}}.breadcrumb{padding:1.2rem 5vw;background-color:#f6f6f6;border-bottom:1px solid rgba(27,27,27,.08)}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0;padding:0;list-style:none;font-size:1.4rem;line-height:1.4}.breadcrumb__item{display:inline-flex;align-items:center;color:rgba(27,27,27,.72)}.breadcrumb__item:not(:last-child)::after{content:"/";margin-left:.6rem;color:rgba(27,27,27,.35);font-weight:400}.breadcrumb__item--current{color:#1b1b1b;font-weight:600}.breadcrumb__link{color:#53b61a;text-decoration:none;transition:color .2s ease}.breadcrumb__link:hover,.breadcrumb__link:focus-visible{color:#4f9b23;text-decoration:underline}.breadcrumb__current{display:inline-block;max-width:100%}.hero{position:relative;z-index:1;margin:2rem 1.6rem}.hero__nav{color:#53b61a}.hero__nav::after{font-size:2.4rem;font-weight:700}.hero.animate .hero__background{opacity:.3}.hero.animate .hero__title,.hero.animate .hero__text{opacity:1}.hero.animate .hero__btn-wrapper{opacity:1}.hero.animate .hero__infinity{opacity:.3}.hero__swiper{overflow:hidden;border-radius:12px}.hero__slide{position:relative;box-sizing:border-box;min-height:55rem;border-radius:12px;overflow:hidden;background-image:linear-gradient(to right, #1b1b1b, rgb(1.5, 1.5, 1.5));color:#fff}@media screen and (max-width: 35em){.hero__slide{min-height:48rem}}@media screen and (max-width: 26.25em){.hero__slide{min-height:44rem}}.hero__background{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s .4s ease-out}.hero__content{position:relative;z-index:2;display:flex;align-items:center;min-height:55rem;padding:20rem 5vw 8rem}@media screen and (max-width: 35em){.hero__content{min-height:48rem;padding:16rem 5vw 6rem}}@media screen and (max-width: 26.25em){.hero__content{min-height:44rem;padding:14rem 5vw 5rem}}.hero__content-inner{position:relative;z-index:3;max-width:64.2rem}.hero__title{margin-bottom:1.2rem;opacity:0;transition:opacity .3s .2s ease-in-out}.hero__text{opacity:0;transition:opacity .3s .2s ease-in-out}.hero__btn-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin-top:2.4rem;opacity:0;transition:opacity .8s .4s ease-in-out}@media screen and (max-width: 35.375em){.hero__btn-wrapper{flex-direction:column;align-items:stretch;max-width:60rem}}.categories{padding:4rem 5vw}.categories.animate .categories__super-container{opacity:1}.categories__header{margin-bottom:2.4rem}.categories__category-control-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem;margin-bottom:1.2rem}@media screen and (max-width: 28.125em){.categories__category-control-wrapper{grid-template-columns:1fr}}.categories__btn{padding:2.4rem 4rem;background-color:rgb(235.8,235.8,235.8);border-radius:8px;font-weight:700;color:#1b1b1b;transition:background-color .3s,color .3s}.categories__btn:hover{background-color:#4f9b23;color:#fff}.categories__btn--active{background-color:#53b61a;color:#fff;pointer-events:none}.categories__super-container{padding:1.6rem;border-radius:12px;background-color:#f6f6f6;opacity:0;transition:opacity .3s .4s ease-out}.categories__content-wrapper{display:grid;opacity:0;display:none;transition:opacity .8s ease-in-out}.categories__content-wrapper--health-interests{grid-template-columns:repeat(3, 1fr);grid-gap:1rem}@media screen and (max-width: 36.25em){.categories__content-wrapper--health-interests{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 23.75em){.categories__content-wrapper--health-interests{grid-template-columns:1fr}}.categories__content-wrapper--age{grid-template-columns:repeat(3, 1fr);grid-gap:1rem}@media screen and (max-width: 36.25em){.categories__content-wrapper--age{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 23.75em){.categories__content-wrapper--age{grid-template-columns:1fr}}.categories__content-wrapper--categories{grid-template-columns:repeat(2, 1fr);grid-gap:1rem}@media screen and (max-width: 23.75em){.categories__content-wrapper--categories{grid-template-columns:1fr}}.categories__content-wrapper--visible{display:grid;opacity:1}.categories__content-wrapper--visible .category{transform:translateY(0)}.category{display:flex;justify-content:flex-start;align-items:flex-end;position:relative;z-index:1;min-height:28rem;background-color:#000;padding:12rem 3.2rem 3.2rem;border-radius:12px;overflow:hidden;transform:translateY(3rem);transition:background-color .3s,transform .6s 0s}.category:nth-child(2){transition:background-color .3s,transform .6s .1s}.category:nth-child(3){transition:background-color .3s,transform .6s .2s}.category:nth-child(4){transition:background-color .3s,transform .6s .3s}.category:nth-child(5){transition:background-color .3s,transform .6s 0s}.category:nth-child(6){transition:background-color .3s,transform .6s .1s}.category:nth-child(7){transition:background-color .3s,transform .6s .2s}.category:nth-child(8){transition:background-color .3s,transform .6s .3s}@media screen and (max-width: 56.25em){.category{min-height:20rem;padding:8rem 2.4rem 2.4rem}}.category--all{justify-content:center;align-items:center;padding:3rem;text-align:center}.category__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.4}.category__text{max-width:66rem;color:#fff}.category:hover{background-color:#4f9b23}.category:hover .category__img{opacity:.24}.category__img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.48;transition:opacity .3s}.category__icon{width:auto;height:6.6rem;margin-bottom:1rem}.category__title{color:#fff;line-height:1.4}.featured-product{position:relative;z-index:1;padding:16rem 5vw 8rem;margin:1.6rem;border-radius:12px;overflow:hidden;background-color:#000}.featured-product.animate .featured-product__background{opacity:.3}.featured-product.animate .featured-product__btns-wrapper{filter:grayscale(0)}.featured-product__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0;transition:opacity .3s .3s ease-in-out}.featured-product__content{color:#fff}.featured-product__text{max-width:42rem;margin-bottom:2.4rem}.featured-product__btns-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2.4rem;filter:grayscale(1);transition:filter .3s .5s ease-in-out}@media screen and (max-width: 28.125em){.featured-product__btns-wrapper{flex-direction:column;align-items:flex-start}}.best-sellers{padding:4rem 5vw}.best-sellers.animate .product-card{opacity:1;transform:translateY(0)}.best-sellers__header{margin-bottom:3.2rem}.best-sellers__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}.best-sellers__grid .product-card{transform:translateY(3rem);opacity:0}.best-sellers__grid .product-card:nth-child(1){transition:transform .4s .3s ease-in-out,opacity .4s .3s ease-in-out}.best-sellers__grid .product-card:nth-child(2){transition:transform .4s .2s ease-in-out,opacity .4s .2s ease-in-out}.best-sellers__grid .product-card:nth-child(3){transition:transform .4s .1s ease-in-out,opacity .4s .1s ease-in-out}@media screen and (max-width: 58.5em){.best-sellers__grid{grid-template-columns:repeat(2, 1fr)}.best-sellers__grid .product-card:nth-child(1){grid-column:1/-1;grid-row:1/2;display:grid;grid-template-columns:1fr 1.6fr}.best-sellers__grid .product-card:nth-child(1) .product-card__info{display:block}}@media screen and (max-width: 45em){.best-sellers__grid .product-card{height:100%}.best-sellers__grid .product-card:nth-child(1){display:grid;grid-template-columns:1fr}.best-sellers__grid .product-card:nth-child(1) .product-card__info{display:none}}@media screen and (max-width: 45em){.best-sellers__grid{grid-template-columns:1fr}}.best-sellers__swiper{position:relative;overflow:hidden}.best-sellers__slide{box-sizing:border-box;height:auto;padding-bottom:4rem}.best-sellers__nav{color:#53b61a}.best-sellers__nav::after{font-size:2.4rem;font-weight:700}.featured-category{position:relative;z-index:1;padding:8rem 5vw;background-color:#1b1b1b}.featured-category.animate .featured-category__background{opacity:.7}.featured-category.animate .featured-category__content-background{opacity:.5}.featured-category::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;backdrop-filter:blur(3rem)}.featured-category__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0;transition:opacity .3s .3s ease-in}.featured-category__content-wrapper{position:relative;z-index:1;padding:24rem 6rem 6rem;border-radius:12px;overflow:hidden;background-color:#1b1b1b;box-shadow:0 0 30px rgba(0,0,0,.2)}@media screen and (max-width: 35em){.featured-category__content-wrapper{padding:24rem 3rem 2rem}}.featured-category__content-background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0;transition:opacity .3s .3s ease-in-out}.featured-category__content{max-width:50rem;color:#fff}.featured-category__content .btn{margin-top:2.4rem}.about-intro{padding:8rem 5vw}.about-intro.animate .about-intro__card{transform:translateY(0);opacity:1}.about-intro__header{margin-bottom:2.4rem}.about-intro__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2.4rem}@media screen and (max-width: 71.75em){.about-intro__grid{grid-gap:1.2rem}}@media screen and (max-width: 61.25em){.about-intro__grid{grid-template-columns:repeat(2, 1fr)}.about-intro__grid .about-intro__card:nth-child(1){grid-column:1/-1;grid-row:1/2}}@media screen and (max-width: 37.5em){.about-intro__grid{grid-template-columns:1fr}}.about-intro__card{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;min-height:48rem;padding:4rem 4rem 2rem;background-color:#1b1b1b;border-radius:12px;overflow:hidden;color:#fff;transform:translateY(3rem);opacity:0}.about-intro__card:nth-child(1){transition:transform .6s .5s ease-in-out,opacity 1s .4s ease-in-out,background-color .3s}.about-intro__card:nth-child(2){transition:transform .6s .4s ease-in-out,opacity 1s .4s ease-in-out,background-color .3s}.about-intro__card:nth-child(3){transition:transform .6s .2s ease-in-out,opacity 1s .4s ease-in-out,background-color .3s}.about-intro__card:hover{background-color:#4f9b23}.about-intro__card:hover .about-intro__background{opacity:.4}.about-intro__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.6;transition:opacity .3s}.about-intro__content{width:100%}.about-intro__icon{display:block;margin-top:1rem;margin-left:auto}.journey{position:relative;z-index:1;padding:8rem 5vw;margin:1.6rem;border-radius:12px;overflow:hidden;background-color:#000;color:#fff}.journey.animate .journey__background{opacity:.3}.journey__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1s .3s}.journey__header{margin-bottom:3.6rem}.journey__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 58.75em){.journey__list{grid-template-columns:1fr}}.journey__list-item{padding:2.4rem;background-color:#1b1b1b;border-radius:12px}.journey__icon-wrapper{width:6.8rem;height:6.8rem;border-radius:6px;background-color:#53b61a;padding:8px;margin-bottom:1.2rem}.journey__icon{height:100%;width:auto}.journey__list-title{margin-bottom:4px}.testimonials{padding:8rem 5vw;margin:1.6rem;border-radius:12px;overflow:hidden;background-color:#f6f6f6}.testimonials__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem}@media screen and (max-width: 51.25em){.testimonials__grid{grid-template-columns:1fr;grid-gap:4rem}}.testimonials__btn-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;margin-top:3rem}.testimonials__btn{padding:1.6rem 2rem;background-color:#53b61a;color:#fff;border-radius:4px;transition:background-color .3s}.testimonials__btn:hover{background-color:#4f9b23}.testimonial{position:relative;padding:6rem 3.6rem 3.6rem;background-color:#fff;border-radius:12px}.testimonial__quote{position:absolute;top:0;left:0;font-size:20rem;opacity:.1;line-height:.4}.testimonial__text{margin-bottom:2.4rem}.testimonial__author-wrapper{text-align:right}.knowledge{padding:8rem 5vw;background-color:#f6f6f6}.knowledge.animate .knowledge__grid-item{filter:grayscale(0)}.knowledge__header{margin-bottom:3.2rem}.knowledge__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 52.5em){.knowledge__grid{grid-template-columns:1fr}}.knowledge__grid-item{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;min-height:58.4rem;border-radius:12px;overflow:hidden;filter:grayscale(1);transition:filter .6s .4s}.knowledge__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.knowledge__content{padding:2rem;margin:1.6rem;width:100%;border-radius:12px;background-color:hsla(0,0%,100%,.9)}@media screen and (max-width: 52.5em){.knowledge__content p{max-width:60rem}}.knowledge__link-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(27,27,27,.2)}.manufacturing{position:relative;z-index:1;padding:6rem 2rem}.manufacturing__bg{position:absolute;bottom:0;left:0;width:100%;height:auto;opacity:.1}.manufacturing__grid{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:3rem}@media screen and (max-width: 37.5em){.manufacturing__grid{grid-template-columns:1fr;grid-gap:0}}.manufacturing__img-wrapper{position:relative;z-index:1;border-radius:12px;overflow:hidden;padding:6rem 2.4rem 32rem;background-color:#000}@media screen and (max-width: 37.5em){.manufacturing__img-wrapper{padding:32rem 2.4rem 3.2rem}}.manufacturing__img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3}.manufacturing__title{max-width:40rem;color:#fff}@media screen and (max-width: 37.5em){.manufacturing__title{max-width:unset}}.manufacturing__content-wrapper{padding:6rem 0}@media screen and (max-width: 37.5em){.manufacturing__content-wrapper{padding:2.4rem 2.4rem 6rem}}.manufacturing__text{max-width:60rem}.manufacturing__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;margin-bottom:3rem}@media screen and (max-width: 56.875em){.manufacturing__list{grid-template-columns:1fr;max-width:50rem}}.manufacturing__list-item{position:relative;z-index:1;padding:2rem;border:2px solid #000;background-color:#fff;border-radius:8px;overflow:hidden}.manufacturing__icon{position:absolute;top:0;right:0;z-index:-1;height:100%;width:auto;transform:scale(1.4);opacity:.1}.blogs{padding:8rem 5vw}.blogs.animate .blogs__grid{opacity:1}.blogs__header{margin-bottom:3.2rem}.blogs__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}.blogs__grid--home{opacity:0;transition:opacity .3s .3s ease-out}@media screen and (max-width: 64.5em){.blogs__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 36.25em){.blogs__grid{grid-template-columns:1fr}}.latest-blog{grid-column:1/-1;grid-row:1/2;display:grid;grid-template-columns:1fr 2.4fr;grid-gap:2rem}@media screen and (max-width: 46.25em){.latest-blog{grid-template-columns:1fr}}.latest-blog__img-link{height:100%;border-radius:12px;cursor:pointer;overflow:hidden}.latest-blog__img-link:hover .latest-blog__background{transform:scale(1.04)}.latest-blog__background{width:100%;height:100%;transition:transform .3s}.latest-blog__content{padding:8rem 3.2rem;background-color:#fff;box-shadow:0 0 10px rgba(27,27,27,.1);border-radius:12px}@media screen and (max-width: 46.25em){.latest-blog__content{padding:2.4rem;margin-top:-3rem}}.latest-blog__title{max-width:60rem}.latest-blog__read-more-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(27,27,27,.3)}.blog-card{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(27,27,27,.1)}.blog-card__img-link{min-height:36rem;height:100%;overflow:hidden;cursor:pointer}.blog-card__img-link:hover .blog-card__img{transform:scale(1.04)}.blog-card__img{width:100%;height:36rem;transition:transform .3s}.blog-card__content{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;height:100%;padding:2rem;margin-bottom:auto}.blog-card__read-more-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:1.6rem;padding-top:1.6rem;border-top:2px solid rgba(27,27,27,.1)}.blogs-header{padding:24rem 5vw 4rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/blog.jpg");background-size:cover;background-position:center;margin:9rem 1.6rem 0;border-radius:12px;overflow:hidden;color:#fff}.blogs__container{padding:8rem 5vw}.blog__header{position:relative;z-index:1;padding:32rem 5vw 4rem;background-color:#000;margin:1.6rem;border-radius:12px;overflow:hidden}.blog__header-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-size:cover;background-position:center;opacity:.3}.blog__header-content{max-width:80rem;color:#fff}.blog__container{padding:6rem 5vw}.blog__content{max-width:102rem}.blog__content a{color:#53b61a}.blog__content a:hover{color:#4f9b23}.blog__related{padding:6rem 5vw;background-color:#f6f6f6;margin:1.6rem;border-radius:12px;overflow:hidden}.blog__related-header{margin-bottom:1.6rem}.blog ul{list-style:disc;margin:2rem 0 2rem 2rem}.blog ol{list-style:decimal;margin:2rem 0 2rem 2rem}.blog h2{margin-top:3.2rem;line-height:1.3;padding-top:3.2rem;border-top:2px solid #e7e7e7}.blog h2:first-of-type{margin-top:unset;padding-top:unset;border-top:unset}.blog img{border-radius:12px;max-width:100%;max-height:80rem}.ingredient-card{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;background-color:#fff;border-radius:12px;overflow:hidden;border:2px solid #f6f6f6;color:#1b1b1b}.ingredient-card__grid{display:flex;gap:1.2rem;align-items:flex-start;justify-content:stretch;flex-wrap:wrap}.ingredient-card{transition:transform .3s}.ingredient-card:hover{color:#53b61a;transform:translateY(-2rem)}.ingredient-card__img{width:8rem;height:8rem;border-radius:50%;transition:transform .3s}.ingredient-card__content{padding:2rem}.products{padding:3.2rem 5vw}.products__grid-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(27,27,27,.2)}.products__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 89.0625em){.products__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 70.625em){.products__grid{grid-template-columns:1fr}.products__grid .product-card{display:grid;grid-template-columns:1fr 1.6fr}.products__grid .product-card .product-card__info{display:block}}@media screen and (max-width: 32.5em){.products__grid .product-card{display:grid;grid-template-columns:1fr}.products__grid .product-card .product-card__info{display:none}}.filters{padding:3.2rem;background-color:#f6f6f6;border-top-right-radius:12px;border-bottom-right-radius:12px}.filters--expanded .filters__wrapper{opacity:1;display:block}@media screen and (max-width: 59.375em){.filters{border-radius:12px}}.filters__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative}.filters__header-button{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;opacity:0;pointer-events:none}@media screen and (max-width: 59.375em){.filters__header-button{pointer-events:all}}.filters__header-btn{padding:1rem;background-color:#53b61a;border-radius:4px;opacity:0}@media screen and (max-width: 59.375em){.filters__header-btn{opacity:1}}.filters__header-btn-img{height:1rem;width:1rem}.filters__wrapper{margin-top:1rem}@media screen and (max-width: 59.375em){.filters__wrapper{display:none;opacity:0}}.filters__single:not(:last-child){margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(27,27,27,.2)}.filters__btn-wrapper .btn{width:100%}.filters__btn-wrapper .btn:not(:last-child){margin-bottom:1rem}.product{padding:6rem 5vw 8rem}.product__bg-wrapper{position:absolute;top:0;left:0;z-index:-1;width:100%;height:42rem;background-color:#fff}.product__bg-wrapper::before{content:"";position:absolute;top:5%;left:0;z-index:2;width:100%;height:100%;background-image:linear-gradient(to bottom, transparent, #fff)}.product__bg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.6;filter:blur(1rem)}.product__grid{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:4rem}@media screen and (max-width: 73.5625em){.product__grid{grid-template-columns:1fr 1.2fr}}@media screen and (max-width: 55.125em){.product__grid{grid-template-columns:1fr 1.2fr}}@media screen and (max-width: 42.5em){.product__grid{grid-template-columns:1fr}}.product__img{display:block;width:100%;height:100%;max-height:60rem;border-radius:12px;box-shadow:0 10px 20px rgba(27,27,27,.1)}.product__thumbs-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:8px;margin-top:1rem}.product__thumb{height:14rem;width:100%;border-radius:12px;overflow:hidden;background-color:#4f9b23}.product__thumb--active{box-shadow:0 10px 30px rgba(0,0,0,.3)}.product__thumb--active .product__thumb-img{opacity:.3}.product__thumb-img{height:100%;width:100%}.product__info-title{padding:3rem;border-radius:12px;background-color:#fff;box-shadow:0 10px 30px rgba(27,27,27,.1)}.product__variants-wrapper{display:flex;gap:1.2rem;margin:2rem 0;padding:1rem 1.6rem;background-color:#f6f6f6;max-width:max-content;border-radius:8px}@media screen and (max-width: 60em){.product__variants-wrapper{flex-direction:column}}@media screen and (max-width: 28.75em){.product__variants-wrapper{min-width:100%}}.product__variants-title{max-width:10rem}@media screen and (max-width: 60em){.product__variants-title{max-width:unset}}.product__variants-list{display:flex;justify-content:flex-start;align-items:center;gap:1rem}@media screen and (max-width: 20em){.product__variants-list{flex-direction:column}}.product__variant{padding:.5rem 2rem;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(27,27,27,.1)}.product__markets-wrapper{padding:3rem;border-bottom:2px solid rgba(27,27,27,.1)}.product__markets{display:flex;align-items:stretch;justify-content:flex-start;gap:1rem}@media screen and (max-width: 22.5em){.product__markets{flex-direction:column}}.product__market{display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(27,27,27,.1);transition:box-shadow .3s}.product__market:hover{box-shadow:0 0 20px rgba(83,182,26,.3)}.product__market-img{height:4rem;object-fit:contain}.product__market-img--torus{height:3rem}.product__benefits{padding:2rem 3rem 0}.product__benefits-list{max-width:80rem}.product__benefit{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}.product__benefit::before{content:"";display:block;height:.8rem;width:.8rem;max-width:.8rem;min-width:.8rem;max-height:.8rem;min-height:.8rem;background-color:#53b61a;border-radius:50%;transform:translateY(1.2rem)}.info{padding:8rem 5vw 4rem;background-color:#fff;border-top:2px solid #53b61a}.info__header{margin-bottom:2.4rem}.info__about{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:2px solid rgba(27,27,27,.2)}.info__suggested{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:2px solid rgba(27,27,27,.2)}.info__facts{max-width:80rem}@media screen and (max-width: 41.25em){.info__facts{max-width:42rem}}.info__fact-wrapper{border-radius:12px;background-color:#fff;max-width:max-content}.info__fact{width:100%;max-width:60rem;height:auto;object-fit:contain}.related{padding:8rem 5vw}.related__header{margin-bottom:2.4rem}.related__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem}@media screen and (max-width: 58.5em){.related__grid{grid-template-columns:repeat(2, 1fr)}.related__grid .product-card:nth-child(1){grid-column:1/-1;grid-row:1/2;display:grid;grid-template-columns:1fr 1.6fr}.related__grid .product-card:nth-child(1) .product-card__info{display:block}}@media screen and (max-width: 45em){.related__grid .product-card:nth-child(1){display:grid;grid-template-columns:1fr}}@media screen and (max-width: 45em){.related__grid{grid-template-columns:1fr}}.biotex{margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;padding:50rem 5vw 2rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/about-header.jpg");background-size:cover;background-position:center;color:#fff}.biotex__text-container{padding:2rem 0 4rem}.biotex__text-wrapper{max-width:73rem}.staff{padding:2rem 5vw 4rem}.staff.animate .staff__header .primary{color:#53b61a}.staff__header{max-width:39.2rem;margin-bottom:1.2rem}.staff__header .primary{color:#1b1b1b;transition:color .4s .4s ease-out}.staff__img{display:block;width:100%;height:45.6rem;border-radius:12px;margin-top:2.4rem}.solutions{padding:16rem 5vw 6rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/about-mindset.jpg");background-size:cover;background-position:center;margin:1.6rem;border-radius:12px;overflow:hidden}.solutions.animate .solutions__title .primary{color:#53b61a}.solutions__container{max-width:69.7rem;color:#fff}.solutions__title{max-width:69.8rem}.solutions__title .primary{color:#fff;transition:color .4s .4s ease-out}.tomorrow{position:relative;z-index:1;overflow:hidden;padding:0 5vw}.tomorrow.animate .tomorrow__title .primary{color:#53b61a}.tomorrow__grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;align-items:end}@media screen and (max-width: 50em){.tomorrow__grid{grid-template-columns:1fr}}.tomorrow__img{width:100%;height:auto}@media screen and (max-width: 50em){.tomorrow__img{position:absolute;top:0;right:0;z-index:-1;opacity:.2}}.tomorrow__content{padding:12rem 0 6rem}.tomorrow__title{margin-bottom:1.2rem}.tomorrow__title .primary{color:#1b1b1b;transition:color .4s .4s ease-out}.mission{margin:0 1.6rem 1.6rem;border-radius:12px;overflow:hidden;padding:44rem 5vw 6rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/about-mission.jpg");background-size:cover;background-position:top}.mission__content{max-width:69.7rem;color:#fff}.mission__title{margin-bottom:1.2rem}.tradition{padding:2rem 5vw 2rem 0;overflow:hidden}@media screen and (max-width: 51.25em){.tradition{padding:2rem 0}}.tradition.animate .tradition__header .primary{color:#53b61a}.tradition__grid{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:3.2rem}@media screen and (max-width: 51.25em){.tradition__grid{grid-template-columns:1fr;grid-gap:0}}.tradition__img-wrapper{margin:2rem 0}.tradition__img{display:block;height:100%;width:100%;border-top-right-radius:12px;border-bottom-right-radius:12px;overflow:hidden;object-position:right;transform:scale(1.1) translateX(-3rem);transform-origin:right}.tradition__content-wrapper{padding:8rem 0}@media screen and (max-width: 51.25em){.tradition__content-wrapper{padding:6rem 5vw 4rem}}.tradition__header{max-width:40rem;margin-bottom:1.6rem}.tradition__header .primary{color:#1b1b1b;transition:color .4s .4s ease-out}.group{padding:8rem 0 5vw 8rem;background-color:#1b1b1b;color:#fff;overflow:hidden;margin:1.6rem;border-radius:12px;overflow:hidden}@media screen and (max-width: 50em){.group{padding:8rem 0 0}}.group__grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:3rem}@media screen and (max-width: 50em){.group__grid{grid-template-columns:1fr}}.group__content{padding-right:6rem}@media screen and (max-width: 50em){.group__content{padding:0 5vw 8rem}}.group__title{margin-bottom:1.6rem}.group__img-wrapper{position:relative;transform:scale(1.6);transform-origin:left}@media screen and (max-width: 50em){.group__img-wrapper{transform:scale(1.2)}}.group__img-wrapper::after{content:"";position:absolute;top:0;left:-1%;width:101%;height:100%;background-image:linear-gradient(to right, #1b1b1b, transparent)}@media screen and (max-width: 50em){.group__img-wrapper::after{background-image:linear-gradient(to bottom, #1b1b1b, transparent);width:100%;left:0}}.group__img{height:100%;width:100%}.continue{padding:1.6rem}.continue__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 41.25em){.continue__grid{grid-template-columns:1fr}}.continue__grid-item{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;min-height:64rem;background-color:#1b1b1b;padding:3.6rem;border-radius:12px;overflow:hidden;color:#fff}@media screen and (max-width: 41.25em){.continue__grid-item{padding:3.6rem 4vw}}.continue__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.continue__link-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding-top:2rem;border-top:2px solid hsla(0,0%,100%,.3)}.biotex-group{padding:36rem 5vw 12rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/about-nanotech.jpg");background-size:cover;background-position:center;margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;color:#fff}.biotex-group__header-content{max-width:64rem}.directors{padding:0 5vw 8rem}.directors__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;max-width:90rem;margin-top:-6rem}@media screen and (max-width: 34.375em){.directors__grid{grid-template-columns:1fr}}.directors__card{padding:1rem 1rem 1.6rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 20px rgba(27,27,27,.1)}.directors__img{display:block;width:100%;height:47.8rem;margin-bottom:1.2rem;border-radius:12px;object-position:top}.directors__titles{padding:0 2.4rem}.directors__content-wrapper{margin-top:6rem;max-width:90rem}.advisor{margin:1.6rem;border-radius:12px;overflow:hidden;padding:8rem 5vw;background-color:#f6f6f6}.advisor__header{margin-bottom:2.4rem}.advisor__grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:3.2rem;max-width:107rem}@media screen and (max-width: 38.125em){.advisor__grid{grid-template-columns:1fr}}.advisor__img{display:block;height:100%;width:100%;max-height:42rem;border-radius:12px;object-position:center}.advisor__content-wrapper{max-width:60rem}.advisor__title-wrapper{margin-bottom:1.6rem}.advisor__info{max-width:86rem;margin-top:3.2rem}.nanocurcumin-header{padding:36rem 5vw 6rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/about-nanocurcumin.jpg");background-size:cover;background-position:center;margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;color:#fff}.nanocurcumin-header__content{max-width:67.4rem}.nano-info{padding:8rem 5vw}.nano-info__content-container{max-width:80rem}.nano-info__content-wrapper{display:grid;grid-template-columns:6rem 1fr;grid-gap:3.2rem}.nano-info__content-wrapper:not(:last-child){margin-bottom:3rem}@media screen and (max-width: 31.875em){.nano-info__content-wrapper{grid-template-columns:1fr;grid-gap:1rem}}.nano-info__img-wrapper{width:6rem;height:6rem;background-color:#1b1b1b;padding:1rem;border-radius:8px}.nano-info__img{width:100%}.rnd__header{padding:24rem 5vw 4rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/rnd.jpg");background-size:cover;background-position:center;color:#fff}.rnd__header-content{max-width:67.4rem}.rnd__grid-wrapper{padding:8rem 5vw}.rnd__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 47em){.rnd__grid{grid-template-columns:1fr}}.rnd__grid-item{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;background-color:#000;border-radius:12px;overflow:hidden}.rnd__grid-item:nth-child(1){grid-column:1/-1;grid-row:1/2}.rnd__grid-background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.rnd__grid-content{padding:24rem 6rem 6rem;max-width:72rem;color:#fff}@media screen and (max-width: 62.5em){.rnd__grid-content{padding:24rem 3.6rem 3.6rem}}.rnd__grid-link-wrapper{display:flex;justify-content:flex-end;align-items:center;padding-top:2rem;top:2rem;border-top:2px solid hsla(0,0%,100%,.3)}.research{padding:10rem 5vw;background-color:#f6f6f6}.research__header{max-width:41rem;margin-bottom:6rem}.research__title{margin-bottom:2rem}.research__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 50em){.research__grid{grid-template-columns:1fr}}.study{padding:6rem 5vw}.study__container p:not(:last-child){margin-bottom:3rem}.study__container h2,.study__container h3{margin:2rem 0 .4rem}.study__container ul,.study__container ol{margin:3rem 0 5rem;padding:3rem;background-color:#f6f6f6;border-radius:15px}.study__container ul li,.study__container ol li{position:relative;padding-left:1.5rem}.study__container ul li p:not(:last-child),.study__container ol li p:not(:last-child){margin-bottom:1rem}.study__container ul li:not(:last-child),.study__container ol li:not(:last-child){margin-bottom:3rem}.study__container ul li::before,.study__container ol li::before{content:"";position:absolute;top:13px;left:0;width:5px;height:5px;background-color:#53b61a;border-radius:100px}.study__container img{display:block;max-width:100%;margin:5rem 0;border-radius:15px}.study__others{padding:5rem 5vw;background-color:#f6f6f6}.study__others-header{text-align:center;margin-bottom:3rem}.study__others-grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3rem}@media screen and (max-width: 34.375em){.study__others-grid{grid-template-columns:1fr}}.card-research{color:#1b1b1b;transition:color .3s}.card-research:hover{color:#53b61a}.card-research__img{display:block;width:100%;height:30rem;border-radius:12px}.card-research__content{margin-top:1rem;padding:2.4rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.welfare-header{padding:24rem 5vw 4rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/welfare.jpg");background-size:cover;background-position:center;color:#fff}.welfare-header__content{max-width:67.4rem}.welfare-header__grid-wrapper{padding:8rem 5vw}.timeline{padding:8rem 5vw}.timeline__single{display:grid;grid-template-columns:2.4rem 1fr;grid-gap:1rem}@media screen and (max-width: 21.75em){.timeline__single{grid-template-columns:1fr}}.timeline__single:not(:last-child) .timeline__content-container{padding-bottom:3.6rem}.timeline__single:last-child .timeline__node-wrapper::after{display:none}.timeline__node-wrapper{position:relative}.timeline__node-wrapper::after{content:"";position:absolute;top:0;left:50%;height:100%;width:2px;background-color:#53b61a;transform:translateX(-50%)}@media screen and (max-width: 21.75em){.timeline__node-wrapper::after{display:none}}.timeline__node{display:block;width:2.4rem;height:2.4rem;background-color:#53b61a;border-radius:50%}.timeline__content-wrapper{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;min-height:42rem;padding:3.2rem;background-color:#1b1b1b;border-radius:12px;overflow:hidden}.timeline__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2}.timeline__content{max-width:60rem;color:#fff}.timeline__link-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding-top:2rem;border-top:2px solid hsla(0,0%,100%,.2)}.welfare{padding:10rem 5vw}.welfare__header::after{content:"";display:block;width:14rem;height:6px;margin-top:4rem;background-color:#53b61a;border-radius:100px}.welfare__content{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:5rem;max-width:71.17rem;margin-top:2rem}@media screen and (max-width: 33.125em){.welfare__content{grid-template-columns:1fr;grid-gap:3rem}}.welfare__grid{display:grid;grid-template-columns:repeat(2, 2fr) 1fr;grid-template-rows:20rem;grid-auto-rows:20rem;grid-gap:2rem;margin-top:5rem}@media screen and (max-width: 73.75em){.welfare__grid{grid-template-columns:1fr 2fr 1fr}}@media screen and (max-width: 59.375em){.welfare__grid{grid-template-columns:1fr 1.5fr 1fr}}@media screen and (max-width: 50em){.welfare__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 33.125em){.welfare__grid{grid-template-columns:1fr}}.welfare__item{display:flex;justify-content:flex-start;align-items:flex-end;position:relative;z-index:1;padding:3rem;background-color:#1b1b1b;color:#fff;border-radius:15px;overflow:hidden;transition:filter .3s}.welfare__item:hover{filter:brightness(120%) contrast(120%)}.welfare__item--1{grid-column:1/2;grid-row:1/3}@media screen and (max-width: 50em){.welfare__item--1{grid-column:1/3;grid-row:1/2}}@media screen and (max-width: 33.125em){.welfare__item--1{grid-column:unset;grid-row:unset}}.welfare__item--2{grid-column:2/3;grid-row:1/2}@media screen and (max-width: 50em){.welfare__item--2{grid-column:1/2;grid-row:2/3}}@media screen and (max-width: 33.125em){.welfare__item--2{grid-column:unset;grid-row:unset}}.welfare__item--3{grid-column:2/3;grid-row:2/3}@media screen and (max-width: 50em){.welfare__item--3{grid-column:2/3;grid-row:2/3}}@media screen and (max-width: 33.125em){.welfare__item--3{grid-column:unset;grid-row:unset}}.welfare__item--4{grid-column:3/4;grid-row:1/3}@media screen and (max-width: 50em){.welfare__item--4{grid-column:1/-1;grid-row:3/4}}@media screen and (max-width: 33.125em){.welfare__item--4{grid-column:unset;grid-row:unset}}.welfare__item-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.2}.event{padding:10rem 5vw}.event__container p:not(:last-child){margin-bottom:3rem}.event__container img{display:block;max-width:100%;margin:5rem 0;border-radius:15px}.event__others{padding:5rem 5vw;background-color:#f6f6f6}.event__others-header{text-align:center;margin-bottom:3rem}.event__others-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3rem}@media screen and (max-width: 55em){.event__others-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 34.375em){.event__others-grid{grid-template-columns:1fr}}.event__wrapper:not(:last-child){margin-bottom:5rem}.event__wrapper ul{margin:2rem 0 3rem;padding:3rem;background-color:#f6f6f6;border-radius:15px}.event__wrapper ul ul{margin:0 0;padding:2rem 2rem}.event__wrapper ul ul li:not(:last-child){margin-bottom:1.5rem}.event__wrapper li:not(:last-child){margin-bottom:3rem}.event__table{border-collapse:collapse}.event__table tr{text-align:left}.event__table th,.event__table td{padding:1rem;border:1px solid #f6f6f6}.w-gallery{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem}@media screen and (max-width: 58.75em){.w-gallery{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 48.5625em){.w-gallery{grid-template-columns:repeat(2, 1fr)}}.w-gallery__img{display:block;width:100%;height:32rem;object-fit:cover;object-position:center}@media screen and (max-width: 58.75em){.w-gallery__img{height:27rem}}.card-event__img{display:block;width:100%;height:30rem;border-radius:12px}.card-event__content{margin-top:1rem;padding:2.4rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.card-event__year{color:#53b61a}.card-event__text{color:#1b1b1b}.learn-header{padding:24rem 5vw 4rem;background-image:linear-gradient(to top, #1b1b1b, transparent),url("../img/learn.jpg");background-size:cover;background-position:center;margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;color:#fff}.learn{padding:8rem 5vw}.learn__single{display:grid;grid-template-columns:1fr 4fr;grid-gap:1rem;max-width:102rem}.learn__single:not(:last-child){margin-bottom:3.2rem}@media screen and (max-width: 48.5625em){.learn__single{grid-template-columns:1fr 3fr}}@media screen and (max-width: 30em){.learn__single{grid-template-columns:1fr}}.learn__img-wrapper{position:relative;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden}@media screen and (max-width: 30em){.learn__img-wrapper{border-top-right-radius:12px;border-bottom-left-radius:0}}.learn__img{display:block;width:100%;height:100%}.learn__content-wrapper{padding:3.6rem 4rem;background-color:#fff;box-shadow:0 0 30px rgba(27,27,27,.1);border-top-right-radius:12px;border-bottom-right-radius:12px}@media screen and (max-width: 30em){.learn__content-wrapper{border-top-right-radius:0;border-bottom-left-radius:12px}}.learn__header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(27,27,27,.2)}.learn__list-item:not(:last-child){margin-bottom:1rem}.learnz{padding:10rem 5vw;background-color:#f6f6f6}.learnz__section{padding:6rem 5vw;border-bottom:3px solid #f6f6f6}.learnz__section p:not(:last-child){margin-bottom:3rem}.learnz__wrapper:not(:last-child){margin-bottom:5rem}.learnz__wrapper ul{margin:2rem 0 3rem;padding:3rem;background-color:#f6f6f6;border-radius:15px}.learnz__wrapper ul ul{margin:0 0;padding:2rem 2rem}.learnz__wrapper ul ul li:not(:last-child){margin-bottom:1.5rem}.learnz__wrapper li:not(:last-child){margin-bottom:3rem}.learnz__table{border-collapse:collapse}.learnz__table tr{text-align:left}.learnz__table th,.learnz__table td{padding:1rem;border:1px solid #f6f6f6}.learnz a{color:#53b61a;transition:color .3s,box-shadow .3s}.learnz a::after{content:"";display:block;width:100%;height:3px;background-color:#53b61a;transition:background-color .3s}.learnz a:hover{color:#4f9b23;box-shadow:0 0 20px rgba(27,27,27,.2)}.learnz a:hover::after{background-color:#4f9b23}.contact{padding:24rem 5vw 8rem;background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/contact.jpg");background-size:cover;background-position:center;margin:2rem 1.6rem 1.6rem;border-radius:12px;overflow:hidden}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem}@media screen and (max-width: 50em){.contact__grid{grid-template-columns:1fr}}.contact__info-wrapper{color:#fff}.contact__logo{display:block;width:100%;max-width:24.2rem;margin-bottom:2rem}.contact__links-wrapper{margin-top:4rem}.contact__link{display:flex;justify-content:flex-start;align-items:center;gap:1rem;text-decoration:underline;color:#fff}.contact__link:hover{color:#53b61a}.contact__link:not(:last-child){margin-bottom:1rem}.contact__form{padding:4rem;background-color:#fff;border-radius:12px}.contact__btn-wrapper{margin-top:2rem;padding-top:2rem;text-align:right}.book{padding:15rem 5vw 10rem;background-image:linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.8)),url("../img/book_bg.jpg");background-size:cover;background-position:center}.book__grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:8rem;align-items:start}@media screen and (max-width: 83.4375em){.book__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 65em){.book__grid{grid-template-columns:1fr;grid-gap:3rem}}.book__contents{color:#fff}.book__header{margin-bottom:1rem}.book__info{max-width:60rem}.book__cover{display:block;max-width:19rem;height:auto;margin:5rem 0 3rem;border-radius:15px}.book__form{padding:3rem 5rem;background-color:#fff;border-radius:15px}.book__form--otp-sent .book__form-details{display:none}.book__form--otp-sent .book__form-otp{display:block}.book__form-intro{max-width:30rem;margin-bottom:3rem}.book__form-otp{display:none}.book__form-btn-wrapper{margin-top:4rem;text-align:right}.missing{padding:12rem 5vw 8rem}.missing__container{text-align:center}.missing__img{max-width:50rem;margin:0 auto 4rem}.exosomes-header{padding:32rem 5vw 4rem;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/exosome_hero.jpg");background-size:cover;background-position:center}.exosomes-header__content{color:#fff}.exosomes-header__title{margin-bottom:2rem}.exosomes-iframe{padding:6rem 5vw;border-top:2px solid #53b61a}.exosomes-iframe__video{width:100%;height:60rem;border-radius:12px;overflow:hidden}@media screen and (max-width: 61.25em){.exosomes-iframe__video{height:40rem}}@media screen and (max-width: 32.5em){.exosomes-iframe__video{height:32rem}}.exosomes-research{padding:0 5vw 8rem;border-bottom:2px solid #53b61a}.exosomes-research__header{margin-bottom:4.8rem;max-width:80rem}.exosomes-research__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3.2rem}@media screen and (max-width: 72.5em){.exosomes-research__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 26.25em){.exosomes-research__list{grid-template-columns:1fr}}.exosomes-research__list-item{display:grid;grid-template-columns:6rem 1fr;grid-gap:2rem;align-items:center}@media screen and (max-width: 38.75em){.exosomes-research__list-item{grid-template-columns:1fr}}@media screen and (max-width: 26.25em){.exosomes-research__list-item{grid-template-columns:6rem 1fr}}@media screen and (max-width: 18.125em){.exosomes-research__list-item{grid-template-columns:1fr}}.exosomes-research__icon{max-width:6rem}.exosomes-research__content{border-left:2px solid #1b1b1b;padding-left:2rem}.exosomes-research__content p{max-width:29rem}.exosomes-what{position:relative;z-index:1;padding:6rem 5vw}.exosomes-what__header{max-width:80rem;margin-bottom:2rem}.exosomes-what__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem;max-width:90rem}@media screen and (max-width: 40em){.exosomes-what__list{grid-template-columns:1fr;max-width:50rem}}.exosomes-what__list-item{padding:2.4rem;background-color:#f6f6f6;border-radius:8px}.exosomes-app{padding:6rem 5vw;background-color:#f6f6f6}.exosomes-app__header{max-width:90rem;margin-bottom:2.4rem}.exosomes-app__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 57.5em){.exosomes-app__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 37.5em){.exosomes-app__list{grid-template-columns:1fr}}.exosomes-app__list-item{padding:3.2rem 2.4rem 2.4rem;border-radius:8px;background-color:#fff}.exosomes-app__icon{display:block;width:auto;height:6rem;margin-bottom:1.2rem}.exosome-procedure{padding:6rem 5vw}.exosome-procedure__grid{display:grid;grid-template-columns:32rem 1fr;grid-gap:2.4rem}@media screen and (max-width: 43.75em){.exosome-procedure__grid{grid-template-columns:1fr}}.exosome-procedure__header{max-width:30rem}.exosome-procedure__list-item:not(:last-child){margin-bottom:1.2rem}.exosome-procedure__outro{margin-top:4rem;padding-top:4rem;border-top:2px solid #53b61a}.exosome-trainer{padding:6rem 5vw;background-color:#f6f6f6}.exosome-trainer__header{max-width:80rem;margin-bottom:3.2rem}.exosome-trainer__grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:2.4rem}@media screen and (max-width: 41.875em){.exosome-trainer__grid{grid-template-columns:1fr}}.exosome-trainer__doc{padding:2rem;background-color:#fff;border-radius:8px}.exosome-trainer__img{width:100%;max-width:32rem;height:auto;border-radius:8px;margin-bottom:1.2rem}@media screen and (max-width: 41.875em){.exosome-trainer__img{width:100%;max-width:unset;height:auto}}.exosome-trainer__list-item{display:grid;grid-template-columns:max-content 1fr;grid-gap:1rem;padding:1.2rem;background-color:#fff;border-radius:4px}.exosome-trainer__list-item p{max-width:80rem}.exosome-trainer__list-item::before{content:"";height:100%;width:3px;border-radius:100px;background-color:#53b61a}.exosome-trainer__list-item:not(:last-child){margin-bottom:1.2rem}.exosome-future{padding:24rem 5vw 6rem;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/exosome_outro.jpg");background-size:cover;background-position:center}.exosome-future__content{max-width:80rem;color:#fff}.exosome-contact{padding:6rem 5vw}.exosome-contact__header{max-width:70rem;margin-bottom:3rem}.exosome-contact__grid{display:flex;justify-content:flex-start;align-items:center;gap:1.6rem}@media screen and (max-width: 33.75em){.exosome-contact__grid{flex-direction:column;align-items:flex-start}}.exosome-contact__grid-item{padding:2rem 2.4rem;background-color:#53b61a;border-radius:8px;color:#fff}.exosome-contact__grid-item:hover{background-color:#4f9b23}.faqs{margin:2rem 1.6rem;padding:6rem 5vw;border-radius:12px;background-color:#f6f6f6}.faqs__grid{display:grid;grid-template-columns:24rem 1fr;grid-gap:3.2rem}@media screen and (max-width: 48em){.faqs__grid{grid-template-columns:1fr}}.faqs__single:not(:last-child){margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:2px solid #1b1b1b}.ceutical-benefits{margin-top:0}.location-header{margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;padding:32rem 5vw 6rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/location-hero.jpg");background-size:cover;background-position:center}.location-header--hyderabad{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/header-hyderabad.jpg")}.location-header--bengaluru{background-image:linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.8)),url("../img/header-bengaluru.jpg")}.location-header--pune{background-image:linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.8)),url("../img/header-pune.jpg")}.location-header--india{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-india.jpg")}.location-header--mumbai{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-mumbai.jpg")}.location-header--delhi{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-delhi.jpg")}.location-header--vizag{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-vizag.jpg")}.location-header--kolkata{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-kolkata.jpg")}.location-header{color:#fff}.location-header__title{max-width:50rem}.location-header__title--unrestricted{max-width:80rem}.location-header__wrapper{max-width:82rem}.location-header__wrapper--unrestricted{max-width:90rem}.location-header__text{margin-top:1.2rem}.location-intro{padding:6rem 5vw}.location-intro__text{max-width:90rem}.featured-location__header{margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;padding:40rem 5vw 2rem;background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/india-map.webp");background-size:cover;background-position:center;color:#fff}.featured-location__cards-container{padding:4rem 5vw 6rem}.featured-location__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 56.25em){.featured-location__cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 33.75em){.featured-location__cards{grid-template-columns:1fr}}.featured-location__card{display:flex;flex-direction:column;height:100%;padding:2rem;border:2px solid #f6f6f6;border-radius:8px}.featured-location__card-title{margin-bottom:1.2rem;line-height:1.1}.featured-location__card-link{padding-top:1.2rem;margin-top:auto}.quality-research{padding:6rem 5vw 6rem 0;overflow:hidden}.quality-research__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem;align-items:center}@media screen and (max-width: 50em){.quality-research__grid{grid-template-columns:1fr}}.quality-research__img-wrapper{height:100%}.quality-research__img{height:100%;border-top-right-radius:12px;border-bottom-right-radius:12px;transform:scale(1.2);transform-origin:right center}@media screen and (max-width: 50em){.quality-research__content-wrapper{padding-top:4rem;padding-left:5vw}}.quality-research__intro{max-width:50rem}.quality-research__list{list-style:disc;margin:2rem 0 2rem 2rem}.avail-distribution{margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;padding:8rem 5vw 40rem;background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.7) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-distribution.jpg");background-size:cover;background-position:center;color:#fff}.avail-distribution--hyderabad{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-hyderabad.jpg")}.avail-distribution--bengaluru{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-bengaluru.jpg")}.avail-distribution--pune{background-image:linear-gradient(to bottom, rgba(27, 27, 27, 0.6) 50%, rgba(27, 27, 27, 0.3)),url("../img/location-pune.jpg")}.avail-distribution__content-wrapper{max-width:86rem}.location-explore{position:relative;z-index:1;padding:6rem 5vw;overflow:hidden}.location-explore__logo{position:absolute;bottom:0;right:2.4rem;z-index:-1;max-width:66rem;opacity:.1;transform:scale(2.4)}.location-explore__grid,.location-explore__locations{display:grid;grid-template-columns:36rem 1fr;grid-gap:4rem}@media screen and (max-width: 53.125em){.location-explore__grid,.location-explore__locations{grid-template-columns:1fr}}.location-explore__locations{margin-top:3.2rem;padding-top:3.2rem;border-top:2px solid #f6f6f6}.location-explore__content-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:60rem}@media screen and (max-width: 26.875em){.location-explore__content-wrapper{grid-template-columns:1fr}}.location-explore__locations-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media screen and (max-width: 33.75em){.location-explore__locations-wrapper{grid-template-columns:1fr}}.location-explore__link{position:relative;background-color:#fff;padding:1.2rem 2.4rem 1.2rem 3rem;box-shadow:0 4px 10px rgba(27,27,27,.12);border-radius:8px;border:2px solid #f6f6f6;color:#1b1b1b;font-weight:700}.location-explore__link::before{content:"";position:absolute;top:50%;left:1rem;width:.6rem;height:calc(100% - 20px);background-color:#53b61a;border-radius:100px;transform:translateY(-50%);transition:background-color .3s}.location-explore__link{transition:background-color .3s,color .3s}.location-explore__link:hover{background-color:#53b61a;color:#fff}.location-explore__link:hover::before{background-color:#4f9b23}.location-explore__link--1{grid-column:1/-1}@media screen and (max-width: 26.875em){.location-explore__link--1{grid-column:unset}}.location-explore__link--2{grid-column:1/-1}@media screen and (max-width: 26.875em){.location-explore__link--2{grid-column:unset}}.location-explore__link--3{grid-column:1/2}@media screen and (max-width: 26.875em){.location-explore__link--3{grid-column:unset}}.location-explore__link--4{grid-column:2/3}@media screen and (max-width: 26.875em){.location-explore__link--4{grid-column:unset}}.location-explore__location{position:relative;background-color:#fff;padding:1.2rem 2.4rem 1.2rem 3rem;box-shadow:0 4px 10px rgba(27,27,27,.12);border-radius:8px;border:2px solid #f6f6f6;color:#1b1b1b;font-weight:700}.location-explore__location::before{content:"";position:absolute;top:50%;left:1rem;width:.6rem;height:calc(100% - 20px);background-color:#53b61a;border-radius:100px;transform:translateY(-50%);transition:background-color .3s}.location-explore__location{transition:background-color .3s,color .3s}.location-explore__location:hover{background-color:#53b61a;color:#fff}.location-explore__location:hover::before{background-color:#4f9b23}.location-about{position:relative;z-index:1;overflow:hidden;padding:6rem 5vw 8rem;border-bottom:4px solid #1b1b1b}.location-about__infinity{position:absolute;top:0;right:0;z-index:-1;max-width:90rem;opacity:.3}.location-about__content-wrapper{max-width:90rem}.location-categories{padding:6rem 0}.location-categories__header{margin-bottom:2rem;padding:0 5vw}.location-categories__category{margin:2rem 1.6rem 0;border-radius:12px;overflow:hidden;padding:32rem 5vw 6rem;background-size:cover;background-position:center;color:#fff}.location-categories__category--nutraceutical{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/location-nutraceuticals.jpg")}.location-categories__category--herbal{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/location-herbal.jpg")}.location-categories__category--wellness{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/location-wellness.jpg")}.location-categories__category--skincare{background-image:linear-gradient(rgba(27, 27, 27, 0.7), rgba(27, 27, 27, 0.7)),url("../img/location-skincare.jpg")}.location-categories__title-wrapper{padding-bottom:2rem;margin-bottom:2rem;border-bottom:2px solid #fff}.location-categories__text-wrapper{max-width:80rem;margin-left:auto}.location-categories__list{list-style:disc;margin:0 0 2rem 2rem}.location-philosophy{padding:6rem 5vw}.location-philosophy__header{max-width:52rem;margin-bottom:3.2rem}.location-philosophy__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:2px solid #53b61a}@media screen and (max-width: 32.5em){.location-philosophy__list{grid-template-columns:1fr}}.location-philosophy__list-item{display:flex;flex-direction:column;justify-content:flex-end}.location-philosophy__list-icon{max-width:7rem}.location-philosophy__content-wrapper{max-width:88rem}.location-why{padding:6rem 5vw 2.4rem;border-bottom:2px solid #53b61a}.location-why__grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem;padding-bottom:6rem}@media screen and (max-width: 63.75em){.location-why__grid{grid-template-columns:1fr;grid-gap:2rem}}.location-why__grid--collapsed{grid-template-columns:32rem 1fr;grid-gap:2rem}.location-why__grid--collapsed .location-why__list{display:flex;flex-direction:column;gap:1.2rem}@media screen and (max-width: 43.125em){.location-why__grid--collapsed{grid-template-columns:1fr}}.location-why__list-item{list-style:disc;margin-left:2rem}.wellness-cat{padding:6rem 5vw;margin:4rem 2rem 0;border-radius:12px;background-color:#f6f6f6}.wellness-cat__header{margin-bottom:2.4rem;padding-bottom:2rem;border-bottom:4px solid #53b61a}.wellness-cat__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2.4rem}@media screen and (max-width: 61.25em){.wellness-cat__list{grid-template-columns:1fr}}.wellness-cat__list-item{display:flex;align-items:stretch;gap:2rem;padding:2.4rem 2.8rem;border-radius:8px;background-color:#fff;border:2px solid #f6f6f6;box-shadow:0 10px 20px rgba(27,27,27,.12)}.wellness-cat__list-item::before{content:"";width:.6rem;height:100%;background-color:#53b61a;border-radius:100px}.wellness-cat__list-icon{max-width:7rem}.wellness-cat__content-wrapper{max-width:88rem}.legal{padding:8rem 5vw}.legal h2{margin:3.2rem 0;padding-bottom:1.2rem;border-bottom:2px solid #53b61a}.legal h3{margin-top:2.4rem}.legal table{margin-bottom:2.4rem;border:1px solid #1b1b1b;border-collapse:collapse;width:100%}.legal table th,.legal table td{margin:2.4rem 0;border:1px solid #1b1b1b;padding:1.2rem}.legal ul{display:flex;flex-direction:column;gap:1.2rem;margin:2rem 0}.doctor-profile{padding:4rem 5vw 8rem}.doctor-profile__header{display:grid;grid-template-columns:12rem 1fr;grid-gap:2.4rem;align-items:center;margin-bottom:4rem;padding-bottom:4rem;border-bottom:2px solid rgba(27,27,27,.1)}@media screen and (max-width: 30em){.doctor-profile__header{grid-template-columns:1fr;justify-items:center;text-align:center}}.doctor-profile__img-wrapper{position:relative;z-index:1;width:12rem;height:12rem;border-radius:50%;overflow:hidden;box-shadow:0 0 30px rgba(27,27,27,.12)}.doctor-profile__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.doctor-profile__name{margin-bottom:1rem}.doctor-profile__designations{max-width:72rem;color:rgba(27,27,27,.78)}.doctor-profile__section:not(:last-child){margin-bottom:3.2rem;padding-bottom:3.2rem;border-bottom:2px solid rgba(27,27,27,.08)}.doctor-profile__section-title{margin-bottom:1.6rem}.doctor-profile__list{display:flex;flex-direction:column;gap:1rem;max-width:80rem;margin:0;padding:0;list-style:none}.doctor-profile__list-item{position:relative;padding-left:2rem;color:rgba(27,27,27,.86)}.doctor-profile__list-item::before{content:"";position:absolute;top:1.1rem;left:0;width:.8rem;height:.8rem;border-radius:50%;background-color:#53b61a}.doctor-profile__link{color:#53b61a;text-decoration:underline;transition:color .2s ease}.doctor-profile__link:hover,.doctor-profile__link:focus-visible{color:#4f9b23}.ceutical-header{padding:6rem 2.4rem 4rem;background-image:linear-gradient(180deg, #53b61a 0%, rgb(57.7947368421, 113.3947368421, 25.6052631579) 100%);color:#fff}.ceutical-intro{padding:4rem 2.4rem;border-bottom:2px solid #53b61a}.ceutical-intro__text{padding-left:2rem;max-width:90rem;margin-top:1.2rem}.ceutical-title{padding-left:2rem;border-left:8px solid #53b61a;margin-bottom:2rem}.ceutical-formulation{padding:8rem 2.4rem}.ceutical-formulation__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 43.75em){.ceutical-formulation__grid{grid-template-columns:1fr}}.ceutical-formulation__item{padding:2rem;background-color:#f6f6f6;border-radius:12px}.ceutical-formulation__text{margin-bottom:1.6rem}.ceutical-formulation__link{margin-top:1.2rem}.ceutical-compliance{border-top:2px solid #53b61a;padding:8rem 2.4rem}.ceutical-compliance__items{display:flex;justify-content:flex-start;align-items:flex-start;gap:1.2rem;flex-wrap:wrap}.ceutical-compliance__item{padding:1rem 2rem;background-color:rgb(208.3653846154,245.3,187.1);border-radius:12px;border:3px solid #53b61a}.manufacturing-hero{margin:2rem;padding:32rem 2.4rem 6rem;background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/handmade-capsules-skincare-manufacturing.jpg");background-size:cover;background-position:center;border-radius:16px;overflow:hidden}@media screen and (max-width: 28.125em){.manufacturing-hero{padding:32rem 2rem 5rem;margin:1rem}}.manufacturing-hero__content{max-width:84.6rem;color:#fff}.manufacturing-hero__btn{margin-top:1.2rem}.crafted{padding:6rem 2.4rem}@media screen and (max-width: 28.125em){.crafted{padding:6rem 1.2rem}}.crafted__intro{max-width:116rem;margin-bottom:3.2rem}.crafted__wrapper{padding:16.8rem 4rem 4rem;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/science-backed-handcrafted-manufacturing.jpg");background-size:cover;background-position:center;border-radius:16px;color:#fff}.crafted__wrapper-content{max-width:68.5rem}.crafted__title{margin-bottom:.4rem}.ideal{padding:6rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 28.125em){.ideal{padding:6rem 1.2rem}}.ideal__header{margin-bottom:2rem}.ideal__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:40rem;grid-gap:.8rem}@media screen and (max-width: 65.625em){.ideal__grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:24rem;grid-auto-rows:24rem}}@media screen and (max-width: 28.125em){.ideal__grid{grid-template-columns:1fr;grid-template-rows:24rem;grid-auto-rows:24rem}}.ideal__grid-item{position:relative;z-index:1;padding:2.4rem;background-color:#000;border-radius:12px;overflow:hidden;color:#fff}.ideal__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.3}.ideal__text{max-width:20rem}@media screen and (max-width: 65.625em){.ideal__text{max-width:unset}}.handcraft{padding:6rem 2.4rem}@media screen and (max-width: 28.125em){.handcraft{padding:6rem 1.2rem}}.handcraft__header{margin-bottom:3.6rem}.handcraft__section--capsules{max-width:105rem;margin-bottom:3.6rem}.handcraft__section--skincare{max-width:76rem}.handcraft__title{margin-bottom:2.4rem}.handcraft__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 58.125em){.handcraft__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 37.5em){.handcraft__grid{grid-template-columns:1fr}}@media screen and (max-width: 20em){.handcraft__grid{grid-gap:.8rem}}.handcraft__grid--skincare{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 37.5em){.handcraft__grid--skincare{grid-template-columns:1fr}}.handcraft__grid-item{display:grid;grid-template-columns:7rem 1fr;grid-gap:1.2rem;align-items:center}@media screen and (max-width: 20em){.handcraft__grid-item{grid-template-columns:1fr;grid-gap:unset;padding:.8rem;border-radius:8px;background-color:#f6f6f6}}.handcraft__img-wrapper{display:flex;justify-content:center;align-items:center;width:7rem;height:7rem;padding:1rem;background-color:#53b61a;border-radius:4px}.handcraft__icon{height:100%}.why{padding:6rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 28.125em){.why{padding:6rem 1.2rem}}.why__header{margin-bottom:3.2rem}.why__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 53.125em){.why__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 36.25em){.why__grid{grid-template-columns:1fr}}.why__grid-item{padding:.8rem;background-color:#fff;border-radius:16px;box-shadow:0 10px 20px rgba(27,27,27,.1)}@media screen and (max-width: 36.25em){.why__grid-item{display:grid;grid-template-columns:1fr 2.5fr;grid-gap:1.2rem}}@media screen and (max-width: 22.5em){.why__grid-item{display:block;grid-template-columns:unset;grid-gap:unset}}.why__img{display:block;width:100%;height:28rem;border-radius:16px}.why__content{padding:1.6rem}.manufacturing-contact{padding:6rem 2.4rem 0}@media screen and (max-width: 28.125em){.manufacturing-contact{padding:6rem 1.2rem 0}}.manufacturing-contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem}@media screen and (max-width: 51.875em){.manufacturing-contact__grid{grid-template-columns:1fr;max-width:70rem}}.manufacturing-contact__title{margin-bottom:1.2rem}.manufacturing-contact__details{margin-top:2rem;padding-top:2rem;border-top:2px solid #53b61a}.manufacturing-contact__detail{display:flex;justify-content:flex-start;align-items:center;gap:1.2rem;max-width:max-content;padding:2rem;background-color:#f6f6f6;border-radius:8px}.manufacturing-contact__form{padding:3.2rem 4rem;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -10px 20px rgba(27,27,27,.1)}.manufacturing-contact__btn-wrapper{text-align:right}.certificates{padding:6rem 2.4rem;border-bottom:2px solid #f6f6f6}@media screen and (max-width: 28.125em){.certificates{padding:6rem 1.2rem}}.certificates__header{margin-bottom:3.2rem}.certificates__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1.2rem}@media screen and (max-width: 71.25em){.certificates__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 33.75em){.certificates__grid{grid-template-columns:1fr}}.certificates__img-wrapper{height:max-content;border:1px solid #f6f6f6;box-shadow:0 10px 20px rgba(27,27,27,.1)}@media screen and (max-width: 71.25em){.certificates__img-wrapper{padding:1.2rem}}.certificates__img{width:100%;height:auto;max-height:40rem;object-fit:contain;cursor:pointer}@media screen and (max-width: 58.75em){.certificates__img{max-height:50rem}}.crafted{padding:6rem 2.4rem}@media screen and (max-width: 28.125em){.crafted{padding:6rem 1.2rem}}.crafted__intro{max-width:116rem;margin-bottom:3.2rem}.crafted__wrapper{padding:16.8rem 4rem 4rem;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/science-backed-handcrafted-manufacturing.jpg");background-size:cover;background-position:center;border-radius:16px;color:#fff}.crafted__wrapper-content{max-width:68.5rem}.crafted__title{margin-bottom:.4rem}.ideal{padding:6rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 28.125em){.ideal{padding:6rem 1.2rem}}.ideal__header{margin-bottom:2rem}.ideal__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:40rem;grid-gap:.8rem}@media screen and (max-width: 65.625em){.ideal__grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:24rem;grid-auto-rows:24rem}}@media screen and (max-width: 28.125em){.ideal__grid{grid-template-columns:1fr;grid-template-rows:24rem;grid-auto-rows:24rem}}.ideal__grid-item{position:relative;z-index:1;padding:2.4rem;background-color:#000;border-radius:12px;overflow:hidden;color:#fff}.ideal__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.3}.ideal__text{max-width:20rem}@media screen and (max-width: 65.625em){.ideal__text{max-width:unset}}.handcraft{padding:6rem 2.4rem}@media screen and (max-width: 28.125em){.handcraft{padding:6rem 1.2rem}}.handcraft__header{margin-bottom:3.6rem}.handcraft__section--capsules{max-width:105rem;margin-bottom:3.6rem}.handcraft__section--skincare{max-width:76rem}.handcraft__title{margin-bottom:2.4rem}.handcraft__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 58.125em){.handcraft__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 37.5em){.handcraft__grid{grid-template-columns:1fr}}@media screen and (max-width: 20em){.handcraft__grid{grid-gap:.8rem}}.handcraft__grid--skincare{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 37.5em){.handcraft__grid--skincare{grid-template-columns:1fr}}.handcraft__grid-item{display:grid;grid-template-columns:7rem 1fr;grid-gap:1.2rem;align-items:center}@media screen and (max-width: 20em){.handcraft__grid-item{grid-template-columns:1fr;grid-gap:unset;padding:.8rem;border-radius:8px;background-color:#f6f6f6}}.handcraft__img-wrapper{display:flex;justify-content:center;align-items:center;width:7rem;height:7rem;padding:1rem;background-color:#53b61a;border-radius:4px}.handcraft__icon{height:100%}.why{padding:6rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 28.125em){.why{padding:6rem 1.2rem}}.why__header{margin-bottom:3.2rem}.why__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 53.125em){.why__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 36.25em){.why__grid{grid-template-columns:1fr}}.why__grid-item{padding:.8rem;background-color:#fff;border-radius:16px;box-shadow:0 10px 20px rgba(27,27,27,.1)}@media screen and (max-width: 36.25em){.why__grid-item{display:grid;grid-template-columns:1fr 2.5fr;grid-gap:1.2rem}}@media screen and (max-width: 22.5em){.why__grid-item{display:block;grid-template-columns:unset;grid-gap:unset}}.why__img{display:block;width:100%;height:28rem;border-radius:16px}.why__content{padding:1.6rem}.contact{padding:6rem 2.4rem 0}@media screen and (max-width: 28.125em){.contact{padding:6rem 1.2rem 0}}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem}@media screen and (max-width: 51.875em){.contact__grid{grid-template-columns:1fr;max-width:70rem}}.contact__title{margin-bottom:1.2rem}.contact__details{margin-top:2rem;padding-top:2rem;border-top:2px solid #53b61a}.contact__detail{display:flex;justify-content:flex-start;align-items:center;gap:1.2rem;max-width:max-content;padding:2rem;background-color:#f6f6f6;border-radius:8px}.contact__form{padding:3.2rem 4rem;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -10px 20px rgba(27,27,27,.1)}.contact__btn-wrapper{text-align:right}.certificates{padding:6rem 2.4rem;border-bottom:2px solid #f6f6f6}@media screen and (max-width: 28.125em){.certificates{padding:6rem 1.2rem}}.certificates__header{margin-bottom:3.2rem}.certificates__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1.2rem}@media screen and (max-width: 71.25em){.certificates__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 33.75em){.certificates__grid{grid-template-columns:1fr}}.certificates__img-wrapper{height:max-content;border:1px solid #f6f6f6;box-shadow:0 10px 20px rgba(27,27,27,.1)}@media screen and (max-width: 71.25em){.certificates__img-wrapper{padding:1.2rem}}.certificates__img{width:100%;height:auto;max-height:40rem;object-fit:contain;cursor:pointer}@media screen and (max-width: 58.75em){.certificates__img{max-height:50rem}}.certificate-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2.4rem}.certificate-modal[hidden]{display:none}.certificate-modal__overlay{position:absolute;inset:0;background-color:rgba(27,27,27,.88);cursor:pointer}.certificate-modal__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(120rem,100%);max-height:calc(100vh - 4.8rem)}.certificate-modal__close{position:absolute;top:-1.2rem;right:-1.2rem;z-index:2;width:4.8rem;height:4.8rem;border:0;border-radius:50%;background-color:#fff;color:#1b1b1b;font-size:3.2rem;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(27,27,27,.2)}@media screen and (max-width: 33.75em){.certificate-modal__close{top:0;right:0}}.certificate-modal__img{display:block;width:100%;max-height:calc(100vh - 4.8rem);object-fit:contain;border-radius:8px;background-color:#fff;box-shadow:0 16px 48px rgba(27,27,27,.35)}/*# sourceMappingURL=main.min.css.map */