:root{--white:#fff;--black:#191a1e;--accent:#a58861}body,html{padding:0;margin:0;color:var(--black);font-size:14px;font-weight:300;line-height:1.2;font-family:Work Sans,sans-serif;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:500}p{margin:18px 0 0;opacity:.75;font-size:1.2rem;font-weight:300;line-height:1.4}.text-accent{color:var(--accent)!important}.text-uppercase{text-transform:uppercase}header{display:flex;flex-direction:column;padding:80px 24px;height:calc(100vh - 160px);background-color:var(--white);background-image:url(/_next/static/media/line-home.e4ce8a2693747021358d428d1a929503.svg);background-position:50vw calc(50% - 115px);background-repeat:no-repeat;background-size:cover}header.about-header{background-image:url(/_next/static/media/line-about.1e72d3b8633948b71a4c2f7edd0d3fc6.svg);background-size:contain;background-position:50%;height:auto;padding:180px 24px 0}header.contact-header{background-image:none;padding:180px 24px 0;height:auto;min-height:calc(100vh - 180px)}.contact-left{width:100%}.contact-right{background-image:url(/_next/static/media/nav-bg.eccee149281af9a44c64d9ff1f6b97eb.svg);background-color:var(--black);background-size:contain;background-repeat:no-repeat;background-position:50%;margin:24px -24px 0;width:calc(100% + 48px);color:var(--white);display:flex;flex-direction:column;flex:1 1}.contact-right>.content{display:flex;flex-direction:column;align-items:center;margin:auto 0}.contact-bear{width:100%;height:auto}.contact-bear,.contact-right h1{margin-bottom:36px}.contact-right .btn-solid{max-width:unset!important;border:1px solid hsla(0,0%,100%,.15);margin-bottom:32px}header>.content{width:100%;margin:auto;max-width:600px;text-align:center}header.about-header>.content{text-align:left;max-width:800px}.header-content__subtitle{text-transform:uppercase;font-weight:500;letter-spacing:.075rem;margin-bottom:8px;color:rgba(25,26,30,.4)}.header-content__title{font-weight:500;font-size:2.75rem;line-height:1.2;margin-bottom:24px}.about-main{display:flex;width:calc(100% + 48px);margin:48px -24px -80px;color:var(--white);flex-direction:column}.about-main-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100vw}.about-main-text{background-color:var(--black);padding:40px}.about-stats{display:flex}.about-stat:not(:last-child){margin-right:16px}.about-stats h1{font-size:3.75em;font-weight:600;line-height:1;margin-bottom:4px}.about-main-body{color:hsla(0,0%,100%,.75);margin-top:24px;font-size:1.2rem;font-weight:300;line-height:1.4}.btn-solid{display:flex;height:60px;max-width:160px;margin:0 auto;background-color:var(--black);color:var(--white);border-radius:30px;justify-content:center;text-decoration:none;font-weight:400;padding:0 24px}.btn-solid__text{font-size:1.2rem;margin:auto 10px auto 0}.btn-solid__arrow{display:flex;height:12px;width:12px;margin:auto 0;background-image:url(/_next/static/media/arrow-small-light.b67f97a86c2eeb072202f3cc7a503512.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;transition:all .1s ease-in-out}.btn-solid:hover .btn-solid__arrow{transform:translateX(3px)}.header-content__btn-next{background-color:var(--accent);display:block;height:70px;width:70px;margin:0 auto;background-image:url(/_next/static/media/arrow-medium-light.58b4a84853149c5d848b251230328191.svg);background-size:20%;background-repeat:no-repeat;background-position:50%;transition:all .15s ease-in-out}.header-content__btn-next:hover{background-position:50% calc(50% + 8px)}@media screen and (min-width:450px){.header-content__title{font-weight:500;font-size:3rem}}@media screen and (min-width:700px){header{background-size:contain}.header-content__title{font-weight:600;font-size:3.25rem}header.about-header .header-content__title{font-weight:500}.about-main{flex-direction:row;width:100%;max-width:1020px;margin:80px 0 -80px}.about-main-img{width:40%;max-width:270px;height:auto}.about-main-text{width:60%;display:flex;flex-direction:column;align-items:center}header.contact-header{flex-direction:row;align-items:center;justify-content:center;padding:0;height:100vh}header.contact-header>*{width:50%}.contact-left{display:flex;flex-direction:column;margin:auto 0}.contact-left>.content{margin-left:auto;margin-right:36px}.contact-right{height:100%;margin:0}.contact-bear{max-width:400px}}@media screen and (min-width:1020px){.about-main{flex-direction:row;width:calc(100% + 48px);max-width:1020px;margin:80px -24px -80px}}section#about{min-height:60vh;display:flex;color:var(--white);background-color:var(--black)}section#about>.content{margin:auto;display:flex;padding:120px 12px}section#location{display:flex;flex-direction:column;background:#f1f1f2;min-height:calc(80vh - 260px)}section#location>.content{margin:auto;width:calc(100% - 48px);max-width:1140px;padding:180px 24px 80px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}section#location h3{margin-bottom:12px}section#location p{max-width:400px}.location-text{width:40%;padding-right:24px}.location-map{display:flex;justify-content:center;align-items:center;max-width:400px;position:relative}.location-map .dot{top:calc(19% - 7px);left:calc(81% - 7px);background-color:var(--accent);border-radius:10px}.location-map .dot,.location-map .dot:after{display:block;position:absolute;height:14px;width:14px}.location-map .dot:after{content:"";top:calc(50% - 7px);left:calc(50% - 7px);margin-top:-2px;margin-left:-2px;border:2px solid var(--accent);border-radius:50px;-webkit-animation:dot-animation 1.5s infinite;animation:dot-animation 1.5s infinite}.location-map>img{width:100%;height:auto}@keyframes dot-animation{0%{top:calc(50% - 6px);left:calc(50% - 6px);height:12px;width:12px;opacity:1}50%{opacity:.75}to{top:calc(50% - 15px);left:calc(50% - 15px);height:30px;width:30px;opacity:0}}@-webkit-keyframes dot-animation{0%{top:calc(50% - 6px);left:calc(50% - 6px);height:12px;width:12px;opacity:1}50%{opacity:.75}to{top:calc(50% - 15px);left:calc(50% - 15px);height:30px;width:30px;opacity:0}}.about-text{width:calc(50% - 24px);margin-left:24px}.about-text__title{font-weight:600;font-size:2.5rem;margin-bottom:18px;max-width:250px;line-height:1.25}.about-text__body{color:hsla(0,0%,100%,.75);font-size:1.2rem;font-weight:300;max-width:400px;line-height:2}.about-services{display:flex;flex-wrap:wrap;margin-left:120px;margin-right:12px;width:calc(60% - 132px)}.about-services-col{width:50%;min-width:150px}.about-services__title{font-weight:500;font-size:1.1rem;color:var(--accent);text-transform:uppercase}.about-services__list{list-style-type:none;padding:0}.about-services__list>li{color:var(--white);font-weight:400;font-size:1.1rem;margin:8px 0}@media screen and (max-width:700px){section#about>.content{flex-direction:column}section#about>.content>*{width:calc(100% - 48px);margin:12px 24px}section#about>.content>:first-child{margin-bottom:38px}section#location>.content{flex-direction:column}.location-text{width:100%;margin-right:0;margin-bottom:24px}.location-map{width:100%}}section#work{background-color:#fff;padding:120px 12px;width:calc(100% - 24px)}.work-title{display:flex;justify-content:center}.work-title h2{font-size:2.75rem;font-weight:500;margin:auto 16px auto 0}.work-content{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:24px}.work-content .work-card{width:calc(30vw - 120px);height:calc(30vw - 120px);min-width:270px;min-height:270px;margin-top:24px}.btn-outline{display:flex;height:60px;min-width:160px;margin:0 8px;background-color:var(--white);color:var(--black);border-radius:30px;justify-content:center;text-decoration:none;font-weight:400;padding:0 12px;border:1px solid rgba(25,26,30,.15)}.btn-outline__text{margin:auto 0;font-size:1.2rem}.btn-outline__arrow{display:flex;height:12px;width:12px;margin:auto 0 auto 12px;background-image:url(/_next/static/media/arrow-small-light.b67f97a86c2eeb072202f3cc7a503512.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;transition:all .1s ease-in-out;mix-blend-mode:difference}.btn-outline:hover .btn-outline__arrow{transform:translateX(3px)}@media screen and (max-width:700px){section#work{padding:48px 12px}.work-title{flex-direction:column}.work-title>*,.work-title h2{margin:8px auto}.work-title h2{font-size:2.5rem}}.work-card{position:relative;display:flex;flex-direction:column;padding:48px;background-color:#eeeee5;color:var(--black);transition:all .3s ease-in-out;text-decoration:none;overflow:hidden}.work-card:hover{transform:translateY(-10px)}.work-card.inView:after{content:"";position:absolute;top:0;right:0;bottom:0;display:block;width:0;height:100%;background-color:var(--white);-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation:work-card-anim .5s ease-in-out;animation:work-card-anim .5s ease-in-out}.work-card__subtitle{font-size:1rem;font-weight:500;text-transform:uppercase;color:rgba(25,26,30,.4)}.work-card__main{display:flex;justify-content:space-between;font-size:2rem;font-weight:700;margin:auto 0;flex:1 1}.work-card__main-text{margin:auto 0}.work-card__title{letter-spacing:.1rem;color:var(--black)}.work-card__type{color:var(--accent)}.work-card__image-container{flex:1 1;height:200px;margin:auto -25% auto 8px}.work-card__image{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.work-card__bottom{display:flex;justify-content:space-between}.work-card__arrow{width:26px;height:17px;background-image:url(/_next/static/media/arrow-big-dark.72538140c150b9c7cfb265d29af7fc5a.svg);transition:all .3s ease-in-out}.work-card:hover .work-card__arrow{transform:rotate(-35deg)}.work-card__visit{color:rgba(25,26,30,.4);font-weight:500;font-size:1.1rem;letter-spacing:.05rem;transition:all .3s ease-in-out}.work-card:hover .work-card__visit{color:#191a1e}@keyframes work-card-anim{0%{width:100%}to{width:0}}@-webkit-keyframes work-card-anim{0%{width:100%}to{width:0}}footer{border-top:1px solid rgba(25,26,30,.15);background-color:#fff}.footer-text,footer{display:flex;flex-direction:column}.footer-text{padding:120px 0;max-width:1260px;margin:0 auto}.footer-text__subtitle{font-weight:500;font-size:1.1rem;color:rgba(25,26,30,.4);text-align:center;text-transform:uppercase;letter-spacing:.1rem}.footer-text__title{margin-top:12px;margin-bottom:24px;font-weight:700;font-size:2.75rem;text-align:center}footer .btn-outline{margin:0 auto}@media screen and (max-width:700px){.footer-text__title{font-weight:500;font-size:2.5rem}}.navbar{padding:0 12px;width:calc(100% - 24px);position:fixed;top:0;left:0;right:0;height:80px;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;mix-blend-mode:difference}.navbar .content{display:flex;justify-content:space-between;width:calc(100% - 16px);height:100%;margin:auto;transition:all .3s ease-in-out}.navbar .content>*{margin:auto 0}.nav-logo{font-weight:700;font-size:2rem;letter-spacing:.025rem;text-decoration:none;color:var(--white);transition:all .3s ease-in-out}.menu-icon__container{position:relative;display:flex;cursor:pointer;height:40px;width:40px}.menu-icon{display:block;margin:auto}.menu-icon:after,.menu-icon:before{content:"";display:block;position:relative;left:0;right:0;width:25px;height:2px;transform-origin:center;background-color:var(--white);transition:all .15s ease-in-out}.menu-icon:before{top:-4px}.menu-icon:after{bottom:-4px}.menu-open .menu-icon:before{transform:rotate(-45deg);top:2px}.menu-open .menu-icon:after{transform:rotate(45deg);bottom:0}@media screen and (min-width:700px){.menu-icon__container:hover .menu-icon:before{left:-6px}.menu-icon__container:hover .menu-icon:after{transform:rotate(0deg);left:6px}.menu-open .menu-icon__container:hover .menu-icon:before{transform:rotate(0deg);top:2px;left:0}.menu-open .menu-icon__container:hover .menu-icon:after{transform:rotate(0deg);bottom:0;left:0}}.menu{display:flex;position:fixed;height:100vh;top:-100vh;left:0;right:0;color:var(--white);overflow:hidden;background-color:var(--black);transition:top .5s ease-in-out;z-index:5000}.menu .content{height:100%;width:calc(100% - 60px);padding:0 30px;opacity:0;display:flex;max-width:1100px;margin:auto;justify-content:space-around;transition:opacity .3s ease-in-out;background-image:url(/_next/static/media/nav-bg.eccee149281af9a44c64d9ff1f6b97eb.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}.menu .content>*{margin:auto 0;padding:12px 24px;flex-direction:column}.content-contact{width:0;text-align:left;display:none}.content-nav{width:calc(100% - 66px);text-align:right;display:flex}.mobile-social__links{width:50px;display:flex}.mobile-social__link{color:var(--white);font-size:2rem;text-decoration:none;margin:6px 0;transition:all .15s ease-in-out}.mobile-social__link:hover{opacity:.75}.content-nav__links{list-style-type:none;padding:0}.content-nav__link{padding:12px 0}.content-nav__link a{color:var(--white);text-decoration:none;font-size:2rem;font-weight:500;transition:all .15s ease-in-out}.content-nav__link a:hover{opacity:.7}.content-nav__link a.active,.content-nav__link a.active:hover{color:var(--accent);opacity:1}.menu h2{color:var(--accent);font-weight:300;font-size:1.1rem;letter-spacing:.15rem;margin-top:24px;margin-bottom:12px;text-transform:uppercase}.contact-img{height:90px;width:90px;border-radius:50%}.contact-link{color:var(--white);display:block;font-size:1.15rem;margin:4px 0;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:all .15s ease-in-out}.contact-link:hover{opacity:.9;-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white)}.contact-social__links{display:flex;justify-content:flex-start}.contact-social__link{color:#fff;font-size:2rem;text-decoration:none;margin:0 6px;transition:all .15s ease-in-out}.contact-social__link:hover{opacity:.75}.menu.menu-open{top:0}.menu-open .content{opacity:1}@media screen and (min-width:700px){.menu .content{width:calc(100% - 240px);padding:0 120px}.menu .content>*{width:calc(50% - 16px);margin:auto 8px}.content-contact{display:flex}.content-nav{margin-left:8px}.content-nav__link a{font-weight:700;font-size:3rem}.mobile-social__links{display:none}}