#homepage-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:3rem;position:relative}@media screen and (min-width:768px){#homepage-hero{margin-bottom:0}}#homepage-hero .homepage-hero__item{display:flex;flex-direction:column;width:100%}@media screen and (max-width:768px){#homepage-hero .homepage-hero__item:before{content:"";position:absolute;display:block;top:70.1%;left:0;width:100%;height:30%;background:linear-gradient(#103e1d00,#103e1d 95%);z-index:1}}@media screen and (min-width:768px){#homepage-hero .homepage-hero__item{overflow:hidden;height:50vh}#homepage-hero .homepage-hero__item:before{content:"";position:absolute;display:block;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(#103e1d00,#103e1d 95%);z-index:1}}#homepage-hero .homepage-hero__item__img{opacity:.25;animation-duration:.55s;animation-timing-function:ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in}#homepage-hero .homepage-hero__item .hero-text-content{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;margin-top:1rem;z-index:2}@media screen and (max-width:768px){#homepage-hero .homepage-hero__item .hero-text-content{opacity:.5;animation-duration:.8s;animation-timing-function:ease-in-out;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in-and-up}}@media screen and (min-width:768px){#homepage-hero .homepage-hero__item .hero-text-content{position:absolute;max-width:80%;top:45%;left:5%;transform:translate(-10%,-50%);opacity:0;animation-duration:.55s;animation-delay:.25s;animation-timing-function:ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in}#homepage-hero .homepage-hero__item .hero-text-content:before{content:"";display:block;position:absolute;height:80%;width:80%;z-index:-1;filter:blur(60px);border-radius:1000px;background-color:#000;opacity:0;animation-duration:.55s;animation-timing-function:ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in-50}}#homepage-hero .homepage-hero__item .hero-text-content h1,#homepage-hero .homepage-hero__item .hero-text-content p{font-size:clamp(2rem,5vw + 1rem,6rem);line-height:1;text-align:center;text-shadow:0px 0px 15px rgb(0,0,0);color:#fff;position:relative;font-weight:400}#homepage-hero .homepage-hero__item .hero-text-content h2{margin-top:1rem;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:clamp(.75rem,5vw,2rem);line-height:1.2;font-weight:200;text-align:center;max-width:80%;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media screen and (min-width:768px){#homepage-hero .homepage-hero__item .hero-text-content h2{max-width:60%}}#homepage-hero .homepage-hero__item .button{box-shadow:2px 2px 4px #00000080;text-shadow:0px 0px 2px rgba(0,0,0,.5);margin-top:2rem;font-size:clamp(.75rem,5vw + 1.25rem,1.25rem);font-weight:700;color:#fff}@media screen and (min-width:768px){#homepage-hero .homepage-hero__item .button{margin-top:3rem}}#homepage-hero .homepage-hero__item img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:768px){#homepage-hero .homepage-hero__item img{object-fit:none;object-position:30% 60%}}@media screen and (min-width:1024px){#homepage-hero .homepage-hero__item img{object-fit:none;object-position:0% 60%}}@media screen and (min-width:1440px){#homepage-hero .homepage-hero__item img{object-fit:cover;object-position:50% 60%}}.about-us{margin-top:3rem}@media screen and (min-width:768px){.about-us{margin-top:5rem;margin-bottom:4rem}}.about-us__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}@media screen and (min-width:768px){.about-us__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width:1440px){.about-us__list{display:flex;flex-direction:row;gap:1rem}}.about-us__item{display:flex;width:80vw;flex-direction:column;align-items:center;margin-bottom:2rem}.about-us__item img{width:100%;height:auto}@media screen and (min-width:768px){.about-us__item{width:40vw}}@media screen and (min-width:1440px){.about-us__item{width:20vw}}.about-us__item:nth-child(2){opacity:0;animation-delay:.2s}.about-us__item:nth-child(3){opacity:0;animation-delay:.3s}.about-us__item:nth-child(4){opacity:0;animation-delay:.4s}.about-us__item__content{display:flex;flex-direction:column;align-items:center;background-color:#0c2e15;padding:1rem 2rem 2rem;color:#e4dcda;text-align:center;height:100%}.about-us__item__content h3{font-size:2rem;font-weight:400;line-height:1;letter-spacing:.5px;font-family:EB Garamond,serif;max-width:80vw;margin-top:1rem;margin-bottom:.5rem;text-decoration:none}.about-us__item__content p{font-family:Helvetica,sans-serif;line-height:1.2;text-decoration:none}.collage{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:4px;row-gap:4px;max-width:80vw;align-self:center;margin-bottom:6rem}@media screen and (min-width:768px){.collage{max-width:75vw;grid-template-rows:repeat(3,auto)}}.collage__img{width:100%;height:auto;object-fit:cover}.collage__img:first-child{grid-column:1/4;grid-row:1/2}
