@layer component{.send-button{padding:.5rem .5rem .5rem 2.4rem;outline:none;border:1px solid;border-radius:3rem;display:flex;align-items:center;justify-content:space-between;min-height:5.8rem;box-sizing:border-box;transition:background-color .3s ease-in-out;pointer-events:auto}.send-button.disabled{pointer-events:none}.send-button__text{font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.16px;transition:color .3s ease-in-out}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.send-button__text{font-size:1.5rem}}.send-button__icon{margin-left:1.2rem;position:relative;width:4.8rem;height:4.8rem;border-radius:50%;transition:background-color .3s ease-in-out}.send-button__icon svg{position:absolute;left:50%;top:50%;width:2.4rem;height:2.4rem;transform:translate(-50%,-50%)}@media (max-width: 1279px){.send-button__icon{width:4.4rem;height:4.4rem}.send-button__icon svg{position:absolute;left:50%;top:50%;width:2rem;height:2rem;transform:translate(-50%,-50%)}}.send-button--white{border-color:rgba(var(--white-rgb),.8);background:rgba(var(--white-rgb),.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@supports not (backdrop-filter: blur(16px)){.send-button--white{background:rgba(var(--white-rgb),.1)}}.send-button--white .send-button__text{color:var(--white-light)}.send-button--white .send-button__icon{background-color:var(--white-light);color:var(--dark)}@media (hover: hover){.send-button--white:hover .send-button__icon,.send-button--white:focus .send-button__icon{background-color:var(--yellow)}}@media (pointer: coarse){.send-button--white:active .send-button__icon{background-color:var(--yellow)}}.send-button--colorful{border-color:rgba(var(--dark-RGB),.8);background:transparent}.send-button--colorful .send-button__text{color:var(--dark-RGB)}.send-button--colorful .send-button__icon{background-color:var(--yellow);color:var(--dark)}@media (hover: hover){.send-button--colorful:hover{background:var(--dark)}.send-button--colorful:hover .send-button__text{color:var(--white)}}@media (pointer: coarse){.send-button--colorful:active{background:var(--dark)}.send-button--colorful:active .send-button__text{color:var(--white)}}.send-button--yellow-white{border-color:rgba(var(--white-rgb),.8);background:rgba(var(--white-rgb),.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@supports not (backdrop-filter: blur(16px)){.send-button--yellow-white{background:rgba(var(--white-rgb),.1)}}.send-button--yellow-white .send-button__text{color:var(--white-light)}.send-button--yellow-white .send-button__icon{background-color:var(--yellow);color:var(--dark)}@media (hover: hover){.send-button--yellow-white:hover .send-button__icon,.send-button--yellow-white:focus .send-button__icon{background-color:var(--white)}}@media (pointer: coarse){.send-button--yellow-white:active .send-button__icon{background-color:var(--white)}}@media (max-width: 1279px){.send-button{padding:.4rem .4rem .4rem 2rem;min-height:5rem}}}@layer component{.modal__wrap{background:rgba(var(--dark-RGB),.6);position:fixed;width:100%;height:100%;z-index:1000;top:0;left:0;display:flex;align-items:flex-start;overflow-y:auto}.modal__content{margin:auto;position:relative;border-radius:2px;height:fit-content}.modal__close-btn{position:absolute;width:4.8rem;height:4.8rem;padding:1.2rem;margin:0;right:-1.6rem;top:7.7rem;border:none;border-radius:50%;cursor:pointer;outline:none;background:var(--white);box-shadow:0 4px 8px #0000001a;color:var(--dark);transition:color .3s ease-in-out;z-index:2}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__close-btn{top:5.7rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__close-btn{top:3.7rem}}.modal__close-btn svg{stroke:currentColor;position:absolute;left:50%;top:50%;width:24px;height:24px;transform:translate(-50%,-50%)}@media (hover: hover){.modal__close-btn:hover,.modal__close-btn:focus{color:var(--yellow)}}@media (pointer: coarse){.modal__close-btn:active{color:var(--yellow)}}.modal__form{margin:10rem 0;position:relative;z-index:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form{margin:6rem 0}}.modal__form-background{position:absolute;height:100%;width:40rem;z-index:0}@media (max-width: 1023px){.modal__form-background{width:35.5rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-background{width:20.9rem}}.modal__form-background .image{position:absolute;width:100%;height:100%}.modal__form-wrapper{padding:5rem 10rem 5rem 30rem;border-radius:.2rem;background-color:var(--grey)}@media (max-width: 1023px){.modal__form-wrapper{padding:5rem 8.2rem 5rem 9.5rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-wrapper{padding:4.8rem 3.2rem}}.modal__form-content{padding:3.3rem 4.6rem;position:relative;z-index:1;background-color:var(--white)}@media (max-width: 1023px){.modal__form-content{padding:3.3rem 2.3rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-content{padding:2.1rem 1.6rem 3.2rem}}.modal__form-content form{width:28.8rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-content form{width:22.4rem}}.modal__form-content .response-success__description{color:var(--dark);font-family:Gotham;font-size:1.6rem;font-style:normal;font-weight:350;line-height:normal;letter-spacing:.16px;opacity:.7;width:28.8rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-content .response-success__description{width:22.4rem}}.modal__form-title{margin-bottom:2rem;font-family:Century Gothic;font-size:3.2rem;font-weight:700;color:var(--dark);max-width:29.2rem;word-break:break-word}@media (max-width: 1023px){.modal__form-title{max-width:27rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__form-title{margin-bottom:1.8rem;font-size:2.4rem;max-width:21rem}}.modal__video .modal-dialog{margin:10rem 0}@media (min-width: 1439.5px){.modal__video .modal-dialog{max-width:128rem}}@media (max-width: 1439px){.modal__video .modal-dialog{max-width:112.4rem}}@media (max-width: 1023px){.modal__video .modal-dialog{max-width:72.8rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal__video .modal-dialog{margin:6rem 0;max-width:52.5rem}}@media (max-width: 575px){.modal__video .modal-dialog{max-width:32rem}}.modal-content{margin:10rem 0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content{margin:8rem 0}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content{margin:6rem 0}}@media (min-width: 1439.5px){.modal-content .modal-dialog{max-width:78rem}}@media (max-width: 1439px){.modal-content .modal-dialog{max-width:78rem}}@media (max-width: 1023px){.modal-content .modal-dialog{max-width:68.8rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content .modal-dialog{max-width:52.5rem}}@media (max-width: 575px){.modal-content .modal-dialog{max-width:32rem}}.modal-content__wrapper{position:relative;padding:5rem;z-index:0;background:var(--grey);box-shadow:0 4px 40px #0000001a}.modal-content__wrapper:after{content:"";position:absolute;left:0;top:0;width:58.2rem;height:100%;background-color:var(--dark);z-index:-1}@media (max-width: 1023px){.modal-content__wrapper{padding:5rem 3.6rem}.modal-content__wrapper:after{width:43.2rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content__wrapper{padding:4.8rem 3.2rem}.modal-content__wrapper:after{width:20.9rem}}.modal-content__content{padding:5.8rem 5.7rem 4.9rem 4.6rem;display:flex;align-items:start;justify-content:space-between;gap:5rem;background-color:var(--white)}@media (max-width: 1023px){.modal-content__content{padding:6rem 3.6rem 6.3rem;gap:3.7rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content__content{padding:2.4rem 2rem;flex-direction:column;gap:2.4rem}}.modal-content__content--text{flex:0 0 34.5rem}.modal-content__content--text .text__title{margin-bottom:2.4rem;color:var(--dark);font-family:Century Gothic;font-size:2.4rem;font-style:normal;font-weight:700}@media (max-width: 1023px){.modal-content__content--text .text__title{font-size:2rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content__content--text .text__title{margin-bottom:1.6rem}}.modal-content__content--text .text__description{margin-bottom:2.4rem;font-family:Gotham;font-size:1.4rem;font-weight:350;line-height:1.2;letter-spacing:.14px;opacity:.7}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content__content--text .text__description{margin-bottom:1.6rem}}.modal-content__content--text .button{display:inline-flex;color:var(--dark);text-decoration:none}.modal-content__content--text .button svg{fill:var(--dark)}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.modal-content__content--text{flex:0 0 auto}}.modal-content__content--image img{cursor:pointer}.modal-viewer{background:transparent;will-change:transform}.modal-viewer__backdrop{position:fixed;inset:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100vw;height:100vh;z-index:2}.modal-viewer__wrapper{position:relative;width:100%;height:100%}.modal-viewer__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:block;width:100%;height:100%}.modal-viewer img{width:100%;height:100%;object-fit:contain;cursor:pointer}}@layer component{.input-component{position:relative}.input-component .label{display:none}.input-component.dark .input{margin-bottom:2rem;padding-bottom:.8rem;width:100%;outline:none;border:none;font-family:Gotham;font-size:1.6rem;font-weight:325;line-height:1;border-radius:0;border-bottom:1px solid rgba(var(--white-rgb),.7);background-color:var(--dark);color:rgba(var(--white-rgb),.7)}.input-component.dark .input::placeholder{color:var(--white);opacity:.7}.input-component.dark .input:-webkit-autofill{transition:background-color 500000s,border-color .3s ease-in-out,text-fill-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out!important;border-color:var(--white)!important;color:rgba(var(--white-rgb),.7)!important;background-color:transparent!important;-webkit-text-fill-color:var(--white)!important;-webkit-box-shadow:0 0 0 1000px var(--dark) inset!important;caret-color:var(--white)}.input-component.dark .input:-webkit-autofill:hover,.input-component.dark .input:-webkit-autofill:focus,.input-component.dark .input:-webkit-autofill:active{-webkit-text-fill-color:var(--white)!important;border-color:var(--white)!important;caret-color:var(--white)}.input-component.white .input{margin-bottom:2rem;padding-bottom:.8rem;width:100%;outline:none;border:none;font-size:1.6rem;line-height:1;border-radius:0;border-bottom:1px solid rgba(var(--dark-RGB),.2);background-color:var(--white);color:rgba(var(--dark-rgb),1);font-family:Inter;font-weight:400}.input-component.white .input::placeholder{color:var(--dark);opacity:.7}.input-component.white .input:-webkit-autofill{transition:background-color 500000s,border-color .3s ease-in-out,text-fill-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out!important;border-color:var(--dark)!important;color:rgba(var(--dark),.7)!important;background-color:transparent!important;-webkit-text-fill-color:var(--dark)!important;-webkit-box-shadow:0 0 0 1000px var(--white) inset!important;caret-color:var(--dark)}.input-component.white .input:-webkit-autofill:hover,.input-component.white .input:-webkit-autofill:focus,.input-component.white .input:-webkit-autofill:active{-webkit-text-fill-color:var(--dark)!important;border-color:var(--dark)!important;caret-color:var(--dark)}.input-component .input-success{position:absolute;top:0;right:0;width:2.4rem;height:2.4rem;opacity:0;transition:opacity .3s ease-in-out}.input-component .input-success svg{fill:transparent}.input-component .input-success.success{opacity:1}}@layer component{.select-component .label{display:none}.select-component.white .custom-select__control{margin-bottom:2rem;min-height:2.8rem!important;border-radius:0!important;border-width:0!important;border:none;border-bottom:1px solid rgba(var(--dark-RGB),.2)!important;background-color:var(--white)!important}.select-component.white .custom-select__control--is-focused{box-shadow:none!important;border-color:rgba(var(--dark-RGB),.2);min-height:2.8rem!important}.select-component.white .custom-select__placeholder{padding-bottom:.6rem!important;margin:0!important;color:var(--dark)!important;font-family:Inter;font-weight:400;font-size:1.6rem;opacity:.7}.select-component.white .custom-select__value-container{padding:0!important}.select-component.white .custom-select__indicator-separator{width:0!important}.select-component.white .custom-select__indicator{color:var(--dark)!important;padding:0!important}.select-component.white .custom-select__input-container{margin:0!important;padding:0!important}.select-component.white .custom-select__input{font-size:1.6rem!important}.select-component.white .custom-select__menu{z-index:1000}.select-component.white .custom-select__menu-list{padding:0!important;margin:0!important;z-index:1000}.select-component.white .custom-select__option{padding:1.7rem 2rem!important;color:var(--dark)!important;background-color:var(--white);transition:background-color .3s ease-in-out;font-size:1.6rem!important;font-family:Inter!important;font-weight:400!important}.select-component.white .custom-select__option--is-focused{background-color:var(--yellow)!important}.select-component.white .custom-select__single-value{padding-bottom:.6rem!important;margin:0!important;color:var(--dark)!important;font-family:Inter;font-weight:400;font-size:1.6rem}}@layer component{.form .errors{color:red;font-size:1.4rem;text-align:center;transition:.3s ease-in-out all;overflow:hidden}.form .errors.show{margin-bottom:1rem;line-height:1.6rem}.form .errors.hide{line-height:0rem;margin-bottom:0rem}}@layer section{.accordion-component{display:flex;flex-flow:row nowrap}.accordion-component__left{flex:1 0 auto;width:50%}@media (max-width: 1279px){.accordion-component__left{width:44.75%}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.accordion-component__left{display:none}}.accordion-component__left-wrapper{position:sticky;top:95px}.accordion-component__right{flex:1 0 auto;width:50%}@media (max-width: 1279px){.accordion-component__right{width:55.25%}}.image-archive{position:relative;width:calc(100% - 12rem);transition:min-height .3s ease}@media (max-width: 1279px){.image-archive{width:calc(100% - 4.2rem)}}.image-archive__item{position:absolute;inset:0;z-index:1;width:100%;height:fit-content;opacity:0;transform:translateY(20%);will-change:transform,opacity;transition:all .6s cubic-bezier(.65,.05,.36,1)}.image-archive__item.active{opacity:1;transform:translateY(0)}.image-archive__item img{width:100%;overflow:hidden;object-fit:cover;border-radius:.2rem}.image-archive__image img{aspect-ratio:480/312}@media (max-width: 1279px){.image-archive__image img{aspect-ratio:277/180}}.image-archive__figcaption img{aspect-ratio:480/307}@media (max-width: 1279px){.image-archive__figcaption img{aspect-ratio:265/169}}.image-archive__figcaption-description{padding-top:2rem;color:var(--dark);display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;opacity:.8}.image-archive__figcaption-description p{font-family:Gotham;font-size:1.6rem;font-style:normal;font-weight:350;line-height:normal}.accordion{display:flex;flex-flow:column nowrap}.accordion__item{position:relative;padding-top:4rem;padding-bottom:4rem;flex:1 0 auto;gap:2rem;cursor:pointer;overflow:hidden;border-bottom:.1rem solid color-mix(in srgb,var(--dark),white);transition:all .6s cubic-bezier(.65,.05,.36,1)}@media (max-width: 1279px){.accordion__item{padding-top:2.4rem;padding-bottom:2.4rem}}.accordion__item:first-child{padding-top:0}.accordion__item:last-child{padding-bottom:0;border-bottom:none}.accordion__item:last-child.active{border-bottom:none}.accordion__item:last-child:after{display:none}.accordion__item:after{position:absolute;left:0;bottom:0;width:100%;height:.1rem;content:"";background:color-mix(in srgb,var(--dark),white);will-change:transform;transform-origin:left;transform:scaleX(0);transition:all .3s cubic-bezier(.65,.05,.36,1) 0s}.accordion__item.active{flex-grow:2;border-bottom:.1rem solid transparent}.accordion__item.active:after{transform:scaleX(1);transition:all .6s cubic-bezier(.65,.05,.36,1) .6s}.accordion__item.active .accordion__heading{padding-bottom:7.4rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.accordion__item.active .accordion__heading{padding-bottom:7rem}}.accordion__item.active .accordion__heading-index{opacity:1;color:var(--yellow)}.accordion__item.active .accordion__heading-title{opacity:1}.accordion__item.active .accordion__heading-button{opacity:1;visibility:visible;transform:translateY(0)}.accordion__item.active .accordion__heading-button .arrow-button{visibility:visible}.accordion__heading{position:relative;padding-left:4.9rem;padding-bottom:0;transition:all .6s cubic-bezier(.65,.05,.36,1)}.accordion__heading-index,.accordion__heading-title{color:var(--dark);font-family:Century Gothic;font-size:3.2rem;font-style:normal;line-height:normal;transition:all .6s cubic-bezier(.65,.05,.36,1)}@media (max-width: 1279px){.accordion__heading-index,.accordion__heading-title{font-size:2.4rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.accordion__heading-index,.accordion__heading-title{font-size:2rem}}.accordion__heading-index{position:absolute;top:0;left:0;font-weight:700;letter-spacing:.024rem;opacity:.4}.accordion__heading-title{font-weight:400;opacity:.6;white-space:pre-wrap;display:block;width:100%}.accordion__heading-title a,.accordion__heading-title span{color:inherit;text-decoration:none}.accordion__heading-button{position:absolute;padding-top:2rem;opacity:0;color:var(--dark);will-change:transform,max-height;transform:translateY(-100%);transition-delay:.1s;visibility:hidden;transition:all .6s cubic-bezier(.65,.05,.36,1)}.accordion__heading-button .arrow-button{visibility:hidden;transition:visibility .6s cubic-bezier(.65,.05,.36,1)}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.accordion__heading-button{padding-top:1.6rem}}.accordion__body{position:relative;display:none;max-height:0;overflow:hidden;will-change:max-height;transition:all .6s cubic-bezier(.65,.05,.36,1);height:auto}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.accordion__body{display:block}}.accordion__body-img{padding-top:2rem;width:100%}.accordion__body-img img{width:100%;aspect-ratio:318/169;overflow:hidden;object-fit:cover}.accordion__body-description{padding-top:2rem;color:color-mix(in srgb,var(--dark),white);display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden}.accordion__body-description p{font-family:Gotham;font-size:1.6rem;font-style:normal;font-weight:350;line-height:normal}}@layer section{.products{padding-top:5rem;padding-bottom:10rem}.products__heading{margin-bottom:3.5rem;max-width:48rem;color:var(--dark);font-family:Century Gothic;font-style:normal;font-weight:700;line-height:normal}}@layer section{.footer-copyright{position:relative;background-color:var(--dark);z-index:4}.footer-copyright__content{padding:2.9rem 0 1.7rem;border-top:1px solid rgba(var(--white-rgb),.2);box-sizing:border-box}@media (max-width: 1023px){.footer-copyright__content{padding:1.3rem 0 0}}.footer-copyright__content .desktop{display:flex;align-items:center;justify-content:space-between}.footer-copyright__content .desktop .policy,.footer-copyright__content .desktop .copyright{font-family:Gotham;font-size:1.4rem;font-weight:325;line-height:1.2;color:var(--white)}.footer-copyright__content .desktop .policy br,.footer-copyright__content .desktop .copyright br{display:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.footer-copyright__content .desktop .policy br,.footer-copyright__content .desktop .copyright br{display:block}}.footer-copyright__content .desktop .policy{position:relative;flex:0 0 auto;line-height:1.3;padding-bottom:1px;text-decoration:underline;transition:color .3s ease-in-out}@media (max-width: 1023px){.footer-copyright__content .desktop .policy{flex:0 0 13.5rem;max-width:13.5rem;font-size:1.2rem}}@media (hover: hover){.footer-copyright__content .desktop .policy:hover{color:var(--yellow)}.footer-copyright__content .desktop .policy:hover:after{background-color:var(--yellow)}}@media (pointer: coarse){.footer-copyright__content .desktop .policy:active{color:var(--yellow)}.footer-copyright__content .desktop .policy:active:after{background-color:var(--yellow)}}.footer-copyright__content .desktop .copyright{flex:0 0 29.3rem}@media (max-width: 1023px){.footer-copyright__content .desktop .copyright{flex:0 0 17.6rem;text-align:center;font-size:1.2rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.footer-copyright__content .desktop .copyright{text-align:end}}.footer-copyright__content .desktop .developer{display:flex;align-items:center}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.footer-copyright__content .desktop .developer{display:none}}.footer-copyright__content .desktop .developer__info{margin-right:2rem;flex:0 0 auto}@media (max-width: 1023px){.footer-copyright__content .desktop .developer__info{margin-right:.7rem}}.footer-copyright__content .desktop .developer__info .title{margin-bottom:.2rem;font-family:Gotham;font-size:1.2rem;font-weight:325;line-height:1.2;color:var(--white);text-align:end}.footer-copyright__content .desktop .developer__info .link{color:var(--white);font-family:Gotham;font-size:1.2rem;font-weight:350;line-height:1.2;text-align:end}.footer-copyright__content .desktop .developer__icon{flex:0 0 auto;width:4.2rem;height:4rem;transform:scale(1);transition:transform .3s ease-in-out}@media (max-width: 1023px){.footer-copyright__content .desktop .developer__icon{width:3.6rem;height:3.4rem}}@media (hover: hover){.footer-copyright__content .desktop .developer__icon:hover,.footer-copyright__content .desktop .developer__icon:focus{transform:scale(1.1)}}@media (pointer: coarse){.footer-copyright__content .desktop .developer__icon:active{transform:scale(1.1)}}.footer-copyright__content .mobile{margin-top:2.2rem;display:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.footer-copyright__content .mobile{display:block}}.footer-copyright__content .mobile .developer{display:flex;align-items:center;justify-content:center}.footer-copyright__content .mobile .developer__info{margin-right:2rem;flex:0 0 auto}@media (max-width: 1023px){.footer-copyright__content .mobile .developer__info{margin-right:.7rem}}.footer-copyright__content .mobile .developer__info .title{margin-bottom:.2rem;font-family:Gotham;font-size:1.2rem;font-weight:325;line-height:1.2;color:var(--white);text-align:end}.footer-copyright__content .mobile .developer__info .link{color:var(--white);font-family:Gotham;font-size:1.2rem;font-weight:350;line-height:1.2;text-align:end}.footer-copyright__content .mobile .developer__icon{flex:0 0 auto;width:4.2rem;height:4rem;transform:scale(1);transition:transform .3s ease-in-out}@media (max-width: 1023px){.footer-copyright__content .mobile .developer__icon{width:3.6rem;height:3.4rem}}@media (hover: hover){.footer-copyright__content .mobile .developer__icon:hover,.footer-copyright__content .mobile .developer__icon:focus{transform:scale(1.1)}}@media (pointer: coarse){.footer-copyright__content .mobile .developer__icon:active{transform:scale(1.1)}}}@layer section{.section-footer{padding-bottom:2rem;position:relative;background-color:var(--dark);overflow:hidden;z-index:1}.section-footer>.background{display:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer>.background{display:block;position:absolute;left:50%;bottom:118px;width:550px;min-width:550px;height:auto;transform:translate(-50%)}}@media (max-width: 575px){.section-footer>.background{left:0;bottom:118px;width:550px;min-width:550px;transform:unset}}.section-footer>.background .picture{position:absolute;bottom:0;left:0;width:100%;height:364px;object-fit:cover}@media (max-width: 1023px){.section-footer{padding-bottom:1.6rem}}.section-footer__content{position:relative;display:flex;align-items:center;justify-content:start;gap:12rem;z-index:1}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__content{flex-direction:column;align-items:start;gap:0}}.section-footer__contact-block{padding:6.6rem 0 10rem;flex:0 0 28rem;max-width:28rem;min-height:56.2rem;z-index:5}@media (max-width: 1279px){.section-footer__contact-block{min-height:43.8rem}}@media (max-width: 1023px){.section-footer__contact-block{padding:6rem 0 7.1rem;min-height:511px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__contact-block{padding:6rem 0 4rem;width:28rem;min-height:45.2rem}}.section-footer__contact-block .contact-block__title{margin-bottom:2rem;font-family:Century Gothic;font-weight:700;line-height:1.2;color:var(--white)}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__contact-block .contact-block__title{margin-bottom:1.6rem;font-size:3.2rem}}.section-footer__contact-block .contact-block__contact .phone,.section-footer__contact-block .contact-block__contact .email{display:flex;align-items:center;justify-content:start}.section-footer__contact-block .contact-block__contact .phone__icon,.section-footer__contact-block .contact-block__contact .email__icon{margin-right:1.2rem;width:2.4rem;height:2.4rem;color:var(--yellow)}.section-footer__contact-block .contact-block__contact .phone__icon svg,.section-footer__contact-block .contact-block__contact .email__icon svg{fill:currentColor}.section-footer__contact-block .contact-block__contact .phone__link,.section-footer__contact-block .contact-block__contact .email__link{text-decoration:none;font-family:Gotham;font-weight:300;font-size:1.6rem;color:var(--white);line-height:1.2;transition:color .3s ease-in-out}@media (hover: hover){.section-footer__contact-block .contact-block__contact .phone__link:hover,.section-footer__contact-block .contact-block__contact .phone__link:focus,.section-footer__contact-block .contact-block__contact .email__link:hover,.section-footer__contact-block .contact-block__contact .email__link:focus{color:var(--yellow)}}@media (pointer: coarse){.section-footer__contact-block .contact-block__contact .phone__link:active,.section-footer__contact-block .contact-block__contact .email__link:active{color:var(--yellow)}}.section-footer__contact-block .contact-block__contact .phone{margin-bottom:2rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__contact-block .contact-block__contact .phone{margin-bottom:1.6rem}}.section-footer__contact-block .contact-block__form{margin-top:6rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__contact-block .contact-block__form{margin-top:4rem}}.section-footer__contact-block .contact-block__form-title{margin-bottom:2rem;font-family:Gotham;font-size:2rem;font-weight:700;line-height:1.2;color:var(--white)}.section-footer__contact-block .contact-block__form .response-success__description{color:rgba(var(--white-rgb),.7);font-family:Gotham;font-size:1.6rem;font-style:normal;font-weight:350;line-height:normal;letter-spacing:.16px;opacity:.7;width:28.8rem}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__contact-block .contact-block__form .response-success__description{width:22.4rem}}.section-footer__map-block{flex:0 0 calc(100% - 40rem);z-index:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block{flex:0 0 36.4rem;position:relative;width:55rem}}.section-footer__map-block:after{content:"";position:absolute;right:-13rem;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(50,50,50,.4) 0%,rgba(50,50,50,.4) 86%),linear-gradient(3deg,#323232 4%,rgba(50,50,50,0) 54%),linear-gradient(271deg,#323232 3%,rgba(50,50,50,0) 18%),linear-gradient(90deg,#323232 36%,rgba(50,50,50,0) 47%),371.325px/363.487% 505.676% no-repeat;opacity:.9}@media (max-width: 1279px){.section-footer__map-block:after{background:linear-gradient(0deg,rgba(50,50,50,.4) 0%,rgba(50,50,50,.4) 86%),linear-gradient(3deg,#323232 4%,rgba(50,50,50,0) 54%),linear-gradient(271deg,#323232 3%,rgba(50,50,50,0) 18%),linear-gradient(90deg,#323232 21%,rgba(50,50,50,0) 29%),371.325px/363.487% 505.676% no-repeat}}@media (max-width: 1023px){.section-footer__map-block:after{background:linear-gradient(0deg,rgba(50,50,50,.4) 0%,rgba(50,50,50,.4) 86%),linear-gradient(3deg,#323232 31%,rgba(50,50,50,0) 100%),linear-gradient(271deg,#323232 17%,rgba(50,50,50,0) 47%),linear-gradient(90deg,#323232 13%,rgba(50,50,50,0) 25%),371.325px/363.487% 505.676% no-repeat}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block:after{right:-9rem;top:0;width:700px;height:379px;background:linear-gradient(0deg,rgba(50,50,50,.4) 0%,rgba(50,50,50,.4) 122%),linear-gradient(3deg,#323232 10%,rgba(50,50,50,0) 31%),linear-gradient(271deg,#323232 19%,rgba(50,50,50,0) 32%),linear-gradient(90deg,#323232 8%,rgba(50,50,50,0) 31%),371.325px/363.487% 505.676% no-repeat}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .background{display:none}}.section-footer__map-block .picture{position:absolute;right:-13rem;top:0;width:91rem;height:62.7rem;object-fit:cover;z-index:-1}@media (max-width: 1023px){.section-footer__map-block .picture{right:-6rem;width:55.1rem;height:37.9rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .picture{right:unset;top:unset;left:0;bottom:0}}.section-footer__map-block .position{position:absolute;width:5.2rem;height:5.2rem;border-radius:50%;border:1px solid var(--white);z-index:1;cursor:pointer}.section-footer__map-block .position--first{right:416px;top:251px}@media (max-width: 1279px){.section-footer__map-block .position--first{right:330px;top:199px}}@media (max-width: 1023px){.section-footer__map-block .position--first{right:258px;top:139px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .position--first{right:337px;top:131px}.section-footer__map-block .position--first .position__info{left:2.1rem;top:-10.5rem}.section-footer__map-block .position--first .position__title{left:50%}}.section-footer__map-block .position--second{right:190px;bottom:96px}@media (max-width: 1279px){.section-footer__map-block .position--second{right:153px;bottom:59px}}@media (max-width: 1023px){.section-footer__map-block .position--second{right:124px;bottom:223px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .position--second{right:214px;bottom:73px}}.section-footer__map-block .position:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:1.2rem;height:1.2rem;background-color:var(--white);filter:drop-shadow(0px 0px 20px);transition:background-color .3s ease-in-out,filter .3s ease-in-out;z-index:2;opacity:.9}.section-footer__map-block .position__title{position:absolute;left:50%;top:calc(100% + 1.6rem);font-family:Gotham;font-size:1.6rem;font-weight:350;line-height:1.2;width:16rem;color:var(--white);transform:translate(-50%);opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;text-align:center}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .position__title{left:-25%}}.section-footer__map-block .position__info{position:absolute;padding:1.6rem 2.4rem;width:25.9rem;border:1px solid rgba(var(--white-rgb),.5);border-radius:2rem;background-color:rgba(var(--dark-RGB),.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,border .3s ease-in-out;left:-14.9rem;top:-2.5rem;text-decoration:none}@supports not (backdrop-filter: blur(16px)){.section-footer__map-block .position__info{background:rgba(var(--white-rgb),.4)}}@media (max-width: 1023px){.section-footer__map-block .position__info{left:50%;top:calc(100% + 2rem);padding:1.2rem 2rem;width:21.4rem}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.section-footer__map-block .position__info{left:-11.9rem;top:-1.5rem}}.section-footer__map-block .position .info__title{margin-bottom:.8rem;font-family:Century Gothic;font-size:2rem;font-weight:700;line-height:1.2;color:var(--white);pointer-events:none}@media (max-width: 1023px){.section-footer__map-block .position .info__title{font-size:1.6rem}}.section-footer__map-block .position .info__description{margin-right:2rem;font-family:Gotham;font-size:1.5rem;font-weight:325;line-height:1.2;opacity:.8;color:var(--white)}@media (max-width: 1023px){.section-footer__map-block .position .info__description{font-size:1.4rem}}.section-footer__map-block .position.show .position__info{width:26.9rem;text-decoration:none}@media (max-width: 1023px){.section-footer__map-block .position.show .position__info{width:21.4rem}}@media (hover: hover){.section-footer__map-block .position.show .position__info:hover{border:1px solid var(--yellow)}}@media (pointer: coarse){.section-footer__map-block .position.show .position__info:active{border:1px solid var(--yellow)}}.section-footer__map-block .position.show:after{background-color:var(--yellow);filter:drop-shadow(0px 0px 20px var(--yellow))}.section-footer__map-block .position.show .position__title{opacity:0;visibility:hidden}.section-footer__map-block .position.show .position__info{opacity:1;visibility:visible}}
