/*!/wp-content/themes/the7child/assets/css/components/tm-footer.css*/.tm-footer{width:100%;background:var(--tm-blue);color:var(--tm-white);overflow:hidden}.tm-footer__main{position:relative;width:100%}.tm-footer__arrows{position:absolute;top:0;left:0;bottom:0;width:300px;pointer-events:none}.tm-footer__arrow{position:absolute;bottom:0}.tm-footer__arrow--thin{left:-60px;top:-80px;bottom:40px;height:auto;width:auto;max-height:280px}.tm-footer__arrow--thick{width:126px;height:110px;left:170px;bottom:220px}@media (min-width:1610px){.tm-footer__arrow--thick{height:136px;left:240px;bottom:179px}}.tm-footer__content{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;width:1000px;max-width:100%;margin:0 auto;padding:80px 20px 48px;position:relative;z-index:1}.tm-footer__brand{display:flex;flex-direction:column;justify-content:flex-end}.tm-footer__claim{margin:0;font-family:var(--tm-font-heading);font-weight:var(--tm-fw-regular);font-size:34px;line-height:1.3;color:var(--tm-white)}.tm-footer__contact{display:flex;flex-direction:column;gap:24px}.tm-footer__address{font-family:var(--tm-font-body);font-weight:var(--tm-fw-regular);font-size:16px;line-height:1.6;font-style:normal;color:rgb(255 255 255 / .85)}.tm-footer__address p{margin:0}.tm-footer__company{font-weight:var(--tm-fw-bold)!important;color:var(--tm-white)!important;margin-bottom:4px!important}.tm-footer__address p+p{margin-top:12px}.tm-footer__address a{color:rgb(255 255 255 / .85);text-decoration:underline;text-underline-offset:3px;transition:color var(--tm-transition)}.tm-footer__address a:hover{color:var(--tm-green)}.tm-footer__contact .tm-btn{align-self:flex-start}.tm-footer__social{display:flex;align-items:center;gap:20px}.tm-footer__social-link{display:flex;align-items:center;justify-content:center;color:var(--tm-white);text-decoration:none;transition:opacity var(--tm-transition)}.tm-footer__social-link:hover{opacity:.7}.tm-footer__social-link img,.tm-footer__social-link svg{display:block;width:24px;height:24px}.tm-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:1000px;max-width:100%;margin:0 auto;padding:24px 20px 32px}.tm-footer__legal{display:flex;flex-wrap:wrap;gap:32px}.tm-footer__legal a{font-family:var(--tm-font-body);font-weight:var(--tm-fw-bold);font-size:14px;line-height:1.6;color:#fff;text-decoration:none;transition:color var(--tm-transition)}.tm-footer__legal a:hover{color:var(--tm-white)}.tm-footer__copy{margin:0;font-family:var(--tm-font-body);font-weight:var(--tm-fw-regular);font-size:14px;line-height:1.6;color:#fff}@media (max-width:1370px){.tm-footer__arrows{display:none}}@media (max-width:900px){.tm-footer__content{grid-template-columns:1fr;gap:48px;padding:60px 20px 40px;text-align:center}.tm-footer__claim{font-size:28px}.tm-footer__contact{align-items:center}.tm-footer__address{text-align:center}.tm-footer__contact .tm-btn{align-self:center}.tm-footer__social{justify-content:center}.tm-footer__bottom-inner{flex-direction:column;align-items:center;text-align:center;gap:12px}.tm-footer__legal{gap:20px;justify-content:center}}@media (max-width:540px){.tm-footer__content{padding:48px 20px 32px}.tm-footer__arrows{width:150px}.tm-footer__arrow--thin{max-height:140px}.tm-footer__arrow--thick{width:80px;left:40px}.tm-footer__claim{font-size:24px}.tm-footer__legal{flex-direction:column;gap:12px}}