.footer__wrapper{display:flex;flex-direction:column;align-items:center;padding:2.5rem 0}.footer__top{width:100%}.footer__top-link--active{color:red}.footer__top-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--hd-border-gray)}@media(max-width:1024px){.footer__top-wrapper{justify-content:flex-start;gap:2rem}}@media(max-width:425px){.footer__top-wrapper{gap:1.5rem;border-bottom:none}}.footer__top-content{width:calc((100% - 12rem)/5)}@media(max-width:1024px){.footer__top-content{width:calc((100% - 6rem)/3)}}@media(max-width:768px){.footer__top-content{width:calc((100% - 3rem)/2)}}@media(max-width:425px){.footer__top-content{width:100%}}.footer__top-title-wrapper{display:flex}.footer__top-title{color:var(--hd-text-black);font-size:1.125rem;font-weight:500;margin-bottom:1rem;text-decoration:none;list-style:none}.footer__top-title:hover{color:var(--hd-link-orange)}.hover-none:hover{color:inherit}.footer__top-list{display:flex;gap:.375rem;list-style:none}.footer__top-list,.footer__top-list-socials{flex-direction:column}.footer__top-list-socials-row{flex-direction:row}.footer__top-item{display:flex}.footer__top-item:hover .footer__social-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(669%) hue-rotate(0deg) brightness(97%) contrast(96%)}.footer__top-link{text-decoration:none;padding:.5rem .5rem .5rem 0}@media screen and (max-width:425px){.footer__top-link{padding:.25rem .25rem .25rem 0}}.footer__top-link:hover{color:var(--hd-link-orange)}.footer__socials-item:hover .footer__social-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(669%) hue-rotate(0deg) brightness(97%) contrast(96%)}.footer__top-link-row{display:flex;align-items:center;gap:.25rem}.active-link{color:var(--hd-link-orange)!important}.footer__social-icon{width:1.5rem;height:1.5rem}@media screen and (max-width:425px){.footer__social-icon{width:1.25rem;height:1.25rem}}.footer__bottom-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:1.875rem}@media(max-width:425px){.footer__bottom-wrapper{padding-top:0}}.footer__logo-image{width:100%;max-width:11.25rem}@media(max-width:768px){.footer__logo-image{max-width:9.125rem}}@media(max-width:425px){.footer__logo-image{max-width:7.125rem}}.footer__logo-image img{width:100%;object-fit:contain}.footer__bottom-text{color:var(--hd-text-black);font-size:1.125rem;line-height:1.5rem}@media screen and (max-width:600px){.footer__bottom-text{font-size:1rem;line-height:1.25rem}}@media screen and (max-width:425px){.footer__bottom-text{font-size:.875rem}}.footer__copyright{text-align:center!important}.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;transition:.3s ease}.header.scrolled{background-color:var(--hd-bg-white);box-shadow:0 0 3rem 0 rgba(0,0,0,.3)}.scrolled-button{padding:0}.header__top-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:var(--hd-bg-white);border:1px solid rgba(0,0,0,.1);border-radius:1.5rem;padding:1rem;margin-top:1.875rem;z-index:2;box-shadow:0 0 3rem 0 rgba(0,0,0,.3);gap:1rem;transition:margin,padding .3s ease}.header__top-wrapper.scrolled{border-color:rgba(0,0,0,0);box-shadow:none;margin-top:0;border-radius:0;padding:.5rem 0}@media screen and (max-width:425px){.header__top-wrapper.scrolled{padding:0}}@media screen and (max-width:768px){.header__top-wrapper{margin-top:1rem;border-radius:1rem;padding:.5rem 1rem}}.header__logo-wrapper{width:100%;max-width:11.5rem;display:flex;transition:.3s ease}@media(max-width:425px){.header__logo-wrapper{max-width:9.125rem!important}}@media(max-width:375px){.header__logo-wrapper{max-width:7.125rem!important}}.header__logo-wrapper.scrolled{max-width:9.5rem}.header__logo-wrapper img{width:100%;object-fit:contain}.header__button-link-wrapper{display:flex}.header__button-link{font-family:var(--SF_Pro),sans-serif;position:relative;padding:1.125rem 1.5rem;overflow:hidden;border-radius:2rem;background:var(--hd-colored-bg);font-size:1.125rem;font-weight:800;color:var(--hd-title-white);text-decoration:none;box-shadow:0 .625rem 1.125rem 0 rgba(255,114,0,.25),inset 0 2px 1px 0 hsla(0,0%,100%,.25);z-index:2}@media screen and (max-width:768px){.header__button-link{padding:.75rem 1.375rem}}@media screen and (max-width:600px){.header__button-link{font-size:1rem}}@media screen and (max-width:425px){.header__button-link{font-size:.875rem}}.header__button-link.scrolled{padding:.75rem 1rem}.header__button-link:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;border-radius:1.5rem;background-image:url(/images/overall/contact-bg.svg);background-repeat:no-repeat;background-size:cover;opacity:30%;z-index:1}.header__bottom-body.scrolled{background-color:#fff2f2;position:relative;transition:.3s ease}.header__bottom-body.scrolled.hovered,.header__bottom-body.scrolled.hovered .header__bottom-wrapper{background-color:var(--hd-bg-white)}.header__bottom-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#fff2f2;border-radius:0 0 1.875rem 1.875rem;z-index:1;padding:0 1rem 0 .5rem;margin-left:1.25rem;margin-right:1.25rem;gap:1rem;transition:.3s ease}.header__bottom-wrapper.scrolled{position:static;margin:0;border-radius:0;padding:0 1rem}@media screen and (max-width:1024px){.header__bottom-wrapper{display:none}}.header__bottom-wrapper.scrolled-hovered{background-color:#fff;transition:background-color .3s ease}.header__nav-wrapper{display:flex;flex-direction:column}.header__nav{list-style:none;gap:1rem}.header__nav,.header__nav-item{display:flex;align-items:center}.header__nav-item{cursor:pointer}.header__nav-item:hover .header__nav-dropdown-wrapper{display:flex}.header__nav-link{color:var(--hd-text-black);font-size:1.125rem;font-weight:400;text-decoration:none;padding:1rem .625rem}.header__nav-link--active{color:var(--hd-link-orange)}.header__nav-link.scrolled{padding:.625rem}.arrow-icon--active,.header__nav-item:hover .arrow-icon{filter:brightness(0) saturate(100%) invert(49%) sepia(89%) saturate(1167%) hue-rotate(2deg) brightness(104%) contrast(101%)}.header__nav-item:hover .header__nav-link{color:var(--hd-link-orange)}.header__nav-dropdown-body{display:flex;justify-content:space-between;align-items:center}.header__nav-dropdown-wrapper{position:absolute;left:0;right:0;top:0;background-color:var(--hd-bg-white);display:none;padding:4rem 1rem 1.5rem;border-radius:0 0 1.5rem 1.5rem;z-index:-1;box-shadow:0 0 3rem 0 rgba(0,0,0,.3);animation:rotateMenu .5s ease-in-out forwards;transform-origin:top center;transition:.3s ease}.header__nav-dropdown-wrapper .container{padding:0}@keyframes rotateMenu{0%{transform:rotateX(-40deg)}70%{transform:rotateX(0deg)}to{transform:rotateX(0deg)}}.header__nav-dropdown-wrapper.scrolled{box-shadow:0 .625rem .625rem rgba(0,0,0,.3)}.header__nav-dropdown-wrapper.scrolled .container{padding-left:4rem;padding-right:4rem}.header__nav-dropdown-image{width:8.75rem}.header__nav-dropdown-image img{width:100%;height:100%;object-fit:contain}.header__nav-dropdown{width:calc(100% - 15rem);display:flex;flex-wrap:wrap;list-style:none;gap:1rem}.header__nav-dropdown-item{position:relative;width:calc((100% - 1rem)/2);border-radius:1.5rem;z-index:1;overflow:hidden;text-transform:uppercase}.header__nav-dropdown-item:before{position:absolute;top:0;left:0;content:"";background-image:url(/images/overall/backgrounds/bg-2.png);width:100%;background-repeat:no-repeat;background-size:cover;opacity:10%;z-index:-1}.header__nav-dropdown-link{font-family:var(--SF_Pro),sans-serif;font-weight:600;display:flex;justify-content:space-between;gap:.5rem;align-items:center;color:var(--hd-bg-white);text-decoration:none;padding:1rem 1.5rem}.header__nav-dropdown-link img{width:1.5rem;height:1.5rem}.header__socials-and-languages{display:flex;align-items:center;gap:.625rem}.header__socials-list{list-style:none;display:flex;align-items:center;gap:1rem;padding-right:.625rem}.header__socials-icon{width:1.5rem;height:1.5rem}.header__toggle{width:3.25rem;padding:.2rem;border:1px solid hsla(0,0%,100%,.23);border-radius:1.875rem}.header__toggle-box{width:1.5rem;padding:.1rem;height:1.5rem;display:flex;background-color:var(--hd-bg-white);border-radius:50%}.header__toggle-box img{width:100%;object-fit:contain}.header__languages-wrapper{position:relative;cursor:pointer}.header__languages-wrapper:hover .header__languages-dropDown-wrapper{display:block}.header__languages-dropDown-wrapper{position:absolute;top:25%;right:0;display:none}.header__languages-dropDown{position:relative;background-color:#fff;border-radius:1rem;min-width:150px;padding:.5rem;margin-top:3rem}.header__languages-dropDown:before{content:"";position:absolute;top:-.5rem;right:1rem;width:0;height:0;border-left:.625rem solid rgba(0,0,0,0);border-right:.625rem solid rgba(0,0,0,0);border-bottom:.625rem solid #fff}.header__languages-dropDown-item{display:flex;align-items:center;padding:.5rem;gap:.5rem;color:var(--hd-bg-black);text-decoration:none}.header__languages-dropDown-item:hover{box-shadow:0 5px 5px -3px rgba(255,114,0,.2)}.header__languages-dropDown-flag{display:flex;width:1.5rem;height:1.5rem}.header__languages-dropDown-flag img{width:100%;height:100%}.header__languages{display:flex;align-items:center;gap:.25rem;border:1px solid #d2d2d2;padding:.375rem .5rem;border-radius:1.875rem;text-transform:uppercase}.header__languages-globe{display:flex;width:1.25rem;height:1.25rem}.header__languages-globe img{width:100%;object-fit:contain}.header__menu-and-phone{display:flex;align-items:center;gap:.5rem}@media(max-width:425px){.header__menu-and-phone{gap:.25rem}}.header__phone-item{list-style:none;position:relative;background:linear-gradient(180deg,#C0262E,#FF7200),linear-gradient(180deg,rgba(255,255,255,0) -6.25%,rgba(255,255,255,.1));padding:.75rem;border-radius:50%}@media(max-width:425px){.header__phone-item{padding:.625rem}}@media(max-width:375px){.header__phone-item{padding:.5rem}}.header__phone-item:before{position:absolute;top:0;left:0;content:"";background-image:url(/images/overall/contact-bg.svg)}.header__phone-link{display:flex}.header__phone-link img{width:1.25rem;height:1.25rem}@media(max-width:425px){.header__phone-link img{width:1rem;height:1rem}}.header__menu-icon{width:2.75rem;height:2.75rem;transition:.3s ease}.header__menu-icon.scrolled{width:2.25rem;height:2.25rem}@media(max-width:768px){.header__menu-icon{width:2.25rem!important;height:2.25rem!important}}@media(max-width:375px){.header__menu-icon{width:2rem!important;height:2rem!important}}.header__menu-icon img{width:100%;height:100%}.header__menu{background-color:rgba(0,0,0,0);border:none;padding:.5rem 0 .5rem .5rem}.desktop-only{display:flex}@media(max-width:1024px){.desktop-only{display:none}}.mobile-only{display:none}@media(max-width:1024px){.mobile-only{display:flex}}.mobile-menu{display:none;flex-direction:column;justify-content:space-between;background-color:#fafafa;padding-top:9rem;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}@media(max-width:1024px){.mobile-menu{display:flex}}@media(max-width:768px){.mobile-menu{padding-top:7rem}}.mobile-menu__wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;overflow-x:hidden}.mobile-menu__pages-list{display:flex;flex-direction:column;gap:.25rem;flex-grow:1;overflow-y:auto}.mobile-menu__pages-item{display:flex;align-items:center;gap:1rem}.mobile-menu__pages-link{padding:.75rem 0;color:var(--hd-title-black);text-decoration:none;font-size:1.125rem}.mobile-menu__pages-slack-down{width:.75rem;height:.75rem;display:flex}.mobile-menu__pages-slack-down img{width:100%;height:100%}.mobile-menu__socials-and-lang{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.mobile-menu__socials-list{display:flex;gap:.5rem}.mobile-menu__socials-item{display:flex}.mobile-menu__socials-link{padding:.625rem}.mobile-menu__socials-icon{width:1.5rem;height:1.5rem}.mobile-menu__lang-item{padding-left:.75rem;border-left:1px solid #d2d2d2}.mobile-menu__lang-link{display:flex;align-items:center;gap:.5rem;border-radius:1.875rem;border:1px solid #d2d2d2;padding:.5rem;font-size:1.125rem;font-weight:500;color:var(--hd-text-black);text-decoration:none}.mobile-menu__lang-icon{display:flex;width:1.5rem;height:1.5rem}.mobile-menu__lang-icon img{width:100%;height:100%}.mobile-menu__dropdown{display:flex;flex-direction:column;gap:.25rem;-webkit-padding-start:1rem;padding-inline-start:1rem}.mobile-menu__dropdown-item{display:flex}.mobile-menu__dropdown-link{padding:.5rem .5rem .5rem 0;font-size:1.125rem;font-weight:400;color:var(--hd-text-black);text-decoration:none}