:root{--green-10:#75bc97;--green-40:#1E6B4E;--green-60:#15573f;--green-100:#0c261c;--orange-40:#fd9872;--white:#fff;--gray-one:#f2f2f2;--gray-two:#a9a9a9;--gray-three:#a8a8a8;--gray-four:#848484}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}ul{list-style:none}.hidden{display:none!important}.skeleton{position:relative!important;background-color:#ddd!important}.skeleton::after{display:block;content:"";position:absolute!important;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,#ddd 0,#e8e8e8 40px,#ddd 80px)!important;background-size:600px!important;animation:shine-lines 1.6s infinite linear}@keyframes shine-lines{0%{transform:translateX(0)}100%,40%{transform:translateX(100%)}}@font-face{font-family:Montserrat;src:url("/assets/Montserrat-Light.e0feb97a.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url("/assets/Montserrat-Bold.c8289a87.ttf") format("truetype");font-weight:700;font-style:bold}::selection{background-color:var(--green-60);color:var(--white)}body{font-family:Montserrat;font-weight:300;font-style:normal}.container{max-width:1068px;margin:0 auto;padding-left:34px;padding-right:34px}.GT-store-logo{display:block;width:163.33px;height:20px}@media (min-width:480px){.GT-store-logo{width:209px;height:25px}}.icon{width:100%;height:100%}.icon svg{width:100%;height:100%}.app-select{width:100%;border:1px solid var(--gray-three);border-radius:19px;position:relative;font-size:14px;padding:7px 18px;background-color:var(--white);cursor:pointer;color:var(--gray-three);user-select:none;-webkit-tap-highlight-color:transparent}.app-select--open{border-bottom:1px solid transparent;border-radius:19px 19px 0 0}.app-select__select-input{position:absolute;visibility:hidden;opacity:0}.app-select__label{line-height:27px;display:block;cursor:pointer}.app-select__custom-options{visibility:hidden;position:absolute;opacity:0;top:0;left:-1px;width:calc(100% + 2px);transition:transform .3s ease,opacity .3s ease;border:1px solid var(--gray-three);border-top:none;border-radius:0 0 19px 19px;background-color:var(--white);z-index:1}.app-select--open .app-select__custom-options{visibility:visible;opacity:1;transform:translateY(40px)}.app-select__arrow{width:18px;height:9px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.app-select__arrow::after,.app-select__arrow::before{content:"";display:block;width:50%;height:1px;background-color:var(--gray-three);position:absolute;bottom:0;transition:transform .2s ease}.app-select__arrow::before{left:0;transform-origin:100%;transform:rotate(40deg)}.app-select__arrow::after{right:0;transform-origin:0%;transform:rotate(-40deg)}.app-select--open .app-select__arrow::before{transform:translateY(-9px) rotate(-40deg)}.app-select--open .app-select__arrow::after{transform:translateY(-9px) rotate(40deg)}.app-select__virtual-option{padding:7px 18px;transition:background-color .5s ease,color .5s ease}.app-select__virtual-option:hover{background-color:var(--green-10);color:var(--white)}.app-select__virtual-option:last-of-type{border-radius:0 0 19px 19px}.plant-card{width:258px;height:321px;flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--white);margin-right:16px;position:relative;padding:20px;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;cursor:pointer}@media (min-width:768px){.plant-card{width:auto;margin-right:0;height:245px}}@media (min-width:768px){.plant-card--favorite{grid-column:span 2;grid-row:span 2;height:auto}}.plant-card__staff-favorite-flag{position:absolute;background-color:var(--green-10);color:var(--white);left:0;padding:16px;padding-top:10px;font-size:12.8px;line-height:15.6px;border-radius:0 16px 16px 0;box-shadow:0 8px 22px rgba(0,0,0,.181163)}.plant-card__image-holder{height:60%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.plant-card__image-holder img{height:100%}.plant-card--favorite .plant-card__image-holder{height:70%}.plant-card__text-content{display:flex;flex-direction:column}.plant-card--favorite .plant-card__text-content{flex-direction:row;justify-content:space-between;align-items:flex-start}.plant-card__desc{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.plant-card--favorite .plant-card__desc{flex-direction:column;align-items:flex-end;justify-content:space-between;height:100%}.plant-card__price,.plant-card__title{color:var(--green-40);font-weight:700;font-size:16px;line-height:28px}.plant-card__title{text-align:left}@media (min-width:768px){.plant-card--favorite .plant-card__title{font-size:35px;line-height:37px;max-width:200px;margin-bottom:0}}@media (min-width:768px){.plant-card--favorite .plant-card__price{font-size:24px;line-height:28px}}.plant-card__icons{display:flex;align-items:center;justify-content:flex-end}.plant-card__icon{height:20px;width:25px}.plant-card__icon:not(:last-of-type){margin-right:8px}.plant-card__icon svg{height:100%;width:100%}.plant-card--favorite .plant-card__icon{width:34px;height:26px}.app-button{outline:0;background-color:transparent;border:1px solid var(--green-60);border-radius:25px;font-family:inherit;font-size:16px;line-height:19px;color:var(--green-60);padding:16px;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}.app-button:hover{background-color:var(--green-60);color:var(--white)}.app-button--expand{width:100%}.app-button__icon{height:17.8px;max-width:25px;margin-right:16px}.section-hero{width:100%;height:100vh;background-color:var(--green-10);position:relative;z-index:0;color:var(--white);overflow:hidden}@media (min-width:480px){.section-hero{height:64vh}}.section-hero__content{padding-top:39px;z-index:3}@media (min-width:480px){.section-hero__content{padding-top:6vh}}.section-hero__mobile-decor{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}@media (min-width:480px){.section-hero__mobile-decor{display:none}}.section-hero__mobile-decor::after,.section-hero__mobile-decor::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;background-repeat:no-repeat;background-size:100% auto;z-index:2}@media (max-width:480px){.section-hero__mobile-decor::after,.section-hero__mobile-decor::before{background-image:url("/assets/mobile-leaves.30005096.png")}}.section-hero__mobile-decor::before{height:65%;transform:translateY(30%);background-position:bottom center;transition:transform ease-out 1s}.section-hero__mobile-decor::after{height:100%;transform:translateY(-10%) scaleY(-1) rotate(180deg);transition:transform ease-in-out 1.2s}.section-hero--animate .section-hero__mobile-decor::before{transform:translateY(0)}.section-hero--animate .section-hero__mobile-decor::after{transform:translateY(-30%) scaleY(-1) rotate(180deg)}.section-hero__mobile-person{display:block;position:absolute;bottom:5%;left:50%;transform:translateX(-50%);width:85%;height:auto;z-index:1;opacity:0}.section-hero--animate .section-hero__mobile-person{opacity:1}.section-hero__desktop-decor{display:none}@media (min-width:480px){.section-hero__desktop-decor{position:absolute;overflow:hidden;display:block;left:0;top:0;width:100%;height:100%;z-index:-1}}.section-hero__desk-plant-bg{width:100%;height:100%;position:absolute;top:0;left:0}.section-hero__desk-plant-bg::after,.section-hero__desk-plant-bg::before{position:absolute;content:"";display:block;height:100%;background-repeat:no-repeat;background-size:cover;top:0;z-index:2}.section-hero__desk-plant-bg::before{background-position:right center;width:57%;left:0}@media (min-width:480px){.section-hero__desk-plant-bg::before{background-image:url("/assets/left-leaves.163e0882.png")}}.section-hero__desk-plant-bg::after{background-position:left center;width:20%;right:0}@media (min-width:480px){.section-hero__desk-plant-bg::after{background-image:url("/assets/right-leaves.ac8e3729.png")}}.section-hero__desk-plant-bg--layer-one{z-index:2}.section-hero--animate .section-hero__desk-plant-bg--layer-one::before{animation:desktopPlantsTranslC 1.8s ease-out forwards .8s}.section-hero--animate .section-hero__desk-plant-bg--layer-one::after{animation:desktopPlantsTranslD 1.8s ease-out forwards .8s}.section-hero__desk-plant-bg--layer-two{z-index:1}.section-hero__desk-plant-bg--layer-two::after,.section-hero__desk-plant-bg--layer-two::before{transition:transform 1.5s ease-in-out 1s}.section-hero__desk-plant-bg--layer-two::before{transform:translateX(50%)}.section-hero__desk-plant-bg--layer-two::after{transform:translateX(-70%)}.section-hero--animate .section-hero__desk-plant-bg--layer-two::before{transform:translateX(-20%)}.section-hero--animate .section-hero__desk-plant-bg--layer-two::after{transform:translateX(10%)}.section-hero__desk-image-holder{width:28%;position:absolute;left:57%;max-width:335px;min-width:250px;top:50%;transform:translateY(-50%);height:90%}.section-hero__desktop-person{width:100%;transition:transform .2s ease;transform:translate(var(--mouse-x,0),var(--mouse-y,0));opacity:0}.section-hero--animate .section-hero__desktop-person{opacity:1}.section-hero__heading{font-weight:700;font-size:40px;line-height:48.76px;margin-top:35px;display:block}@media (min-width:480px){.section-hero__heading{font-size:70px;line-height:85.33px;margin-top:5vh}}.section-hero__heading-line-holder{display:block;overflow:hidden}.section-hero__heading-line-holder span{display:block;transform:translateY(100%)}.section-hero--animate .section-hero__heading-line-holder:nth-child(1) span{animation:headingTranslation .7s ease-out forwards calc(1 * .25s)}.section-hero--animate .section-hero__heading-line-holder:nth-child(2) span{animation:headingTranslation .7s ease-out forwards calc(2 * .25s)}.section-hero--animate .section-hero__heading-line-holder:nth-child(3) span{animation:headingTranslation .7s ease-out forwards calc(3 * .25s)}.section-hero__icon-holder{color:var(--white);height:50px;width:40px;cursor:pointer;position:relative;margin-top:16px;overflow-y:hidden;-webkit-tap-highlight-color:transparent}.section-hero__icon-holder:hover{animation:arrowHoverAnimation .8s ease infinite}@media (min-width:480px){.section-hero__icon-holder{margin-top:20px;height:39px;width:35px}}.section-hero__icon-holder svg{transform:translateY(100%);opacity:0;transition:transform .5s ease 1.2s,opacity .5s ease 1.2s}.section-hero--animate .section-hero__icon-holder svg{transform:translateY(0);opacity:1}@keyframes arrowHoverAnimation{50%{transform:translateY(20px)}100%{transform:translateY(0)}}@keyframes desktopPlantsTranslC{70%{transform:translateX(-5%)}100%{transform:translateX(0)}}@keyframes desktopPlantsTranslD{70%{transform:translateX(5%)}100%{transform:translateX(0)}}@keyframes headingTranslation{100%{transform:translateY(0)}}.section-filters{background-color:var(--white);padding:38px 0}@media (min-width:480px){.section-filters{padding:53px 0}}.section-filters__filters-list{padding:0 4px;display:flex;flex-direction:column}@media (min-width:768px){.section-filters__filters-list{flex-direction:row;justify-content:space-between;align-items:stretch}}.section-filters__filter:not(:first-of-type){margin-top:50px}@media (min-width:768px){.section-filters__filter:not(:first-of-type){margin-top:0;display:flex;flex-direction:column;justify-content:space-between}}@media (min-width:768px){.section-filters__filter{max-width:219px;transform:translateY(100%);opacity:0}}@media (min-width:768px){.section-filters--animate .section-filters__filter{transform:translateY(0);opacity:1}.section-filters--animate .section-filters__filter:nth-child(1){transition:transform calc(.2s + (1 * .1s)) ease-out,opacity calc(.2s + (1 * .1s)) ease-in}.section-filters--animate .section-filters__filter:nth-child(2){transition:transform calc(.2s + (2 * .1s)) ease-out,opacity calc(.2s + (2 * .1s)) ease-in}.section-filters--animate .section-filters__filter:nth-child(3){transition:transform calc(.2s + (3 * .1s)) ease-out,opacity calc(.2s + (3 * .1s)) ease-in}}.section-filters__mascot{display:block;margin-bottom:15px}.section-filters__filter-desc{font-size:14px;font-weight:22px;color:var(--gray-four);display:block;margin-bottom:24px}.section-plants-results{display:none;background-color:var(--gray-one);padding:32px 0 22px 0}.section-plants-results--visible{display:block}@media (min-width:768px){.section-plants-results{padding:37px 0 128px 0}}.section-plants-results__hand-ilu{display:block;height:72px;width:146px}@media (min-width:768px){.section-plants-results__hand-ilu{width:158px;height:78px}}.section-plants-results__title{font-size:40px;line-height:49px;font-weight:700;color:var(--green-100);margin-top:16px}@media (min-width:768px){.section-plants-results__title{margin-top:20px;font-size:55px;line-height:67.05px}}@media (max-width:768px){.section-plants-results__cards-container{padding:0;padding-left:34px}}.section-plants-results__cards-holder{display:flex;padding-top:20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-snap-stop:always;overflow-x:scroll;overflow-y:hidden}.section-plants-results__cards-holder::-webkit-scrollbar{display:none}@media (min-width:768px){.section-plants-results__cards-holder{padding:0;display:grid;grid-template-columns:repeat(4,1fr);row-gap:20px;column-gap:20px;margin-top:54px}}.section-plants-results__button-holder{padding-top:32px}@media (min-width:768px){.section-plants-results__button-holder{padding-top:59px}}.section-no-results{background-color:var(--gray-one);padding:47px 0 31px 0}.section-no-results--hide{display:none}@media (min-width:768px){.section-no-results{padding:52px 0 67px 0}}.section-no-results__content{display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.section-no-results__content{flex-direction:row}}@media (min-width:768px){.section-no-results__text-content{margin-right:200px}}.section-no-results__title{color:var(--gray-two);font-size:45px;line-height:56.86px;margin-bottom:16px}.section-no-results__desc{color:var(--gray-two);font-size:16px;line-height:27px;display:block;margin-bottom:37.68px;max-width:219px}@media (min-width:768px){.section-no-results__desc{margin-bottom:0}}