.header{z-index:100;border:1px solid var(--gray-400);background-color:var(--white);border-bottom-width:1px;justify-content:space-between;align-items:center;height:75px;padding-left:120px;padding-right:120px;display:flex;position:sticky;top:0}@media screen and (max-width:1024px){.header{padding:0 24px}}@media screen and (max-width:640px){.header{height:64px;padding:0 16px}}.header-service{grid-template-columns:1.7fr 1fr;padding:0 108px;display:grid}@media screen and (max-width:1024px){.header-service{grid-template-columns:1fr;gap:16px;padding:0 24px 24px}}.header-service--empty{padding:36px 144px;display:block}@media screen and (max-width:1024px){.header-service--empty{padding:24px}}.header-service-group-title{transition:color .2s}.header-service-group-title:hover{color:var(--primary)}.header-service-items{grid-template-columns:1fr 1fr 1fr;gap:36px;padding:36px 0 0 36px;display:grid}@media screen and (max-width:1024px){.header-service-items{grid-template-columns:1fr 1fr;gap:24px;padding:24px 0 0}}@media screen and (max-width:640px){.header-service-items{grid-template-columns:1fr;gap:16px}}.header-service-items-item{grid-template-columns:1fr 1fr;gap:4px 16px;margin-top:12px;display:grid}@media screen and (max-width:640px){.header-service-items-item{grid-template-columns:1fr}}.header-service-items-item a{cursor:pointer}.header-service-items-item .service-item{width:fit-content;transition:color .2s,transform .2s}.header-service-items-item .service-item:hover,.header-service-items-item .service-item.is-active{transform:translate(2px)}.header-container{justify-content:space-between;align-items:center;gap:24px;max-width:1512px;display:flex}.header-container-country-selector-container{border:1px solid var(--gray-300);cursor:pointer;border-radius:24px;gap:2px;padding:4px;display:flex}.header-container-country-selector-container img{border-radius:50%}.link{cursor:pointer;justify-content:center;align-items:center;gap:7px;text-decoration:none;display:flex}.reference-trigger{-webkit-user-select:none;user-select:none}.reference-dropdown-backdrop{z-index:998;z-index:998;pointer-events:none;inset:0;position:fixed;inset:0}.reference-dropdown{background:var(--white);z-index:999;opacity:0;pointer-events:none;width:100%;height:317px;transition:transform .7s,opacity .3s;position:fixed;left:0;transform:translateY(-16px)}.reference-dropdown.with-top-header{top:108px}.reference-dropdown.no-top-header{top:75px}@media screen and (max-width:768px){.reference-dropdown.with-top-header,.reference-dropdown.no-top-header{height:auto;max-height:calc(100vh - 64px);top:64px;overflow-y:auto}}.reference-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.reference-dropdown-backdrop.open{pointer-events:auto}.navbar-cta-btn{background-color:var(--secondary);cursor:pointer;border:none;border-radius:4px;padding:0 15px}.hamburger-container{z-index:199;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#fffffff2;flex-direction:column;max-height:0;transition:max-height .4s,opacity .3s;display:flex;position:fixed;inset:108px 0 0;overflow:hidden}@media screen and (max-width:768px){.hamburger-container{top:75px}}@media screen and (max-width:640px){.hamburger-container{top:64px}}.hamburger-container.open{opacity:1;pointer-events:auto;max-height:calc(100vh - 108px)}@media screen and (max-width:768px){.hamburger-container.open{max-height:calc(100vh - 75px)}}@media screen and (max-width:640px){.hamburger-container.open{max-height:calc(100vh - 64px)}}.hamburger-container-content{flex:1;padding:24px}.hamburger-header-container{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.hamburger-header-container a{z-index:200}.hamburger-icon{cursor:pointer;background:0 0;border:none;padding:8px;line-height:0;display:none}@media screen and (max-width:1024px){.header-container{display:none}.hamburger-icon{display:block}}.top-header{background-color:var(--gray-900);justify-content:space-between;align-items:center;height:33px;padding-left:120px;padding-right:120px;display:flex}@media screen and (max-width:1024px){.top-header{padding:0 24px}}@media screen and (max-width:768px){.top-header{display:none}}.top-header div{color:var(--gray-100);align-items:center;gap:8px;display:flex}.header-location-icon{color:#fff;display:block}.header-service-image{border-radius:12px;width:100%;height:260px;position:relative;overflow:hidden}@media screen and (max-width:1024px){.header-service-image{height:200px}}@media screen and (max-width:640px){.header-service-image{display:none}}.header-service-image{opacity:0;transition:opacity .35s,transform .35s;transform:translateY(10px)}.header-service-image-img{filter:grayscale();object-fit:cover;animation:.45s headerServiceImageIn}.header-service-image.visible{opacity:1;transform:translateY(0)}@keyframes headerServiceImageIn{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.header-service-image-gradient{pointer-events:none;background:linear-gradient(93.07deg,#fff0 -5.98%,#ffffff7c 23.17%,#fff 95.44%);border-radius:12px;position:absolute;inset:0}
.primary{color:var(--white);background-color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:10px;padding:20px 16px;transition:background-color .5s}.primary:hover{background-color:var(--primary-dark)}.primary:hover:active{color:var(--primary-light)}.primary.small{padding:16px 12px}.primary.outline{color:var(--primary);background-color:var(--white)}.primary.outline:hover{background-color:var(--primary-light)}.primary.transparent{background-color:#0000}.primary:disabled{opacity:.75;cursor:not-allowed;pointer-events:none}.secondary{color:var(--white);background-color:var(--secondary);border:1px solid var(--secondary);cursor:pointer;border-radius:6px;padding:20px 16px;transition:background-color .5s}.secondary:hover{background-color:var(--secondary-dark)}.secondary:hover:active{color:var(--secondary-light)}.secondary.small{padding:16px 12px}.secondary.outline{color:var(--secondary);background-color:var(--white)}.secondary.outline:hover{background-color:var(--secondary-light)}.secondary.outline:hover:active{color:var(--secondary-dark)}.secondary.transparent{background-color:#0000}.secondary:disabled{opacity:.75;cursor:not-allowed;pointer-events:none}
.footer{gap:12px;padding:0 16px}@media screen and (max-width:640px){.footer{padding:0 8px}}.footer a{color:var(--gray-900);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--primary,#ff7100)}.footer-line{background-color:var(--gray-300);width:100%;height:1px}.footer-main{grid-template-columns:1fr 1fr;gap:36px;margin-top:32px;display:grid}@media screen and (max-width:1024px){.footer-main{grid-template-columns:1fr;gap:24px}}.footer-main-about-text{margin-top:24px}.footer-main-contact{flex-direction:column;gap:24px;display:flex}.footer-main-contact-services{grid-template-columns:1fr 1fr;display:grid}@media screen and (max-width:640px){.footer-main-contact-services{grid-template-columns:1fr}}.footer-main-contact-services-main{padding:24px 24px 24px 32px}@media screen and (max-width:640px){.footer-main-contact-services-main{padding:16px 0}}.footer-main-contact-services-main:first-child{border-right:1px solid var(--gray-300)}@media screen and (max-width:640px){.footer-main-contact-services-main:first-child{border-right:none;border-bottom:1px solid var(--gray-300)}}.footer-main-contact-services-main p{margin-top:8px}.footer-main-contact-services-main-icons{gap:12px;margin-top:16px;display:flex}.footer-main-contact-services-main-icons a{display:inline-flex}.footer-main-contact-services-main-icons-icon{border:1px solid var(--gray-300);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:10px;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;display:flex}.footer-main-contact-services-main-icons-icon img{transition:filter .2s}.footer-main-contact-services-main-icons a:hover .footer-main-contact-services-main-icons-icon{border-color:var(--primary,#ff7100);background:#ff710014;transform:translateY(-2px);box-shadow:0 4px 12px #ff710026}.footer-main-contact-services-main-icons a:hover .footer-main-contact-services-main-icons-icon img{filter:brightness(0)saturate()invert(48%)sepia(93%)saturate(2148%)hue-rotate(1deg)brightness(102%)contrast(104%)}.footer-main-contact-main{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;padding:24px;display:grid}@media screen and (max-width:768px){.footer-main-contact-main{grid-template-columns:1fr;gap:16px;padding:16px 0}}.footer-main-contact-main-item a{display:inline-block}.footer-main-bottom{justify-content:space-between;margin-top:24px;padding-bottom:16px;display:flex}@media screen and (max-width:1024px){.footer-main-bottom{flex-direction:column;gap:16px}}.footer-main-bottom-item{flex-wrap:wrap;gap:20px;display:flex}@media screen and (max-width:640px){.footer-main-bottom-item{flex-direction:column;gap:8px}}
