.Header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background-color:#f8f9fa;padding:20px 0;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease,opacity .3s ease,top .3s ease-in-out}.Header.hidden{transform:translateY(-100%);opacity:0;top:-100px}.Header.visible{transform:translateY(0);opacity:1;top:0}.Header .headerContainer{display:flex;justify-content:space-between;align-items:center;padding:0 25px;max-width:1400px;margin:0 auto;position:relative}@media(max-width:1100px){.Header .headerContainer{padding:0 10px;font-size:16px}}@media(max-width:900px){.Header .headerContainer{padding:0 5px}}.Header .menuIcon{display:none;font-size:28px;cursor:pointer;color:#333}@media(max-width:1050px){.Header .menuIcon{display:block}}.Header .anchorsContainer{display:flex;flex-wrap:nowrap;align-items:center;gap:30px}@media(max-width:1100px){.Header .anchorsContainer{gap:15px}.Header .anchorsContainer .navLink,.Header .anchorsContainer a{padding:0 10px;font-size:14px!important}}@media(max-width:900px){.Header .anchorsContainer .navLink,.Header .anchorsContainer a{padding:0 7px;font-size:.85rem}}@media(max-width:1050px){.Header .anchorsContainer{display:none;flex-direction:column;position:absolute;top:60px;left:0;right:0;background-color:#f8f9fa;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px;z-index:1000}.Header .anchorsContainer.open{display:flex}}.Header .anchorsContainer .dropdown{position:relative}.Header .anchorsContainer .dropdown .dropdownButton{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:16px;padding:10px 15px;color:inherit;transition:all .3s ease}.Header .anchorsContainer .dropdown .dropdownButton:hover{opacity:.8}.Header .anchorsContainer .dropdown .dropdownContent{position:absolute;top:100%;left:0;transform:none;background-color:#fff;min-width:320px;max-width:90vw;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1000;border-radius:10px;overflow:hidden;padding:8px 0;opacity:0;visibility:hidden;transition:visibility .3s ease,opacity .3s ease;pointer-events:none}@media(min-width:1201px){.Header .anchorsContainer .dropdown .dropdownContent{left:0;transform:none;right:auto}}@media(min-width:1051px)and (max-width:1200px){.Header .anchorsContainer .dropdown .dropdownContent{left:auto;right:0;transform:none}}@media(min-width:320px)and (max-width:1200px){.Header .anchorsContainer .dropdown .dropdownContent.closed{transform:none}}.Header .anchorsContainer .dropdown .dropdownContent.open{opacity:1;visibility:visible;pointer-events:auto}.Header .anchorsContainer .dropdown .dropdownContent.closed{opacity:0;visibility:hidden;pointer-events:none}.Header .anchorsContainer .dropdown .dropdownContent a{color:#333;padding:14px 20px;text-decoration:none;display:block;transition:all .3s ease;font-weight:500;border-left:3px solid rgba(0,0,0,0);white-space:normal;line-height:1.4;word-wrap:break-word}.Header .anchorsContainer .dropdown .dropdownContent a:hover{background-color:#f8f8f8;border-left:3px solid #2ecc71;padding-left:25px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px) translateX(-50%)}to{opacity:1;transform:translateY(0) translateX(-50%)}}@media(max-width:1050px){.Header .anchorsContainer .dropdown .dropdownContent{position:static;transform:none!important;max-height:0;opacity:1;transition:max-height .4s ease-out,opacity .4s ease;overflow:hidden}.Header .anchorsContainer .dropdown .dropdownContent.open{max-height:500px;opacity:1}.Header .anchorsContainer .dropdown .dropdownContent.closed{max-height:0;opacity:0}}.Header .anchorsContainer a{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#333;text-decoration:none;transition:color .3s ease}.Header .anchorsContainer a:hover{color:#4caf50}.Header .telContainer a{font-size:1.4rem;color:#4caf50;font-weight:700;white-space:nowrap;transition:font-size .3s ease;display:block}@media(max-width:1300px){.Header .telContainer a{font-size:1.3rem}}@media(max-width:1200px){.Header .telContainer a{font-size:1.2rem}}@media(max-width:1100px){.Header .telContainer a{font-size:1.1rem}}@media(max-width:1000px){.Header .telContainer a{font-size:1rem;margin-left:15px}}@media(max-width:900px){.Header .telContainer a{font-size:.9rem;margin-left:10px}}@media(max-width:800px){.Header .telContainer a{font-size:.8rem;margin-left:5px}}.Header .logo-g{color:#333;font-weight:700;text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .3s ease;font-size:16px;position:relative}.Header .logo-g:hover{color:#4caf50;background:rgba(76,175,80,.1);transform:translateY(-1px)}@media(max-width:1200px){.Header .logo-g{font-size:14px;padding:6px 10px}}@media(max-width:1050px){.Header .logo-g{font-size:17px!important;padding:12px 15px;margin:5px 0;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:600}.Header .logo-g:hover{background:rgba(76,175,80,.1);color:#4caf50}.Header{padding:10px 0}.Header .headerContainer{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;padding:0 15px}.Header .menuIcon{font-size:28px;padding:5px;flex:0 0 auto}.Header .telContainer{flex:0 0 auto;margin:0;text-align:right}.Header .telContainer a{font-size:18px;white-space:nowrap;display:block;font-weight:600;text-overflow:ellipsis}}@media(max-width:1050px)and (max-width:360px){.Header .telContainer a{font-size:16px}}@media(max-width:1050px){.Header .anchorsContainer{position:fixed;top:65px;left:0;right:0;width:100%;background-color:#f8f9fa}.Header .anchorsContainer.open{display:flex;flex-direction:column;max-height:calc(100vh - 65px);overflow-y:auto;padding-bottom:20px}.Header .anchorsContainer .dropdown .navLink,.Header .anchorsContainer .navLink,.Header .anchorsContainer a{font-size:17px;padding:12px 15px;display:flex;justify-content:center;align-items:center;width:100%;font-weight:600;text-align:center}.Header .anchorsContainer .navLink{margin-left:0}.Header .anchorsContainer .dropdown{width:100%;margin-left:0}.Header .anchorsContainer .dropdown .navLink svg{margin-left:5px}.Header .anchorsContainer .dropdown .dropdownContent{width:90%!important;margin:0 auto!important;background-color:#f2f2f2!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.Header .anchorsContainer .dropdown .dropdownContent a{padding:12px 15px;width:100%;text-align:center;justify-content:center;font-size:16px;color:#333;border-bottom:1px solid rgba(0,0,0,.05)}.Header .anchorsContainer .dropdown .dropdownContent a:last-child{border-bottom:none}.Header .anchorsContainer .dropdown .dropdownContent a:hover{background-color:rgba(76,175,80,.1);border-left:3px solid #4caf50;padding-left:20px}}.Header .leftSection{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:768px){.Header .headerContainer{padding:10px 15px}.Header .leftSection{flex-direction:row;align-items:center}.Header .telContainer{margin-right:0}.Header .menuIcon{display:flex;align-items:center;justify-content:center}.Header .anchorsContainer{display:none}.Header .anchorsContainer.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;z-index:100}}.dropdown{position:relative}.dropdown .navLink{cursor:pointer;display:flex;align-items:center;gap:5px}.dropdown .dropdownContent{position:absolute;top:100%;background-color:#fff;min-width:280px;max-width:90vw;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1000;border-radius:10px;overflow:hidden;padding:8px 0;opacity:0;visibility:hidden;transition:visibility .3s ease,opacity .3s ease;pointer-events:none}@media(min-width:1201px){.dropdown .dropdownContent{left:0;transform:none}}@media(min-width:920px)and (max-width:1200px){.dropdown .dropdownContent{left:auto;right:0;transform:none}}.dropdown .dropdownContent.open{opacity:1;visibility:visible;pointer-events:auto}.dropdown .dropdownContent.closed{opacity:0;visibility:hidden;pointer-events:none}.dropdown .dropdownContent a{color:#333;padding:14px 20px;text-decoration:none;display:block;transition:all .3s ease;font-weight:500;border-left:3px solid rgba(0,0,0,0);white-space:normal;line-height:1.4;word-wrap:break-word}.dropdown .dropdownContent a:hover{background-color:#f8f8f8;border-left:3px solid #2ecc71;padding-left:25px}@media(min-width:1051px)and (max-width:1200px){.anchorsContainer .dropdown:first-child .dropdownContent,.anchorsContainer .dropdown:nth-child(2) .dropdownContent{left:0;transform:none;right:auto}}@media(max-width:1100px){.FaChevronDown,.FaChevronUp{transform:scale(.9)}}@media(max-width:900px){.FaChevronDown,.FaChevronUp{transform:scale(.8)}}body.menu-open{overflow:hidden}@media(max-width:1050px){.Header .headerContainer{min-height:60px}}@media(max-width:480px){.Header .headerContainer .telContainer a.phone-number{font-size:20px}}@media(max-width:1050px){.headerLayout{display:flex;justify-content:space-between;flex-direction:row;align-items:center;width:100%;padding-left:10px;padding-right:10px}.Header,.carDetailHeader{width:100%;overflow-x:visible}.Header:not(.home-header) .headerContainer,.carDetailHeader:not(.home-header) .headerContainer{max-width:100%;box-sizing:border-box}.Header:not(.home-header) .menuIcon,.carDetailHeader:not(.home-header) .menuIcon{display:block!important;position:relative;z-index:1010}.Header:not(.home-header) .anchorsContainer,.carDetailHeader:not(.home-header) .anchorsContainer{top:65px;width:100%;left:0;right:0;margin:0;padding:10px 0}.Header:not(.home-header) .anchorsContainer.open,.carDetailHeader:not(.home-header) .anchorsContainer.open{box-shadow:0 4px 6px rgba(0,0,0,.1)}.Header:not(.home-header) .anchorsContainer .equipment-menu-item,.Header:not(.home-header) .anchorsContainer .services-menu-item,.carDetailHeader:not(.home-header) .anchorsContainer .equipment-menu-item,.carDetailHeader:not(.home-header) .anchorsContainer .services-menu-item{text-align:right;justify-content:flex-end}.carDetail .Header .anchorsContainer,.carDetail header .anchorsContainer{position:fixed!important;top:65px!important;width:100%!important}.carDetail .Header .anchorsContainer.open,.carDetail header .anchorsContainer.open{display:flex!important;box-shadow:0 4px 6px rgba(0,0,0,.1)}.carDetail .Header .menuIcon,.carDetail header .menuIcon{display:block!important}.Service2 .Header .anchorsContainer{position:fixed!important;top:65px!important;width:100%!important}.Service2 .Header .anchorsContainer.open{display:flex!important;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Header .anchorsContainer .equipment-menu-item,.Header .anchorsContainer .services-menu-item{text-align:right!important;justify-content:flex-end!important}.home-header .anchorsContainer .navLink,.home-header .anchorsContainer a,.home-page .Header .anchorsContainer .navLink,.home-page .Header .anchorsContainer a{left:10px;text-align:center!important;justify-content:center!important}.home-header .anchorsContainer .equipment-menu-item,.home-header .anchorsContainer .services-menu-item,.home-page .Header .anchorsContainer .equipment-menu-item,.home-page .Header .anchorsContainer .services-menu-item{text-align:right!important;justify-content:flex-end!important}.Header .anchorsContainer .dropdown{width:100%}.Header .anchorsContainer .dropdown .navLink{margin:0;padding:12px 15px;font-size:17px;font-weight:600;text-align:center;justify-content:center;display:flex;align-items:center;width:100%}.Header .anchorsContainer .dropdown .navLink svg{margin-left:5px}}@media(min-width:1051px)and (max-width:1199px){.anchorsContainer{gap:10px}.anchorsContainer .navLink,.anchorsContainer a{font-size:13px!important;padding:0 10px}.dropdown .dropdownContent{min-width:280px!important;left:0!important}.dropdown .dropdownContent a{font-size:14px!important}}@media(min-width:1200px){.Header:not(.inner-page-header) .anchorsContainer .navLink,.Header:not(.inner-page-header) .anchorsContainer a{font-size:16px;padding:0 15px}.Header:not(.inner-page-header) .telContainer a{font-size:1.4rem}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 1px 4px rgba(255,107,53,.3)}50%{transform:scale(1.03);box-shadow:0 2px 6px rgba(255,107,53,.4)}}@media(max-width:1200px){.Header:not(.inner-page-header) .anchorsContainer{gap:20px}}@media(max-width:1100px){.Header:not(.inner-page-header) .anchorsContainer{gap:12px}}@media(max-width:1000px){.Header:not(.inner-page-header) .anchorsContainer{gap:8px}}.services-dropdown{position:relative;display:flex;flex-direction:column;align-items:center}.services-dropdown .popular-badge{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-size:8px;font-weight:700;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.3px;position:absolute;top:-10px;right:-8px;white-space:nowrap;box-shadow:0 1px 4px rgba(255,107,53,.3);animation:pulse 2s infinite;z-index:10}@media(max-width:1200px){.services-dropdown .popular-badge{font-size:7px;padding:2px 5px;top:-9px;right:-6px}}@media(max-width:1100px){.services-dropdown .popular-badge{font-size:6px;padding:1px 4px;top:-8px;right:-4px;border-radius:6px}}@media(max-width:1050px){.services-dropdown .popular-badge{position:relative;top:0;right:0;margin-bottom:3px;font-size:8px;padding:2px 6px;border-radius:8px}}@media(max-width:480px){.services-dropdown .popular-badge{font-size:7px;padding:2px 5px}}.services-dropdown .navLink{color:#333!important;font-weight:700!important;padding:8px 12px;border-radius:6px;transition:all .3s ease;position:relative;white-space:nowrap}.services-dropdown .navLink:hover{color:#4caf50!important;background:rgba(76,175,80,.1);transform:translateY(-1px)}@media(max-width:1200px){.services-dropdown .navLink{padding:6px 10px;font-size:14px!important}}@media(max-width:1100px){.services-dropdown .navLink{padding:5px 8px;font-size:13px!important}}@media(max-width:1050px){.services-dropdown .navLink{margin:3px 15px;width:calc(100% - 30px);padding:10px 16px;font-size:16px!important;text-align:center;display:flex;justify-content:center;align-items:center}}@media(max-width:480px){.services-dropdown .navLink{margin:3px 10px;width:calc(100% - 20px);padding:8px 12px;font-size:15px!important}}@media(max-width:1050px){.services-dropdown{width:100%;margin:8px 0}.services-dropdown .popular-badge{display:none!important}.services-dropdown .navLink{width:100%;margin:0;text-align:center}}@media(max-width:480px){.services-dropdown{margin:6px 0}}.fencing-service{position:relative;display:flex;align-items:center;gap:10px}.fencing-service .service-badge{font-size:9px;font-weight:700;padding:2px 6px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.fencing-service .service-badge.hit-badge{margin-right:10px;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 1px 3px rgba(231,76,60,.3)}.fencing-service:hover .service-badge{transform:scale(1.05)}.accordion{position:relative;overflow:hidden;z-index:1;height:-moz-fit-content;height:fit-content}.accordion.open .accordion__button-cross:before{transform:rotate(0deg)}.accordion__button{z-index:1;position:relative;width:100%;background-color:var(--gr-background-green1);border:0;font-size:20px;text-align:left;padding:10px;cursor:pointer;border-bottom:2px solid var(--gr-color-grey3-o15)}.accordion__button-cross{z-index:1;position:absolute;top:15px;right:15px;border:2px solid var(--gr-color-green1);width:24px;height:24px;border-radius:50%}.accordion__button-cross:after,.accordion__button-cross:before{content:"";width:16px;height:2px;border-radius:1px;background-color:var(--gr-color-green1);position:absolute;left:2px;top:9px}.accordion__button-cross:before{transform:rotate(90deg);transition:var(--gr-default-transition)}.accordion__content{display:flex;flex-direction:column;gap:10px;max-height:0;transition:var(--gr-long-transition);padding-inline:15px}.accordion__content.open{max-height:500px;padding-block:10px}.accordion__link{font-size:18px}.up-button{position:fixed;bottom:20px;left:20px;width:50px;height:50px;border-radius:50%;background-color:var(--gr-color-green1);display:grid;place-content:center;cursor:pointer;z-index:var(--gr-z-index-fixed);box-shadow:var(--gr-grey-shadow),inset 0 -20px 10px -10px rgba(0,0,0,.2);transition:background-color var(--gr-default-transition),opacity var(--gr-default-transition),transform var(--gr-default-transition);opacity:0;transform:translateY(20px);pointer-events:none}.up-button.visible{opacity:1;transform:translateY(0);pointer-events:auto}.up-button img{width:25px;height:25px}.up-button:hover{background-color:#388e3c}:root{--at-color-grey1:#f8f9fa;--at-color-white:#fff;--at-color-black:#000;--at-color-green-main:#4caf50;--at-default-transition:0.15s ease-in-out;--gr-color-green1:#4caf50;--gr-color-green1-o20:rgba(60,144,88,0.2);--gr-color-green2:#3c9058;--gr-color-green2-o70:rgba(60,144,88,0.7);--gr-color-green3:#c9e9d4;--gr-color-white:#fff;--gr-color-black:#000;--gr-color-grey1:#f8f9fa;--gr-color-grey2:#666;--gr-color-grey3:#333;--gr-color-grey3-o15:#33333325;--gr-color-grey4:#f4f4f4;--gr-color-orange:#ffa500;--gr-color-orange-hover:#fb8c00;--gr-color-green-dark:#388e3c;--gr-bg-content:rgba(0,0,0,0.4);--gr-bg-content-hover:rgba(66,87,53,0.18);--gr-background-green1:#e8f1e8;--gr-long-transition:0.4s ease-in-out;--gr-default-transition:0.15s ease-in-out;--gr-fast-transition:0.1s ease-in-out;--gr-punch-transition:0.4s cubic-bezier(0.69,1.78,0.13,0.52);--gr-green-shadow:0 0 10px rgba(60,144,88,0.6);--gr-green-sm-shadow:0 0 5px rgba(60,144,88,0.6);--gr-grey-shadow:0 0 20px rgba(0,0,0,0.2);--gr-grey-text-shadow:5px 5px 5px rgba(0,0,0,0.2);--gr-button-hover-shadow:0 6px 12px rgba(0,0,0,0.3);--gr-title-text-shadow:0 2px 4px rgba(0,0,0,0.5);--gr-z-index-popup:10000;--gr-z-index-fixed:1000}*{margin:0;padding:0}h1{font-size:40px}h1,h2{padding:24px 0;display:block;text-align:center}h2{font-size:32px;text-transform:uppercase}.container{margin-top:75px}span.green{color:var(--gr-color-green2)}.wrapper{padding:30px 15px;max-width:1200px;margin:0 auto}@media(min-width:30.06125em){.wrapper{padding:60px 15px}}@media(min-width:60.06125em){.wrapper{padding-inline:20px}}.sm-wrapper{padding:15px;max-width:1200px;margin:0 auto}@media(min-width:30.06125em){.sm-wrapper{padding-block:20px}}@media(min-width:60.06125em){.sm-wrapper{padding-inline:20px}}.background-grey1{background-color:var(--at-color-grey1)}.background-white{background-color:var(--at-color-white)}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:2rem}p{font-size:16px;color:#666;line-height:1.6}@media(min-width:60.06125em){p{font-size:19px}}.App{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;box-sizing:border-box}.App,body{margin:0;padding:0}body{background-color:var(--at-color-grey1);font-family:Montserrat,sans-serif}a{text-decoration:none;color:inherit}*{box-sizing:border-box}*,p{font-family:Montserrat,sans-serif}.footer{background-color:var(--gr-background-green1);color:var(--gr-color-grey3);display:flex;justify-content:center;padding-bottom:40px}.footer__content{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;justify-items:center}@media(min-width:50.06125em){.footer__content{justify-items:stretch;gap:30px 40px}}.footer__caption{display:flex;flex-direction:column;gap:15px}.footer__caption .logo{margin-bottom:0;text-align:center}@media(max-width:62.5em)and (min-width:50em){.footer__caption .logo{text-align:left}}@media(min-width:85.06125em){.footer__caption .logo{text-align:left}}.footer__ref{max-width:281px;color:var(--gr-color-orange)}.footer__recalls-mark{font-size:20px;max-width:280px}@media(max-width:85em)and (min-width:62.5em){.footer__recalls-mark{text-align:center;max-width:none;width:100%}}.footer__subtitle{font-size:20px;text-align:center}@media(max-width:62.5em)and (min-width:50em){.footer__subtitle{text-align:left}}@media(min-width:85.06125em){.footer__subtitle{text-align:left}}.footer__list-container{display:none;flex-direction:column;gap:10px}@media(min-width:85.06125em){.footer__list-container{display:flex}}.footer__list-title{font-size:28px;font-weight:600;color:var(--gr-color-green1);padding:0 0 10px;text-align:left}.footer__capture-list-title{font-size:18px}.footer__list{list-style:none;gap:10px}.footer__list,.footer__navigation{display:flex;flex-direction:column}.footer__list-item{font-size:18px}.footer .social-networks{justify-content:center}@media(min-width:30.06125em){.footer .social-networks{justify-content:flex-start}}.footer__link{display:flex;position:relative;width:-moz-fit-content;width:fit-content;overflow:hidden}.footer__link:hover:after{left:0}.footer__link:after{content:"";position:absolute;width:100%;height:2px;bottom:0;background-color:var(--gr-color-green1);left:-100%;transition:var(--gr-punch-transition)}.footer__contact{align-items:center}.footer__menu{width:100%;display:flex;flex-direction:column}@media(min-width:36.31125em){.footer__menu{display:none}}.footer__menu-link{z-index:1;position:relative;width:100%;background-color:var(--gr-background-green1);border:0;font-size:20px;text-align:left;padding:10px;border-bottom:2px solid var(--gr-color-grey3-o15)}.footer__contacts{display:flex;align-items:center}@media(min-width:36.31125em){.footer__contacts{align-items:flex-start}}.footer__contacts .footer__list{align-items:center}@media(min-width:36.31125em){.footer__contacts .footer__list{align-items:flex-start}.footer__nav-1{grid-area:1/2/2/4}}@media(min-width:50.06125em){.footer__nav-1{grid-area:1/1/2/3}}@media(min-width:62.56125em){.footer__nav-1{grid-area:1/2/2/4}}@media(min-width:85.06125em){.footer__nav-1{grid-area:1/1/3/2}}.footer__nav-2{display:none}@media(min-width:36.31125em){.footer__nav-2{display:block;grid-area:2/1/3/3}}@media(min-width:50.06125em){.footer__nav-2{grid-area:1/3/2/5}}@media(min-width:62.56125em){.footer__nav-2{grid-area:1/1/3/2}}@media(min-width:85.06125em){.footer__nav-2{grid-area:1/2/3/3}}.footer__nav-3{display:none}@media(min-width:36.31125em){.footer__nav-3{display:block;grid-area:2/3/3/5}}@media(min-width:50.06125em){.footer__nav-3{grid-area:2/1/5/3;justify-self:flex-start}}@media(min-width:62.56125em){.footer__nav-3{grid-area:1/4/3/5;justify-self:center}}@media(min-width:85.06125em){.footer__nav-3{grid-area:1/3/3/4}}@media(min-width:36.31125em){.footer__nav-4{grid-area:3/1/4/3}}@media(min-width:50.06125em){.footer__nav-4{grid-area:2/3/3/5}}@media(min-width:62.56125em){.footer__nav-4{grid-area:2/2/3/3}}@media(min-width:85.06125em){.footer__nav-4{grid-area:1/4/2/5;place-self:start}}@media(min-width:36.31125em){.footer__nav-5{grid-area:3/3/4/5}}@media(min-width:50.06125em){.footer__nav-5{grid-area:3/3/4/5}}@media(min-width:62.56125em){.footer__nav-5{grid-area:2/3/3/4}}@media(min-width:85.06125em){.footer__nav-5{grid-area:2/4/3/5}}.logo{font-family:Sigmar,cursive;font-weight:400;color:var(--gr-color-green1);text-shadow:var(--gr-grey-text-shadow);text-align:center;padding:0;line-height:.8}.logo_orange{font-family:inherit;color:var(--gr-color-orange)}h1.logo{font-size:48px}@media(min-width:30.06125em){h1.logo{font-size:56px}}@media(min-width:42.56125em){h1.logo{text-align:left}}@media(min-width:48.81125em){h1.logo{font-size:72px}}div.logo{font-size:54px;text-align:left}