@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";body{font-family:"DM Sans",sans-serif;font-size:1.8rem;line-height:1.7}.xxxl{font-size:clamp(8rem,10vw + 1rem,12rem);line-height:1.3;font-family:"Barlow Condensed",sans-serif}.xxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.2;font-family:"Barlow Condensed",sans-serif}.xl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.2;font-family:"Barlow Condensed",sans-serif}.l{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3;font-family:"Barlow Condensed",sans-serif}.m{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.4;font-family:"Barlow Condensed",sans-serif}.m-secondary{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.4}.s{font-size:clamp(2rem,2.4vw + 1rem,2.4rem);line-height:1.7}.barlow{font-family:"Barlow Condensed",sans-serif}.copy{font-size:1.8rem}*,*::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%}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#5aca26;color:#fff}a{text-decoration:none}a,button{display:inline-block}button,input,textarea,select{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}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{max-width:140rem;margin:0 auto}.block{display:block}.brand{color:#5aca26}.uppercase{text-transform:uppercase}.highlight{color:#5aca26}.accent-bg{background-color:#f0f5ed}.btn{padding:2rem 5rem;border-radius:8px;font-size:2rem;font-weight:700;text-align:center;cursor:pointer}.btn--success{pointer-events:none;background-color:green;color:#fff}.btn--primary{background-color:#5aca26;color:#fff;transition:background-color .3s}.btn--primary:hover{background-color:rgb(78.525,176.245,33.155)}.btn--ghost{padding:1.6rem 4rem;border:4px solid #5aca26;color:#5aca26;transition:background-color .3s}.btn--ghost:hover{background-color:rgb(78.525,176.245,33.155);border-color:rgb(78.525,176.245,33.155);color:#fff}.btn .btn:disabled{opacity:.3;pointer-events:none}.whatsapp{display:flex;justify-content:center;align-items:center;position:fixed;bottom:2rem;right:2rem;z-index:4;height:5rem;width:5rem;border-radius:50%;box-shadow:0 10px 20px rgba(19,19,19,.12);background-color:#5aca26;transition:background-color .3s}.whatsapp:hover{background-color:rgb(67.7004048583,161.7287449393,24.0712550607)}.whatsapp__icon{height:2.4rem}.email{display:flex;justify-content:center;align-items:center;position:fixed;bottom:7.7rem;right:2rem;z-index:4;height:5rem;width:5rem;border-radius:50%;box-shadow:0 10px 20px rgba(19,19,19,.12);background-color:#131313;transition:background-color .3s}.email:hover{background-color:#5aca26}.email__icon{height:2.4rem}.input:not(:last-child){margin-bottom:2rem}.input__label{display:block;font-family:"Barlow Condensed",sans-serif;font-weight:700}.input__control{display:block;width:100%;padding:2rem;background-color:#f6f6f6;border-radius:8px}.input__control--error+.input__error{display:block}.input__control:focus{outline:2px solid #5aca26}.input__error{display:none;color:red}.link{color:#5aca26;font-family:"Barlow Condensed",sans-serif;font-size:2.8rem;font-weight:700;text-decoration:underline}.link:hover{color:rgb(78.525,176.245,33.155)}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.designed{position:relative;display:flex;justify-content:center;align-items:center;background-color:#000;padding:2rem 2.4rem 0;color:#fff;border-bottom:3px solid #53a925}.designed__container{display:flex;justify-content:center;align-items:center;gap:2rem}@media screen and (max-width: 25em){.designed__container{flex-direction:column;gap:0}}.designed__link{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.6rem 2rem .6rem;background-color:#53a925;color:#131313;text-decoration:underline;font-weight:700;transform:skewX(-5deg);transition:background-color .3s,color .3s .1s}.designed__link:hover{background-color:#111;color:#fff}.designed__link:hover .designed__logo{fill:#53a925}.designed__link:hover::after{background-color:#414141}.designed__logo-wrapper{transform:skewX(5deg)}.designed__logo{max-width:6rem;fill:#000;transition:fill .3s}.tests__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 65.3125em){.tests__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 34.6875em){.tests__grid{grid-template-columns:1fr}}.tests__grid-item{position:relative;z-index:1;display:grid;grid-template-columns:1fr 6rem;grid-template-rows:max-content 1fr;align-items:start;grid-gap:.4rem;background-color:#f6f6f6;padding:0 2.8rem 0 4rem;border-radius:12px;border:3px solid rgb(235.8,235.8,235.8);transition:box-shadow .3s}.tests__grid-item::before{content:"";position:absolute;left:1rem;top:50%;z-index:2;width:.7rem;height:80%;background-color:rgb(225.6,225.6,225.6);border-radius:100px;transform:translateY(-50%);transition:background-color .3s}.tests__grid-item:hover{box-shadow:0 0 30px rgba(19,19,19,.1)}.tests__grid-item:hover::before{background-color:#5aca26}.tests__grid-item:hover .tests__icon-wrapper{background-color:#5aca26;box-shadow:0 10px 20px rgba(90,202,38,.4)}.tests__content-title{grid-column:1/2;grid-row:1/2;padding-top:2.4rem}.tests__content-title--temp{padding-bottom:2.4rem}.tests__content-description{grid-column:1/-1;grid-row:2/3;padding-top:1.2rem;border-top:2px solid hsl(0,0%,91.4705882353%);padding-bottom:2.4rem}.tests__content-wrapper{padding:2.8rem 0;max-width:40rem}@media screen and (max-width: 22.5em){.tests__content-wrapper{grid-row:2/3}}@media screen and (max-width: 22.5em){.tests__content-wrapper{padding:1.6rem 0 2.4rem}}.tests__img-wrapper{grid-column:2/3;grid-row:1/2}.tests__icon-wrapper{display:flex;justify-content:center;align-items:center;padding:1.2rem 1rem;background-color:#131313;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.13);transform:translateY(-2.4px);transition:background-color .3s}.tests__icon{height:5rem;width:auto;object-fit:contain}.tests__combo-item{grid-column:1/-1;position:relative;z-index:1;background-color:#131313;padding:0 2.8rem;border-radius:12px;overflow:hidden}@media screen and (max-width: 36.25em){.tests__combo-item{display:grid;grid-template-columns:1fr;padding:2.8rem}}.tests__combo-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.6}.tests__combo-items{display:flex;justify-content:flex-end;align-items:flex-start;gap:.4rem;display:none}.tests__combo-items .tests__icon{height:4rem}@media screen and (max-width: 36.25em){.tests__combo-items{flex-wrap:wrap;justify-content:flex-start;grid-row:2/3}.tests__combo-items .tests__icon-wrapper{border-radius:12px}}.tests__combo-content{padding:6rem 0 2.4rem;color:#fff}@media screen and (max-width: 36.25em){.tests__combo-content{grid-row:1/2}}.tests__combo-title{padding-bottom:1.2rem;margin-bottom:2.4rem;border-bottom:3px solid hsla(0,0%,100%,.3);line-height:1.1 !important}.tests__combo-tests{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap}.tests__combo-single{padding:1.2rem;background-color:rgba(19,19,19,.7);border-radius:8px}.nav{position:fixed;top:0;left:0;z-index:10;width:100%}.nav--expanded .hamburger__line{background-color:rgba(0,0,0,0)}.nav--expanded .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--expanded .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav--expanded .nav__background{opacity:1;pointer-events:all}.nav--expanded .nav__list{opacity:1;transform:translateX(0);pointer-events:all}.nav__container{padding:0 1rem 0 2rem;background-color:#fff;box-shadow:0 10px 20px rgba(19,19,19,.12)}.nav__wrapper{display:flex;justify-content:space-between;align-items:stretch;width:100%;height:6.4rem}@media screen and (max-width: 33.125em){.nav__wrapper{align-items:center}}.nav__logo-wrapper{display:flex;justify-content:center;align-items:center}.nav__logo{display:block;width:12rem;height:auto}.nav__background{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(19,19,19,.9);opacity:0;pointer-events:none;transition:opacity .3s}.nav__list{display:flex;justify-content:center;align-items:center;gap:1rem;height:100%}@media screen and (max-width: 33.125em){.nav__list{flex-direction:column;justify-content:flex-start;align-items:center;gap:3rem;position:fixed;top:0;right:0;z-index:-1;height:100%;width:100%;padding:12rem 3rem;background-color:#fff;opacity:0;pointer-events:none;transform:translateX(10%);transition:opacity .3s,transform .3s}}.nav__list-item{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;height:100%}.nav__list-item--dropdown{position:relative;z-index:1;height:100%}@media screen and (max-width: 33.125em){.nav__list-item--dropdown{flex-direction:column}}.nav__list-item--dropdown:hover{color:#5aca26}.nav__list-item--dropdown:hover .nav__dropdown{opacity:1;pointer-events:all}@media screen and (max-width: 33.125em){.nav__list-item{height:auto;width:100%;text-align:center}}.nav__link{padding:0 1rem;color:#131313;transition:color .3s}@media screen and (max-width: 33.125em){.nav__link{width:100%;padding:1rem}}.nav__link::after{content:"";position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:.6rem;background-color:rgba(0,0,0,0);border-radius:4px}@media screen and (max-width: 33.125em){.nav__link::after{height:100%;border-radius:8px}}.nav__link:hover{color:rgb(78.525,176.245,33.155)}.nav__link--active{font-weight:700;color:#5aca26}@media screen and (max-width: 33.125em){.nav__link--active{color:#fff}}.nav__link--active::after{background-color:#5aca26}.nav__dropdown-text{position:relative;z-index:3}.nav__dropdown{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 10px 20px rgba(19,19,19,.12);border-top:3px solid #5aca26;opacity:0;pointer-events:none;transition:opacity .3s}@media screen and (max-width: 33.125em){.nav__dropdown{position:static;top:0;opacity:1;pointer-events:all}}.nav__dropdown-item{padding:1rem 2rem;border-bottom:1px solid #f6f6f6}.nav__dropdown-link{color:#131313}.nav__dropdown-link:hover{color:#5aca26}.nav__list-btn-item{padding-left:1rem}.nav__btn{background-color:#5aca26;padding:1rem 1.6rem;border-radius:8px;color:#fff;font-weight:700;transition:background-color .3s}.nav__btn:hover{background-color:rgb(78.525,176.245,33.155)}.hamburger{display:none;padding:1rem;height:5.2rem;width:6rem;background-color:rgba(0,0,0,0);border-radius:8px}@media screen and (max-width: 33.125em){.hamburger{display:block}}.hamburger__line{display:block;position:relative;width:100%;height:4px;background-color:#131313}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#131313;border-radius:4px;transition:transform .3s}.hamburger__line::before{transform:translateY(-1.2rem)}.hamburger__line::after{transform:translateY(1.2rem)}.footer{padding:4rem 2.4rem 2rem;background-color:#000;color:#fff}@media screen and (max-width: 22.5em){.footer{padding:4rem 1.2rem 2rem}}.footer__grid{display:grid;grid-template-columns:1fr 1fr .8fr .4fr;grid-gap:3.2rem}@media screen and (max-width: 47.5em){.footer__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 31.875em){.footer__grid{grid-template-columns:1fr}}.footer__logo-wrapper{font-size:1.8rem}.footer__logo{max-width:24rem;margin-bottom:1.2rem}.footer__links-list{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem}@media screen and (max-width: 16.25em){.footer__links-list{grid-template-columns:1fr}}.footer__link{color:#fff;text-decoration:underline}.footer__link:hover{color:rgb(78.525,176.245,33.155)}.footer__social-link{transition:transform .3s}.footer__social-link:hover{transform:translateY(-0.2rem);filter:saturate(150%)}.footer__icon{width:3rem}.header{position:relative;z-index:1;padding:24rem 2.4rem 3.2rem;background-color:#fff}.header::after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5))}.header--short{padding:12rem 2.4rem 4rem;background-color:#131313}@media screen and (max-width: 22.5em){.header--short{padding:12rem 1.2rem 4rem}}.header__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;filter:grayscale(0.6)}.header__content-wrapper{position:relative;z-index:1;max-width:64rem}.register{position:relative;z-index:1;padding:0 2.4rem 8rem;overflow:hidden}@media screen and (max-width: 23.75em){.register{padding:0 1.2rem 6rem}}.register__bg-wrapper{position:absolute;top:0;left:0;width:100%}.register__grid{display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 46.25em){.register__grid{grid-template-columns:1fr}}.register__bg-wrapper{position:absolute;bottom:0;left:0;width:100%;height:38rem;z-index:-1;background-color:#fff}.register__bg-wrapper::before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-image:linear-gradient(to top, rgba(255, 255, 255, 0.3), #fff)}.register__bg{height:100%;width:100%;object-fit:cover;opacity:.4}.register__title-wrapper{display:flex;align-items:flex-end;min-height:38rem;padding-bottom:3.2rem;padding-right:3.2rem}.register__title{max-width:55rem}.register__description{padding-right:6rem;padding-top:3.2rem;margin-bottom:1.2rem;border-top:4px solid #5aca26}.register__form-wrapper{padding-top:8rem}@media screen and (max-width: 46.25em){.register__form-wrapper{padding-top:6rem}}.register__form{padding:5.2rem;background-color:#fff;box-shadow:0 0 30px rgba(19,19,19,.12)}.register__button-wrapper{text-align:right}.hero{position:relative;z-index:1;padding:16rem 2.4rem 6rem;border-bottom:2px solid #5aca26;overflow:hidden;color:#131313}@media screen and (max-width: 48em){.hero{background-image:linear-gradient(to right, white 33%, rgba(255, 255, 255, 0.6)),url("../img/hero.jpg");background-size:cover;background-position:top}}@media screen and (max-width: 22.5em){.hero{padding:15rem 1.2rem 6rem}}.hero::before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:linear-gradient(to right, white 33%, rgba(255, 255, 255, 0.1))}@media screen and (max-width: 48em){.hero::before{display:none}}.hero__video{position:absolute;top:50%;left:50%;z-index:-1;min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;object-position:top;transform:translate(-50%, -50%);filter:brightness(0.6)}@media screen and (max-width: 48em){.hero__video{display:none}}.hero__content-wrapper{position:relative;z-index:2;max-width:80rem}.hero__logo{display:block;max-width:20rem;margin-bottom:1.2rem}.hero__content{max-width:76rem}.hero__title{margin-bottom:1.6rem}@media screen and (max-width: 26.25em){.hero__title .block{display:inline}}.hero__description{margin-bottom:3.2rem;max-width:73rem}.hero__btn-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1.6rem}@media screen and (max-width: 26.25em){.hero__btn-wrapper{flex-direction:column;align-items:stretch;gap:.8rem}}.hero__img-wrapper{position:relative;z-index:1}@media screen and (max-width: 51.875em){.hero__img-wrapper{position:static}}@media screen and (max-width: 34.375em){.hero__img-wrapper{display:none}}.hero__img{position:absolute;bottom:0;left:0;transform:scale(1.2) translateY(3rem);transform-origin:left}@media screen and (max-width: 51.875em){.hero__img{left:unset;right:0;z-index:-1;opacity:.1}}.know{padding:8rem 2.4rem}@media screen and (max-width: 23.75em){.know{padding:6rem 1.2rem}}.know__grid{display:grid;grid-template-columns:1fr 1.4fr;align-items:start}@media screen and (max-width: 58.75em){.know__grid{grid-template-columns:1fr;grid-gap:2rem}}.know__content-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2.8rem 0 0}@media screen and (max-width: 58.75em){.know__content-wrapper{padding:0}}.know__header{width:100%;margin-bottom:3rem;padding-bottom:3rem;padding-right:3.6rem;border-bottom:.6rem solid #cde5bd}@media screen and (max-width: 58.75em){.know__header{padding-right:unset}}.know__content{padding-right:3.6rem}@media screen and (max-width: 58.75em){.know__content{padding-right:unset}}.know__link-wrapper{width:100%;margin-top:auto;padding-right:3.6rem;text-align:right}@media screen and (max-width: 58.75em){.know__link-wrapper{padding-right:unset}}.know__video-wrapper{position:relative;z-index:1;background-color:#000;cursor:pointer}.know__video-wrapper:hover .know__icon{transform:scale(1.05) translate(-50%, -50%)}.know__icon{position:absolute;top:50%;left:50%;z-index:2;width:100%;height:auto;max-width:20rem;transform:translate(-50%, -50%);transition:transform .3s;transform-origin:left center}@media screen and (max-width: 33.75em){.know__icon{max-width:16rem}}.know__video{width:100%;height:auto}.tailored{position:relative;z-index:1;padding:8rem 2.4rem;background-color:#fff}@media screen and (max-width: 38.75em){.tailored{padding:8rem 2.4rem 40rem}}.tailored__content-wrapper{max-width:66rem}.tailored__header{margin-bottom:2.4rem}.tailored__subtitle{margin-bottom:3.6rem}.tailored__bg-wrapper{position:absolute;top:0;right:0;z-index:-1;width:100%;max-width:50%;height:100%}@media screen and (max-width: 38.75em){.tailored__bg-wrapper{top:unset;bottom:0;max-height:40rem;max-width:100%}}@media screen and (max-width: 32.5em){.tailored__bg-wrapper{opacity:.5}}.tailored__bg-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right, #fff, transparent)}@media screen and (max-width: 38.75em){.tailored__bg-wrapper::after{background-image:linear-gradient(to bottom, #fff, transparent)}}.tailored__bg{width:100%;height:100%}.services{padding:8rem 2.4rem}@media screen and (max-width: 38.75em){.services{padding:8rem 2.4rem}}.services__header{margin-bottom:3.6rem}.services__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 60em){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 38.75em){.services__grid{grid-template-columns:1fr}}.services__single{border-radius:12px;overflow:hidden;background:#fff;box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff;color:#131313;transition:transform .3s}.services__single:hover{transform:translateY(-1rem)}.services__single:hover .services__title{color:#5aca26}.services__single:hover .services__icon-wrapper .services__icon{transform:scale(1.2)}.services__title-wrapper{display:grid;grid-template-columns:4rem 1fr;grid-gap:1.2rem;align-items:center;margin-bottom:1.2rem}@media screen and (max-width: 78.75em){.services__title-wrapper{grid-template-columns:6rem 1fr}}.services__icon{width:4rem;height:auto;transition:transform .3s}@media screen and (max-width: 78.75em){.services__icon{width:6rem}}.services__content-wrapper{padding:2.4rem}@media screen and (max-width: 38.75em){.services__content-wrapper{grid-column:2/3;grid-row:1/-1;padding:4rem 2.4rem}}@media screen and (max-width: 26.25em){.services__content-wrapper{grid-row:unset;grid-column:unset}}.works{padding:6rem 2.4rem;background-color:#f0f5ed;border-bottom:3px solid #cde5bd}@media screen and (max-width: 22.5em){.works{padding:6rem 1.2rem}}.works__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:3.6rem}@media screen and (max-width: 74.0625em){.works__grid{grid-template-columns:1fr 2fr}}@media screen and (max-width: 59.0625em){.works__grid{grid-template-columns:1fr}}.works__header{padding-top:3rem;margin-bottom:3.2rem}@media screen and (max-width: 59.0625em){.works__header{max-width:70rem}}.works__img{width:100%;max-width:90rem;height:auto}@media screen and (max-width: 59.0625em){.works__img{max-width:70rem}}@media screen and (max-width: 31.25em){.works__img{max-width:50rem}}.why{padding:8rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 22.5em){.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: 58.75em){.why__grid{grid-gap:1.2rem}}@media screen and (max-width: 55em){.why__grid{grid-template-columns:1fr}}.why__grid-item{position:relative;z-index:1;padding:2.4rem;border-radius:12px;overflow:hidden;background-color:#fff;transition:background-color .3s ease-in}.why__content-wrapper{max-width:32rem}@media screen and (max-width: 55em){.why__content-wrapper{display:grid;grid-template-columns:6rem 1fr;grid-gap:2rem;align-items:center;max-width:unset}}@media screen and (max-width: 30.625em){.why__content-wrapper{grid-template-columns:1fr}}.why__icon{height:6rem;margin-bottom:1.2rem}.benefit{padding:6rem 0}.benefit__container{padding:0 2.4rem;margin-bottom:3.2rem}@media screen and (max-width: 22.5em){.benefit__container{padding:0 1.2rem}}.benefit__card{position:relative;z-index:1;display:flex;justify-content:stretch;align-items:flex-end;background-color:#fff;padding:32rem 3.2rem 3.2rem;min-height:24rem;border-radius:12px;border:2px solid #f6f6f6;overflow:hidden}.benefit__card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1))}@media screen and (max-width: 27.5em){.benefit__card{padding:32rem 1.6rem 1.6rem}}.benefit__card-content{position:relative;z-index:2}.benefit__card-text{max-width:28rem}.benefit__card-text--full{max-width:unset}.benefit__card-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.8;object-position:center}.other-services{margin-top:-0.5rem}.other-services__border{position:relative;z-index:1}.other-services__line{position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#5aca26;transform:translateY(-50%)}.other-services__block-wrapper{padding:0 2.4rem}@media screen and (max-width: 22.5em){.other-services__block-wrapper{padding:0 1.2rem}}.other-services__block{width:9.6rem;height:1.2rem;background-color:#5aca26}.other-services__container{padding:8rem 2.4rem;border-bottom:2px solid #5aca26}@media screen and (max-width: 22.5em){.other-services__container{padding:8rem 1.2rem}}.other-services__header{margin-bottom:3.2rem}.other-services__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2.8rem}@media screen and (max-width: 61.875em){.other-services__grid{grid-gap:2rem}}@media screen and (max-width: 45.3125em){.other-services__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 28.75em){.other-services__grid{grid-template-columns:1fr}}.other-services__grid-item{display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:1;padding:4rem 0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff;color:#131313;transition:background-color .3s ease-in-out}.other-services__grid-item:hover{background-color:#134800}.other-services__grid-item:hover .other-services__content-wrapper{border-left-color:#5aca26}.other-services__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.other-services__content-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem;padding:2.4rem 0;border-left:8px solid #131313;transition:border-left-color .3s ease-in-out}.other-services__icon-wrapper{display:flex;justify-content:center;align-items:center;width:7rem;height:7rem;border-top-right-radius:8px;border-bottom-right-radius:8px;border:2px solid #131313;transform:translateX(-4px)}.other-services__icon{width:5rem}.faqs{padding:6rem 2.4rem;border-top:2px solid #5aca26}@media screen and (max-width: 22.5em){.faqs{padding:6rem 1.2rem}}.faqs__header{margin-bottom:3.2rem}.faqs__single:not(:last-child){margin-bottom:3.2rem;padding-bottom:3.2rem;border-bottom:2px solid rgb(220.5,220.5,220.5)}.cta{padding:24rem 2.4rem 6rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2)),url("../img/cta.jpg");background-size:cover;background-position:center}@media screen and (max-width: 22.5em){.cta{padding:24rem 1.2rem 6rem}}.cta__content{max-width:80rem}.cta__title{margin-bottom:1.2rem;max-width:54rem}.cta__description{max-width:66rem;margin-bottom:2.4rem}.blogs{padding:6rem 2.4rem 0}@media screen and (max-width: 22.5em){.blogs{padding:6rem 1.2rem 0}}.blogs--main{padding:6rem 2.4rem}@media screen and (max-width: 22.5em){.blogs--main{padding:6rem 1.2rem}}.blogs__header{max-width:83.4rem;margin-bottom:4.4rem}.blogs__header-title{margin-bottom:1.2rem}.blogs__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 60em){.blogs__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 36.25em){.blogs__grid{grid-template-columns:1fr}}.blogs__card{background-color:#fff;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.12);color:#131313;transition:transform .3s,color .3s}@media screen and (max-width: 60em){.blogs__card:first-child{grid-column:1/-1}}.blogs__card:hover{transform:translateY(-4px);color:#5aca26}.blogs__img{width:100%;height:24rem;border-radius:12px;object-fit:cover}.blogs__content{padding:2.4rem}.blogs__btn-wrapper{margin-top:4.8rem;text-align:right}.blogs__btn{padding:2rem 5rem;background-color:#5aca26;border-top-left-radius:12px;border-top-right-radius:12px;font-size:2.4rem;color:#fff}.blogs__btn:hover{background-color:rgb(78.525,176.245,33.155)}.blog{padding:6rem 2.4rem}@media screen and (max-width: 22.5em){.blog{padding:6rem 1.2rem}}.blog p:not(:last-child){margin-bottom:2rem}.blog img{display:block;max-width:100%;margin:2rem 0}.blog ul{margin:2rem 0 2rem 2rem;list-style:disc}.blog ol{margin:2rem 0 2rem 2rem;list-style:decimal}.about-header{position:relative;z-index:1;padding:20rem 2.4rem 3.2rem;background-image:linear-gradient(to right, rgba(19, 72, 0, 0.3), rgba(19, 72, 0, 0.3)),url("../img/about-header.jpg");background-size:cover;background-position:center;color:#fff}@media screen and (max-width: 22.5em){.about-header{padding:20rem 1.2rem 6rem}}.about-header__content{max-width:66rem}.about-header__logo{max-width:24rem;margin-bottom:1.6rem}.intro{padding:6rem 2.4rem}@media screen and (max-width: 22.5em){.intro{padding:6rem 1.2rem}}.intro__item{position:relative;z-index:1;padding:32rem 3.2rem 3.2rem;background-color:#fff;margin-bottom:1.6rem;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.intro__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top, #fff, transparent)}@media screen and (max-width: 30em){.intro__item{padding:32rem 2.4rem 2.4rem}}.intro__item-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.4}.intro__item-content{position:relative;z-index:2;padding:2.8rem 2.4rem 2.4rem;background-color:#fff;border-radius:12px;max-width:77.2rem}.intro__item-icon{position:absolute;bottom:0;right:0;max-width:40rem;height:100%;opacity:.2;transform:translateY(3rem)}@media screen and (max-width: 53.75em){.intro__item-icon{display:none}}.intro__info{margin-top:3.2rem;max-width:99rem}.mission{position:relative;z-index:1;padding:6rem 2.4rem;background-color:#f0f5ed;overflow:hidden}@media screen and (max-width: 22.5em){.mission{padding:6rem 1.2rem}}.mission__background{position:absolute;bottom:0;right:0;opacity:.05;transform:translateY(8%)}.mission__header{max-width:83.4rem;margin-bottom:3.2rem}.mission__title{margin-bottom:1.2rem}.mission__grid{max-width:72rem;margin-bottom:3.2rem}.mission__grid-item{display:grid;grid-template-columns:1fr 3fr;grid-gap:2.4rem}.mission__grid-item:nth-child(2){margin-top:-5rem}.mission__grid-item p{padding:5rem 0}@media screen and (max-width: 54.375em){.mission__grid-item p{padding:unset}}.mission__grid-item:not(:last-child){margin-bottom:2rem}@media screen and (max-width: 37.5em){.mission__grid-item{grid-template-columns:1fr;grid-gap:1rem}}@media screen and (max-width: 37.5em){.mission__grid-item--top{display:flex;flex-direction:column-reverse;grid-template-columns:unset;gap:3rem}}@media screen and (max-width: 54.375em){.mission__img-wrapper{max-width:30rem}}.mission__img{width:100%;height:100%;object-fit:cover}.mission__outro{max-width:117.8rem}.vision{position:relative;z-index:1;padding:6rem 2.4rem}@media screen and (max-width: 22.5em){.vision{padding:6rem 1.2rem}}.vision__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:6rem;align-items:center}@media screen and (max-width: 43.75em){.vision__grid{grid-template-columns:1fr;grid-gap:0}}@media screen and (max-width: 43.75em){.vision__img-wrapper{max-width:50rem;padding:2rem;background-color:#f6f6f6;border-radius:12px}}.vision__img{width:100%;height:auto;object-fit:cover;object-position:right}.vision__content-wrapper{padding:4rem 0 4rem 3.2rem;border-left:2px solid #5aca26}@media screen and (max-width: 43.75em){.vision__content-wrapper{padding:4rem 0;border-left:unset}}.vision__content-wrapper p:not(:last-child){margin-bottom:2rem}.vision__header{margin-bottom:1.2rem}.team{padding:6rem 2.4rem;background-color:#f6f6f6}@media screen and (max-width: 22.5em){.team{padding:6rem 1.2rem}}.team__header{margin-bottom:3.2rem}.team__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2.4rem}@media screen and (max-width: 73.125em){.team__grid{grid-gap:1.6rem}}@media screen and (max-width: 61.25em){.team__grid{grid-template-columns:1fr}}.team__item{background-color:#fff;border-radius:12px}@media screen and (max-width: 61.25em){.team__item{display:grid;grid-template-columns:1fr 2fr}}@media screen and (max-width: 28.125em){.team__item{grid-template-columns:1fr}}.team__img{width:100%;height:40rem;border-radius:12px;object-fit:cover;object-position:top}.team__content{padding:2.4rem}.team__designation{max-width:42rem}@media screen and (max-width: 61.25em){.team__designation{max-width:unset}}.team__list{margin-top:2rem}.genetic{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.genetic{padding:8rem 1.2rem}}.genetic__header{margin-bottom:2rem}.clinical{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.clinical{padding:8rem 1.2rem}}.clinical__header{margin-bottom:2rem}.search{padding:8rem 2.4rem;border-top:3px solid #5aca26}@media screen and (max-width: 22.5em){.search{padding:8rem 1.2rem}}.search__header{margin-bottom:3.6rem;padding-bottom:3.6rem;border-bottom:2px solid rgb(225.6,225.6,225.6)}.search__input-wrapper{display:flex;justify-content:flex-start;align-items:stretch;margin-top:2rem}.search__control{flex:1;padding:2.4rem;background-color:#f6f6f6;border-top-left-radius:12px;border-bottom-left-radius:12px;font-size:2rem}.search__button{padding:1rem 2rem;border-top-right-radius:12px;border-bottom-right-radius:12px;background-color:#5aca26;cursor:pointer;transition:background-color .3s}.search__button:hover{background-color:rgb(78.525,176.245,33.155)}.search__icon{width:3.6rem}.unique{padding:8rem 2.4rem 0}.unique--padded{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.unique{padding:8rem 1.2rem 0}.unique--padded{padding:8rem 2.4rem}}.unique__content-wrapper{max-width:68rem}.unique__title{margin-bottom:2.4rem}.unique__list-wrapper{margin-top:3rem}.unique__list-title{margin-bottom:1.2rem}.unique__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem;max-width:90rem}@media screen and (max-width: 46.25em){.unique__list{grid-template-columns:1fr;max-width:48rem}}.unique__list-item{padding:1rem 2rem;box-shadow:10px 0 20px rgba(19,19,19,.12);border-left:3px solid #5aca26}.precision{padding:27.5rem 2.4rem 3.2rem;background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url("../img/works-bg-1.jpg");background-attachment:fixed}.precision__content-wrapper{max-width:76rem}.services-why{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.services-why{padding:8rem 1.2rem}}.services-why__header{display:grid;grid-template-columns:max-content 1fr;grid-gap:4.8rem;align-items:end;margin-bottom:6rem;padding-bottom:1.2rem;border-bottom:3px solid #5aca26}@media screen and (max-width: 45.625em){.services-why__header{grid-template-columns:1fr;grid-gap:1.2rem;margin-bottom:2.4rem}.services-why__header .block{display:inline}}.services-why__subtext{max-width:64.8rem}.services-why__line{position:relative;z-index:1;width:100%;height:1rem}.services-why__line::after{content:"";position:absolute;top:0;left:calc(6.8rem + 3.2px);width:2px;height:100%;background-color:#5aca26}@media screen and (max-width: 48.5625em){.services-why__line::after{left:calc(3.2rem + 3px)}}@media screen and (max-width: 28.75em){.services-why__line::after{left:calc(1.6rem + 3px)}}.services-why__list-item{position:relative;z-index:1;max-width:110rem;background-color:#fff;padding:24rem 6.8rem 5.2rem}@media screen and (max-width: 48.5625em){.services-why__list-item{padding:24rem 3.2rem 5.2rem}}@media screen and (max-width: 28.75em){.services-why__list-item{padding:24rem 1.6rem 5.2rem}}.services-why__list-item::after{content:"";position:absolute;top:0;left:calc(6.8rem + 3.2px);width:2px;height:100%;background-color:#5aca26}@media screen and (max-width: 48.5625em){.services-why__list-item::after{left:calc(3.2rem + 3px)}}@media screen and (max-width: 28.75em){.services-why__list-item::after{left:calc(1.6rem + 3px)}}.services-why__list-item:last-child::after{content:"";position:absolute;top:0;left:calc(6.8rem + 3.2px);width:2px;height:24rem;background-color:#5aca26}@media screen and (max-width: 48.5625em){.services-why__list-item:last-child::after{left:calc(3.2rem + 3px)}}@media screen and (max-width: 28.75em){.services-why__list-item:last-child::after{left:calc(1.6rem + 3px)}}.services-why__list-wrapper{position:relative}.services-why__background-wrapper{position:absolute;top:0;left:0;z-index:-1;width:100%;height:70%;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.services-why__background-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top, #fff, rgba(255, 255, 255, 0.4))}.services-why__background{width:100%;height:100%;opacity:.9}.services-why__content-wrapper{border-left:8px solid #5aca26;padding-left:2.8rem;max-width:77rem}@media screen and (max-width: 28.75em){.services-why__content-wrapper{padding-left:1.6rem}}.services-why__content{margin-bottom:1.2rem}.services-why__items{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.services-why__item{display:flex;justify-content:flex-start;align-items:center;gap:1rem;padding:0 1rem;background-color:hsla(0,0%,100%,.8)}.services-why__item::before{content:"";display:inline-block;width:6px;height:6px;background-color:#5aca26;border-radius:50%}.precision-works{padding:8rem 2.4rem;background-color:#f0f5ed}@media screen and (max-width: 22.5em){.precision-works{padding:8rem 1.2rem}}.precision-works__header{margin-bottom:3.6rem}.precision-works__grid-item{display:grid;grid-template-columns:1.5fr 1fr}.precision-works__grid-item:not(:last-child){margin-bottom:2rem}@media screen and (max-width: 50.625em){.precision-works__grid-item{grid-template-columns:1.2fr 1fr}}@media screen and (max-width: 43.75em){.precision-works__grid-item{grid-template-columns:.8fr 1fr}}@media screen and (max-width: 32.25em){.precision-works__grid-item{grid-template-columns:1fr}}.precision-works__background-wrapper{position:relative;z-index:1;min-height:39rem;height:100%;border-radius:12px;overflow:hidden}@media screen and (max-width: 32.25em){.precision-works__background-wrapper{box-shadow:0 10px 20px rgba(19,19,19,.12)}}.precision-works__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.precision-works__number-wrapper{display:flex;justify-content:flex-start;align-items:center;position:absolute;top:5rem;right:0;height:14rem;padding:2rem 3rem;background-color:#131313;border-top-left-radius:12px;border-bottom-left-radius:12px;border-right:2px solid #f6f6f6;font-size:4.8rem;font-weight:700;line-height:1;color:#fff}@media screen and (max-width: 32.25em){.precision-works__number-wrapper{top:unset;right:unset;bottom:0;left:2rem;background-color:#5aca26;border-bottom-left-radius:0;border-top-right-radius:12px}}@media screen and (max-width: 32.25em){.precision-works__number-wrapper{border-right:unset}}.precision-works__content-wrapper{display:flex;justify-content:flex-start;align-items:stretch;padding:3rem 0;height:100%}@media screen and (max-width: 32.25em){.precision-works__content-wrapper{padding:0}}.precision-works__content{padding:2rem 0 3rem;background-color:rgb(235.8,235.8,235.8);border-top-right-radius:12px;border-bottom-right-radius:12px}@media screen and (max-width: 32.25em){.precision-works__content{padding:0 2rem 2rem}}.precision-works__title-wrapper{display:flex;justify-content:flex-start;align-items:center;max-width:40rem;height:14rem;padding:1rem 3rem;background-color:#131313;border-top-right-radius:12px;border-bottom-right-radius:12px;color:#fff}@media screen and (max-width: 32.25em){.precision-works__title-wrapper{border-top-right-radius:0;border-bottom-left-radius:12px}}.precision-works__copy{padding:1rem 3rem 2rem}.precision-works__items{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:4px;padding:0 3rem}.precision-works__item{padding:.8rem 1.6rem;background-color:#131313;border-radius:4px;color:#fff;font-size:1.8rem}.oneofakind{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.oneofakind{padding:6rem 1.2rem}}.oneofakind--unbound{border-top:2px solid #5aca26}.oneofakind--unbound .oneofakind__content{max-width:unset}.oneofakind__content{max-width:98rem}.benefits{padding:8rem 2.4rem;border-top:3px solid #5aca26}@media screen and (max-width: 22.5em){.benefits{padding:8rem 2.4rem}}.benefits__header{margin-bottom:3.2rem}.benefits__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 46.875em){.benefits__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 30em){.benefits__grid{grid-template-columns:1fr}}.benefits__grid-item{padding:3rem;background-color:#f0f5ed;border-radius:12px}.benefits__icon{display:block;height:100%;max-width:4rem;margin-bottom:1.2rem}.nutrition-unique{padding:8rem 2.4rem 0}@media screen and (max-width: 22.5em){.nutrition-unique{padding:8rem 1.2rem 0}}.nutrition-unique__grid{display:grid;grid-template-columns:1fr max-content;grid-gap:2rem;align-items:center}@media screen and (max-width: 47.5em){.nutrition-unique__grid{grid-template-columns:1fr}}.nutrition-unique__content-wrapper{padding:2rem 0;max-width:80rem}.nutrition-unique__title{margin-bottom:2.4rem}.nutrition-unique__img-wrapper{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 47.5em){.nutrition-unique__img-wrapper{justify-content:flex-start}}.nutrition-unique__img{width:40rem;height:40rem;border-radius:50%}@media screen and (max-width: 47.5em){.nutrition-unique__img{border-radius:12px;width:100%}}.nutrition-get{padding:8rem 2.4rem;background-color:#f0f5ed}@media screen and (max-width: 22.5em){.nutrition-get{padding:8rem 2.4rem}}.nutrition-get__grid{display:grid;grid-template-columns:1fr 4fr;grid-gap:3.2rem}@media screen and (max-width: 87.5em){.nutrition-get__grid{grid-template-columns:1fr}}.nutrition-get__header{margin-bottom:3.2rem}.nutrition-get__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem;max-width:99rem}@media screen and (max-width: 43.75em){.nutrition-get__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 48em){.nutrition-get__list{grid-template-columns:1fr}}.nutrition-get__list-item{display:grid;grid-template-columns:max-content 1fr;grid-gap:2rem;align-items:center;padding:1rem;background-color:#fff;border-left:4px solid #cde5bd;overflow:hidden}.nutrition-get__list-item--span p{padding:1rem 0}@media screen and (max-width: 32.5em){.nutrition-get__list-item--span{grid-column:unset}}@media screen and (max-width: 21.875em){.nutrition-get__list-item{grid-template-columns:1fr}}.nutrition-get__title{padding:4rem 0;font-size:2rem}.nutrition-get__sublist-wrapper{padding:3rem 0}.nutrition-get__sublist-item{display:flex;justify-content:flex-start;align-items:center;gap:8px}.nutrition-get__sublist-item::before{content:"";display:block;width:6px;height:6px;background-color:#5aca26;border-radius:50%}.nutrition-get__sublist-item:not(:last-child){margin-bottom:6px}.nutrition-get__icon-wrapper{grid-column:1/2;grid-row:1/2;display:flex;justify-content:center;align-items:center;height:100%;padding:1rem 1rem 0;background-color:#f0f5ed}.nutrition-get__icon{display:block;width:4rem;height:auto;max-height:6rem;object-fit:contain;object-position:bottom}.timeline{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.timeline{padding:8rem 1.2rem}}.timeline__grid{display:grid;grid-template-columns:30rem 1fr;grid-gap:3rem}@media screen and (max-width: 41.875em){.timeline__grid{grid-template-columns:1fr}}.timeline__header{transform:translateY(-2rem)}.timeline__single{display:grid;grid-template-columns:max-content 1fr;grid-gap:2rem;align-items:start}@media screen and (max-width: 20.625em){.timeline__single{grid-gap:1rem}}.timeline__single:not(:last-child) .timeline__content{margin-bottom:4rem}.timeline__single:not(:last-child) .timeline__node-wrapper::before{content:"";position:absolute;top:0;left:50%;width:3px;height:100%;background-color:#5aca26}.timeline__node-wrapper{position:relative;z-index:1;height:100%}.timeline__node{width:3rem;height:3rem;background-color:#5aca26;border-radius:50%}.timeline__content{display:flex;justify-content:flex-start;align-items:center;gap:2rem;padding:3rem;background-color:#fff;border-radius:12px;max-width:80rem;box-shadow:0 10px 20px rgba(0,0,0,.12);transform:translateY(-1rem)}@media screen and (max-width: 22.5em){.timeline__content{flex-direction:column;align-items:flex-start}}.timeline__number{line-height:1}.contact{padding:14rem 2.4rem 6rem;background-image:linear-gradient(to right, rgba(246, 246, 246, 0.8), rgba(246, 246, 246, 0.8)),url("../img/contact.jpg");background-size:cover;background-position:center}@media screen and (max-width: 22.5em){.contact{padding:20rem 1.2rem 6rem}}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;padding:4.2rem;background-color:#f6f6f6;border-radius:12px;color:#131313}@media screen and (max-width: 47.5em){.contact__grid{grid-template-columns:1fr;grid-gap:4rem}}@media screen and (max-width: 26.25em){.contact__grid{padding:2rem}}.contact__header{margin-bottom:2.4rem}.contact__info-wrapper{max-width:48rem}.contact__info{display:grid;grid-template-columns:max-content 1fr;grid-gap:2rem;align-items:start}.contact__info:not(:last-child){margin-bottom:2rem}.contact__icon-wrapper{padding:2rem;background-color:#131313;border-radius:4px}.contact__link{color:#5aca26;text-decoration:underline}.contact__link:hover{color:rgb(78.525,176.245,33.155)}.contact__form{padding:4rem;background-color:#fff;border-radius:12px;color:#131313}.contact__btn-wrapper{margin-top:4rem;text-align:right}.legal{padding:6rem 1.2rem}.legal p{max-width:110rem}.legal p:not(:last-child){margin-bottom:2rem}.legal ul{list-style:disc;margin:0 2rem 2rem}.nopage{padding:16rem 2.4rem 10rem}@media screen and (max-width: 22.5em){.nopage{padding:16rem 1.2rem 10rem}}.nopage__section{max-width:70rem;margin:0 auto}.nopage__img{display:block;max-width:32rem;margin-bottom:2rem}.nopage__header{margin-bottom:1rem}.nopage p:not(:last-child){margin-bottom:1.6rem}.gallery{padding:6rem 2.4rem}@media screen and (max-width: 22.5em){.gallery{padding:6rem 1.2rem}}.gallery__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 24.375em){.gallery__grid{grid-template-columns:repeat(2, 1fr)}}.gallery__thumbnail-wrapper{width:100%;height:32rem;background-color:#134800;border-radius:12px;overflow:hidden;cursor:pointer}@media screen and (max-width: 40em){.gallery__thumbnail-wrapper{height:24rem}}@media screen and (max-width: 31.25em){.gallery__thumbnail-wrapper{height:20rem}}.gallery__thumbnail-wrapper:hover .gallery__thumbnail{opacity:.7}.gallery__thumbnail{width:100%;height:100%;pointer-events:none;transition:opacity .3s}.flow{position:fixed;top:0;left:0;z-index:12;width:100vw;height:100vh;opacity:0;pointer-events:none;transition:opacity .3s}.flow--visible{opacity:1;pointer-events:all}.flow__container{background-color:rgba(0,0,0,.9);padding:3.6rem;height:100%;overflow-y:auto}.flow__img-wrapper{display:flex;justify-content:center;align-items:top;position:relative;z-index:1;height:100%}.flow__btn{position:absolute;top:0;right:0;padding:1.6rem 2rem;background-color:red;border-radius:8px;font-size:2rem;color:#fff;line-height:1;transform:translateY(-1rem);cursor:pointer}.flow__btn:hover{background-color:rgb(229.5,0,0)}.flow__img{display:block;width:100%;height:auto;max-height:calc(100% - 3.6rem);border-radius:12px}.news{padding:8rem 2.4rem}@media screen and (max-width: 22.5em){.news{padding:6rem 1.2rem}}.news__month:not(:last-child){margin-bottom:3rem}.news__header{margin-bottom:4rem;padding-bottom:2rem;border-bottom:2px solid #f6f6f6}.news__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2.4rem}@media screen and (max-width: 60em){.news__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 37.5em){.news__grid{grid-template-columns:1fr}}.news__thumbnail{width:100%;height:24rem;border-radius:12px}@media screen and (max-width: 37.5em){.news__thumbnail{height:32rem}}.news__copy{padding:1.2rem}.news__item-wrapper{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem}.news__item-wrapper:last-child .news__node-wrapper::before{display:none}@media screen and (max-width: 28.75em){.news__item-wrapper{grid-gap:1.2rem}}.news__node-wrapper{position:relative;z-index:1}.news__node-wrapper::before{content:"";position:absolute;top:0;left:50%;height:100%;width:4px;background-color:#5aca26;transform:translateX(-50%)}@media screen and (max-width: 28.75em){.news__node-wrapper::before{width:2px}}.news__node{width:2rem;height:2rem;background-color:#5aca26;border-radius:50%}@media screen and (max-width: 28.75em){.news__node{width:1.2rem;height:1.2rem}}.news__item{padding-bottom:8rem}.news__content-wrapper{margin-top:-1.2rem}.news__content-wrapper p{max-width:110rem}.news__content-wrapper p:not(:last-child){margin-bottom:2.4rem}.news__title{max-width:104rem;margin-bottom:1.2rem}.news__gallery{display:grid;grid-gap:2rem;margin-top:3.2rem}.news__gallery--1{grid-template-columns:1fr;max-width:80rem}.news__gallery--1 .news__gallery-item{object-fit:contain;object-position:left;max-width:max-content}.news__gallery--2{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 33.125em){.news__gallery--2{grid-template-columns:1fr}}.news__gallery-item{width:100%;height:100%;max-height:40rem;border-radius:12px}/*# sourceMappingURL=main.min.css.map */