@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;900&display=swap);.post-title,h1{font-size:60px;line-height:1.2}.sub-footer>h2,h3{font-size:46px;line-height:1.2}.section-title,h2{font-size:120px;line-height:1.2}h4{font-size:24px}p{line-height:1.8}.navigation a,.navigation p,a,button,input,p,textarea{font-size:18px}@media screen and (max-width:976px){.post-title,h1{font-size:30px;line-height:1.75}.sub-footer>h2,h3{font-size:20px;line-height:1.5}.section-title,h2{font-size:46px;line-height:1.5!important}p{font-size:14px;line-height:1.75}a,input,textarea{font-size:16px}[class*=btn-]{font-size:14px}.navigation a,.navigation p{font-size:26px}li>a{font-size:14px}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait){.post-title,h1{font-size:56px;line-height:1.2}.section-title,h2{font-size:96px;line-height:1.2!important}.sub-footer>h2,h3{font-size:32px}h4{font-size:24px}p{line-height:1.86}a,button,input,p,textarea{font-size:18px}.navigation a,.navigation p{font-size:22px}}@media screen and (min-width:976px)and (max-width:1367px){.post-title,h1{font-size:56px}.section-title,h2{font-size:96px}.sub-footer>h2,h3{font-size:32px}h4{font-size:24px}p{line-height:1.86}a,button,input,p,textarea{font-size:18px}.navigation a,.navigation p{font-size:22px}}*{box-sizing:border-box}body{padding:0}body,h1{margin:0}h1{color:#d0d0d0}section{padding:3rem 2rem 0}a{text-decoration:none;color:#d0d0d0;cursor:pointer}@media screen and (min-width:768px)and (max-width:1366px){.sub-footer,footer,header,section{padding-left:2rem!important;padding-right:2rem!important}}@keyframes rotateIcon{0%{transform:rotate(180deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes heartBeat{0%{transform:scale(.75)}20%{transform:scale(1)}40%{transform:scale(.75)}60%{transform:scale(1)}80%{transform:scale(.75)}to{transform:scale(.75)}}.compression-icon,.logo-anim{animation-name:rotateIcon;animation-delay:.3;animation-timing-function:cubic-bezier(.58,0,.42,1);animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite}.heart-beat-anim{animation-name:heartBeat;animation-delay:.3;animation-timing-function:cubic-bezier(.58,0,.42,1);animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite}header{display:flex;align-items:center;padding:1rem 2rem;position:fixed;left:0;width:100vw;top:0;z-index:10;background-color:transparent;transition:background-color .5s ease}header.with-background{background-color:rgba(36,36,36,.85)}header.with-background .logo{width:3rem;height:3rem}header .logo{transition:all .5s ease;width:6rem;height:6rem;margin:0;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}header nav ul{list-style:none;display:flex}header nav ul li{margin:0 .5rem;cursor:pointer}header nav ul li:hover,header nav ul li:hover a{color:#fff}header nav ul li>a{transition:all .3s ease;position:relative}header nav ul li>a:after{content:"";width:0;height:3px;background-color:#fff;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);transition:all .3s ease}header nav ul li>a.selected{color:#fff}header nav ul li>a.selected:after{width:100%}header nav ul li p{margin:0;line-height:1.6}header .socials{position:relative;margin-left:auto;cursor:pointer}header .socials>.flex-box{font-size:16px}header .socials .socials-placeholder{position:absolute;width:100%;height:100%;z-index:2;left:0;top:0}header .socials .popup{display:flex;position:absolute;right:0;background-color:#242424;padding:16px 16px 24px 32px;min-width:300px;transition:all .5s ease;transform:scale(0) translateY(-150px);opacity:0}header .socials .popup.open{transform:scale(1) translateY(0);opacity:1;box-shadow:0 6px 14px 1px rgba(7,7,7,.4784313725)}header .socials .popup>.flex-box:first-of-type{margin-right:3rem}header .socials .popup>.flex-box:first-of-type>p{font-size:18px}header .socials .popup>.flex-box>p{margin-bottom:0;margin-top:10px}header .social-links{display:flex;align-items:center}header .social-links>div.social-icon{position:relative}header .social-links>div.social-icon:after{content:attr(data-text);font-size:12px;color:#d0d0d0;background-color:#1a1a1a;padding:5px 15px;position:absolute;width:120px;text-align:center;left:-50%;opacity:0;transform:translate(-50%,90%);transition:all .5s ease;z-index:0}header .social-links>div.social-icon:hover:after{opacity:1;transform:translate(-60%,90%)}header .social-links>div.social-icon:first-of-type svg{margin-left:0}header .social-links>div>img,header .social-links>div>svg{margin-right:.5rem;cursor:pointer;height:2rem;width:2rem;transition:all .5s!important;position:relative;z-index:1}header .social-links>div>img:hover,header .social-links>div>svg:hover{fill:#fff;transform:scale(1.2)!important}header .social-links>div>img:hover{filter:brightness(2)}header .social-links>div .google-icon{padding:3px}@keyframes fromLeft{0%{transform:translateX(-100vw)}to{transform:translateX(0)}}@media screen and (max-width:978px){header.mobile{padding:15px}header.mobile ul{display:flex;flex-direction:column;height:100vh;width:100vw;padding:0;position:fixed;left:0;bottom:-100vh;background-color:#242424;margin:0;align-items:flex-start;justify-content:center;transition:all .5s ease}header.mobile ul li{margin-bottom:1.5rem}header.mobile ul li>a,header.mobile ul li p{line-height:1}header.mobile ul li:not(.socials){padding-left:1rem}header.mobile.open ul{bottom:0}header.mobile .socials{width:100%}header.mobile .socials .popup{position:fixed;transform:translateY(-100%) translateX(50%);right:50%}header.mobile .socials .popup.open{transform:translateY(5%) translateX(50%)}header.mobile .socials>div:not(.popup){justify-content:center}header.mobile .logo{width:52px;height:52px;z-index:2}header.mobile .btn-secondary{padding:8px 15px;margin-left:auto;z-index:2;border:1px solid #fff;color:#fff!important}header.mobile .btn-secondary:hover{background-color:transparent;color:#d0d0d0!important}}@media screen and (min-width:978px)and (max-width:978px){nav.navigation>ul{margin:0}nav.navigation>ul>li:not(:first-child):not(.socials){margin-top:2rem}nav.navigation>ul>li>a,nav.navigation>ul>li>p{font-size:35px}nav.navigation>ul>li.socials img,nav.navigation>ul>li.socials svg{width:50px;height:50px}}@media screen and (min-width:978px)and (max-width:1366px){header svg.logo{width:70px;height:70px}header nav.navigation>ul{margin:0}header nav.navigation>ul>li>a,header nav.navigation>ul>li>p{font-size:16px}header nav.navigation>ul>li.socials img,header nav.navigation>ul>li.socials svg{width:50px;height:50px}}.section-header{display:flex;align-items:center}.section-header .btn-primary{margin-left:auto}.section-header .btn-grouping{margin-left:auto;margin-top:0}.section-header .btn-grouping>button:first-child{margin-left:auto}.section-sub-header{display:flex;align-items:center;justify-content:space-between;overflow-x:auto;padding-bottom:2rem}.section-container{display:flex}.section-body .post-title{border:0;border-bottom:1px solid #d0d0d0;margin:3rem 0;width:100%}.section-body input.post-title,.section-body textarea{transition:all .3s ease}.section-body input.post-title:hover,.section-body textarea:hover{background-color:hsla(0,0%,100%,.15)}.section-body .flex-box{justify-content:space-between;margin-bottom:2rem}.section-body .image-box,.section-body .post-description{min-width:400px;min-height:400px;max-width:800px;max-height:800px;width:calc(50% - 2rem);height:calc(50% - 2rem);display:block;border:1px solid #d0d0d0;background-color:transparent;resize:none}.section-body .input-box{padding:.5rem 1rem;border:1px solid #d0d0d0;height:64px}.section-body label p{margin-bottom:.5rem}.section-body .image-box{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.section-body .image-box .fileUploader{width:auto}.section-body .image-box .fileContainer{background-color:transparent;box-shadow:none;position:inherit;border-radius:0;padding:0;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0}.section-body .image-box .fileContainer .errorsContainer,.section-body .image-box .fileContainer p{display:none}.section-body .image-box .fileContainer .chooseFileButton{margin:0;background-color:transparent;position:absolute;width:100%;height:100%;bottom:0;border-radius:0;z-index:2}.section-body .image-box .fileContainer .chooseFileButton:hover{background-color:hsla(0,0%,100%,.1)}.section-body .image-box .uploader-info{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1}.section-body .image-box .uploader-info h3{margin:1rem 0;font-size:26px}.section-body .image-box .uploader-info p{margin:0;opacity:.25}.section-body .image-box .uploader-info svg{width:4rem;height:4rem}.section-body .image-box .image-preview{width:100%;height:100%;position:absolute;z-index:0;opacity:.35;object-fit:contain}.section-body .image-box .image-stats{display:flex;position:absolute;bottom:1rem;background-color:rgba(36,36,36,.85);padding:5px 10px}.section-body .image-box .image-stats p{margin:0}.section-body .image-box .image-stats p:not(:first-child){margin-left:.5rem}.section-body{opacity:1;transition:all .5s ease;min-width:100%}.section-body:not(:first-child){margin-left:2rem}section{padding-top:calc(128px + 2rem)}@media screen and (max-width:978px){.section-body .homepage-box>.flex-box{flex-direction:column}.section-body .homepage-box>.flex-box .image-box{margin-left:0!important;margin-top:2rem;min-width:100%;max-width:100%;aspect-ratio:1/1;min-height:0}}@media screen and (max-width:1130px){section{padding:calc(80px + 2rem) 15px 0}section .uploader-info h3{text-align:center}}@media screen and (min-width:768px)and (max-width:1025px)and (orientation:portrait){section{padding:calc(80px + 4rem) 15px 0}}.tags{display:flex;align-items:center;padding:0;list-style:none;width:100%;flex-wrap:wrap}.tags li{padding:.25rem .5rem;border-radius:15px;color:#fff;background-color:hsla(0,0%,100%,.25);cursor:pointer;margin-right:.5rem;margin-top:.5rem;transition:background-color .5s ease}.tags li:hover{background-color:hsla(0,0%,100%,.15)}.tags li.active{background-color:#d0d0d0;color:#242424}.posts-box{display:flex;flex-wrap:wrap;padding-bottom:3rem}.posts-box .post-block{cursor:pointer;min-width:320px;width:calc(33.33333% - 1.5rem);background-color:#2f2f2f;margin-top:1.5rem;box-shadow:0 2px 20px -10px #000}.posts-box .post-block:not(:nth-child(3n+1)){margin-left:1.5rem}.posts-box .post-block img{display:block;object-fit:cover;min-height:280px;height:calc(33.33333vw - 15rem - 13px);width:100%}.posts-box .post-block .post-desc{padding:32px}.posts-box .post-block .post-desc h3{color:#fff;font-size:32px}.posts-box .post-block .post-desc p{min-height:80px}.posts-box .post-block .post-desc .link-to-post{display:flex;align-items:center;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transition:all .5s ease}.posts-box .post-block .post-desc .link-to-post svg{margin-left:.5rem}.posts-box .post-block .post-desc .link-to-post:hover{opacity:.5}.posts-box .post-block .post-desc .post-tags{list-style:none;display:flex;width:100%;flex-wrap:wrap;align-items:center;border-top:1px solid #d0d0d0;padding:.5rem 0}.posts-box .post-block .post-desc .post-tags li{padding:.25rem .5rem;margin-top:.5rem;margin-right:.5rem;border-radius:15px;color:#fff;background-color:hsla(0,0%,100%,.25)}#news{min-height:100vh}#news .post-desc .post-date{margin-top:.5rem;display:block}#news h3{margin:1rem 0}#post{min-height:100vh;max-width:1200px;margin:auto}#post .post-title{border-bottom:0}#post .post-description{margin:0;border:0}#post .post-description a{border-bottom:3px solid #d0d0d0}#post .post-description a:hover{opacity:.5}#post .flex-box{margin-top:2rem}#post .image-box{border:0;overflow:hidden}#post .image-box img{opacity:1;height:100%}#post .post-date{color:hsla(0,0%,100%,.25);position:relative;bottom:-3rem}#post .post-tags{list-style:none;display:flex;width:100%;flex-wrap:wrap;align-items:center;border-top:1px solid #d0d0d0;padding:.5rem 0}#post .post-tags li{padding:.25rem .5rem;border-radius:15px;color:#fff;background-color:hsla(0,0%,100%,.25)}#post .post-tags li:not(:first-child){margin-left:.5rem}#post .section-body.editable input.post-title{border-bottom:1px solid #d0d0d0}#post .section-body.editable textarea{border:1px solid #d0d0d0}#post .section-body.editable .image-box{padding:0}#post .section-body.editable .image-box .uploader-info{position:absolute}#post .section-body.editable .image-box .image-preview{opacity:.25}@media screen and (max-width:978px){.image-stats{display:none!important}#news .section-header,#post .section-header{flex-direction:column!important;margin-bottom:1rem;align-items:center}#news .section-header>a,#post .section-header>a{margin:0 auto}#news .section-header .btn-grouping,#post .section-header .btn-grouping{margin-top:1rem}#news .section-header .btn-grouping>button:first-child,#post .section-header .btn-grouping>button:first-child{margin-left:0}#news .section-header>svg,#post .section-header>svg{margin-right:auto}#news .posts-box .post-block .post-desc p,#post .posts-box .post-block .post-desc p{min-height:0}#news,#post{padding:6rem 15px 15px}.posts-box{margin:0 -15px}.posts-box .post-block{min-width:100%;width:100%;margin-left:0!important}#new-post .section-header .btn-grouping{margin-top:1rem}#new-post .section-header .btn-grouping>button:first-child{margin-left:0}#new-post .section-header>svg{margin-right:auto}#new-post .section-body .image-box{margin-top:1rem;min-width:100%!important;left:0}#new-post .section-header,#post .section-header{flex-direction:column!important;margin-bottom:1rem;align-items:center}#new-post .btn-grouping,#post .btn-grouping{margin:0 0 0 auto;min-width:0}#new-post .post-date,#post .post-date{bottom:0}#new-post .post-title,#post .post-title{margin:0}#new-post .btn-primary,#post .btn-primary{margin-top:0}#new-post .flex-box,#post .flex-box{flex-direction:column!important}#new-post .image-box,#post .image-box{left:-15px;min-width:100vw!important}#new-post .chooseFileButton,#new-post .image-box,#new-post .post-description,#new-post textarea,#post .chooseFileButton,#post .image-box,#post .post-description,#post textarea{width:100%;min-width:100%;max-width:100%}#new-post .share-box,#post .share-box{margin-top:1rem}#new-post .post-description,#new-post .post-description>a,#post .post-description,#post .post-description>a{margin-top:2rem;line-height:1.86;font-size:18px;border-width:1px!important;min-height:0;height:auto;max-height:auto}#new-post textarea,#post textarea{min-height:200px;height:200px;max-height:200px}#new-post button,#post button{transform:none!important;padding:6px}#new-post textarea,#post textarea{margin-top:1rem}}@media screen and (min-width:976px)and (max-width:1366px){#post .post-date{bottom:-2rem}#news .posts-box{margin:0}#news .posts-box>.post-block{margin-bottom:4rem}}@media screen and (min-width:768px)and (max-width:1366px){#news .posts-box{justify-content:space-between;margin:0}#news .posts-box .post-block{width:calc(50% - 15px)}#news .posts-box .post-block .post-desc p{min-height:105px}}#home{margin-top:-128px;min-height:100vh}#home #hero{display:flex;flex-direction:column;justify-content:center;position:relative;min-height:100vh;padding-top:158px;margin-top:128px;padding-left:0;padding-right:0}#home #hero .btn-secondary{z-index:2;position:relative}#home #hero .section-title{color:#fff;position:relative;z-index:1;margin-bottom:0;font-size:100px}#home #hero .section-description{max-width:calc(50vw - 4rem);min-width:320px;width:100%;display:block;position:relative;z-index:1;margin:2rem 0;letter-spacing:1px}#home #hero .section-image{max-width:calc(80vw - 4rem);min-height:100vh;object-fit:cover;display:block;position:absolute;top:0;right:-15vw;z-index:0}#home #hero .arrow-down{width:60px;margin-top:5rem;cursor:pointer!important}#home #hero .arrow-down:hover{opacity:.5}#home #hero .btn-secondary{font-weight:400}#home #principles{margin-bottom:2rem}#home .pre-title{margin-top:120px;margin-bottom:0}#home .pre-title+.section-widget{margin-top:4rem}@media screen and (max-width:767px){#home #hero .section-title,#home #principles .section-title{font-size:32px!important;line-height:1.2!important;margin-top:95px}#home .section-info{padding:15px!important}#home .ability>img{width:40px;height:40px}#home .ability .ability-title{font-size:18px}#home .pre-title{margin-top:80px;margin-left:0!important}#home .section-widget{margin-top:2rem!important}#home .section-widget#principles .section-title{margin-top:2rem}}@media screen and (max-width:976px){#home{padding:15px}#home section:not(#hero) .section-title{top:-45px;position:relative}#home section:not(#hero) .section-info{padding:48px}#home #hero .section-title,#home #principles .section-title{opacity:1!important;transform:none!important;font-size:56px;line-height:1.2}#home #hero{justify-content:center;padding:0;margin-top:6rem}#home #hero .section-image{max-width:100vw;top:17px;right:auto;opacity:.2!important;left:-15px}#home #hero .section-description{min-width:100%;max-width:100%;opacity:1!important;transform:none!important}#home #hero .arrow-down{display:none}#home .abilities-box{margin-top:0}#home .pre-title{margin-top:80px;margin-left:2rem}#home #principles{margin-bottom:0;padding-bottom:0}#home #principles .ability:last-child{margin-bottom:0}}@media screen and (min-width:1366px)and (max-width:1600px){#home #hero .section-title{font-size:56px}}@media screen and (min-width:976px)and (max-width:1366px){#home #hero .section-title{font-size:56px}#home .section-image{transform:none!important}#home .abilities-box .ability{flex-direction:row}#home .section-widget{min-height:0}#home .section-widget>.section-image{top:0}#home .pre-title{margin-top:80px;margin-left:2rem}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:landscape){#home #hero{justify-content:flex-start}}footer{display:flex;flex-direction:column;max-width:1200px;margin:auto}footer .top{border-bottom:1px solid #d0d0d0;display:flex}footer .top>div{padding:2rem}footer .top .address-box{width:30%;flex-shrink:0;display:flex}footer .top .address-box img{max-width:100px;max-height:100px;display:block;margin-right:1rem}footer .top .address-box .company-name{margin-top:0;margin-bottom:1rem;font-weight:700}footer .top .address-box .address{display:flex;flex-direction:column}footer .top .address-box .address b,footer .top .address-box .address p{margin:0;font-size:14px}footer .top .address-box .company-name{font-size:19px;color:#fff;line-height:normal}footer .top .address-box .owner-name{font-size:14px}footer .top .contact-box{display:flex;flex-direction:column;margin-bottom:16px;height:100%}footer .top .contact-box .location-footer{width:100%;color:#fff;display:flex;align-items:center;font-size:19px;font-weight:700}footer .top .contact-box .location-footer>svg{color:#d0d0d0;width:32px;height:32px;margin-right:8px}footer .top .contact-box .contact-box-inner{flex:1 1;display:flex;grid-gap:1.5rem;gap:1.5rem;width:100%}footer .top .contact-box .contact-box-inner .contact-info-col{flex:2 1}footer .top .contact-box .contact-box-inner .open-hours-col{flex:1 1}footer .top .contact-box .contact-box-inner .open-hours-col .open-hours-title{color:#fff;font-size:16px;font-weight:700;margin:0 0 .75rem}footer .top .contact-box .contact-box-inner .open-hours-col .open-hours-entry{margin-bottom:.75rem}footer .top .contact-box .contact-box-inner .open-hours-col .open-hours-entry .days-label{font-weight:700;margin:0 0 .15rem;font-size:14px}footer .top .contact-box .contact-box-inner .open-hours-col .open-hours-entry p{margin:0 0 .15rem;font-size:14px}footer .top .contact-box .contact-box-inner .open-hours-col .open-hours-entry .bold{font-weight:700}footer .top .contact-box .contact{display:flex;align-items:center;margin-bottom:.25rem;font-size:14px;padding-left:40px}footer .top .contact-box .contact img,footer .top .contact-box .contact svg{width:16px;height:16px;margin-right:.5rem}footer .top .contact-box .contact p{margin:0;font-size:14px}footer .top .contact-box .contact p>a{font-size:14px}footer .top .navigation-box{width:20%;flex-shrink:0;display:flex;flex-direction:column}footer .top .navigation-box>a{margin-bottom:1rem;font-size:14px}footer .top .navigation-box>a:hover{opacity:.5}footer .top .locations-container{display:flex;flex-direction:column;width:50%;flex-shrink:0}footer .bottom{margin-top:1rem;margin-bottom:4rem;display:flex;align-items:center}footer .bottom>a{margin-right:1rem;font-size:14px;position:relative}footer .bottom>a:after{content:"";width:0;height:3px;background-color:#fff;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);transition:all .3s ease}footer .bottom>a.selected{color:#fff}footer .bottom>a.selected:after{width:100%}footer .bottom>a:hover{opacity:.5}footer .bottom>img{margin-left:auto}footer .bottom .creators{align-items:center;font-size:14px;margin-left:auto;cursor:pointer;transition:opacity .5s ease}footer .bottom .creators:hover{opacity:.5}footer .bottom .creators>svg{margin:0 .25rem;fill:#b49db4}footer .information-about-login{margin-top:0!important;padding:1rem!important;height:100%}footer .information-about-login h2{line-height:1.2}.sub-footer{padding:3rem;background-color:#d0d0d0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:80px 0 3rem}.sub-footer h2{color:#242424;text-align:center;margin-top:0}.go-top{display:block;position:fixed;right:-64px;bottom:2rem;width:64px;height:64px;padding:10px;background-color:#d0d0d0;transition:all .5s ease;cursor:pointer}.go-top.show{right:2rem}@media screen and (max-width:1130px){footer .go-top{width:40px;height:40px;padding:5px;bottom:15px}footer .go-top.show{right:15px}footer .top{flex-direction:column}footer .top>div{width:100%;padding:15px}footer .top .address-box{width:100%;align-items:center}footer .top .address-box img{width:80px;height:80px}footer .top .address-box .info{margin-top:1rem}footer .top .address-box .company-name{margin-bottom:0}footer .top .contact-box .contact{margin-bottom:0;padding:.5rem 0}footer .top .contact-box .contact-box-inner{flex-direction:column}footer .top .contact-box .open-hours-entry,footer .top .contact-box .open-hours-title{padding-left:40px}footer .top .locations-container{width:100%}footer .top .locations-container .contact{padding-left:2.5rem}footer .top .navigation-box{width:100%;padding-left:3.4rem}footer .bottom{padding:0 15px;margin-bottom:1rem;justify-content:space-between;display:flex;flex-direction:column}footer .bottom a{margin-right:0;margin-bottom:.5rem;font-size:12px}footer .bottom .creators{margin-left:0;font-size:12px}.sub-footer{padding:2rem 15px!important}.sub-footer h2{margin-bottom:2rem}}@media screen and (min-width:976px)and (max-width:1366px){footer .top>div{padding:2rem 15px}footer .top>div.address-box img{max-width:75px;max-height:75px}}#gallery{min-height:100vh}#gallery .feeds-box{display:flex;margin-top:4rem;margin-bottom:4rem;overflow-x:auto;padding-bottom:1rem}#gallery .feeds-box .gallery-location{display:flex;flex-direction:column;width:100%;min-width:calc(50vw - 3rem)}#gallery .feeds-box .gallery-location>h4{margin:0;display:flex;align-items:center;font-size:32px;color:#fff}#gallery .feeds-box .gallery-location>h4>svg{margin-right:24px;font-size:48px}#gallery .feeds-box .gallery-location .btn-primary{margin-top:32px}#gallery .feeds-box .gallery-location .images-box{display:grid;grid-template-columns:repeat(auto-fill,minmax(max(160px,12.5%),1fr));grid-gap:4px;gap:4px;margin-top:32px}#gallery .feeds-box .gallery-location .images-box>.feed{width:100%;aspect-ratio:1/1;display:block;cursor:pointer;position:relative;overflow:hidden}#gallery .feeds-box .gallery-location .images-box>.feed .insta-logo{position:absolute;opacity:0;top:30%;left:50%;color:#fff;transform:translate(-50%,-50%);width:60px;height:60px;transition:all .5s ease!important;pointer-events:none}#gallery .feeds-box .gallery-location .images-box>.feed:hover .insta-logo{opacity:1;top:50%}#gallery .feeds-box .gallery-location .images-box>.feed img,#gallery .feeds-box .gallery-location .images-box>.feed video{display:block;width:100%;height:100%;object-fit:cover;position:relative;transition:all .3s ease}#gallery .feeds-box .gallery-location .images-box>.feed img:hover,#gallery .feeds-box .gallery-location .images-box>.feed video:hover{opacity:.3;transform:scale(1.2)}@media screen and (max-width:1130px){#gallery .feeds-box>.gallery-location{min-width:calc(100vw - 15px)}#gallery .gallery-container{flex-direction:column}}@media screen and (max-width:600px){#gallery .feeds-box>.gallery-location .images-box{grid-template-columns:repeat(2,1fr)}}#team{min-height:100vh}#team .employee-widget{position:relative;margin:240px 0 10rem;min-height:50vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}#team .employee-widget:first-child{margin:80px 0 0}#team .employee-widget .employee-name{color:#fff;position:relative;z-index:1;line-height:1;margin-bottom:auto;margin-top:0}#team .employee-widget .employee-description{max-width:calc(40vw - 4rem);min-width:320px;width:100%;display:block;position:relative;z-index:1;margin:2rem 0;letter-spacing:1px;max-height:250px;min-height:200px;height:100%;overflow-y:auto}#team .employee-widget .btn-secondary{margin-bottom:auto}#team .employee-widget .employee-image{position:absolute;max-width:calc(70% - 4rem);height:100%;min-height:600px;width:100%;object-fit:cover;display:block;top:0;right:-15vw;z-index:0}#team .employee-widget:nth-child(2n){align-items:flex-end}#team .employee-widget:nth-child(2n) .employee-image{left:-15vw;right:auto}#team .employee-widget:nth-child(2n) .employee-description{text-align:right}#team .employee-widget:nth-child(2n) .btn-grouping>button:first-child{margin-left:auto}#team .employee-widget.editable:nth-child(2n) .reverse-box{flex-direction:row;width:100%}#team .employee-widget .btn-grouping{margin-top:1rem}#team .employee-widget button{transition:initial}@media screen and (max-width:1130px){.uploader-info h3{font-size:20px!important}#team .section-header{flex-direction:column;align-items:baseline}#team .section-header>.btn-primary{margin-left:0;margin-top:1rem}#team .employee-widget{margin:1rem 0;padding:1rem 0;align-items:center!important;max-height:none;min-height:auto;height:auto}#team .employee-widget:first-child{margin-top:2rem}#team .employee-widget .employee-name{position:relative;margin-bottom:0;margin-left:0;margin-right:auto;top:1rem}#team .employee-widget .employee-image{left:0!important;right:auto!important;min-width:calc(100% + 30px);height:400px;min-height:400px;max-height:400px;top:-15px;position:relative}#team .employee-widget .employee-description{width:100%;max-width:100%;min-width:100%;margin-top:0;text-align:left!important;min-height:0}#team .employee-widget .btn-grouping{margin-top:0;padding:0 15px}#team .employee-widget.editable>.flex-box{flex-direction:column!important;width:100%}#team .employee-widget.editable>.flex-box input{margin:1rem 0 0}#team .employee-widget.editable .chooseFileButton,#team .employee-widget.editable .image-box,#team .employee-widget.editable textarea{width:100%;min-width:100%;max-width:100%}#team .employee-widget.editable .image-box,#team .employee-widget.editable textarea{min-height:200px;height:200px;max-height:200px}#team .employee-widget.editable button{transform:none!important}#team .employee-widget.editable textarea{margin-top:1rem}#new-employee .section-header{flex-direction:row!important;margin-bottom:1rem;align-items:center}#new-employee .btn-grouping{margin:0 0 0 auto;width:auto;min-width:0}#new-employee .post-title{margin:0}#new-employee .btn-primary{margin-top:0}#new-employee .flex-box{flex-direction:column!important}#new-employee .chooseFileButton,#new-employee .image-box,#new-employee .post-description,#new-employee textarea{width:100%;min-width:100%;max-width:100%}#new-employee .post-description,#new-employee .post-description>a{margin-top:4rem;line-height:1.5;border-width:1px!important;min-height:120px;height:auto;max-height:auto}#new-employee .image-box .image-preview{max-height:200px}#new-employee .image-box .image-stats{bottom:-2.5rem}#new-employee textarea{min-height:200px;height:200px;max-height:200px}#new-employee button{transform:none!important;padding:6px}#new-employee textarea{margin-top:1rem}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:landscape){#team .employee-widget{padding:3rem 6rem}#team .employee-widget .employee-name{width:100%}#team .employee-widget .employee-name>span{margin-right:1rem}#team .employee-widget .employee-name br{display:none}#team .employee-widget .employee-image{min-height:400px;height:auto;max-height:400px;min-width:100%}#team .employee-widget .btn-grouping{padding:0}}#settings{min-height:100vh}#settings .section-body{display:flex;justify-content:space-between;margin-top:4rem;flex-wrap:wrap}#settings .section-body>div{width:calc(50% - 1rem);padding:32px;border:1px solid #d0d0d0;margin-top:2rem}#settings .section-body>div p{margin-bottom:0;color:#d0d0d0;font-size:16px}#settings .section-body>div .flex-box>div>span,#settings .section-body>div .flex-box>span{color:#fff;word-break:break-all;font-size:18px}#settings .section-body>div input{width:100%}#settings .section-body>div>h2{min-height:46px;font-size:32px;margin-top:0}#settings .section-body .owner .flex-box{justify-content:flex-start;flex-direction:column;margin-bottom:0}#settings .section-body .owner .flex-box>input{margin-bottom:1rem}#settings .section-body .owner .flex-box>span{color:#fff;margin-right:1rem}#settings .section-body .social-media-box .flex-column>div{border-bottom:1px solid #d0d0d0;padding-bottom:1rem}#settings .section-body .social-media-box .flex-column>div>.flex-box{margin-bottom:0}#settings .section-body .social-media-box .flex-column>div input{width:100%}#settings .section-body .social-media-box p{text-transform:capitalize}#settings .section-body .open-times-box{width:100%}#settings .section-body .open-hours-container{display:flex}#settings .section-body .open-hours-container .open-card{width:calc(33.33333% - 1rem);padding:1rem;border:1px solid #d0d0d0}#settings .section-body .open-hours-container .open-card>div{margin-top:1rem}#settings .section-body .open-hours-container .open-card>div>label:not(:last-child){margin-bottom:1rem;display:block}#settings .section-body .open-hours-container .open-card h4{margin-top:0}#settings .section-body .open-hours-container .open-card .bold{font-weight:700}#settings .section-body .open-hours-container .open-card p{margin:0}#settings .section-body .open-hours-container .open-card .days{opacity:.5}#settings .section-body .open-hours-container .open-card:not(:first-child){margin-left:1rem}@media screen and (max-width:1130px){#settings .section-header{flex-direction:column}#settings .section-header .btn-grouping{margin-top:1rem;justify-content:space-between;flex-wrap:wrap}#settings .section-header .btn-grouping>button{width:calc(50% - .5rem);margin:0;max-width:100%}#settings .section-header .btn-grouping>button:first-child{width:100%;max-width:100%;margin-bottom:1rem;justify-content:center;margin-left:0}#settings .section-header .btn-grouping>button.btn-primary{margin:1rem auto 0}#settings .section-sub-header>.location-field{padding:10px 32px 10px 24px;height:50px}#settings .section-sub-header>.location-field svg{width:32px;height:32px}#settings .section-sub-header>.location-field input,#settings .section-sub-header>.location-field span{font-size:16px}#settings .section-body{flex-direction:column;margin-top:2rem}#settings .section-body .open-hours-container{flex-wrap:wrap;justify-content:center}#settings .section-body .open-hours-container .open-card{margin:1rem 0!important;width:100%}#settings .section-body>div{width:100%}#settings .section-body>div.info-box{margin-top:0}#settings .section-body>div h2{font-size:22px;min-height:0}#settings .section-body>div input.disabled,#settings .section-body>div span{font-size:18px;margin-top:0}#settings .section-body>div p{font-size:18px}#settings .section-body>div input,#settings .section-body>div textarea{width:100%;margin-top:1rem;font-size:18px}#settings .section-body>div .owner .flex-box{flex-direction:column}#settings .section-body>div.social-media-box .flex-column>div{margin-top:1rem}#settings .section-body>div.social-media-box .flex-column>div>.flex-box p{margin-top:0}}@media screen and (min-width:768px)and (max-width:1025px)and (orientation:landscape){#settings .section-body>div input{width:100%}}#contact .section-body{display:flex;margin-bottom:4rem;margin-top:3rem;flex-wrap:wrap;padding:2rem 0}#contact .section-body .err-msg{width:calc(100% - 5rem)}#contact .section-body>div{width:50%}#contact .section-body>div h2{color:#fff;font-size:32px;line-height:1.2;margin-top:0}#contact .section-body>div.info-box{width:100%;margin-top:4rem;padding-top:2rem;border-top:1px solid #d0d0d0;display:flex;flex-wrap:wrap}#contact .section-body>div.info-box>div{width:50%}#contact .section-body>div.info-box h2{margin-top:0}#contact .section-body>div.info-box ul{list-style:none;padding:0}#contact .section-body>div.info-box ul li{display:flex;align-items:center;margin-bottom:1rem}#contact .section-body>div.info-box ul li img{width:25px;height:25px;margin-right:.5rem}#contact .section-body>div.place-box{display:flex;flex-direction:column;justify-content:space-evenly}#contact .section-body>div .map{width:100%;height:calc(85% - 4rem);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #d0d0d0;margin:auto 0}#contact .section-body>div .map+.flex-box{margin-top:1rem;justify-content:flex-start;cursor:pointer;transition:opacity .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:0}#contact .section-body>div .map+.flex-box:hover{opacity:.5}#contact .section-body>div .map+.flex-box p{margin:0 0 0 .5rem}#contact .section-body>div a{border-bottom:1px solid #d0d0d0}#contact .section-body>div .contact-field{padding:0 5rem 0 0;margin-bottom:24px}#contact .section-body>div .contact-field p{margin-bottom:.5rem}#contact .section-body>div .contact-field input,#contact .section-body>div .contact-field textarea{width:100%}#contact .section-body>div .contact-field.flex-box{align-items:flex-start}#contact .section-body>div .contact-field.flex-box .checkbox{margin-top:7px}#contact .section-body>div .contact-field.flex-box>p{margin:-2px 0 0 1rem}#contact .section-body .open-hours tbody td{padding:.5rem 2rem 0 0;min-width:165px}#contact .section-body .open-hours tbody td:last-child{padding-right:0}#contact .section-body .open-hours tbody .days{color:#fff;font-weight:700;min-width:255px}#contact .section-body .open-hours tbody .days+.flex-box{margin-bottom:0}#contact .section-body .open-hours tbody .hours{margin-left:4rem}#contact .section-body .open-hours tbody p{margin:0}#contact+.sub-footer{display:none}#contact .msg{position:fixed;width:100vw;left:0;bottom:-100px;padding:1rem;background-color:#43e493;color:#242424;text-align:center;z-index:20;margin-bottom:0;transition:all .5s ease}#contact .msg.open{bottom:0}@media screen and (max-width:768px){#contact .section-body .contact,#contact .section-body .open-hours{width:100%!important}#contact .section-body .contact .hours,#contact .section-body .open-hours .hours{width:auto;min-width:105px!important}#contact .section-body .contact tr>td.days,#contact .section-body .open-hours tr>td.days{padding-right:30px!important}}@media screen and (max-width:1130px){#contact .section-body{flex-direction:column;margin-bottom:2rem;margin-top:0;margin-left:0;padding-top:0}#contact .section-body>div{width:100%}#contact .section-body>div h2{font-size:20px;margin-top:2rem}#contact .section-body>div .err-msg{width:100%}#contact .section-body>div .contact-field{padding:0}#contact .section-body>div .contact-field p>a{font-size:14px}#contact .section-body>div .map,#contact .section-body>div .map>div{min-height:200px}#contact .section-body>div.info-box{margin-top:2rem;padding-top:2rem}#contact .section-body .open-hours{min-width:300px;margin-top:2rem}#contact .section-body .open-hours table{border-collapse:collapse}#contact .section-body .open-hours td{padding:.5rem .5rem 1rem 0!important;min-width:135px!important;border-bottom:1px solid #585858}#contact .section-body .open-hours td .hours{padding-left:1rem!important}#contact .section-body .open-hours td.days{min-width:100px;padding-right:.5rem!important}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:landscape){#contact .section-body{flex-direction:row;flex-wrap:wrap;justify-content:space-between}#contact .section-body>div{width:calc(50% - 30px)}}@media screen and (min-width:768px)and (max-width:1366px){#contact .section-body>div h2{line-height:1.2}#contact .section-body .open-hours{min-width:300px;margin-top:0}#contact .section-body .open-hours td{padding:.5rem}}form{display:flex;flex-direction:column;max-width:696px;width:100%;margin-top:80px}form label{margin-top:1rem}form label input{width:100%}form label.require p:after{content:"*";margin-left:5px}form label p{margin:0}form button{margin-top:32px}.btn-primary{background-color:#d0d0d0;text-align:center;padding:.5rem 1.5rem;color:#242424!important;cursor:pointer;border:1px solid transparent;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none!important;transition:all .3s ease}.btn-primary:hover{background-color:#fff;color:#242424!important}.btn-primary.with-icon{display:flex;align-items:center}.btn-primary.with-icon svg{margin-left:.25rem}.btn-primary.disabled,.btn-primary:disabled{opacity:.6;pointer-events:none}.btn-primary-dark{background-color:#242424;text-align:center;padding:.5rem 1.5rem;color:#d0d0d0!important;cursor:pointer;border:1px solid transparent;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none!important;transition:all .3s ease}.btn-primary-dark:hover{background-color:#585858;color:#fff!important}.btn-primary-dark.with-icon{display:flex;align-items:center}.btn-primary-dark.with-icon svg{margin-left:.25rem}.btn-primary-dark.disabled,.btn-primary-dark:disabled{opacity:.6;pointer-events:none}.btn-secondary{background-color:transparent;text-align:center;padding:.5rem 1.5rem;color:#fff!important;cursor:pointer;border:1px solid #fff;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none!important;transition:all .3s ease}.btn-secondary:hover{background-color:#fff;color:#242424!important}.btn-secondary.with-icon{display:flex;align-items:center}.btn-secondary.with-icon svg{margin-left:.25rem}.btn-secondary.disabled,.btn-secondary:disabled{opacity:.6;pointer-events:none}.btn-secondary:hover{border-color:#242424}.btn-secondary-dark{background-color:transparent;text-align:center;padding:.5rem 1.5rem;color:#242424!important;cursor:pointer;border:1px solid #242424;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none!important;transition:all .3s ease}.btn-secondary-dark:hover{background-color:#242424;color:#d0d0d0!important}.btn-secondary-dark.with-icon{display:flex;align-items:center}.btn-secondary-dark.with-icon svg{margin-left:.25rem}.btn-secondary-dark.disabled,.btn-secondary-dark:disabled{opacity:.6;pointer-events:none}.btn-warning{background-color:#ff5a5a;text-align:center;padding:.5rem 1.5rem;color:#fff!important;cursor:pointer;border:1px solid transparent;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none!important;transition:all .3s ease}.btn-warning:hover{background-color:#da3b3b;color:#fff!important}.btn-warning.with-icon{display:flex;align-items:center}.btn-warning.with-icon svg{margin-left:.25rem}.btn-warning.disabled,.btn-warning:disabled{opacity:.6;pointer-events:none}.btn-back{background-color:hsla(0,0%,100%,.25);fill:#d0d0d0;cursor:pointer;width:2rem!important;height:2rem!important;border-radius:50%;transition:all .3s ease!important}.btn-back:hover{background-color:#d0d0d0;fill:#242424}.btn-grouping{display:flex;margin-top:2rem;min-width:320px;width:100%}.btn-grouping>[class*=btn-]:not(:first-child){margin-left:.5rem}.icon-btn{cursor:pointer;margin-left:auto}.icon-btn:hover{fill:#fff}.icon-btn.disabled{opacity:.5;pointer-events:none}input{background-color:transparent!important;color:#d0d0d0;border:1px solid #d0d0d0;padding:.5rem 1rem}.has-error>input,.has-error>textarea{border-color:#ff5a5a}.location-field{transition:all .5s ease;margin-top:2rem;border:1px solid #d0d0d0;padding:32px 32px 32px 24px;border-radius:52px;height:104px;width:calc(50% - 1rem);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;align-items:center;cursor:pointer}.location-field:not(.active):hover{background-color:hsla(0,0%,100%,.309)}.location-field:not(.active):hover input,.location-field:not(.active):hover span,.location-field:not(.active):hover svg path{color:#fff!important}.location-field.disabled{pointer-events:none;opacity:.3}.location-field:not(:first-child){margin-left:1rem}.location-field svg{width:40px;height:40px;transition:all .5s ease}.location-field svg.collapsed-icon{margin-left:auto;padding:8px}.location-field svg.active{transform:rotate(90deg)}.location-field input,.location-field span{border:0;font-weight:700;font-size:24px;transition:all .5s ease}.location-field input:not(input),.location-field span:not(input){margin-right:2rem}.location-field input:focus,.location-field span:focus{border:0;outline:none}.location-field.active{background-color:#fff}.location-field.active input,.location-field.active span,.location-field.active svg path{color:#242424}@media screen and (max-width:1130px){.location-field{padding:10px 32px 10px 24px;height:50px}.location-field svg{width:32px;height:32px}.location-field input,.location-field span{font-size:16px}}.tag-input input{width:100%}.tag-input .tags-box{display:flex;margin-bottom:.5rem}.tag-input .tags-box>span{padding:.2rem .5rem;border-radius:15px;background-color:#d0d0d0;color:#242424;display:flex;align-items:center}.tag-input .tags-box>span:not(:first-child){margin-left:.5rem}.tag-input .tags-box>span .close-icon{fill:#242424;margin-left:.25rem}.section-widget{position:relative;margin:15rem 0;min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.section-widget:nth-child(2n){align-items:flex-end}.section-widget:nth-child(2n) .section-image{right:auto;left:-15vw}.section-widget .section-info{position:relative;z-index:1;background-color:#d0d0d0;max-width:calc(70vw - 20rem);min-width:530px;padding:3rem;margin-top:5rem;display:flex;flex-direction:column;justify-content:center;top:60px}.section-widget .section-info .section-subtitle{color:#242424;margin-top:0;margin-bottom:0;font-weight:700}.section-widget .section-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;margin-bottom:0;margin-top:0;font-weight:900;position:relative;z-index:1}.section-widget .section-description{max-width:calc(50vw - 4rem);min-width:320px;width:100%;display:block;margin:2rem 0;letter-spacing:1px;color:#585858}.section-widget .section-image{width:90vw;max-height:90%;object-fit:cover;display:block;position:absolute;top:40px;right:-15vw;z-index:0}@media screen and (max-width:976px){.section-widget{align-items:flex-start!important;margin-top:8rem;margin-bottom:2rem}.section-widget .section-info{max-width:100%;min-width:100%;padding:30px;top:0}.section-widget .section-image{left:-15px!important;right:auto;top:1rem;width:100vw}.section-widget .section-title{margin-top:-.65rem}.section-widget .section-description{min-width:100%;max-width:100%}}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:landscape){section .section-description{width:100%!important;min-width:100%!important;max-width:100%!important}section .section-info{max-width:80%!important;min-width:80%!important;padding:48px;top:0!important}section#principles .section-title{font-size:56px}}@media screen and (min-width:976px)and (max-width:1366px){.section-widget{margin-top:4rem;margin-bottom:4rem}}.abilities-box{display:flex;width:100%;flex-wrap:wrap;margin-top:5rem}.abilities-box .ability{width:50%;display:flex;padding:2rem}.abilities-box .ability img{max-width:65px;width:100%;max-height:65px;display:block;margin-right:1rem}.abilities-box .ability .ability-info{display:flex;flex-direction:column}.abilities-box .ability .ability-info .ability-title{margin-top:0;margin-bottom:1rem;color:#fff;font-weight:700}.abilities-box .ability .ability-info .ability-description{margin-top:0}@media screen and (max-width:1130px){.abilities-box{flex-direction:column;margin-top:4rem}.abilities-box .ability{width:100%;padding:0;margin-bottom:2.5rem;flex-direction:column}.abilities-box .ability .ability-title{line-height:1.2}.abilities-box .ability img{margin-bottom:1.5rem}}@media screen and (min-width:768px)and (max-width:1025px)and (orientation:landscape){.abilities-box .ability .ability-info .ability-title{line-height:1.2}}.modal{margin:auto;z-index:13;padding:1rem 2rem;background-color:#fff;position:fixed;top:50%;left:50%}.modal .modal-header{display:flex;align-items:flex-start}.modal .modal-header h3{color:#242424;margin:0 4rem 0 0;font-size:2rem}.modal .modal-header svg{margin-left:auto;cursor:pointer;transition:all .5s ease!important}.modal .modal-header svg:hover{transform:rotate(180deg)!important;fill:#242424}.modal .modal-body p,.modal .modal-body p>b{color:#585858}.modal .modal-body input{border-color:#242424;color:#242424;margin:1rem 0;width:100%}.modal .modal-footer{display:flex}.modal .modal-footer .btn-grouping{margin-left:auto;margin-top:0}.backdrop{position:fixed;z-index:12;background-color:rgba(36,36,36,.85);width:100vw;height:100%;display:block;left:0;top:0}@media screen and (max-width:978px){.modal{width:calc(100% - 30px)}}.checkbox{position:relative;cursor:pointer;display:flex;align-items:center}.checkbox:after{content:"";height:15px;width:40px;background-color:#1a1a1a;border-radius:10px}.checkbox:after,.checkbox span{display:block;transition:all .5s ease}.checkbox span{position:absolute;width:20px;height:20px;background-color:#fff;border-radius:50%;left:0}.checkbox.disabled{pointer-events:none;opacity:.5}.checkbox.checked:after{background-color:#43e493}.checkbox.checked span{left:20px}.dropdown{max-width:300px;position:relative}.dropdown ul{position:absolute;list-style:none;display:block;padding:0;width:100%;margin-top:0;max-height:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;background-color:#242424;transition:all .5s ease;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;z-index:2}.dropdown ul.open{border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;padding:15px;max-height:300px}.dropdown ul.open li{opacity:1}.dropdown ul li{display:flex;align-items:center;opacity:0;transition:all .5s ease}.dropdown ul li:not(:last-child){margin-bottom:.5rem}.dropdown ul li.disabled{opacity:.5;pointer-events:none}.dropdown ul li.disabled>.check{background-color:#d0d0d0;pointer-events:none}.dropdown ul li .check{margin-right:.5rem;display:block;width:20px;height:20px;background-color:transparent;border:1px solid #d0d0d0;transition:all .5s ease}.dropdown ul li .check.checked{background-color:#d0d0d0}.dropdown .btn-drop{border:1px solid #d0d0d0;display:flex;align-items:center;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:1rem;transition:all .5s ease;width:100%;padding:.5rem 1rem}.dropdown .btn-drop.open>svg{transform:rotate(-180deg)}.dropdown .btn-drop p{margin:0}.dropdown .btn-drop>svg{transition:all .5s ease;margin-left:auto}.days-cards{display:flex;flex-wrap:wrap;margin-top:1rem}.days-cards>div{border:1px solid #d0d0d0;padding:40px;width:calc(33.33333% - 1.67rem);min-width:325px;position:relative;margin:1rem}.days-cards>div:nth-child(3n-2){margin-left:0}.days-cards>div .btn-drop{margin-top:0}.days-cards>div .icon-btn{position:absolute;top:15px;right:15px}.days-cards>div>.flex-box{margin-top:1rem;justify-content:normal;align-items:center}.days-cards>div>.flex-box>p{margin:0 0 0 .5rem}.days-cards>div .react-time-picker__clock{display:none}.days-cards>div .react-time-picker__wrapper{border:1px solid #d0d0d0;padding:.5rem 1rem}.days-cards>div .react-time-picker__button__icon{stroke:#d0d0d0}.days-cards>div .all-day-time .flex-box,.days-cards>div .separate-day-time .flex-box{margin-bottom:0}.days-cards>div .all-day-time .from-to-box,.days-cards>div .separate-day-time .from-to-box{flex-wrap:wrap}.days-cards>div .all-day-time .from-to-box>div,.days-cards>div .separate-day-time .from-to-box>div{width:100%}.days-cards>div .all-day-time .from-to-box>div p,.days-cards>div .separate-day-time .from-to-box>div p{margin-top:0}@media screen and (max-width:1325px){.days-cards>div{width:calc(50% - 1.67rem)}.days-cards>div:nth-child(2n-1){margin-left:0}}@media screen and (max-width:1130px){.days-cards{flex-wrap:wrap}.days-cards>div{width:100%;margin:1rem 0!important}.days-cards>div input{margin-top:0!important}}* ::-webkit-scrollbar{width:10px}* ::-webkit-scrollbar-track{background:transparent}* ::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:5px}* ::-webkit-scrollbar-thumb:hover{background:#1a1a1a}body{background-color:#242424;overflow-x:hidden;overflow-y:auto;margin:auto}body>iframe{display:none}body *{color:#d0d0d0;font-family:"Poppins",sans-serif}body.modal-open{overflow-y:hidden}body #law-impressum a,body #law-privacy a{border-bottom:1px solid #d0d0d0}body #law-impressum h3,body #law-privacy h3{color:#fff}body #otra-vida-webpage{margin:auto;padding:0 4rem;overflow-x:hidden}body .flex-box{display:flex}body .flex-box.reverse-box{flex-direction:row-reverse}body .flex-box.flex-column{flex-direction:column}body .flex-box.align-center,body .share-box{align-items:center}body .share-box{display:flex}body .share-box:hover{opacity:.5}body .share-box svg{margin-right:.5rem}body .loading-box{width:100%;height:50vh;display:flex;justify-content:center;align-items:center;flex-direction:column}body textarea{padding:15px;background-color:transparent;min-width:200px;min-height:200px;resize:none;border:1px solid #d0d0d0;margin-bottom:1rem}body .information-about-login{padding:2rem;margin-top:2rem}body .information-about-login h2{margin-top:0;margin-bottom:0;font-size:18px}body .location-icon{fill:#ff5a5a;transform:scale(1.5)!important}body .err-msg{color:#fff;background-color:#ff5a5a;text-align:center;padding:.5rem 1rem}@media screen and (max-width:1130px){body #otra-vida-webpage{padding:0;overflow-x:hidden;overflow-y:auto}body #otra-vida-webpage .information-about-login{padding:1rem}body #otra-vida-webpage .information-about-login h2{font-size:1.5rem}}
/*# sourceMappingURL=main.9d2d10fd.chunk.css.map */