#page_home{display:grid}#page_home h1,#page_home h2,#page_home p{text-align:center}#page_home>section{display:grid;grid-gap:2rem;justify-items:center;padding:30vh var(--padding-horizontal);background:var(--clr-almost-white);opacity:0}#page_home>section:nth-child(odd){background:var(--clr-darker-white)}#page_home>section h2{font-size:2rem}#page_home>section h3{font-size:1.75rem}#page_home>section>a{justify-self:center;font-size:1.7rem;text-transform:lowercase;text-align:center}#page_home #banner{position:relative;background:#000;min-height:100svh;padding:4rem var(--padding-horizontal);overflow:hidden;display:grid;align-items:end;align-content:end;color:#fff;text-shadow:2px 2px gray}#page_home #banner>:not(video){z-index:2}#page_home #banner h1{font-size:3rem}#page_home #banner a{text-shadow:none}#page_home #banner video{z-index:1}#page_home #banner #video_cover,#page_home #banner video{position:absolute;top:0;left:50%;transform:translate(-50%)}#page_home #banner #contact-line{position:absolute;top:9rem;font-size:1rem;background:rgba(0,0,0,.4);transition:background .25s;border-top:3px solid hsla(0,0%,98%,.3);display:grid;justify-content:start;grid-gap:1rem;padding:2rem 2rem 2rem 3vw}#page_home #banner #contact-line:hover{background:#000}#page_home #banner #contact-line .separator{width:100%;height:1px;background:gold}#page_home #banner #contact-line div{display:grid;grid-gap:.5rem}#page_home #banner #contact-line div h2{font-size:1.5rem;text-align:left}#page_home #banner #contact-line div dl{display:grid;justify-content:left;grid-template-columns:auto 1fr;grid-gap:.25rem 1rem}#page_home #banner #contact-line div dl dt{text-align:right}#page_home #banner #contact-line div dl dd{font-size:1.2rem}#page_home #section_programs section{display:grid;grid-gap:1rem}#page_home #section_services #services_list{display:inline-flex;flex-wrap:wrap;grid-gap:1rem;list-style-type:none;justify-content:space-evenly}#page_home #section_services #services_list li{max-width:10rem;text-align:center;font-size:.9rem;display:grid;grid-gap:.5rem;justify-items:center;align-content:space-between}#page_home #section_services #services_list li img{background:#fff;border-radius:.25rem;padding:.5rem 1rem;width:4rem;height:auto}#page_home #section_services .scroller{background:transparent;grid-gap:.5rem}#page_home #section_services .scroller li{border:none}#page_home #section_services .scroller li figure{border-radius:.5rem;overflow:hidden}#page_home #section_services .scroller li figure img{height:20rem}#page_home #section_services .scroller li figure figcaption{width:100%;text-align:center;background:transparent;text-shadow:2px 2px 5px var(--clr-black)}#page_home #section_contact ul{display:inline-flex;flex-wrap:wrap;grid-gap:2rem;list-style-type:none}#page_home #section_contact ul li a{display:grid;justify-items:center;grid-gap:1rem;background:var(--clr-almost-white);padding:1rem;border-radius:1rem;border:1px solid transparent}#page_home #section_contact ul li a:hover{border-color:var(--clr-black)}#page_home #section_contact h3{text-decoration:underline}#page_home #section_contact .branches{display:inline-flex;grid-gap:1rem;flex-wrap:wrap;justify-content:center;width:100%}#page_home #section_contact .branches .branch{display:grid;grid-gap:1rem;justify-items:center;padding:1rem;border-radius:.5rem;background:var(--clr-white-transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#page_home #section_contact .branches .branch h4{font-size:1.5rem}#page_home #section_contact .branches .branch ul{grid-gap:1rem}#page_home #section_video{display:inline-flex;flex-wrap:wrap;justify-content:center;grid-gap:4rem;background:#000;padding:10vh 0}#page_home #section_video video{width:30rem;max-width:calc(100vw - var(--padding-horizontal)*2)}#page_home #section_photos li:hover{border-color:transparent}#page_home #section_photos figcaption{display:none}#page_home #section_detergents{position:relative;background:#000;color:#fff;padding:2rem}#page_home #section_partners{background:silver}#page_home .show{animation:paddingTop 1s forwards}@keyframes paddingTop{0%{opacity:0}to{opacity:1}}@media(max-width:1000px)or (max-height:900px){#page_home #banner{padding-top:calc(100svh - 4rem)}#page_home #banner h1{font-size:2rem;padding-bottom:1rem}#page_home #banner>p{margin-top:2rem}#page_home #banner #contact-line{grid-gap:.5rem}}@media(max-width:768px)or (max-height:630px){#page_home #banner{padding:calc(100svh - 7rem) 0 1rem var(--padding-horizontal)}#page_home #banner p,#page_home #banner>h1{padding-right:var(--padding-horizontal)}#page_home #banner h1{font-size:2rem;min-height:7rem}#page_home #banner p{text-shadow:none}#page_home #banner #contact-line{overflow-x:scroll;grid-row:2;position:relative;top:0;background:transparent;border-top:none}#page_home #banner #contact-line:before{content:">";position:absolute;width:2.5rem;height:100%;right:0;top:0;font-size:2rem;display:grid;align-items:center;background:linear-gradient(90deg,transparent,#464646);transform:translateX(100%);opacity:0;pointer-events:none}#page_home #banner #contact-line>div{min-width:12rem;display:grid;justify-items:baseline}#page_home #banner #contact-line .separator{width:2rem}#page_home #banner #contact-line div dl{grid-auto-flow:column;grid-template-rows:auto 1fr;padding:0 2rem 0 .5rem}#page_home #banner #contact-line div dl dt{text-align:left}#page_home #banner #contact-line div dl dd{width:max-content}#page_home #section_contact ul{display:grid;grid-gap:1rem}#page_home #section_contact ul li a{grid-gap:.5rem;padding:1rem}#page_home #section_contact ul li a img{width:1.5rem;height:1.5rem}}@media(min-aspect-ratio:16/9){#page_home #banner video{width:100vw;height:auto}}@media(max-aspect-ratio:16/9){#page_home #banner video{width:auto;height:100svh}}@keyframes arrowIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes arrowOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}#contact-line.scroll-left-max:before{animation:arrowIn .25s ease forwards}#contact-line:not(.scroll-left-max):before{animation:arrowOut .25s ease forwards}