.o-tabbed-content__tabs{width:100%}.o-tabbed-content__tabs .a-btn{width:fit-content}.o-tabbed-content__pane{align-items:center;display:none;gap:2rem;grid-template-rows:repeat(5,1fr);margin-top:5rem;opacity:0;position:relative;visibility:hidden}@media screen and (min-width:990px){.o-tabbed-content__pane{grid-template-columns:repeat(8,1fr);grid-template-rows:1fr}}.o-tabbed-content__pane.is-active{animation:fadeIn .4s ease-in-out;display:grid;opacity:1;visibility:visible}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.o-tabbed-content__content{background:rgb(var(--color-background));border-radius:2rem;color:rgb(var(--color-text));grid-column:1;grid-row:1/5;height:fit-content;margin:0 1.4rem;padding:2rem}@media screen and (min-width:990px){.o-tabbed-content__content{grid-column:5/9;grid-row:1;margin:0}}.o-tabbed-content__image{border-radius:2rem;grid-column:1;grid-row:2/6;height:100%;width:100%}@media screen and (min-width:990px){.o-tabbed-content__image{grid-column:1/7;grid-row:1;height:auto}}