@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;flex-direction:column;margin:0;padding:0}h1,h2,h3,li,p,ul{margin:0}li,ul{padding:0}button{border:none}*{font-family:Roboto Condensed,sans-serif}.navbar{box-shadow:0 .01rem .5rem #000;justify-content:center;position:fixed;transition:.4s ease-out;-webkit-user-select:none;user-select:none;width:100%;z-index:2}.navbar,.navbar__title{background-color:#1f1f1f;display:flex}.navbar__title{align-items:center;color:#f2f2f2;cursor:pointer;font-size:1.1rem;font-weight:400;height:100%;margin:0;opacity:0;position:absolute;right:.75rem;transition:.3s;visibility:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:30}.navbar__title:hover{text-shadow:0 0 .1rem #fff;transition:0s}.navbar__title--on{opacity:1;transition:1s;visibility:visible}.navbar__dropdown-icon-wrapper{background-color:#1f1f1f;height:3rem;width:100%;z-index:1}.navbar__dropdown-icon{color:#d0d0d0;font-size:2rem!important;padding:.5rem}.navbar__dropdown-icon:hover{cursor:pointer}.navbar__links{background-color:#1f1f1f;display:flex;flex-direction:column;padding-top:2.5rem;position:absolute;top:.5rem;transition:.3s ease-out;width:100%}.navbar__links--off{top:-11.25rem;transition:0s}.navbar__link{align-items:center;border-top:.1rem solid gray;color:#f2f2f2;display:flex;font-size:1.2rem;height:100%;justify-content:center;padding:.3rem;text-decoration:none}.navbar__link:last-child{padding-bottom:.4rem}.navbar__link:hover{text-shadow:0 0 .1rem #fff}.navbar__link--active:hover{text-shadow:none}.navbar__link--active{background-color:#d0d0d0;color:#000}@media (min-width:992px){.navbar{height:4rem}.navbar__title{font-size:1rem;right:1rem}.navbar__dropdown-icon-wrapper{display:none}.navbar__links{flex-direction:row;padding-top:0;position:relative;top:0;transition:0s;width:auto}.navbar__links--off{top:0}.navbar__link{border-bottom:none;border-top:none;font-size:1.25rem;padding:0 1rem}.navbar__link:last-child{padding-bottom:0}}@media (min-width:1200px){.navbar--tall{height:2.5rem}}.home{background-color:linear-gradient(180deg,#d8d8d8,#e9e9e9);box-shadow:inset .25rem .25rem 10rem rgba(0,0,0,.5);display:flex;flex-direction:column}.home__scroll-icon{-webkit-text-stroke:.04rem #fff!important;-webkit-animation:blinker 1.75s linear infinite;animation:blinker 1.75s linear infinite;-webkit-animation-delay:5s;animation-delay:5s;background-image:linear-gradient(180deg,transparent,#000);border-radius:0 0 7rem 7rem;bottom:2.5rem;box-shadow:0 .2rem .1rem #000;color:#f2f2f2;cursor:pointer;font-size:calc(1.5vw + 2.5rem)!important;left:0;margin:auto;opacity:0;padding:.75rem .2rem .25rem;position:fixed;right:0;transition:1s!important;visibility:hidden;z-index:1}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}.home__scroll-icon--show{opacity:1;transition:2s!important;visibility:visible}.home__footer{align-items:center;background-color:#d8d8d8;bottom:0;display:flex;height:2rem;justify-content:center;position:fixed;transition:1s;width:100%;z-index:1}.home__footer--scrolled{background-color:#1f1f1f;color:#f2f2f2}.home__copyright-text{font-size:.8rem}@media (min-width:768px){.home__scroll-icon{background-image:linear-gradient(180deg,transparent,#000);border-radius:0 0 5rem 5rem;left:50%}.home__footer{height:1.75rem}.home__copyright-text{font-size:.9rem}}@media (min-width:1440px){.home__copyright-text{font-size:1rem}}.home-hero{display:flex;flex-direction:column;height:100vh;z-index:1}.home-hero__video{-webkit-animation:video 1.5s ease-in;animation:video 1.5s ease-in;box-shadow:.25rem .25rem 7.5rem #000;display:none;height:100%;object-fit:fill;opacity:90%;overflow:hidden;position:absolute;width:100%;z-index:-1}.home-hero__container{gap:2rem;justify-content:space-between;margin-top:5rem}.home-hero__container,.home-hero__header-container{align-items:center;display:flex;flex-direction:column}.home-hero__header-container{background-image:linear-gradient(90deg,transparent,#d8d8d8 50%,transparent);box-shadow:.1rem .1rem .5rem #000;gap:.5rem;justify-content:center;padding:2rem 0;width:100%;z-index:1}.home-hero__header-container h1{color:rgba(0,0,0,.75);font-size:calc(1.75vw + 1.75rem);font-weight:600;margin:0}.home-hero__header-container h2{display:none;font-size:calc(.3vw + 1rem);font-weight:400;margin:0}.home-hero__buttons-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:90%}.home-hero__button-container{border-radius:.5rem;box-shadow:.2rem .2rem .4rem #000;cursor:pointer;height:9rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.home-hero__button-text{display:none}.home-hero__image-container{height:9rem;overflow:hidden;position:relative}.home-hero__button-image-title{-webkit-text-stroke:.04rem #fff;background-image:linear-gradient(90deg,transparent,#d8d8d8 50%,transparent);box-shadow:0 0 .25rem #000;color:#000;font-size:calc(1vw + 1rem);font-weight:600;left:50%;letter-spacing:.05rem;margin:0;padding:.2rem;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:150%;z-index:1}.home-hero__button-image{bottom:0;-webkit-filter:grayscale(30%);filter:grayscale(30%);margin:auto;min-height:100%;position:absolute;top:0;width:100%}@media (min-width:768px){.home-hero__container{gap:0;margin-top:7rem}.home-hero__buttons-container{gap:2rem;margin-top:5rem;max-width:90%}}@media (min-width:992px){.home-hero{justify-content:flex-end}.home-hero__video{display:block;top:0}.home-hero__container{height:85%;margin-top:0}.home-hero__header-container{-webkit-animation:header-container 1.5s ease-out;animation:header-container 1.5s ease-out;height:12.5%;margin-top:0}.home-hero__header-container h1{color:rgba(0,0,0,.75);margin:0}.home-hero__header-container h2{display:block;position:static}.home-hero__buttons-container{display:flex;height:80%;margin:0;position:relative;width:77.5%}.home-hero__button-container{align-items:center;align-self:flex-end;-webkit-animation:first-button-container 1.5s ease-out forwards;animation:first-button-container 1.5s ease-out forwards;background-image:linear-gradient(90deg,#d8d8d8 25%,transparent);border-radius:3rem 0 0 3rem;box-shadow:-.55rem .55rem .25rem -.5rem #000;display:flex;height:27.5%;overflow:hidden;padding:8px;text-decoration:none;width:calc(50% + 104.5px)}.home-hero__button-container:last-child{align-self:flex-start;-webkit-animation:last-button-container 1.5s ease-out forwards;animation:last-button-container 1.5s ease-out forwards;background-image:linear-gradient(270deg,#d8d8d8 25%,transparent);border-radius:0 3rem 3rem 0;box-shadow:.55rem .6rem .25rem -.5rem #000;display:flex;justify-content:flex-end}.home-hero__button-container:last-child .home-hero__image-container{border-radius:0 3rem 3rem 0}.home-hero__button-container:last-child .home-hero__button-text{margin-right:2rem}.home-hero__button-container:hover img{-webkit-filter:grayscale(2.5%);filter:grayscale(2.5%);-webkit-transform:scale(1.05);transform:scale(1.05);transition:.3s}.home-hero__image-container{border-radius:3rem 0 0 3rem;height:100%;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.home-hero__image-container img{transition:.15s}.home-hero__image-container h1{-webkit-text-stroke:.1rem #fff}.home-hero__button-image-title{-webkit-text-stroke:.08rem #fff}.home-hero__button-image{height:112.5px;position:static;width:225px}.home-hero__button-text{color:#000;display:block;font-size:clamp(.9rem,1.2vw,1.25rem);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:2rem;width:50%}}@media (min-width:1200px){.home-hero__header-container{gap:.5rem}}@media (min-width:1440px){@-webkit-keyframes video{0%{opacity:0}to{opacity:1}}@keyframes video{0%{opacity:0}to{opacity:1}}.home-hero__header-container{gap:1rem;padding:2.5rem 0}.home-hero__button-container{width:calc(50% + 129.5px)}.home-hero__button-image{height:137.5px;position:static;width:275px}@-webkit-keyframes header-container{0%{opacity:20%;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}to{opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes header-container{0%{opacity:20%;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}to{opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}}.home-hero__button-container{opacity:10%}@-webkit-keyframes first-button-container{0%{opacity:10%;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}to{opacity:100%;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes first-button-container{0%{opacity:10%;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}to{opacity:100%;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes last-button-container{0%{opacity:10%;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}to{opacity:100%;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes last-button-container{0%{opacity:10%;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}to{opacity:100%;-webkit-transform:translateX(0);transform:translateX(0)}}}.home-info{height:100vh}.home-info,.home-info__container{align-items:center;display:flex;flex-direction:column;justify-content:center}.home-info__container{height:100%;width:100%}.home-info__header{align-items:center;background-image:linear-gradient(90deg,transparent,#000 50%,transparent);display:flex;height:.35rem;justify-content:center;-webkit-user-select:none;user-select:none;width:95%}.home-info__header h1{background-color:#e8e8e8;border-radius:.5rem;box-shadow:.075rem .075rem .25rem #000;color:#000;font-size:calc(1vw + 1rem);font-weight:400;margin:0;padding:.25rem 1rem}.home-info__content{height:70%}.home-info__content,.home-info__documents{align-items:center;display:flex;justify-content:center;width:100%}.home-info__documents{flex-direction:column;gap:1.5rem;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.home-info input{display:none}.home-info__document-cards{height:75%;position:relative;width:90%}#card1:checked~.home-info__document-cards #document3,#card2:checked~.home-info__document-cards #document1,#card3:checked~.home-info__document-cards #document2{display:block;opacity:.4;-webkit-transform:translatex(-40%) scale(.8);transform:translatex(-40%) scale(.8);z-index:0}#card1:checked~.home-info__document-cards #document2,#card2:checked~.home-info__document-cards #document3,#card3:checked~.home-info__document-cards #document1{display:block;opacity:.4;-webkit-transform:translatex(40%) scale(.8);transform:translatex(40%) scale(.8);z-index:0}#card1:checked~.home-info__document-cards #document1,#card2:checked~.home-info__document-cards #document2,#card3:checked~.home-info__document-cards #document3{opacity:1;-webkit-transform:translatex(0) scale(1);transform:translatex(0) scale(1);-webkit-transform:scaleX(1.25);transform:scaleX(1.25);z-index:1}#card1:checked~.home-info__document-cards #document1__document-image,#card2:checked~.home-info__document-cards #document2__document-image,#card3:checked~.home-info__document-cards #document3__document-image{box-shadow:0 0 5px 0 rgba(81,81,81,.47)}.home-info__document-card{border-radius:.75rem;box-shadow:.2rem .2rem 1rem #000;cursor:pointer;height:100%;left:0;margin:auto;position:absolute;right:0;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;width:60%}.home-info__document-image{border-radius:10px;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.home-info__document-info-container{background-color:#fff;border-radius:.75rem;bottom:-3rem;box-shadow:.1rem .1rem .5rem #000;display:flex;flex-direction:column;height:8rem;justify-content:space-between;padding:1rem;position:absolute;width:80%;z-index:2}.home-info__document-info{align-items:center;display:flex;height:100%;overflow:hidden;position:relative}.home-info__document-info-slider{align-items:center;display:flex;flex-direction:column;gap:1rem;position:absolute;top:0;transition:-webkit-transform .4s ease-in;transition:transform .4s ease-in;transition:transform .4s ease-in,-webkit-transform .4s ease-in;width:100%}#card1:checked~.home-info__document-info-container #documentInfoSlider{-webkit-transform:translateY(0);transform:translateY(0)}#card2:checked~.home-info__document-info-container #documentInfoSlider{-webkit-transform:translateY(-7rem);transform:translateY(-7rem)}#card3:checked~.home-info__document-info-container #documentInfoSlider{-webkit-transform:translateY(-14rem);transform:translateY(-14rem)}.home-info__document-data{box-sizing:border-box;display:block;height:6rem;overflow:hidden;width:100%}.home-info__document-title{font-size:calc(.4vw + .75rem);font-weight:600}.home-info__document-story{color:#000;display:flex;font-size:calc(.3vw + .75rem);justify-content:space-between;width:100%}.home-info__document-cta{color:#000;cursor:pointer;font-size:calc(.4vw + .75rem);font-weight:600;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home-info__document-cta:hover{text-shadow:0 0 .1rem #f2f2f2}@media (min-width:768px){.home-info{height:100vh}.home-info__container{gap:2.5rem;height:70%}.home-info__header{width:70%}.home-info__content{margin-top:0;overflow:visible}.home-info__arrow{display:none!important}.home-info__content{height:100%}.home-info__documents{height:100%;width:100%}.home-info__document-card{width:70%}.home-info__document-cards{height:100%}#card1:checked~.home-info__document-cards #document3,#card2:checked~.home-info__document-cards #document1,#card3:checked~.home-info__document-cards #document2{-webkit-transform:translatex(-30%) scale(.8);transform:translatex(-30%) scale(.8)}#card1:checked~.home-info__document-cards #document2,#card2:checked~.home-info__document-cards #document3,#card3:checked~.home-info__document-cards #document1{-webkit-transform:translatex(30%) scale(.8);transform:translatex(30%) scale(.8)}#card1:checked~.home-info__document-cards #document1,#card2:checked~.home-info__document-cards #document2,#card3:checked~.home-info__document-cards #document3{-webkit-transform:scaleX(1);transform:scaleX(1)}.home-info__document-info-container{bottom:-3rem;height:8rem;width:75%}}@media (min-width:992px){.home-info__container{margin-top:3rem}.home-info__document-info-container{bottom:-1rem;height:6rem;width:65%}}@media (min-width:1200px){.home-info__container{gap:3.5rem;height:75%;margin-top:2rem}.home-info__document-info-container{bottom:0;height:10rem;max-width:48rem;position:relative;width:50%}.home-info__document-card{max-width:50rem;width:50%}}.news{min-height:100vh}.news__loader-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.news__header{align-items:center;background-image:linear-gradient(90deg,transparent,#000 50%,transparent);display:flex;height:.35rem;justify-content:center;margin-inline:auto;margin-bottom:4rem;margin-top:6rem;-webkit-user-select:none;user-select:none;width:95%}.news__header h1{background-color:#e8e8e8;border-radius:.5rem;box-shadow:.075rem .075rem .25rem #000;color:#000;font-size:calc(.7vw + 1.5rem);font-weight:400;margin:0;padding:.25rem 1rem}.news__articles-container{grid-gap:1.5rem;display:grid;grid-template-columns:auto;margin-inline:auto;margin-bottom:2rem;width:min(90%,80rem)}.news__article{background-color:#fff;box-shadow:.1rem .1rem .5rem #000;color:#000;display:flex;flex-direction:column;gap:1rem;height:20rem;list-style-type:none;overflow:hidden;padding:1rem 0;text-decoration:none}.news__article:hover{cursor:pointer}.news__article:hover .news__article-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.news__article-title{font-size:calc(.2vw + 1rem);font-weight:600;height:20%;overflow:hidden;padding:0 1rem}.news__article-image-wrapper{display:block;height:40%;margin-inline:auto;overflow:hidden;position:relative;width:100%}.news__article-image{bottom:0;height:100%;margin:auto;min-width:100%;position:absolute;top:0;transition:.5s ease-out;width:auto}.news__article-description{font-size:calc(.2vw + 1rem);overflow:hidden;padding:0 1.25rem}.news__article-description:after{content:"..."}@media (min-width:576px){.news__header{margin-bottom:4rem;margin-top:7rem}.news__articles-container{grid-template-columns:auto auto;margin-inline:auto;padding:0 1.5rem 2rem}}@media (min-width:992px){.news__header{margin-top:8rem}.news__articles-container{grid-template-columns:auto auto auto}}@media (min-width:1200px){.news__header{margin-top:9rem}.news__articles-container{grid-template-columns:auto auto auto auto}}@media (min-width:1440px){.news__header{margin-bottom:5rem;margin-top:10rem}.news__article{height:25rem}}.maps{align-items:center;display:flex;height:calc(100vh - 4rem);justify-content:center;margin-top:4rem;width:100%}.maps__container{display:flex;flex-direction:column;height:95%;width:min(90%,90rem)}.maps__theatre-buttons{align-items:center;display:flex;gap:1rem;height:10%;justify-content:center}.maps__theatre-button{background-color:#e9e9e9;border-radius:.2rem;box-shadow:.075rem .075rem .2rem #000;font-size:1.3rem;height:2.5rem;width:8rem}.maps__theatre-button:hover{cursor:pointer}.maps__map-document-container{background-color:#d4d4d4;border-radius:.35rem;box-shadow:.05rem .05rem .4rem #000;display:flex;flex-direction:row;height:80%;overflow:hidden}.maps__map{height:100%;position:relative;width:75%}.maps__loader-icon-container{-webkit-animation:loaderIcon 1s ease-out .5s forwards;animation:loaderIcon 1s ease-out .5s forwards;opacity:0}@-webkit-keyframes loaderIcon{0%{opacity:0}to{opacity:100%}}@keyframes loaderIcon{0%{opacity:0}to{opacity:100%}}.maps__loader-icon-background{background:#000;height:100%;opacity:30%;position:absolute;width:100%}.maps__loader-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.maps__document{box-shadow:0 0 .15rem #000;height:100%;width:25%;z-index:1}.maps__year-month-container{align-items:center;display:flex;flex-direction:row;gap:1rem;height:10%;justify-content:center}.maps__year-buttons{display:flex;gap:.5rem}.maps__year-button{border-radius:.2rem;box-shadow:.075rem .075rem .2rem #000;font-size:1.1rem;height:2.5rem;width:6rem}.maps__year-button:hover{cursor:pointer}.maps__button--selected{border:2px solid #000}.maps__button--disabled{background-color:#b3b3b3;color:#5f5f5f}.maps__button--disabled:hover{cursor:default}.maps__month-slider{border-radius:.5rem;box-shadow:.075rem .075rem .2rem #000;display:flex;font-size:1.1rem;height:2.5rem;justify-content:center;position:relative;width:100%}.maps__month-slider input[type=range]{-webkit-appearance:none;background:transparent;margin:0;width:100%}.maps__month-slider input[type=range]:focus{outline:none}.maps__month-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:2px solid #000;cursor:pointer;height:100%;margin:0;width:8.33%}.maps__month-slider input[type=range]::-webkit-slider-runnable-track{border-radius:1.3px;cursor:pointer;height:100%;width:100%}.maps__month-slider--1939{justify-content:flex-end}.maps__month-slider--1939 input[type=range]{width:33.33%}.maps__month-slider--1939 input[type=range]::-webkit-slider-thumb{width:25%}.maps__slider-text{position:absolute;z-index:-1}.maps__month,.maps__slider-text{display:flex;height:100%;width:100%}.maps__month{align-items:center;justify-content:center}.maps__month:not(:first-child){box-shadow:-.02rem 0 .05rem #000}.maps__month--disabled{background-color:#b3b3b3;color:#5f5f5f}.maps-info{box-sizing:border-box;flex-direction:column;height:100%;padding:1rem 2rem}.maps-info,.maps-info__title{align-items:center;display:flex;width:100%}.maps-info__title{background-image:linear-gradient(90deg,transparent,#fff 50%,transparent);height:15%;justify-content:center;margin-bottom:1rem;text-align:center}.maps-info__image-wrapper{box-shadow:.05rem .05rem .25rem #000;height:40%;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.maps-info__image-wrapper img{bottom:0;min-height:100%;position:absolute;top:0;width:100%}.maps-info__description{height:40%;margin-bottom:1rem;overflow:hidden}.maps-info__description p{height:100%}.maps-info__description p:after{content:"..."}.maps-info__button{align-items:center;background-color:#fff;border-radius:.2rem;box-shadow:.075rem .075rem .2rem #000;color:#000;display:flex;font-size:1.15rem;height:2.75rem;justify-content:center;text-decoration:none;width:6.5rem}.documents{height:calc(100vh - 4rem);margin-top:4rem}.documents__container{display:flex;height:100%;width:100%}.documents__menu{background-color:silver;box-shadow:0 0 .2rem #000;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;user-select:none;width:max(15rem,15%);z-index:1}.documents__menu-container{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:calc(100% - 1rem);list-style:none;margin-top:1rem;width:100%}.documents__theatre{background-image:linear-gradient(90deg,transparent,#d8d8d8 50%,transparent);box-shadow:.1rem .1rem .2rem #000;font-size:1.3rem;font-weight:600;padding-left:.6rem;width:100%}.documents__theatre:hover{color:#353535;cursor:pointer}.documents__theatre--selected{background-color:#7a7a7a;background-image:none}.documents__menu-document{font-size:1.2rem;font-weight:400;list-style:none;padding-left:.6rem}.documents__menu-document:hover{color:#353535;cursor:pointer}.documents__menu-document:nth-child(2){margin-top:.75rem}.documents__menu-document:last-child{margin-bottom:.25rem}.documents__menu-document--selected{background-color:#7a7a7a}.documents__document-container{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:85%}.documents__view-background{background:rgba(0,0,0,.6);height:100%;position:absolute;width:100%}.documents__document{border:none;height:100%;margin:none;width:100%}.documents__loader-icon-container{-webkit-animation:loaderIconContainer 1s ease-out 1.5s forwards;animation:loaderIconContainer 1s ease-out 1.5s forwards;opacity:0}@-webkit-keyframes loaderIconContainer{0%{opacity:0}to{opacity:100%}}@keyframes loaderIconContainer{0%{opacity:0}to{opacity:100%}}.documents__loader-icon-background{background:#000;height:100%;opacity:30%;position:absolute;width:100%}.documents__loader-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.documents__buttons{align-items:center;-webkit-animation:buttons .8s ease-in forwards;animation:buttons .8s ease-in forwards;background-color:hsla(0,0%,91%,.8);border-radius:.5rem;bottom:1.5rem;box-shadow:.05rem .05rem .2rem #000;box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:center;left:50%;opacity:0;padding:.45rem 1.8rem;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}@-webkit-keyframes buttons{0%{opacity:0}to{opacity:100%}}@keyframes buttons{0%{opacity:0}to{opacity:100%}}.documents__button{align-items:center;-webkit-animation:button .7s forwards;animation:button .7s forwards;background-image:linear-gradient(0deg,#1f1f1f,#252525);border-radius:50%;box-shadow:.1rem .1rem .15rem #000;display:flex;justify-content:center;opacity:0;padding:.5rem;text-decoration:none;-webkit-transform:translateY(.4rem);transform:translateY(.4rem)}.documents__button svg{color:#e9e9e9;font-size:2.25rem}.documents__button:hover{box-shadow:.2rem .3rem .35rem #3a3a3a!important;cursor:pointer;-webkit-transform:translateY(-.2rem)!important;transform:translateY(-.2rem)!important}@-webkit-keyframes button{0%{box-shadow:0 0 .2rem #242424;opacity:0;-webkit-transform:translateY(.4rem);transform:translateY(.4rem)}50%{box-shadow:.5rem .8rem .35rem #3a3a3a;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}to{box-shadow:.1rem .1rem .15rem #202020;opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes button{0%{box-shadow:0 0 .2rem #242424;opacity:0;-webkit-transform:translateY(.4rem);transform:translateY(.4rem)}50%{box-shadow:.5rem .8rem .35rem #3a3a3a;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}to{box-shadow:.1rem .1rem .15rem #202020;opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}}.animation-delay-100{-webkit-animation-delay:.1s;animation-delay:.1s}.animation-delay-200{-webkit-animation-delay:.2s;animation-delay:.2s}.animation-delay-300{-webkit-animation-delay:.3s;animation-delay:.3s}.animation-delay-400{-webkit-animation-delay:.4s;animation-delay:.4s}.document-videos{background-color:#d8d8d8;border-radius:.5rem;box-shadow:.05rem .05rem .4rem #000;box-sizing:border-box;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:50%;margin-bottom:6rem;max-height:80%;padding:.75rem;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:75%}.document-videos__loader-icon-container{z-index:100}.document-videos__loader-icon-background{background:#000;box-sizing:border-box;height:calc(100% - 1.5rem);left:0;margin:.75rem;opacity:65%;position:absolute;top:0;width:calc(100% - 1.5rem)}.document-videos__loader-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.document-videos__wrapper{overflow:auto;width:100%;z-index:2}.document-videos__container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;z-index:1;z-index:2}.document-videos__video-wrapper{background-color:#000;width:100%}.document-videos__video{aspect-ratio:16/9;border:none;display:block;height:30rem;margin:auto;padding:.5rem;z-index:1}.document-images{background-color:#d8d8d8;border-radius:.5rem;box-shadow:.05rem .05rem .4rem #000;box-sizing:border-box;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:50%;margin-bottom:6rem;max-height:80%;padding:.75rem;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:75%}.document-images__loader-icon-container{z-index:100}.document-images__loader-icon-background{background:#000;height:100%;left:0;opacity:85%;position:absolute;top:0;width:100%}.document-images__loader-icon{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.document-images__wrapper{overflow:auto;width:100%}.document-images__container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;z-index:1;z-index:2}.document-images__image-wrapper{background-color:#000;width:100%}.document-images__image{display:block;height:31rem;margin:auto;width:auto;z-index:1}html{background-color:linear-gradient(180deg,#d8d8d8,#e9e9e9);box-shadow:inset .25rem .25rem 10rem rgba(0,0,0,.5)}
/*# sourceMappingURL=main.e90c3ff1.css.map*/