.media_tabs{margin-top:30px;margin-bottom:60px}@media screen and (min-width:400px){.media_tabs{margin-top:60px;margin-bottom:60px}}.media_tabs .tabs{margin-left:auto;margin-right:auto;margin-bottom:24px;border-bottom:1px solid var(--gray-300);overflow-x:auto}@media screen and (min-width:768px){.media_tabs .tabs{margin-bottom:36px;justify-content:center;width:-moz-max-content;width:max-content}}.media_tabs .tabs .tab{cursor:pointer;opacity:.8;border-bottom:4px solid transparent;filter:grayscale(100%);transition:filter opacity .2s ease-in-out}.media_tabs .tabs .tab.active,.media_tabs .tabs .tab:hover{opacity:1;border-bottom:4px solid var(--gray-300);filter:grayscale(0)}.media_tabs .tabs .tab figure{width:70px;height:100%;display:flex;align-items:center;justify-content:center;padding:0 12px 6px}@media screen and (min-width:768px){.media_tabs .tabs .tab figure{width:110px;height:100%;padding:0 24px 12px}}.media_tabs .tabs .tab figure .tab-image{width:100%;height:auto}.media_tabs .tabs .tab .tab-title{text-align:center;color:var(--gray-300);margin-bottom:0;padding:8px 12px}@media screen and (min-width:768px){.media_tabs .tabs .tab .tab-title{padding:12px 16px}}.media_tabs .tab-content{display:none}.media_tabs .tab-content.active{display:block}