@charset "UTF-8";section.tabs[data-okd-type=section] .tabs__layout{display:flex;flex-direction:column;gap:0;width:100%}section.tabs[data-okd-type=section] .tabs__tablist{align-items:stretch;display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--wp--preset--spacing--space-2,8px);justify-content:center;margin-block-end:var(--wp--preset--spacing--space-10,40px);margin-inline:auto;max-width:100%;width:100%}@media screen and (min-width:769px){section.tabs[data-okd-type=section] .tabs__tablist{align-items:center;flex-direction:row;width:fit-content}}section.tabs[data-okd-type=section] .tabs__tab{--btn-text-color:var(
      --wp--preset--color--text-primary-subdued,
      #6e6f6f
  );--btn-font-weight:var(
      --wp--custom--tokens--font--weight--regular,
      400
  );justify-content:center;width:100%}@media screen and (min-width:769px){section.tabs[data-okd-type=section] .tabs__tab{width:auto}}section.tabs[data-okd-type=section] .tabs__tab[aria-selected=true],section.tabs[data-okd-type=section] .tabs__tab.is-active{--btn-background-color:var(
      --wp--preset--color--neutral-50,
      #f5f5f5
  );--btn-border-color:var(
      --wp--preset--color--border-primary-active,
      #b3b5b5
  );--btn-text-color:var(--wp--preset--color--neutral-black, #000);--btn-background-color-hover:var(
      --wp--preset--color--neutral-50,
      #f5f5f5
  );--btn-border-color-hover:var(
      --wp--preset--color--border-primary-active,
      #b3b5b5
  );--btn-text-color-hover:var(
      --wp--preset--color--neutral-black,
      #000
  );font-weight:var(--wp--custom--tokens--font--weight--semi-bold,500)}section.tabs[data-okd-type=section] .tabs__tab:focus-visible{outline:2px solid var(--okd-focus-color,#1e1a17);outline-offset:2px}section.tabs[data-okd-type=section] .tabs__panels{min-width:0;width:100%}section.tabs[data-okd-type=section] .tabs__layout.tabs--is-enhanced .tabs__panel[hidden]{display:none}section.tabs[data-okd-type=section] .tabs__panel.is-active{display:block}section.tabs[data-okd-type=section] .tabs__panel-inner{min-width:0;width:100%}