.tabs{display:flex;gap:15px;flex-wrap:wrap;position:relative}@media (min-width:768px){.tabs{gap:50px}}@supports (anchor-name:--tab-label){.tabs:before{content:"";position:absolute;top:anchor(top);bottom:anchor(bottom);left:calc(anchor(left) - 2px);width:2px;background:#008c45;position-anchor:--tab-label;transition:.3s ease;pointer-events:none;z-index:1}}.tabs:has(.tabs__items-item[open] .tabs__items-item-label):before{opacity:1;transform:none}.tabs__content p{max-width:92ch}.tabs__items{display:flex;gap:15px;flex-wrap:wrap;position:relative}@media (min-width:768px){.tabs__items{gap:50px}}.tabs__items-item{display:grid;grid-template-columns:1fr;grid-gap:15px;outline:none;width:100%}@media (min-width:768px){.tabs__items-item{display:grid;grid-template-columns:50% 1fr;grid-gap:0}}@media (min-width:768px){.tabs__items-item[open]::details-content{display:contents}}.tabs__items-item[open] .tabs__items-item-label{pointer-events:none}.tabs__items-item[open] .tabs__items-item-label a{pointer-events:all}.tabs__items-item[open] .tabs__items-item-label-text{display:block}.tabs__items-item-label{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 1em;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;anchor-name:none;position:relative;box-shadow:-2px 0 0 0 #bababa}@media (min-width:768px){.tabs__items-item-label{padding:0 4em 0 2em}}.tabs__items-item[open] .tabs__items-item-label{anchor-name:--tab-label}@supports not (anchor-name:--tab-label){.tabs__items-item[open] .tabs__items-item-label{border-left:2px solid #008c45;transition:border-left .3s}}.tabs__items-item-label-text,.tabs__items-item-label-title{margin:0}@media (max-width:768px){.tabs__items-item-label-title{display:flex;justify-content:space-between;gap:15px;margin:0 0 .5em}.tabs__items-item-label-title:after{content:"";width:30px;height:30px;background-color:#008c45;background-image:url(/wp-content/themes/mechanic/assets/images/chevron-down.svg);background-size:20px;background-repeat:no-repeat;background-position:50%;display:block;border-radius:5px}}@media (min-width:768px){.tabs__items-item-label-title{margin-bottom:.3em}}@media (max-width:768px){.tabs__items-item-label-text{display:none}}.tabs__items-item-content{position:relative;aspect-ratio:4/2}@media (min-width:768px){.tabs__items-item-content{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:50%;height:100%}}.tabs__items-item-content-visual{width:100%;height:100%;object-fit:cover;border-radius:8px}