:root{--primaryBeige:#a0937d;--primaryBeigeDarker:#968a74;--secondaryBeige:#cdc2a5;--thertiaryBeige:#e5ddc5;--lighterBeige:#eee3cb;--brown:#756b59;--darkerBrown:#787268;--middleGray:#444444;--Gray55:#555555;--Gray66:#666666;--middleGray10:#4444441a;--middleGray20:#44444433;--middleGray40:#44444466;--darkerGray:#222222;--white30Opacity:#ffffff4d;--sectionsBG:#f5f5f5}html{overflow:auto}body,html{display:flex;min-height:100vh;width:100%}body{background-color:var(--primaryBeige);flex-direction:column;margin:0}.content-container{--videoHeight:50vh;--sectionsSpacing:1.5rem;--sectionsBorderRadius:0.5rem;align-items:center;animation:showPage 1s ease-in-out forwards;background-color:var(--sectionsBG);display:flex;flex-direction:column;height:100%;position:relative;width:100%}.landing-video-container,.nav-video-container{height:var(--videoHeight);position:absolute;width:100%}.landing-video-container{left:0;overflow:hidden;top:0;z-index:1}.landing-video-container video{height:auto;min-height:100%;object-fit:cover;position:absolute;width:100%;z-index:1}.landing-video-container .overlay{height:100%;position:absolute;width:100%;z-index:2}.landing-video-container .overlay span{bottom:1rem;color:#222;font-size:1.5rem;left:1rem;position:absolute;text-transform:uppercase}.landing-section{--sectionPadding:1rem;display:flex;flex-direction:column;padding:var(--sectionPadding) calc(var(--sectionPadding) + var(--sectionsSpacing));width:calc(100% - var(--sectionsSpacing) * 2 - var(--sectionPadding) * 2)}.landing-section .section-title{color:var(--Gray55);margin:0}.landing-section.what-section{margin-top:calc(var(--videoHeight) - 5vh);row-gap:1.5rem}.landing-section.what-section .section-title-container{display:flex;flex-direction:row;justify-content:space-between;width:100%}.treatments-link-container{align-items:center;column-gap:.4rem;cursor:pointer;display:flex;flex-direction:row}.treatments-link-container img{height:1.15rem;transition:transform .3s ease-in-out;width:1.15rem}.treatments-link-container:hover .section-subtitle{text-decoration:underline}.treatments-link-container:hover img{animation:arrowMoving .6s ease-in-out infinite}.landing-section .section-subtitle{color:var(--middleGray);font-size:.8rem}.landing-section.clients-section{align-items:center;background-color:white;margin-top:2.5rem;padding-bottom:2rem;padding-top:2rem}.landing-section.clients-section .section-title-container{text-align:center}@keyframes showPage{0%{opacity:0}to{opacity:1}}@keyframes arrowMoving{0%{transform:translateX(0) scale(1.2)}30%{transform:translateX(.5rem) scale(1.2)}to{transform:translateX(0) scale(1.2)}}.landing-section.clients-section .section-body-container{overflow:hidden;padding:2rem 0;position:relative;width:90%}.landing-section.clients-section .section-body-container:after,.landing-section.clients-section .section-body-container:before{background-color:white;bottom:0;content:"";filter:blur(1rem);height:100%;position:absolute;width:10%;z-index:1}.landing-section.clients-section .section-body-container:before{left:-8%}.landing-section.clients-section .section-body-container:after{right:-8%}.reviews-container{animation:horizontalLoop 40s linear infinite;display:flex;flex-direction:row;gap:.75rem;height:fit-content;width:calc(25rem * 12 + .75rem * 12)}@keyframes horizontalLoop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:600px){.landing-section.what-section .section-title-container{flex-direction:column}}